/*
Theme Name: My Twenty Twenty Five Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty Five.
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.hidden-desktop {
  display: none;
}
.not-visible-desktop {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wp-block-group:hover .not-visible-desktop {
  opacity: 1;
  visibility: visible;
}
.hidden-mobile {
  display: block;
}
/* a:where(:not(.wp-element-button)) {
  font-size: 1.2rem;
  font-weight: 300;
} */
.orange-hover:hover {
  color: #fc3919;
}
.orange-hover a:hover {
  text-decoration: none !important;
}
.animated-text-strip {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  animation: marquee 10s linear infinite;
}

.marquee-content span {
  display: inline-block;
  font-size: 7vw;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}

.marquee-content span > span {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-22%);
  color: #e84c30;
}

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

.abs-centered-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 50rem;
}
.overlay-about-stacked {
  min-height: 100%;
  width: 100%;
  justify-content: end;
  margin-bottom: 4rem;
}

.abs-centered-text p {
  text-align: center;
}

.strike-wrap {
  position: relative;
  display: inline-block;
}

.strike-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1em;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.strike-line path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.nowrap {
  text-wrap: nowrap;
}


.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.mt-neg-7 {
  margin-top: -7rem !important;
}
.has-xx-large-font-size {
  font-size: 3.4vw !important;
}

.bg-white {
  background-color: white;
}
/* .bridge-word {
  display: inline-block;
  position: relative;
  transform: translateY(-6px) rotate(-2deg);
  font-weight: 1000;
  color: #24323a;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
} */
#bridge-svg {
  display: inline-block;
}

.ladder-text {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}


.team-name:hover {
  font-weight: 900!important;
}
.letter {
  opacity: 0;
}

.ms-0 {
  margin-block-start: 0 !important;
}
.gsap-scroll-image {
  width: 100%;
  display: block;
  opacity: 0;
  transform: translateY(50px);
}

.scrub-word {
  display: inline-block;
  transition: color 0.2s, opacity 0.2s;
}
.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: fit-content;
}
.middle-border {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 3px;
  background-color: #e84c30;
  transform-origin: center;
  transform: scaleX(0);
  margin: 0 20px;
}

@media screen and (max-height: 524px) {
  .overlay-about-stacked {
    min-height: 69rem !important;
  }
  .has-x-large-font-size {
    font-size: 2.5vw !important;
  }
}

@media (max-width: 780px) {
	.flex-row-m{
		flex-direction: row;
		justify-content: center;
	}
  .not-visible-desktop {
    opacity: 1;
    visibility: visible;
  }
	.team-heading {
		font-size: 7vw!important;
	}
  .team-name {
    font-weight: 900;
    font-size: 4vw;
  }
  .sticky-block {
    position: inherit;
  }
  .hidden-desktop {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  .wp-block-spacer {
    height: 20px !important;
  }
  .has-x-large-font-size {
    font-size: 5vw !important;
  }
  .has-xx-large-font-size {
    font-size: 5vw !important;
  }
  .text-m-wrap {
    text-wrap: wrap;
  }
  .p-top-mobile-0 {
    padding-top: 0 !important;
  }
  .p-bottom-mobile-0 {
    padding-bottom: 0 !important;
  }
  .px-2 {
    padding: 0 2vw !important;
  }
  .text-mb-center {
    text-align: center !important;
  }
  .mt-neg-10 {
    margin-top: 1em !important;
  }
  .reverse-flex-m {
    flex-direction: column-reverse;
  }
  .px-2-px {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
	.team-name{
		font-weight: 600 !important;
	}
}

.post-navigation-link-next a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0; /* hide original text */
	text-decoration: none;
}

.post-navigation-link-next a::before {
  content: "NEXT PROJECT";
  font-size: 1.5rem; /* restore font size */
  color: inherit;
	text-decoration: none;
	font-weight: 600;
	color:#e84c30;
}

.post-navigation-link-next a::after {
  content: "";
  display: inline-block;
	width: 80px;
    height: 80px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23e84c30'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M15 30h25m0 0-8-8m8 8-8 8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.post-navigation-link-previous a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0; /* hide original text */
  text-decoration: none;
  flex-direction: row-reverse; /* reverse layout to place icon before text */
}

.post-navigation-link-previous a::before {
  content: "PREVIOUS PROJECT";
  font-size: 1.5rem;
  font-weight: 600;
  color: #e84c30;
  text-decoration: none;
}

.post-navigation-link-previous a::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23e84c30'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M45 30H20m0 0 8-8m-8 8 8 8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}