.navbar-brand.opifex-brand,
.footer-logo .opifex-brand {
  display: inline-flex;
  align-items: center;
}

.navbar-brand.opifex-brand img {
  width: 150px;
  max-height: 48px;
}

.footer-logo .opifex-brand img {
  width: 170px;
  max-height: 58px;
}

.opifex-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-btn {
  gap: 16px;
}

.hero-btn .opifex-secondary-btn {
  background: transparent;
  border: 1px solid var(--dark-divider-color);
}

.hero-btn .opifex-secondary-btn:hover {
  border-color: var(--accent-color);
}

.opifex-home-cta {
  background: var(--secondary-color);
  padding: 100px 0;
}

.opifex-home-cta .section-title {
  margin-bottom: 0;
}

.opifex-home-cta .section-btn {
  text-align: right;
}

.page-header-box p {
  color: var(--white-color);
  opacity: 0.86;
}

.page-header-box .opifex-breadcrumbs {
  margin-top: 22px;
}

.page-header-box .breadcrumb {
  gap: 8px;
}

.page-header-box .breadcrumb-item {
  color: var(--white-color);
}

.page-header-box .breadcrumb-item a {
  color: var(--white-color);
  opacity: 0.82;
}

.page-header-box .breadcrumb-item a:hover {
  color: var(--accent-color);
  opacity: 1;
}

.page-services .service-content-box {
  display: block;
}

.page-services .service-item .icon-box {
  margin-right: 0;
  margin-bottom: 24px;
}

.page-services .service-item-content h3 {
  margin-bottom: 18px;
}

.opifex-insight-header .page-header-box h1 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.15;
  max-width: 1120px;
}

.opifex-insight-single-header .page-header-box h1 {
  font-size: clamp(34px, 4.2vw, 52px);
}

.opifex-insight-header .page-header-box p {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.opifex-insights-list .post-item {
  align-items: flex-start;
  gap: 24px;
  height: calc(100% - 30px);
}

.opifex-insights-list .post-featured-image {
  width: calc(46% - 12px);
}

.opifex-insights-list .post-item-body {
  width: calc(54% - 12px);
  padding-top: 2px;
}

.opifex-insights-list .post-featured-image img {
  aspect-ratio: 1 / 0.82;
}

.opifex-insights-list .post-item-content h2 {
  font-size: 22px;
  line-height: 1.28;
  text-transform: none;
}

.opifex-insights-list .post-item-content p {
  font-size: 15px;
  line-height: 1.65;
}

.opifex-insight-single .post-image {
  margin-bottom: 42px;
}

.opifex-insight-single .post-image figure,
.opifex-insight-single .post-image img {
  aspect-ratio: 1 / 0.46;
}

.opifex-insight-single .post-entry {
  border-bottom: none;
  padding-bottom: 0;
}

.opifex-insight-single .post-entry p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.opifex-insight-single .opifex-card-meta {
  margin-bottom: 18px;
}

.opifex-home-insights {
  background: var(--white-color);
}

.opifex-home-insights .section-row {
  margin-bottom: 50px;
}

.opifex-operations-section {
  background: var(--secondary-color);
  padding: 100px 0;
}

.opifex-company-info-box {
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 50px 2px #04030308;
}

.opifex-company-info-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.opifex-company-info-box dl {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) 1fr;
  gap: 14px 24px;
  margin: 0;
}

.opifex-company-info-box dt {
  color: var(--primary-color);
  font-weight: 700;
}

.opifex-company-info-box dd {
  margin: 0;
  color: var(--text-color);
}

.opifex-activity-bullets {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.opifex-activity-bullets li {
  position: relative;
  color: var(--text-color);
  margin-bottom: 10px;
  padding-left: 24px;
  transition: all 0.4s ease-in-out;
}

.opifex-activity-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

.service-item:hover .opifex-activity-bullets li,
.service-item.active .opifex-activity-bullets li {
  color: var(--white-color);
}

.service-item:hover .opifex-activity-bullets li::before,
.service-item.active .opifex-activity-bullets li::before {
  background: var(--white-color);
}

.opifex-clarification-section {
  background: var(--dark-color);
  padding: 100px 0;
}

.opifex-clarification-box {
  text-align: center;
}

.opifex-clarification-box .section-title {
  margin-bottom: 24px;
}

.opifex-clarification-box p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.opifex-career-card .service-item-content p {
  margin-bottom: 24px;
}

.opifex-career-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.opifex-career-meta span {
  background: var(--secondary-color);
  border-radius: 999px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 14px;
  transition: all 0.4s ease-in-out;
}

.opifex-career-detail {
  margin-top: 22px;
}

.opifex-career-detail h4 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.opifex-career-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.opifex-career-detail li {
  position: relative;
  color: var(--text-color);
  margin-bottom: 10px;
  padding-left: 24px;
  transition: all 0.4s ease-in-out;
}

.opifex-career-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

.opifex-career-card:hover .opifex-card-meta,
.opifex-career-card:hover .opifex-career-detail h4,
.opifex-career-card.active .opifex-card-meta,
.opifex-career-card.active .opifex-career-detail h4 {
  color: var(--white-color);
}

.opifex-career-card:hover .opifex-career-meta span,
.opifex-career-card.active .opifex-career-meta span {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white-color);
}

.opifex-career-card:hover .opifex-career-detail li,
.opifex-career-card.active .opifex-career-detail li {
  color: var(--white-color);
}

.opifex-career-card:hover .opifex-career-detail li::before,
.opifex-career-card.active .opifex-career-detail li::before {
  background: var(--white-color);
}

.opifex-home-cta a:not(.btn-default) {
  color: var(--accent-color);
  font-weight: 700;
}

.opifex-form-note {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 0;
}

.contact-form label {
  color: var(--primary-color);
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.opifex-contact-phone {
  font-size: 15px;
  white-space: nowrap;
}

footer.main-footer .footer-main-row {
  row-gap: 44px;
}

footer.main-footer .footer-main-row > [class*="col-"] {
  margin-bottom: 0;
}

footer.main-footer .about-footer,
footer.main-footer .footer-links {
  height: 100%;
}

footer.main-footer .about-footer .section-title,
footer.main-footer .footer-links h3 {
  margin-top: 0;
}

footer.main-footer .section-title h2,
footer.main-footer .about-footer p,
footer.main-footer .footer-copyright-text p,
footer.main-footer .footer-menu ul li a {
  color: var(--white-color);
}

footer.main-footer .about-footer p,
footer.main-footer .footer-copyright-text p {
  opacity: 0.8;
}

footer.main-footer .footer-contact-item h3 {
  overflow-wrap: anywhere;
}

footer.main-footer .footer-contact-item h3 a {
  color: inherit;
}

footer.main-footer .footer-cta-box {
  align-items: center;
  margin-top: 54px;
}

footer.main-footer .footer-contact-box {
  gap: 28px 56px;
}

footer.main-footer .footer-menu ul li a {
  opacity: 0.8;
}

footer.main-footer .footer-menu ul li a:hover {
  opacity: 1;
  color: var(--accent-color);
}

.opifex-muted-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opifex-muted-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.opifex-muted-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent-color);
}

.opifex-disclaimer {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 18px;
  max-width: 920px;
  overflow-wrap: anywhere;
}

.opifex-card-meta {
  display: inline-block;
  color: var(--accent-color);
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  footer.main-footer .footer-main-row {
    column-gap: 72px;
  }

  footer.main-footer .footer-main-row > .col-lg-4,
  footer.main-footer .footer-main-row > .col-lg-3 {
    width: auto;
  }

  footer.main-footer .footer-main-row > .col-lg-4 {
    flex: 0 0 38%;
    max-width: 38%;
  }

  footer.main-footer .footer-main-row > .col-lg-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
}

@media (max-width: 991px) {
  .opifex-home-cta {
    padding: 50px 0;
  }

  .opifex-home-cta .section-title {
    margin-bottom: 30px;
  }

  .opifex-home-cta .section-btn {
    text-align: left;
  }

  .opifex-operations-section {
    padding: 50px 0;
  }

  .opifex-company-info-box {
    margin-top: 30px;
  }

  .opifex-clarification-section {
    padding: 50px 0;
  }

  .opifex-contact-phone {
    white-space: normal;
  }

  .opifex-insights-list .post-featured-image,
  .opifex-insights-list .post-item-body {
    width: 100%;
  }

  .opifex-insights-list .post-featured-image img {
    aspect-ratio: 1 / 0.64;
  }

  .opifex-insight-single .post-image figure,
  .opifex-insight-single .post-image img {
    aspect-ratio: 1 / 0.62;
  }
}

@media (max-width: 575px) {
  .opifex-company-info-box dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .opifex-company-info-box dd {
    margin-bottom: 12px;
  }
}
