@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/dm-sans-latin-normal-400-800.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/dm-sans-latin-italic-400-800.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

img,
svg {
  max-width: 100%;
  vertical-align: middle;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.container {
  max-width: 1320px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-10,
.col-lg-12,
.col-md-6,
.col-md-12 {
  flex: 0 0 auto;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.d-inline-flex {
  display: inline-flex;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.form-control {
  appearance: none;
  display: block;
  width: 100%;
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.hidden {
  display: none !important;
}

.navbar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar > .container {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-collapse {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
  content: "/";
  float: left;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
  }
}

.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;
}

.main-menu .opifex-mobile-nav-item {
  display: none;
}

.opifex-nav-toggle {
  align-items: center;
  background: var(--accent-color);
  border: 0;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  width: 44px;
}

.opifex-nav-toggle span {
  background: var(--white-color);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 22px;
}

.opifex-nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.opifex-nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.opifex-nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.responsive-menu {
  display: none;
}

.opifex-preloader-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reveal {
  visibility: visible;
}

body,
a,
button,
[data-cursor],
[data-cursor-text] {
  cursor: auto;
}

a,
button {
  cursor: pointer;
}

.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: auto !important;
  height: 240px !important;
  object-fit: cover;
  object-position: center;
}

.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-nav-toggle {
    display: inline-flex;
  }

  .responsive-menu {
    background: var(--accent-color);
    border-radius: 0 0 18px 18px;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .responsive-menu.is-open {
    max-height: 480px;
  }

  .responsive-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px 18px;
  }

  .responsive-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .responsive-menu li:last-child {
    border-bottom: 0;
  }

  .responsive-menu a {
    color: var(--white-color);
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 13px 0;
  }

  .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 {
    height: 260px !important;
  }

  .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;
  }
}
