@font-face {
  font-family: "Netcompany";
  src: url("../assets/fonts/Netcompany-Regular.ttf") format("truetype"),
    url("../assets/fonts/Netcompany-Regular.woff2") format("woff2"),
    url("../assets/fonts/Netcompany-Regular.woff") format("woff"),
    url("../assets/fonts/Netcompany-Regular.eot") format("embedded-opentype");

  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Netcompany";
  src: url("../assets/fonts/Netcompany-Bold.ttf") format("truetype"),
    url("../assets/fonts/Netcompany-Bold.woff2") format("woff2"),
    url("../assets/fonts/Netcompany-Bold.woff") format("woff"),
    url("../assets/fonts/Netcompany-Bold.eot") format("embedded-opentype");

  font-weight: 700;
  font-style: normal;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Netcompany", sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

:root {
  font-size: 62.5%;
  --darkColor: #132146;
  --lightColor: #e7ecec;
  --lightColor2: #ffffff;
  --gold-color: #cd0000;
  --sidespace: 3rem;
  --topspace: 10rem;
  --medium-font-size: 1.8rem;
  --large-font-size: 6.5rem;
  --sublarge-font-size: 7rem;
  --title-font-size: 6.5rem;
  --subtitle-font-size: 4.5rem;
  --number-font-size: 9rem;
  --span-font-size: 12rem;
  --number2-font-size: 5vw;
  --button-font-size: 2.3rem;
  --small-font-size: 1.5rem;
  --paragraph-font-size: 1.6rem;
  /* --subparagraph-font-size: */
  --large-button-font-size: 2.9rem;
  --box-title-font-size: 2.8rem;
  --speed: 35s;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  background: var(--lightColor);
  font-family: "Netcompany", sans-serif;
}

main {
  min-height: 70vh;
}

li,
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.5s;
}

img {
  max-width: 100%;
  object-fit: cover;
}

video {
  object-fit: cover;
  height: 100%;
}

input::placeholder,
input,
textarea,
textarea::placeholder {
  font-size: 16px;
}

section {
  position: relative;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
p {
  line-height: 1.5em !important;
}
/* General Style */
.main__container {
  max-width: 1920px;
  margin: 0 auto;
}

.title {
  color: var(--lightColor2);
  font-weight: 700;
  font-size: var(--large-font-size);
  margin-bottom: 4rem;
  line-height: 0.9em;
}
.title--dark {
  color: var(--darkColor);
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.main__light-layer {
  height: 15rem;
  width: 100%;
  position: absolute;
  background: var(--lightColor);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--gold-color);
}

/* End General Style */

/* Header */

header {
  display: flex;
  padding: 1.5rem var(--sidespace);
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: background 0.5s;
}
.header__nav--dark {
  background: var(--darkColor);
}

.header__logo-img {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: block;
  padding-top: 0.7rem;
  object-fit: contain;
  object-position: left center;
}

.header__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding-top: 1em;
}

.header__menu--inside {
  padding-top: 0;
}

nav,
.nav--desktop {
  display: flex;
  gap: 5.5rem;
}
.nav--desktop ul {
  display: none;
}

.header__nav__link {
  color: var(--lightColor2);
  font-weight: normal;
  font-size: var(--medium-font-size);
  transition: color 0.5s;
}
.header__nav__link--plus {
  color: var(--gold-color);
  width: 3rem;
  display: inline-block;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  position: absolute;
  transform: translate(0, -0.1em);
}
.header__nav__link:hover {
  color: var(--gold-color) !important;
}

.close__button {
  float: right;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  border-radius: 100%;
  padding: 0.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

/* scroll */
.scroll-down {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.scroll-down span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleX(1.5) rotate(85deg);
  margin: -5px;
  animation: animate 2s infinite;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
.scroll-down span:nth-child(2) {
  animation-delay: -0.2s;
}
.scroll-down span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scaleX(1.5) rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scaleX(1.5) rotate(45deg) translate(20px, 20px);
  }
}
/* banner */

.banner {
  position: sticky;
  top: 0;
}

.banner__video {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  object-fit: cover;
  filter: brightness(0.5);
}

.inner_banner {
  height: 85vh;
  min-height: 85vh;
  position: sticky;
  top: 0;
}
.inner_banner img {
  opacity: 1;
  width: 100%;
  height: 85vh;
  filter: brightness(0.5);
}

.banner__info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner__description {
  color: white;
  font-size: 2rem;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}
.banner__title {
  line-height: 1.1em;
  display: block;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 700 !important;
}

.banner__title span {
  color: rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.button__cta--inner--light a,
.button__cta--inner--light {
  color: #fff !important;
}
.button__cta,
.button__cta--inner a {
  background: #fff0;
  color: #fff;
  font-size: var(--medium-font-size);
  padding: 1.5rem 3rem;
  margin: 3rem auto;
  border: var(--gold-color) 1px solid;
  border-radius: 3rem;
  line-height: 1em;
  text-decoration: none;
  display: block;
  width: fit-content;
  max-width: 300px;
  min-width: fit-content;
  transition: background 0.5s;
}
.button__cta--inner a {
  margin-top: 2rem;
  color: var(--darkColor);
}
.button__cta--inner a:hover,
.button__cta:hover {
  background: var(--gold-color);
  color: #fff;
}

/* counter */
.counter {
  font-size: 10rem;
  color: var(--darkColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.counter__container {
  margin-top: 4rem !important;
  text-align: center;
  font-size: var(--medium-font-size);
}

/* industries */
.industry > div {
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 5rem !important;
}

.industry__card {
  width: calc(50% - 2.5rem);
  min-height: 540px;
  cursor: pointer;
}

.industry__card > div {
  perspective: 1000px;
  width: 100%;
  min-height: 540px;
  cursor: pointer;
  transform-style: preserve-3d;
}
.industry__card__content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.industry__item {
  display: flex;
  align-items: center;
  padding: 2rem;
  background: var(--darkColor);
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.industry__item--team > div > p {
  color: white;
  font-size: 2.8rem;
}
.industry__items--cols .team_member > div {
  flex-direction: column;
}
.industry__items--cols .team_member img {
  object-fit: contain !important;
  padding: 1rem;
}

.industry__items--cols .team_member h3 {
  text-align: center;
}
.industry__items--cols .team_member {
  width: calc(50% - 2.5rem);
}
.industry__items > div {
  width: 100%;
}
.industry__item h3 {
  font-size: var(--box-title-font-size);
  color: white;
  margin-bottom: 2rem;
  font-weight: normal !important;
}
.industry__item h3 strong {
  font-weight: normal !important;
}
.industry__item p {
  font-size: var(--box-title-font-size);
  color: white;
  left: 2rem;
  top: 2rem;
}
.industry__item img {
  width: 15rem !important;
  padding: 0 3rem;
  margin: 3rem auto 4rem;
  display: block;
}
/*
.industry__card__content > div {
  transform-style: preserve-3d;
  transition: all 0.5s;
  position: absolute;
  height: 100%;
  width: 100%;
}
.industry__card:hover .industry__card__content {
  transform: rotateY(-180deg) !important;
}

.industry__item--team {
  width: calc(45% - 5rem);
}
.industry__item > div {
  margin: 0 auto;
}


 */
/*cases item */
.case__item {
  border: none !important;
  padding: 0 !important;
}
body .is-layout-grid {
  gap: 3rem;
}
.case__item-read_more {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/*carrer */
.career__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  flex-grow: 1;
  border: 1px solid var(--darkColor);
  backdrop-filter: blur(8px);
  flex-basis: 30%;
  height: 100%;
}
.carrer_exerpt {
  font-size: medium;
}
.career-body{
	max-width:95vw;
	margin:0 auto;
	
}
.carrer__spacing {
  margin-bottom: 3rem;
  min-height: 3em;
  font-weight: 100;
}
time {
  margin: 15px 0;
  display: block;
}

/****/
.header__ticket--desktop {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  margin-right: 0;
}
.header__icom-menu,
.header__nav-mobile,
.header__back,
.header__close {
  display: none;
  background: none;
  border: none;
}
.flex__grow__image {
  flex-grow: 1;
}

/* what we do  */
.what-we-do {
  padding: 5rem var(--sidespace);
}

.what-we-do__boxes > div {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.what-we-do__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  flex-grow: 1;
  border: 1px solid var(--darkColor);
  min-height: 345px;
  backdrop-filter: blur(8px);
  flex-basis: 30%;
}
.what-we-do--border {
  border-color: #ffffff;
}
.wp-block-list {
  list-style: none; /* Remove default bullets */
  padding-left: 20px; /* Adjust as needed */
}
.wp-block-list li {
  line-height: 1.6em;
  padding-left: 1rem;
}
.wp-block-list li {
  list-style: disc; /* Fallback for older browsers */
}
.wp-block-list li::marker {
  content: "•"; /* Unicode for a bullet */
  color: #cd0000; /* Custom red color */
  font-size: 1.2em; /* Adjust size if needed */
}
.what-we-do__item > div {
  display: flex;
  flex-direction: column;
}
.what-we-do__item h3 {
  font-size: var(--box-title-font-size);
  font-weight: bold;
  color: var(--darkColor);
  margin-bottom: 2rem;
  min-height: 8rem;
}
.what-we-do__item p {
  font-size: var(--paragraph-font-size);
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 2rem;
}

.what-we-do__number {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: var(--gold-color) solid 1px;
  background-color: var(--gold-color);
  color: var(--lightColor2);
  margin: 2rem 0 1rem auto;
  position: relative;
  font-size: var(--large-button-font-size) !important;
  top: -3rem;
  line-height: 1em !important;
}
.counter::after {
  content: "+";
  color: var(--gold-color);
}
.why_we_are__content--border {
  border: 1px solid var(--darkColor);
  backdrop-filter: blur(10px);
}
.why_we_are__content {
  border-radius: 1rem;
  margin: 0 auto;
}

.why_we_are__content--inside {
  max-width: 1200px !important;
}
.why_we_are__content--full {
  max-width: 100%;
  padding: 2rem;
}
.title em,
.title span {
  color: rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-style: normal !important;
}
.title--inner {
  font-weight: 100;
  font-size: calc(var(--large-font-size) - 1.5rem);
  line-height: 1.1em;
}
.the_solution,
.the_solution * {
  flex-direction: column;
  gap: 2rem;
}
.the_solution .what-we-do__boxes {
  display: flex !important  ;
  flex-direction: row;
  flex-wrap: wrap;
}
.the_solution .what-we-do__item {
  flex-basis: 30%;
}
.the_solution .title,
.full__width {
  width: 100%;
}
.the_solution .what-we-do--halfbox {
  flex-basis: 40%;
  justify-content: start;
}
/* what we do  */

/*our partners */

.our-partners__item {
  backdrop-filter: blur(10px);
  flex-grow: 1;
  max-width: 550px;
}
.our-partners__item img {
  height: 150px !important;
  width: 200px !important;
  object-fit: contain;
}

.wp-block-image img {
  width: 100%;
  height: 100%;
}

.our-partners .wp-block-image img {
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 2rem;
}
.our-partners__item--img-holder {
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

/*********Fixes********* */
.next_prev {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.navigation {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin: 4rem 0 0;
  color: white;
  align-items: center;
  padding: 0 3rem;
}

.navigation p a {
  color: var(--gold-color);
  font-size: 1.8rem;
}

/***Submenu**/

.submenu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--darkColor);
  overflow-y: auto;
  transition: 0.5s;
  padding: 0 var(--sidespace);
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.submenu__content {
  position: relative;
  display: flex;
  padding-top: 10%;
}
.submenu__content > ul {
  display: flex;
  justify-content: space-evenly;
  gap: 8rem;
  width: fit-content;
  margin: 0 auto;
}
.submenu__content > ul > li > a {
  text-decoration: none;
  font-size: var(--large-button-font-size);
  color: var(--lightColor2);
  display: block;
  transition: 0.3s;
}
.submenu__content > ul > li > ul a {
  text-decoration: none;
  font-size: var(--medium-font-size);
  color: var(--lightColor2);
  display: block;
  transition: 0.3s;
}
.submenu__content > ul > li > ul > li {
  margin-top: 3rem;
}
.submenu__content a:hover,
.submenu__content a:focus {
  color: var(--gold-color);
}
/* Footer */

footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5rem var(--sidespace);
}

.footer__social-media {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

footer svg {
  display: inline-block;
  margin: 0 3rem 5rem 0;
}
footer > div {
  max-width: 1920px;
  margin: 0 auto;
  background: var(--darkColor);
  width: 100%;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__nav {
  display: flex;
  gap: 3rem;
}
.footer__nav a {
  color: var(--lightColor2);
  display: block;
  font-size: var(--small-font-size);
}

.footer__copyright {
  color: var(--lightColor2);
  display: block;
  font-size: var(--small-font-size);
}

.footer__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
}

.footer__list {
  font-weight: 200;
  font-size: var(--small-font-size);
}

.footer__link {
  font-size: var(--small-font-size);
  color: var(--lightColor2);
  line-height: 2em;
}
.footer__logo-img {
  width: 11rem;
  display: block;
  margin-bottom: 2rem;
  object-fit: contain;
  object-position: left center;
}
.footer__logo-img--custodia {
  margin-bottom: 3rem;
}
/*****Responsive*****/
@media (min-width: 1920px) {
  :root {
    --paragraph-font-size: 3rem;
  }
}

@media (max-width: 1500px) {
  :root {
    --sublarge-font-size: 6rem;
    --span-font-size: 10rem;
  }
}

@media (max-width: 1300px) {
  :root {
    font-size: 50%;
    --title-font-size: 8.5rem;
    --paragraph-font-size: 2rem;
  }
}
@media (max-width: 1080px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
  .the_solution .what-we-do__item,
  .the_solution .what-we-do--halfbox,
  .what-we-do__item {
    flex-basis: 100%;
  }
}
@media (max-width: 900px) {
  :root {
    --info-font-size: 4.5rem;
    --paragraph-font-size: 2.3rem;
    --medium-font-size: 3rem;
    --svg-font-size: 6.5rem;
    --wp--preset--font-size--large: 26px;
  }
  .footer__logo-img--custodia {
    margin: 2.8rem 0 4rem !important;
  }
  footer {
    flex-wrap: wrap;
  }
  .footer__copyright {
    text-align: center;
  }

  header {
    padding: 2rem 2rem 2rem;
    position: fixed;
  }
  .header__menu,
  .social-media {
    display: none;
  }
  .header__icom-menu {
    display: block;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
  }
  .header__nav-mobile {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    left: 0;
    top: 0;
    background: var(--darkColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    transform: translateX(100%);
    z-index: 10;
    overflow: auto;
    padding: 5rem 2rem;
  }
  .header__back,
  .header__close {
    width: 5rem;
    height: 5rem;
    z-index: 3;
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: block;
  }

  .header__nav__link {
    display: block;
    text-align: left;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
  }
  .nav--desktop {
    flex-direction: column;
    gap: 3.5rem;
  }

  .submenu {
    z-index: 10001;
    overflow: auto;
    justify-content: flex-start;
  }
  .submenu__content > ul {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 5rem;
    justify-content: flex-start;
    padding-top: 5rem;
  }

  .submenu__content {
    padding: 10% 1rem;
    min-height: 125%;
  }
  .submenu__content > ul > li > ul a {
    font-size: 2.2rem;
  }
}

@media (max-width: 500px) {
  .our-partners .wp-block-image img {
    max-width: 95%;
    display: block;
  }
}

/*team */

.team_member .wp-block-image {
  flex-shrink: 0;
}
.team__bio {
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.team_member {
  width: 100%;
  border-radius: 0rem;
}
.team_member > div {
  display: flex;
  gap: 2rem;
  background: var(--darkColor);
  padding: 2rem 2.5rem;
  width: 100%;
  max-width: 100%;
}
.team_member--light > div {
  background-color: transparent !important;
}
.team__bio li {
  font-size: 1.8rem;
  color: var(--lightColor2);
}
.team_member .button__cta--inner {
  margin: 0 0 0 auto !important;
  padding: 0;
}
.team_member .button__cta--inner a {
  padding: 1rem 1.5rem !important;
  margin: 0 0 0 auto !important;
}
.team_member h3 {
  font-size: 2.5rem;
  border-bottom: 1px solid #cd0000;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  text-align: left;
}
.team_member p {
  font-size: 1.5rem;
  font-weight: 100;
  text-align: justify;
}
.team_member img {
  object-fit: cover;
  width: 12rem;
  border-radius: 1rem;
  text-align: left;
  min-height: 150px;
}

.team_member .wp-block-group {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*blockquote*/
.wp-block-quote {
  background: var(--darkColor);
  color: white;
  margin: 8rem 0;
  text-align: center;
  margin: 3rem 0;
  padding: 6rem;
}
.wp-block-quote h2 {
  line-height: 1.4em !important;
  font-size: 4rem !important;
}
@media (max-width: 730px) {
  :root {
    --subtitle-font-size: 5rem;
    --title-font-size: 6rem;
    --paragraph-font-size: 2.5rem;
    --large-font-size: 9rem;
    --sublarge-font-size: 5rem;
    --span-font-size: 8rem;
  }
  .header__logo-container {
    height: 8rem !important;
    padding-top: 2rem;
  }
  .team_member img {
    width: 17rem;
  }
  .team_member {
    width: calc(98% - 5rem);
  }
  .header__ticket-icon {
    width: 12rem;
  }
  .header__ticket--mobile {
    max-width: 80%;
    width: 60%;
    margin: 0 auto;
  }

  .banner__title {
    max-width: 100%;
  }
  .banner__info {
    width: 95%;
  }
  .banner__title {
    text-align: center;
    padding: 0 1rem;
  }
}

@media (max-width: 500px) {
  :root {
    --box-title-font-size: 3.2rem;
    --paragraph-font-size: 2.3rem;
    --button-font-size: 2.5rem;
    --sublarge-font-size: 3.5rem;
    --span-font-size: 5.5rem;
  }

  .enetertainment__content--number {
    padding-left: 2rem;
  }

  .header__ticket--mobile {
    width: 50%;
  }
  .header__icom-menu {
    width: 6rem;
    height: 6rem;
  }

  .footer__item {
    margin-bottom: 2.5rem;
  }
  .title--inner {
    font-size: calc(var(--large-font-size) - 3rem);
    padding: 0.5rem;
  }
  .wp-block-quote {
    padding: 2rem;
  }
}

@media (max-width: 400px) {
  :root {
    --paragraph-font-size: 2.8rem;
  }
  :root {
    --large-font-size: 9rem;
  }
}

@media screen and (max-width: 960px) {
  .what-we-do__boxes > div {
    flex-wrap: wrap;
  }

  .industry__item {
    width: calc(33% - 5rem);
  }
  .industry > div {
    justify-content: center !important;
  }
}
@media screen and (max-width: 800px) {
  footer > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .footer__logo-img {
    width: 15rem;
    margin: 4rem 0rem;
  }
}
@media screen and (max-width: 720px) {
  .industry__item {
    width: calc(50% - 5rem);
  }

  h2.title {
    font-size: var(--subtitle-font-size);
  }

  .header__logo-img {
    padding-top: 1.5rem;
  }

  footer > div {
    align-items: flex-start;
    justify-self: flex-start;
  }

  .footer__nav {
    flex-direction: column;
  }
  td,
  .wp-block-list li,
  p.has-medium-font-size {
    text-align: left !important;
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding: 0;
  }

  footer > div {
    align-items: flex-start;
  }
  .footer__copyright {
    text-align: center;
    margin: 0 auto;
  }
  h2.title {
    font-size: 3rem;
  }
  .why_we_are__content {
    padding: 1rem;
  }
  .industry__item h3 {
    font-size: 2.5rem;
  }
  footer > div {
    padding: 2rem !important;
  }
  .wp-block-cover.has-parallax {
    padding: 1rem !important;
  }
  .what-we-do__item h3 {
    font-size: 2.5rem;
  }
  .banner__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .industry__item {
    width: calc(95% - 5rem);
  }
  .industry__item img {
    width: 20rem !important;
    margin: 7rem auto 8rem;
    max-width: 100%;
  }
  .title--dark {
    font-size: 2.7rem !important;
  }
  .team__bio {
    font-size: 1.7rem !important;
    text-align: left !important;
  }
  .wp-block-quote h2 {
    font-size: 3rem !important;
    margin: 2rem 1rem;
    font-size: 2.8rem !important;
  }
  :root {
    --medium-font-size: 2rem;
    --sidespace: 1rem;
  }
  .header__logo-img {
    padding-bottom: 1.5rem;
  }
  header {
    padding: 0.5rem 1rem 0.5rem;
  }
  h2.title span {
    color: var(--lightColor2);
    -webkit-text-stroke-width: 0px;
  }
  .team_member {
    width: 100% !important;
  }

  .team_member > div {
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 350px) {
  h2.title {
    font-size: 3rem;
  }
}
@media (max-width: 350px) {
  :root {
    --large-font-size: 7rem;
    --medium-font-size: 2rem;
  }
  .industry__item {
    width: calc(100% - 0.5rem);
  }
  :root {
    --wp--preset--font-size--medium: 18px;
  }
}
@media screen and (max-width: 300px) {
  h2.title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 250px) {
  h2.title {
    font-size: 2rem;
  }
  :root {
    --large-font-size: 5rem;
    --medium-font-size: 1.5rem;
    --wp--preset--font-size--medium: 15px;
  }
}

@media (max-height: 440px) {
  :root {
    --large-font-size: 5rem;
    --medium-font-size: 1.5rem;
    --wp--preset--font-size--medium: 15px;
  }
}

.wpcf7-form {
  max-width: 100%; /* Full width */
  margin: 0 auto;
  padding: 30px;
  background-color: var(--darkColor);
}

.wpcf7-form label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--lightColor2);
  font-weight: 600;
}
.wpcf7-form p {
  margin-top: 30px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  font-size: 16px;
  color: var(--darkColor);
  border: none;
}
.contact__section {
  min-height: unset;
  padding: 12rem 1rem;
}
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}

.wpcf7-form input[type="submit"] {
  font-size: var(--medium-font-size);
  padding: 1.5rem 3rem;
  margin: 3rem auto;
  background-color: transparent;
  color: var(--lightColor2);
  border: var(--gold-color) 1px solid;
  border-radius: 3rem;
  line-height: 1em;
  text-decoration: none;
  display: block;
  width: fit-content;
  max-width: 300px;
  min-width: fit-content;
  transition: background 0.5s;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: var(--gold-color);
  color: var(--lightColor2);
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: var(--gold-color);
  font-size: 14px;
  margin-top: 5px;
}

.wpcf7-form .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid var(--darkColor);
  background-color: rgba(19, 33, 70, 0.1);
  color: var(--gold-color);
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  border: 2px solid var(--gold-color);
  background-color: rgba(205, 0, 0, 0.1);
  color: var(--gold-color);
}

.wpcf7-response-output {
  color: var(--gold-color);
}

.what-we-do__item h3 {
  margin-bottom: 0rem;
  min-height: 3rem;
}

.logo__section {
  min-height: unset;
  padding: 10rem 1rem 2rem;
}

.logo__section--logos {
  min-height: unset;
  padding: 1rem;
  overflow: hidden;
}

.gs_logo_single--inner {
  border: 1px solid var(--darkColor);
  border-radius: 1rem;
  padding: 1rem;
}
.gs_logo_single img {
  padding: 5rem;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: grayscale(1);
}
.log-group .gs_logo_single img {
  filter: unset !important;
}
.gs_logo_container .gs_logo_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .gs_logo_single {
    padding: 5px;
  }
  .gs_logo_single img {
    padding: 1rem;
  }
  .gs_logo_container .gs_logo_title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 290px) {
  .footer__logo-img {
    margin-bottom: 1rem;
  }
}
