/*
Theme Name: Infuse Hub
Author: Meduzzen
Description: A blank WordPress theme
Version: 1.0
*/

/*=============================================
=            Normalize            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
}

hr {
  margin: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #222;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  transition: all 0.5s;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

mark {
  background: unset;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  transition: all var(--hover-transition);
}

button {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  margin-bottom: 25px;
  margin-left: 20px;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.6rem 1.6rem;
}

/* fonts */

@font-face {
  font-family: "Neusa Next Pro";
  src: url("fonts/NeusaNextPro-WideBold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Neusa Next Pro";
  src: url("fonts/NeusaNextPro-WideMedium.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-RegularIt.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-SemiboldIt.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

/* primary */

.single #primary {
  padding-top: 142px;
}

#primary {
  padding-top: 100px;
  overflow: hidden;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  #primary {
    padding-top: 93px;
  }

  .single #primary {
    padding-top: 136px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .single #primary {
    padding-top: 118px;
  }

  #primary {
    padding-top: 77px;
  }
}

@media screen and (max-width: 700px) {
  .single #primary {
    padding-top: 102px;
  }

  #primary {
    padding-top: 69px;
  }
}

/* scroll bar */

body .scroll-bar {
  position: absolute;
  top: 0;
  height: 4px;
  background: #007abc;
  content: "";
}

/* scroll to top button */

.scroll-top-btn {
  opacity: 0;
  bottom: 50%;
  border: none;
  border-radius: 48px;
  cursor: pointer;
  z-index: 1222;
  letter-spacing: 0;
  outline: none !important;
  max-width: fit-content;
  background-color: transparent !important;
}

.scroll-top-btn span p {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  padding-top: 5px;
  color: #072155;
}

.scroll-top-btn,
.scroll-top-btn * {
  transition: all 0.3s ease;
}

.scroll-top-btn span {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (min-width: 1201px) {
  .scroll-top-btn:hover span p {
    color: #007abc;
  }

  .scroll-top-btn:hover span svg path {
    fill: #007abc;
  }
}

@media (max-width: 1200px) {
  .scroll-top-btn {
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    position: fixed;
  }

  .scroll-top-btn span {
    background-color: #b2d7eb;
    border-radius: 48px;
    padding: 9px;
  }

  .scroll-top-btn:active span p {
    color: #007abc;
  }

  .scroll-top-btn:active span svg path {
    fill: #007abc;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .scroll-top-btn {
    bottom: 12px;
  }

  .scroll-top-btn svg {
    min-width: 24px;
    height: auto;
  }
}

@media screen and (min-width: 701px) {
  .scroll-top-btn {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .scroll-top-btn {
    font-size: 12px;
    bottom: 8px;
  }

  .scroll-top-btn svg {
    min-width: 16px;
    height: auto;
  }
}

/* container */

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* footer */

.footer-block {
  padding-top: 77px;
  padding-bottom: 64px;
  background-color: #222;
  position: relative;
}

.footer-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/05/footer-rainbow.svg");
}

.footer-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 32px;
}

.footer-block__logo-link {
  display: flex;
  gap: 21px;
  align-items: center;
  width: 100%;
  max-width: 221px;
  max-height: 42px;
  overflow: hidden;
}

.footer-block__icon {
  min-width: 1px;
}

.footer-menu-class {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0;
}

.footer-menu-class li {
  margin: 0;
}

.footer-menu-class li a {
  text-decoration: none;
  color: var(--white);
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}

.footer-block__copyright-notice {
  font-weight: 400;
  font-size: 14px;
  line-height: 167%;
  padding-top: 16px;
  color: var(--white);
  border-top: 0.67px solid #ccc;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .footer-block__logo-link {
    gap: 18px;
    max-width: 190px;
    max-height: 36px;
  }
}

@media screen and (min-width: 1201px) {
  .footer-menu-class li a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 1px;
    transform: scale(0);
    transition: all 0.3s;
    background-color: transparent;
    left: 0;
    transform-origin: left;
  }

  .footer-menu-class li a:hover::after {
    transform: scale(1);
    background-color: var(--white);
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .footer-menu-class {
    font-size: 14px;
  }

  .footer-block::before {
    background: center / cover no-repeat
      url("/wp-content/uploads/2025/06/tablet-svg.svg");
  }

  .footer-block__copyright-notice {
    font-size: 14px;
  }

  .footer-block__icon {
    min-width: 12px;
    min-height: 12px;
  }

  .footer-block__first-logo {
    max-width: 86px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-block__logo-link {
    gap: 12px;
    max-width: 131px;
    max-height: 25px;
  }

  .footer-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .footer-block::before {
    background: center / cover no-repeat
      url("/wp-content/uploads/2025/06/mobile-svg.svg");
  }

  .footer-block__icon {
    min-width: 12px;
  }

  .footer-menu-class {
    font-size: 12px;
  }

  .footer-menu-class {
    gap: 20px;
  }

  .footer-block__copyright-notice {
    font-size: 12px;
  }

  .footer-block__wrapper {
    padding-bottom: 24px;
  }
}

/* banner */

section.banner {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.banner__wrapper {
  overflow: hidden;
  position: relative;
  padding: 64px;
  box-sizing: border-box;
}

.banner__container {
  display: block;
}

.banner__logo {
  max-width: 283px;
  max-height: 34px;
}

.banner__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--white);
  max-width: 600px;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  section.banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner__wrapper {
    padding: 42px 40px 44px 40px;
  }

  .banner__title {
    font-size: 32px;
    max-width: 460px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  section.banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .banner__wrapper {
    padding: 32px 32px 36px;
  }

  .banner__title {
    font-size: 24px;
    max-width: 300px;
  }
}

@media screen and (min-width: 701px) {
  .banner__image {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .banner__image {
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: -80px;
  }

  body .banner__logo {
    max-height: 24px;
    width: auto;
  }

  .banner__wrapper {
    background: #190a22 !important;
    padding: 20px;
    border-radius: 12px;
    min-height: unset;
  }

  .banner__title {
    z-index: 1;
    position: relative;
    font-size: 20px;
  }

  section.banner {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

/* header */

.header-block__logo {
  display: flex;
  align-items: center;
}

header {
  background-color: var(--white);
  position: fixed;
  width: 100%;
  z-index: 99999999;
}

.header-section__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.first-logo {
  max-height: 42px;
}

.second-logo {
  max-height: 34px;
}

.header-section .header-block {
  border-bottom: 1px solid var(--gray-line);
}

.header-section .header-block {
  padding-top: 21px;
  padding-bottom: 21px;
}

.custom-logo-link {
  display: inline-flex;
  gap: 21px;
  align-items: center;
  overflow: hidden;
}

.header-menu-class {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.header-menu-class li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  color: #222;
}

.header-menu-class li img.menu-image {
  display: none;
}

.burger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 44px;
  height: 44px;
}

.burger-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-burger,
.icon-close {
  opacity: 1;
  transform: scale(1);
}

.burger-btn .icon-close {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.burger-btn.active .icon-burger {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.burger-btn.active .icon-close {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.header-section .menu-image-title-after.menu-image-not-hovered img,
.header-section
  .menu-image-hovered.menu-image-title-after
  .menu-image-hover-wrapper,
.header-section .menu-image-title-before.menu-image-title {
  padding-right: unset;
}

.menu-image-title-after .menu-image-title {
  padding-left: unset;
}

.plus-icon {
  min-width: 1px;
}

@media screen and (min-width: 1601px) {
  .header-block__logo {
    max-width: 343px;
  }
}

@media screen and (max-width: 1600px) {
  .custom-logo-link {
    gap: 20px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .header-block__logo {
    max-width: 337px;
  }

  .first-logo {
    max-height: 36px;
  }

  .second-logo {
    max-height: 30px;
  }

  .header-menu-class li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .header-block__logo {
    max-width: 284px;
  }

  .first-logo {
    max-height: 30px;
  }

  .second-logo {
    max-height: 24px;
  }

  .header-section .header-block {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1401px) {
  .header-menu-class li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -3px;
    background-color: #222;
    transition: all 0.3s;
    transform-origin: center;
    transform: scale(0);
  }

  .header-menu-class li a:hover::after {
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .burger-btn {
    display: block;
  }

  .header-section .header-block {
    position: relative;
  }

  .header-menu-class {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    z-index: 999;
    opacity: 0;
    gap: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .header-menu-class.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .header-menu-class li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }

  .header-menu-class li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #222;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .header-menu-class li img.menu-image {
    display: block;
    max-width: 28px;
    height: auto;
  }

  .header-section .menu-image-hover-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .header-block__logo {
    max-width: 180px;
  }

  .header-section .header-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .burger-btn {
    height: 32px;
    width: 32px;
  }

  .burger-btn svg {
    height: 32px;
    width: 32px;
  }

  .first-logo {
    max-height: 19px;
  }

  .second-logo {
    max-height: 20px;
  }

  .custom-logo-link {
    gap: 12px;
    max-height: 20px;
    max-width: 110px;
  }

  .header-menu-class {
    padding: 24px;
  }

  .header-menu-class li a {
    font-size: 16px;
  }

  .header-menu-class {
    padding: 25px 20px;
  }
}

/* manufacturing */

#primary section.manufacturing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.manufacturing-swiper-wrapper {
  height: unset;
}

.manufacturing__wrapper {
  display: flex;
  gap: 32px;
}

.manufacturing__column {
  display: flex;
  flex-direction: column;
}

.manufacturing__column--left {
  gap: 50px;
}

.slider-block-swiper {
  margin-left: unset;
  margin-right: unset;
}

.manufacturing__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 714px;
}

.manufacturing__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  display: flex;
  color: #222;
}

.manufacturing__desc p {
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}

.manufacturing__post-category {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
  font-family: var(--font-family);
}

.manufacturing__post-tile {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222222;
  margin-top: 16px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: all 0.3s;
}

.manufacturing__post-excerpt p {
  font-weight: 400;
  font-size: 18px;
  color: #222;
}

.manufacturing__posts-list {
  max-width: 100%;
}

.manufacturing__column--right {
  gap: 32px;
  padding: 0 24px;
}

.manufacturing__latest-updates-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .manufacturing__latest-updates-container {
    gap: 22px;
  }
}

@media screen and (min-width: 1601px) {
  .manufacturing__latest-updates-container {
    gap: 55px;
  }
}

.manufacturing__latest-updates-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.manufacturing__latest-updates__post-category {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
}

.manufacturing__latest-updates__post-tile {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  padding-bottom: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: all 0.3s;
}

.manufacturing__latest-updates__post-img {
  height: 140px;
}

.manufacturing__post-item {
  display: flex;
  gap: 32px;
  align-items: center;
}

.manufacturing__latest-updates__post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.manufacturing__latest-updates__post-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.manufacturing__post-img {
  min-width: calc(100% - 492px);
  width: 100%;
}

.manufacturing__post-content {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}

.manufacturing__posts-list-bottom {
  padding-top: 75px;
  padding-bottom: 24px;
  display: flex;
  gap: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  display: flex;
  margin: 0;
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: unset !important;
  outline: none !important;
  min-width: 44px;
  height: auto;
  transition: all 0.5s;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  height: auto;
}

@media screen and (min-width: 1201px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #f5f5f5;
  }

  .manufacturing__post-item:hover .manufacturing__post-tile {
    text-decoration-color: #222;
  }

  .manufacturing__latest-updates__post-item:hover
    .manufacturing__latest-updates__post-tile {
    text-decoration-color: #222;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-button-next:active,
  .swiper-button-prev:active {
    background-color: #f5f5f5;
  }
}

.manufacturing__posts-pagination {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.swiper-pagination-bullet {
  width: calc(100% / 4);
  height: 4px;
  border-radius: 0px;
  background: #c5c5c5;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative;
}

.swiper-pagination-bullet .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #007abc;
  transition: width 0s;
}

@media screen and (min-width: 1601px) {
  .manufacturing__column--left {
    gap: 50px;
    max-width: calc(100% - 368px);
  }
}

@media screen and (min-width: 1201px) {
  .manufacturing__wrapper {
    align-items: flex-end;
  }
}

@media screen and (min-width: 1201px) {
  .manufacturing__title {
    font-size: 56px;
  }
}

@media screen and (min-width: 1201px) {
  .manufacturing__post-img {
    object-fit: cover;
    height: 416px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .manufacturing__column--left {
    gap: 52px;
  }

  .manufacturing__post-tile {
    font-size: 28px;
  }

  .manufacturing__post-excerpt p {
    font-size: 18px;
  }

  .manufacturing__post-img {
    min-width: calc(100% - 417px);
    height: 406px;
  }

  .manufacturing__post-content {
    max-width: 385px;
  }

  .manufacturing__column--right {
    padding-right: 0;
  }

  .manufacturing__latest-updates-title {
    font-size: 18px;
  }

  .manufacturing__latest-updates__post-tile {
    font-size: 16px;
  }

  .manufacturing__posts-list-bottom {
    padding-top: 52px;
  }

  .manufacturing__column--left {
    max-width: calc(100% - 278px);
  }
}

@media screen and (max-width: 1200px) {
  .manufacturing__wrapper {
    flex-direction: column;
  }

  .manufacturing__column--left {
    max-width: 100%;
    gap: 48px;
  }

  .manufacturing__post-item {
    flex-direction: column-reverse;
  }

  .manufacturing__post-content {
    max-width: unset;
  }

  .manufacturing__column--right {
    padding: 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  #primary section.manufacturing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .manufacturing__title {
    font-size: 48px;
  }

  .manufacturing__post-category {
    font-size: 14px;
  }

  .manufacturing__post-tile {
    font-size: 22px;
  }

  .manufacturing__post-excerpt p {
    font-size: 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    min-width: 48px;
  }

  .manufacturing__latest-updates-container {
    flex-direction: row;
  }

  .manufacturing__latest-updates-container a {
    flex-basis: 50%;
  }

  .manufacturing__latest-updates-title {
    font-size: 20px;
  }

  .manufacturing__latest-updates__post-tile {
    font-size: 18px;
  }

  .manufacturing__latest-updates__post-img {
    height: 205px;
  }

  .manufacturing__posts-list-bottom {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .manufacturing__post-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 700px) {
  #primary section.manufacturing {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .manufacturing__title {
    font-size: 30px;
    display: flex;
  }

  .manufacturing__column--left {
    gap: 32px;
  }

  .manufacturing__post-item {
    gap: 20px;
  }

  .manufacturing__post-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .manufacturing__post-category {
    font-size: 12px;
  }

  .manufacturing__post-tile {
    font-size: 20px;
  }

  .manufacturing__post-excerpt p {
    font-size: 14px;
  }

  .manufacturing__posts-list-bottom {
    padding-top: 32px;
    padding-bottom: 12px;
    gap: 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    min-width: 32px;
  }

  .manufacturing__latest-updates-title {
    font-size: 18px;
  }

  .manufacturing__column--right,
  .manufacturing__latest-updates-container {
    gap: 24px;
  }

  .manufacturing__latest-updates__post-img {
    height: 160px;
  }

  .manufacturing__latest-updates__post-tile {
    font-size: 16px;
  }
}

/* tabs block style  */

section.tabs-block {
  padding-bottom: 0;
  padding-top: 80px;
  background: #f5f5f5;
}

.tabs-block__title {
  font-weight: 700;
  margin-bottom: 48px;
  color: var(--color-dark-blue);
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.tab_nav_item {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  transition: all 0.3s ease;
  padding: 14px 25px 10px;
  border-radius: 8px;
  border: 1px solid var(--color-silver-gray);
  background-color: transparent;
  color: #222;
  outline: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.tab_nav_item.active {
  border-color: #007abc;
  background-color: #007abc;
  color: #fff;
}

.category-icon {
  max-width: 34px;
}

.tab_nav {
  position: relative;
  display: flex;
  gap: 16px;
}

.tab_nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab_nav::-webkit-scrollbar {
  display: none;
}

.top_tabs_bar {
  margin-bottom: 50px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-video {
  width: 100%;
  height: 100%;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease;
  outline: unset;
}

.video-block__wrapper {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.video-block__item {
  flex: 1 1 calc(50% - 8px);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.video-block__info {
  padding: 32px;
  background-color: var(--white);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.video-block__video video {
  max-height: 336px;
  object-fit: cover;
}

.tab_nav_item.active .category-icon {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 1201px) {
  .tab_nav_item:not(.active):hover,
  .tab_nav_item:not(.active):focus {
    border-color: #007abc;
    background-color: #007abc;
    color: var(--white);
  }

  .tab_nav_item:not(.active):hover .category-icon,
  .tab_nav_item:not(.active):focus .category-icon {
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 1200px) {
  .video-block__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .video-block__title {
    font-size: 24px;
  }

  .video-block__excerpt.post__excerpt {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 700px) {
  .video-block__info {
    padding: 20px;
  }

  .video-block__title {
    font-size: 16px;
  }

  .video-block__excerpt {
    font-size: 14px;
  }

  .video-block__excerpt.post__excerpt {
    margin-bottom: 24px;
  }

  .video-block__btn {
    font-size: 14px;
  }
}

.tabContainer {
  position: relative;
}

.Tabcondent.active {
  transform: none !important;
  opacity: 1 !important;
  border-radius: 0px;
  z-index: 3;
  transition: all ease-in-out 0.6s;
  margin: 0 auto;
}

.Tabcondent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: fit-content;
  transform-origin: 0 0;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  transform: translateY(50px);
}

.Tabcondent .post__container:not(:last-child) {
  padding-bottom: 100px;
}

.post-block {
  background-color: var(--light-blue);
}

.post__wrapper {
  display: flex;
  gap: 32px;
}

.post__item {
  display: flex;
  flex-direction: column;
  max-width: 704px;
  overflow: hidden;
  transition: all 0.3s;
}

.post__content {
  padding: 32px;
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: var(--white);
  box-sizing: border-box;
}

.post__header {
  margin-bottom: 40px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.post__header-top {
  display: flex;
  justify-content: space-between;
}

.post__header-right svg {
  margin-top: -2px;
}

.post__header-btn {
  margin-top: 5px;
  display: flex;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #007abc;
}

.post__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  color: #222;
  margin-bottom: 20px;
}

.category-description {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.post__image img {
  min-height: 336px;
  max-height: 336px;
  object-fit: cover;
}

.post__category {
  font-family: var(--font-family);
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #222;
}

.post__name {
  font-family: var(--font-family);
  color: #222;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-skip-ink: none;
}

.post__excerpt {
  font-weight: 400;
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
}

.post__btn {
  display: inline-flex;
  align-items: center;
  color: #007abc;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: auto;
}

.latest-post__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.latest-post__item {
  display: flex;
  flex-basis: calc(100% / 3);
  overflow: hidden;
  transition: all 0.3s;
}

.latest-post__content {
  background-color: var(--white);
  padding: 37px 48px 37px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .latest-post__content {
    height: 100%;
  }
}

.latest-post__image {
  min-width: 312px;
}

.latest-post__btn {
  margin-top: auto;
}

.latest-post__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
  .post__item {
    max-width: 50%;
  }

  .latest-post__image {
    min-width: 250px;
  }

  .post__excerpt {
    font-size: 16px;
  }
}

@media screen and (min-width: 1201px) {
  .latest-post__image {
    height: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .post__item {
    max-width: unset;
  }

  .post__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .latest-post__wrapper {
    gap: 24px;
  }

  .latest-post__content {
    width: 100%;
    padding: 32px;
  }

  .latest-post__image {
    min-width: 280px;
    height: 200px;
  }

  .post__content {
    min-height: unset;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .latest-post__image {
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .latest-post__wrapper {
    gap: 30px;
  }

  .Tabcondent .post__container:not(:last-child) {
    padding-bottom: 32px;
  }

  .post__header-top svg {
    margin-top: -3px;
  }

  .category-description {
    margin-top: 20px;
    font-size: 18px;
  }

  .post__header-btn {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    font-size: 16px;
    min-width: 90px;
    margin-bottom: 10px;
  }

  .post__header {
    margin-bottom: 30px;
  }

  .post__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .post__image img {
    min-height: 160px;
    max-height: 160px;
  }

  .post__wrapper {
    gap: 32px;
  }

  .post__content {
    padding: 20px;
  }

  .post__excerpt {
    font-size: 14px;
  }

  .post__name {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .latest-post__title {
    font-size: 20px;
  }

  .latest-post__category {
    margin-top: 20px;
    margin-bottom: 4px;
  }

  .latest-post__content {
    background-color: unset;
    padding: unset;
    height: unset;
    padding: 20px;
  }

  .latest-post__item {
    background-color: #fff;
    flex-direction: column;
    align-items: start;
    border-radius: unset;
  }

  .latest-post__btn {
    margin-top: 16px;
    margin-top: 45px;
  }

  .latest-post__image {
    min-height: 160px;
    max-height: 160px;
    border-radius: 8px 8px 0 0;
    min-width: 200px;
    width: 100%;
  }

  .post__category {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .post__item:hover,
  .video-block__item:hover,
  .latest-post__item:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.14);
  }

  .post__item:hover .post__name,
  .video-block__item:hover .post__name,
  .latest-post__item:hover .latest-post__title {
    text-decoration-color: #222;
  }
}

@media screen and (max-width: 1200px) {
  .post__item:active .post__name,
  .video-block__item:active .post__name,
  .latest-post__item:active .latest-post__title {
    text-decoration-color: #222;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .Tabcondent .post__container:not(:last-child) {
    padding-bottom: 80px;
  }

  section .post__title {
    font-size: 32px;
  }
  section.tabs-block {
    padding-top: 80px;
  }

  body .tabs-block__title {
    font-size: 48px;
  }

  .post__image img {
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1600px) {
  .top_tabs_bar {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .Tabcondent .post__container:not(:last-child) {
    padding-bottom: 64px;
  }

  .tabs-block__title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .tab_nav {
    gap: 12px;
  }

  .post__name {
    font-size: 24px;
  }

  section.tabs-block {
    padding-top: 48px;
  }

  .post__title {
    font-size: 28px;
  }

  .post__excerpt {
    font-size: 16px;
  }
}

@media screen and (min-width: 701px) {
  .latest-post__item .post__excerpt {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .category-icon {
    max-width: 24px;
  }

  .tabs-block__title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .tab_nav_item {
    font-size: 6px;
    padding: 8px 14px;
  }

  .post__title {
    font-size: 20px;
  }

  section.tabs-block {
    padding-top: 32px;
  }

  .tab_nav {
    gap: 8px;
  }

  .post__btn {
    font-size: 14px;
  }

  .post__item .post__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }

  .latest-post__item .post__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }

  .top_tabs_bar {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .tab_nav {
    overflow: scroll;
    width: calc(100% + 40px);
    margin-left: -80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 700px) {
  .tab_nav {
    overflow: scroll;
    width: calc(100% + 20px);
    margin-left: -40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .tab_nav_item {
    min-width: fit-content;
  }
}

/* popup video modal */

.pum-container {
  margin-bottom: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: unset !important;
  padding: 0 !important;
  background-color: transparent !important;
  max-width: 1280px !important;
}

.video-popup__wrapper {
  width: 100%;
  display: flex;
}

.video-popup__wrapper video {
  width: 100%;
  height: auto;
}

.pum-theme-lightbox {
  background-color: rgba(0, 40, 69, 0.85) !important;
}

.video-popup {
  position: relative;
}

.pum-close {
  display: none;
}

.pum-close.close-btn {
  display: flex;
}

.close-btn {
  position: absolute;
  overflow: hidden;
  border-radius: 80px;
  transition: all 0.3s;
  opacity: 1;
}
.play .close-btn {
  opacity: 0;
}

.play-button {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
  outline: unset;
  opacity: 1;
}

.play-button svg {
  width: 100%;
  height: auto;
}

.play .play-button {
  opacity: 0;
  pointer-events: none;
}

.close-btn svg {
  width: 100%;
}

@media screen and (min-width: 1601px) {
  .close-btn {
    top: 24px;
    right: 24px;
  }

  .close-btn svg {
    min-width: 48px;
    height: 48px;
  }

  .play-button svg {
    max-width: 104px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .close-btn {
    top: 20px;
    right: 20px;
  }

  .close-btn svg {
    min-width: 40px;
    height: 40px;
  }

  .play-button svg {
    max-width: 90px;
  }
}

@media screen and (max-width: 1200px) {
  html.pum-open.pum-open-overlay.pum-open-scrollable
    body
    > :not([aria-modal="true"]) {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .close-btn {
    top: 12px;
    right: 12px;
  }

  .close-btn svg {
    min-width: 24px;
    height: 24px;
  }

  .play-button svg {
    max-width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .pum-close.close-btn {
    display: none;
  }

  .play-button svg {
    max-width: 70px;
  }
}

/* subpage content */

.subpage-content {
  padding-top: 143px;
  display: flex;
  flex-direction: column;
}

.subpage-content__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.subpage-content__body {
  margin-bottom: 100px;
}

.subpage-content__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  color: #222;
}

.subpage-content__description {
  max-width: 670px;
}

.subpage-content__description p {
  font-weight: 600;
  font-size: 20px;
  color: #222;
}

.subpage-content__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.cards__item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}

.cards__item * {
  transition: all 0.3s;
}

.cards__head img {
  object-fit: cover;
  background-size: cover;
  height: 250px;
}

.cards__content {
  display: flex;
  flex-direction: column;
  padding: 32px;
  flex-grow: 1;
}

.cards__tag {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}

.cards__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.cards__desc {
  flex-grow: 1;
}

.cards__desc p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #222;
  margin-bottom: 16px;
}

.cards__btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #007abc;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .subpage-content__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .cards__head img {
    height: 309px;
  }

  .cards__desc p {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1201px) {
  .cards__item:hover .cards__title {
    text-decoration-color: #222;
  }
}

@media screen and (max-width: 1200px) {
  .subpage-content__cards {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 701px) and (max-width: 1600px) {
  .cards__title {
    font-size: 34px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .cards__head img {
    height: 330px;
  }

  .subpage-content__body {
    margin-bottom: 80px;
  }

  .cards__desc p {
    margin-bottom: 70px;
  }

  .subpage-content {
    padding-top: 105px;
  }
}

@media screen and (max-width: 700px) {
  .subpage-content {
    padding-top: 82px;
  }

  .cards__item {
    flex-basis: unset;
  }

  .subpage-content__head {
    margin-bottom: 30px;
  }

  .cards__head img {
    height: 160px;
  }

  .cards__tag {
    font-size: 14px;
  }

  .cards__title {
    font-size: 20px;
  }

  .cards__btn,
  .cards__desc p {
    font-size: 16px;
  }
  .cards__desc p {
    margin-bottom: 20px;
  }

  .subpage-content__title {
    font-size: 28px;
  }

  .subpage-content__body {
    margin-bottom: 60px;
  }

  .cards__content {
    padding: 20px;
  }
}
/* explore-other-content */

.explore-other-content {
  position: relative;
}

.explore-other-content::after,
.explore-other-content::before {
  position: absolute;
  top: 0;
  height: 1px;
  content: "";
  background-color: #e6e6e6;
  width: 100vw;
}

.explore-other-content::before {
  left: -100vw;
}

.explore-other-content::after {
  right: -100vw;
}

.explore-other-content__wrapper::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e6e6e6;
}

.explore-other-content__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.explore-other-content__title {
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #222;
  font-family: var(--font-family);
}

.explore-other-content__cards {
  display: flex;
  gap: 32px;
}

.explore-other-content__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 24px;
  transition: all 0.3s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}

.explore-other-content__card-img {
  max-width: 58px;
  display: flex;
}

.explore-other-content__card-title {
  font-weight: 700;
  color: #222;
  display: flex;
  font-family: var(--font-family);
  line-height: 122%;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-skip-ink: none;
  transition: all 0.3s;
  text-align: center;
}

.explore-other-content__card {
  flex: 1 1 calc((100% / 3) - 32px);
}

@media screen and (min-width: 1601px) {
  .explore-other-content {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .explore-other-content__wrapper::before {
    top: -80px;
  }
}

@media screen and (min-width: 1201px) {
  .explore-other-content__card:hover .explore-other-content__card-title {
    text-decoration-color: #222;
  }

  .explore-other-content__title {
    font-size: 42px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1600px) {
  .explore-other-content__card {
    padding: 24px 12px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .explore-other-content {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .explore-other-content__wrapper::before {
    top: -60px;
  }
}

@media screen and (max-width: 1200px) {
  .explore-other-content__cards {
    flex-wrap: wrap;
  }

  .explore-other-content {
    padding-top: 40px;
  }

  .explore-other-content__wrapper::before {
    top: -40px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .explore-other-content__title {
    font-size: 34px;
  }

  .explore-other-content {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 701px) {
  .explore-other-content__wrapper {
    gap: 40px;
  }

  .explore-other-content__card-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .explore-other-content__card-title {
    font-size: 14px;
    text-align: unset;
  }

  .explore-other-content__cards {
    flex-direction: column;
    gap: 20px;
  }

  .explore-other-content__card {
    flex: 1;
    flex-direction: row;
    padding: 10px 20px;
    gap: 12px;
  }

  .explore-other-content__card-img {
    max-width: 34px;
  }

  .explore-other-content__title {
    font-size: 28px;
  }

  .explore-other-content__wrapper {
    gap: 30px;
  }

  .explore-other-content {
    padding-bottom: 40px;
  }
}

.breadcrumbs.container a {
  color: #007abc;
}
