/**
 * Wolf Engineering Custom Styles
 */

/* ============================================
   Containers
   ============================================ */

.container {
	max-width: 1440px !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.contained-section {
	margin: 0 auto;
	max-width: 1200px;
}

/* ============================================
   Rows
   ============================================ */

.gx-7 {
    --bs-gutter-x: 5rem;
}

/* ============================================
   Typography System
   ============================================ */

body {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color-mid-grey);
}

/* Eyebrow Style */

.eyebrow-row {
    display: flex;
    align-items: center;
}

.eyebrow {
    margin-right: 20px;
}

.eyebrow-line {
  flex: 1;
  height: 1px;
  background: var(--color-light-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
}

.eyebrow-line.animate {
  transform: scaleX(1);
}

.eyebrow,
.text-eyebrow {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.75px;
    text-transform: uppercase;
    color: var(--color-dark-blue);
}

/* Heading Styles */
h1, .h1 {
    font-family: var(--font-primary);
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-black);
}

h1.project-title {
	font-size: 45px;
}

h2, .h2 {
    font-family: var(--font-primary);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-mid-grey);
    margin-bottom: 30px;
}

h3, .h3 {
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-mid-grey);
	margin-bottom: 30px;
}

h4, .h4 {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-mid-grey);
	margin-bottom: 30px;
}

/* Paragraph Styles */
p {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.page-template-default p {
	line-height: 1.7;
}

p:last-of-type {
	margin-bottom: 0;
}

.large-text {
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--color-mid-grey);
    margin: 0;
}

.blue-text {
	color: var(--color-dark-blue);
}

.blue-banner p {
	font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-white);
    margin: 0;
}

strong {
    font-weight: 700;
}

.boxed-copy {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.details-text {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.footer-text {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.project-tag {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

a {
  color: var(--color-dark-blue);
  text-decoration: none;
}

/* ============================================
   Header / Navigation
   ============================================ */

.navbar-nav .nav-link {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--color-mid-grey);
}
.navbar-nav .nav-link:hover {
    color: var(--color-dark-blue);
}
.wolfeng-nav {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-light-grey);
    padding: 20px 0;
    position: relative;
    z-index: 1000;
}
.wolfeng-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wolfeng-logo {
    display: block;
    width: 140px;
    height: auto;
    flex-shrink: 0;
}
.wolfeng-logo .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wolfeng-logo .site-name {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-black);
    text-decoration: none;
}
.wolfeng-nav-menu {
    display: flex;
    align-items: center;
}
.wolfeng-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
}
.wolfeng-menu li {
    margin: 0;
    padding: 0;
}
.wolfeng-menu a {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 1;
    color: var(--color-mid-grey);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.wolfeng-menu a:hover,
.wolfeng-menu .current-menu-item a,
.wolfeng-menu .current_page_item a {
    color: var(--color-dark-blue);
}

/* Mobile Menu Toggle */
.wolfeng-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1001;
}

.wolfeng-mobile-toggle .bar {
    width: 25px;
    height: 3px;
    background: var(--color-black);
    transition: all 0.3s ease;
}

.wolfeng-mobile-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.wolfeng-mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.wolfeng-mobile-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ============================================
   Button Styles
   ============================================ */

.btn-wolfeng,
.wolfeng-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 8px 0;
    border: none;
    border-bottom: 1.5px solid var(--color-light-blue);
    background: transparent;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark-blue);
    cursor: pointer;
	line-height: 1.5em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-wolfeng:hover,
.wolfeng-button:hover {
    color: var(--color-dark-blue);
    border-bottom-color: var(--color-dark-blue);
}

.btn-wolfeng-light,
.wolfeng-button-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 8px 0;
    border: none;
    border-bottom: 1.5px solid var(--color-lightest-blue);
    background: transparent;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-wolfeng-light:hover,
.wolfeng-button-light:hover {
    color: var(--color-white);
    border-bottom-color: var(--color-white);
}

.btn-wolfeng-send {
    background: var(--color-dark-blue);
    color: var(--color-white);
    padding: 11px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.btn-wolfeng-send:hover {
    background: var(--color-light-blue);
    color: var(--color-white);
}

/* ============================================
   Hero Slider Styles
   ============================================ */

.hero-slider-section {
    position: relative;
    width: 100%;
    padding-bottom: 100px; /* Space for navigation */
}

.hero-slider {
    width: 100%;
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

.hero-slide-inner {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Left Content Box */
.hero-content-box {
    width: 540px;
    background: var(--color-dark-blue);
    padding: 60px 100px 150px 60px;
	position: relative;
    flex-shrink: 0;
	opacity: 0;
  	transform: translateX(-50px);
  	transition: opacity 1.5s ease, transform 1s ease;
    z-index: 2;
}

.hero-content-box.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.hero-content {
    width: 100%;
}

.hero-heading {
    font-family: var(--font-primary);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 40px;
}

.hero-description {
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: 22px;
	font-style: italic;
	margin-bottom: 40px !important;
}

.hero-link {
    color: var(--color-white);
}

.hero-link:hover {
	border-bottom-color: var(--color-white);
    opacity: 0.8;
    color: var(--color-white);
}

img.logo-hero {
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 60%;
}

/* Partner Tag */
.hero-partner-tag {
    display: inline-block;
    background: var(--color-lightest-blue);
    border: 1px solid var(--color-lightest-blue);
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Metadata Section */
.hero-metadata {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.hero-meta-item svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    fill: rgba(255, 255, 255, 0.7);
}

/* Hero Navigation Wrapper (bottom) */
.hero-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgba(245, 245, 245, 0.95);
    display: flex;
    align-items: center;
    padding: 0 60px;
    z-index: 100;
}

.hero-slide-counter {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    color: var(--color-dark-blue);
    white-space: nowrap;
    margin-right: 30px;
}

.counter-separator {
    color: #999;
}

.current-slide,
.total-slides {
    color: var(--color-dark-blue);
}

.hero-nav-line {
    flex: 1;
    height: 1px;
    background: #d1d1d1;
    margin-right: 30px;
}

.hero-nav-arrows {
    display: flex;
    gap: 15px;
}

.hero-arrow-prev,
.hero-arrow-next {
    width: 40px;
    height: 40px;
    background: var(--color-lightest-blue);
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-arrow-prev:hover,
.hero-arrow-next:hover {
    background: var(--color-light-blue);
}

.hero-arrow-prev svg,
.hero-arrow-next svg {
    width: 24px;
    height: 24px;
}

.slider-nav-button.next {
    background: var(--color-dark-blue);
}

.swiper-button-prev,
.swiper-button-next {
    width: 36.8px;
    height: 36.8px;
}

.swiper-button-prev {
    background: var(--color-light-blue);
}

.swiper-button-next {
    background: var(--color-dark-blue);
}

.swiper-pagination {
    bottom: 46px !important;
    left: 40px !important;
    text-align: left;
}

.swiper-pagination-bullet {
    background: var(--color-white);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* ============================================
   Section Styles
   ============================================ */

.page-header {
	padding: 70px 0 100px 0;
}

.single-project .page-header {
	padding: 70px 0;
}

.page-header.projects-header {
	padding: 70px 0 50px 0;
}

.page-template-default .page-header {
	padding: 70px 0;
}

.section-divider {
    height: 1px;
    background: var(--color-lightest-blue);
	width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 1s ease-out;
}

.section-divider {
    transform: scaleX(1);
}

.section-eyebrow-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.section-eyebrow-container::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--color-lightest-blue);
}

.section-grey-bg {
    background: var(--color-lightest-grey);
}

.section-dark-blue-bg {
    background: var(--color-dark-blue);
}

.section-dark-blue-banner {
    background: var(--color-dark-blue);
    padding: 40px;
    text-align: center;
}

.section-dark-blue-banner h4 {
    color: var(--color-white);
}

.standard-section {
	padding: 100px 0;
}

.blue-banner {
	padding: 50px;
}

#firm-history {
	background-color: var(--color-lightest-grey);
	padding: 100px 0;
}

#where-we-work {
	background-image: url("../images/dot-map-img.jpg");
	background-position: top center;
    background-repeat: no-repeat;
    background-size: 1200px 1093px;
    min-height: 1170px;
}

.services-grid-section .container {
	padding: 100px 120px 100px 120px !important;
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 80px 0;
}

.people-grid-header {
     align-self: start;
}

.people-grid:last-of-type {
    padding-bottom: 0;
}

/* ============================================
   Card Styles
   ============================================ */

/* Project Cards */
.project-card {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.project-card-image {
    width: 100%;
    height: 357px;
    object-fit: cover;
}

.project-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-white);
    padding: 30px;
}

.project-tag {
    position: absolute;
    top: 21px;
    left: 23px;
    background: var(--color-dark-blue);
    color: var(--color-white);
    padding: 12px 14px;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.project-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.project-location {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 0;
}

.project-location-icon {
    width: 17px;
    height: 19.64px;
}

/* Service Cards */

.services-card-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding-top: 80px;
}

.service-card {
    background: var(--color-white);
}

.service-card-image {
    width: 100%;
    height: 192px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card-content {
    padding: 40px;
}

.service-title {
	letter-spacing: 0.5px !important;
}

.service-headline {
    margin-bottom: 20px;
	margin-top: 20px;
}

/* People Cards */
.person-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.person-image {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center top;
    background-color: var(--color-lightest-grey);
}

.person-info {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    padding: 30px;
    flex-grow: 1;
}

.person-name {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 0.25rem;
}

.person-accreditation {
	color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
}

.person-title {
	color: var(--color-white);
    font-size: 16px;
    margin-bottom: 10px;
}

/* Values/Mission/Vision Cards */
.value-card-row {
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px; 
}

.value-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.value-card {
    background: var(--color-lightest-grey);
	flex-grow: 1;
    padding: 40px;
}

.value-icon {
    width: 110px;
    height: 110px;
}

.img-fluid {
	min-width: 100%;
}

/* ============================================
   Statistics Styles
   ============================================ */

.stat-card {
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px;
}

.stat-card:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.stat-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-lightest-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease-out;
}

.stat-card.animate::after {
  transform: scaleX(1);
}

.stat-card:last-child::after {
	background: none;
    border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.stat-number {
    font-family: var(--font-primary);
    font-size: 77px;
    font-weight: 400;
    line-height: 71px;
    color: var(--color-dark-blue);
}

.stat-label {
    font-family: var(--font-secondary);
    font-size: 27px;
    font-weight: 300;
    line-height: 45px;
    color: var(--color-mid-grey);
}

/* ============================================
   Contact Page Styles
   ============================================ */

.contact-header, .no-results-header {
	padding-bottom: 70px !important;
}

.contact-text{
	padding-bottom: 30px;
}

.contact-info-box {
    background: var(--color-dark-blue);
    color: var(--color-white);
    padding: 45px;
}

.contact-info-box h4 {
    color: var(--color-white);
	font-size: 22px;
	letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.contact-item:last-of-type {
	margin-bottom: 0;
}

.contact-icon {
    width: 30px;
	min-width: 30px;
    height: 30px;
    background: var(--color-light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 20px;
    height: 20px;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-details {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 1px;
    line-height: 1.5;
}

.contact-details a {
    color: var(--color-white);
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* ============================================
   Project Filtering (Isotope)
   ============================================ */

.filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.filter-button {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--color-dark-grey);
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
}

.filter-button:hover,
.filter-button.active {
    color: var(--color-dark-blue);
	font-weight: 600;
}

.post-type-archive-project .recent-projects-section, .single-project .recent-projects-section, .page-template-page-contact .recent-projects-section, .page-template-default .recent-projects-section, .error404 .recent-projects-section {
	display: none;
}

.home.page-template-default .recent-projects-section {
	display: block;
}

.single-project .recent-projects-section.related-projects {
	display: block;
	padding-top: 0;
}

.projects-section {
	padding-bottom: 80px;
}

/* ============================================
   Single Project
   ============================================ */

.project-meta-row {
    display: flex;
    align-items: center;
    gap: 60px;
	padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.project-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-meta-item .meta-icon {
    display: flex;
    align-items: center;
}

.project-meta-item .meta-icon svg {
	color: var(--color-dark-blue);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.meta-content .meta-label {
    display: none;
}

.meta-content .meta-value {
    font-size: 16px;
    color: var(--color-dark-blue);
    font-weight: 400;
}

.main-project-content {
	padding-bottom: 100px;
}

.main-project-content.no-third-image {
    margin-bottom: 0;
}

.main-project-image {
	aspect-ratio: 16 / 9 !important;
    object-fit: cover;
	object-position: center center;
	height: auto !important;
}

.second-project-image {
	display: none;
}

.third-project-image {
	padding-bottom: 100px;	
}

/* ============================================
   Modal Styles
   ============================================ */

.modal-content {
    background: var(--color-white);
	border-radius: 0;
}

.modal-header {
	background-color: var(--color-white);
    border-bottom: 1px solid var(--color-dark-blue);
	border-radius: 0;
    padding: 20px;
}

.modal-title {
	color: var(--color-dark-blue);
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.modal-job-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}

.modal-body {
    padding: 30px;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 26px;
}

.modal-body img {
	margin-bottom: 20px;
}

.modal-info {
	max-width: 250px;
}

.modal-bio p {
	font-size: 15px;
    line-height: 24px;
}

.modal .person-accreditation {
	color: var(--color-dark-blue);
}

/* ============================================
   Utility Classes
   ============================================ */

.text-dark-blue {
    color: var(--color-dark-blue);
}

.text-light-blue {
    color: var(--color-light-blue);
}

.text-light-grey {
    color: var(--color-light-grey);
}

.bg-dark-blue {
    background-color: var(--color-dark-blue);
}

.bg-light-grey {
    background-color: var(--color-lightest-grey);
}

/* ============================================
   Video
   ============================================ */

.video-container {
	position: relative;
}

.video-cover {
	position: absolute;
	inset: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-cover img {
	inset: 0;
	object-position: top left;
	position: absolute;
}

.play-btn {
	position: relative;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	border: none;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
}

.play-btn:hover {
	background: rgba(0,0,0,0.8);
	transform: scale(1.1);
}

/* ============================================
   Services Section - Home Page
   ============================================ */

.services-section {
    background: var(--color-white);
    position: relative;
}

.services-content {
    margin: 0 auto;
    text-align: center;
    padding: 0 110px;
}

.services-eyebrow {
	display: block;
    margin-bottom: 25px;
}

.services-heading {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-black);
    margin-bottom: 30px;
}

.services-text {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
    margin-bottom: 40px;
}

.services-section .wolfeng-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 8px 0;
    border: none;
    border-bottom: 1.5px solid var(--color-light-blue);
    background: transparent;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark-blue);
    text-decoration: none;
    transition: all 0.3s ease;
}

.services-section .wolfeng-button:hover {
    border-bottom-color: var(--color-dark-blue);
}

.services-divider {
    height: 1px;
    background: var(--color-light-grey);
	transform: scaleX(0);
    transform-origin: center;
    transition: transform 1s ease-out;
}

.services-divider.animate {
    transform: scaleX(1);
}

/* ============================================
   About Us Section - Home Page
   ============================================ */

.about-section {
    background: var(--color-white);
    position: relative;
}

.about-eyebrow-row {
    margin-bottom: 100px;
}

.about-content-row {
    padding: 0 100px 0 100px;
}

/* ============================================
   Our People Section - Home Page
   ============================================ */

.people-section {
    position: relative;
    width: 100%;
    background: --color-lightest-grey;
	background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 70%, rgba(39, 52, 115, 1) 70%, rgba(39, 52, 115, 1) 100%);
}

.people-section-wrapper {
    display: flex;
    position: relative;
}

/* Left Content Area */
.people-content-area {
    background: transparent;
    position: relative;
    z-index: 1;
}

/* Eyebrow Row with extending line */
.people-eyebrow-row {
    margin-bottom: 100px;
}

.people-content-inner {
    padding: 0 60px 0 110px;
}

.people-description {
    margin-bottom: 40px;
}

.people-main-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   Recent Projects Section (Above Footer)
   ============================================ */

.recent-projects-section {
    background: var(--color-white);
    padding: 100px 0;
    position: relative;
}

.recent-projects-wrapper {
    display: flex;
    margin: 0 auto;
    padding: 0;
    gap: 60px;
    position: relative;
}

/* Left Sidebar */
.recent-projects-sidebar {
    flex-shrink: 0;
    width: 200px;
}

.recent-projects-sidebar .recent-projects-title {
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 600;
    color: var(--color-black);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 400;
    color: var(--color-dark-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

.view-all-link:hover {
    color: var(--color-light-blue);
}

.view-all-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.view-all-link:hover svg {
    transform: translateX(4px);
}

/* Project Cards Container */

.recent-projects-wrapper {
	z-index: 9;
}

.grey-gradient {
	background: var(--color-lightest-grey);
    border-left: 110px solid #fff;
	height: 32.5%;
	padding-left: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.recent-projects-cards {
    display: flex;
    gap: 20px;
    flex: 1;
}

/* Recent Project Cards */
.recent-project-card {
    flex: 1;
    display: block;
    text-decoration: none;
    color: inherit;
    background: var(--color-white);
    border: 1px solid;
    border-color: var(--color-lightest-grey);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.recent-project-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.recent-project-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.recent-project-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.recent-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-project-card:hover .recent-project-image img {
    transform: scale(1.05);
}

.recent-project-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--color-dark-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    text-transform: none;
    letter-spacing: 0.3px;
}

.recent-project-content {
    padding: 20px;
    background: var(--color-white);
}

.recent-project-content .recent-project-title {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 12px;
    line-height: 1.3;
}

.recent-project-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    margin-bottom: 6px;
}

.recent-project-location svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--color-black);
}

.recent-project-size, .recent-project-year {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
}

.projects-section .recent-project-content {
    background-color: var(--color-lightest-grey);
}

.projects-section .recent-project-title {
	font-size: 28px;
}

.recent-project-card:hover h4 {
	color: var(--color-dark-blue);
}

/* ============================================
   Footer
   ============================================ */

.wolfeng-footer {
    color: var(--color-black);
    padding: 0;
}

.footer-inner {
    margin: 0 auto !important;
    padding: 0 0 0 110px;
}

.footer-inner .col-lg-12 {
	background-color: var(--color-lightest-grey);
}

.footer-content-wrapper {
	padding: 50px !important;
}

/* Footer Columns */

.footer-title {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--color-mid-grey);
    margin-bottom: 25px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-dark-grey);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item.wolf-address {
	display: none;
}

.page-template-page-contact .footer-contact-item.wolf-address {
	display: flex;
}

.footer-contact-item:hover {
    color: var(--color-dark-blue);
}

.footer-contact-item .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: var(--color-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.footer-contact-item:hover .icon {
    background: var(--color-light-blue);
}

.footer-contact-item .icon svg {
    width: 18px;
    height: 18px;
    color: var(--color-white);
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: var(--color-dark-blue);
}

.fa-brands {
	font-size: 26px;
}

/* Footer Links */

.page-template-page-contact .footer-col-nav {
	display: none;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.footer-links li {
    margin-bottom: 5px;
	break-inside: avoid;
	width: 50%;
  	box-sizing: border-box;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-dark-grey);
    text-decoration: none;
    transition: color 0.3s ease;
	white-space: nowrap;
}

.footer-links a:hover {
    color: var(--color-dark-blue);
}

/* Footer Logo */
.footer-logo {
    max-width: 45px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* ============================================
   Gravity Froms
   ============================================ */

.gform-theme--foundation .gform_fields {
	font-size: 15px !important;
	font-family: var(--font-secondary) !important;
	column-gap: 20px !important;
	row-gap: 20px !important;
}

/* Hide labels */
.gform_wrapper .gfield_label,
.gform_wrapper .gform_required_legend {
    display: none !important;
}

.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-light-grey);
    border-radius: 0;
	box-shadow: none;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    color: var(--color-black);
}

.gform_wrapper.gform-theme--orbital .gfield input::placeholder,
.gform_wrapper.gform-theme--orbital .gfield textarea::placeholder {
    color: var(--color-light-grey);
    opacity: 1;
	font-size: 15px !important;
	font-family: var(--font-secondary) !important;
    font-weight: 400 !important;
}

.gform_wrapper .gfield textarea {
    max-height: 100px;
}

.gform_wrapper.gform-theme--orbital .gform_footer {
    float: right !important;
    margin-top: 30px !important;
}

.gform_wrapper.gform-theme--orbital .gform_footer input[type="submit"],
.gform_wrapper.gform-theme--orbital .gform_button.button,
.gform_wrapper.gform-theme--orbital input#gform_submit_button_1  {
    background-color: var(--color-dark-blue) !important;
    color: var(--color-white) !important;
    border: none !important;
	border-radius: 0;
    padding: 15px 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

.gform_wrapper.gform-theme--orbital .gform_footer input[type="submit"]:hover,
.gform_wrapper.gform-theme--orbital .gform_button.button:hover  {
    background-color: var(--color-black) !important;
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (min-width: 992px) and (max-width: 1210px) {    
	.contact-image-wrapper {
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
	}
    .contact-image-wrapper .contact-featured-image {
        display: none;
    }
}

@media (min-width: 992px) {
	.col-border-left:before {
		content: '';
  		position: absolute;
  		left: 0;
  		top: 0;
  		bottom: 0;
  		width: 2px;
		height: 100%;
		background: var(--color-lightest-blue); /* or your border color */
		transform: scaleY(0);
		transform-origin: top;
		transition: transform 0.8s ease-out;
	}

	.col-border-left.animate::before {
		transform: scaleY(1);
	}
	
	.people-grid-header h2 {
		max-width: 250px;
	}
	
	.modal-body {
		display: flex;
		gap: 30px;
		align-items: flex-start;
		padding: 30px;
		font-family: var(--font-secondary);
		font-size: 16px;
		line-height: 28px;
	}

	.modal-body img {
		margin-bottom: 20px;
		max-width: 250px;
		height: auto;
		flex-shrink: 0;
	}

	.modal-body .modal-text {
		flex: 1;
	}
}

@media (max-width: 991px) {
	.contact-image-wrapper {
        background-image: none;
    }
	
	.wolfeng-mobile-toggle {
        display: flex;
		padding: 0;
    }
    
    .wolfeng-nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--color-white);
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 30px 30px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
    .wolfeng-nav-menu.active {
        right: 0;
    }
    
    .wolfeng-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        width: 100%;
    }
    
    .wolfeng-menu a {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
	
	.wolfeng-nav {
		padding: 20px 0;
	}
	
	/* Disable the box animation */
    .wolfeng-menu a::before,
    .wolfeng-menu a::after {
        display: none;
    }
	
	.wolfeng-menu a {
		padding: 8px 0;
	}
	
	.wolfeng-menu .current-menu-item a,
    .wolfeng-menu .current_page_item a {
        border-bottom: 1px solid var(--color-dark-blue);
        padding-bottom: 8px;
    }
	
	.page-header {
		padding: 70px 0;
	}
	
	.contact-header, .no-results-header {
  		padding-bottom: 40px !important;
	}
	
	.page-header.projects-header {
		padding: 70px 0 50px 0;
	}
	
	.page-template-default .page-header {
		padding: 70px 0;
	}
	
	#content.interior-page .container, #content .container.default-page {
		padding: 0 40px !important;
	}
	
	#content.interior-page .services-grid-section .container {
    	padding: 80px 40px !important;
	}
	
	.contained-section {
		padding: 80px 30px !important;
	}
	
	.services-content {
    	padding: 0;
	}
	
	.blue-banner {
		padding: 50px 60px !important;
	}
	
	h2, .h2 {
		font-size: 38px;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	
	h3 {
		font-size: 24px;
	}
    
    .large-text {
        font-size: 20px;
    }
	
	.hero-slider-section {
    	padding-bottom: 60px; /* Space for navigation */
	}
    
    .hero-content-box {
		padding: 60px 100px 60px 40px;
        width: 70%;
    }
	
	img.logo-hero {
		max-width: 40%;
	}

    .hero-navigation-wrapper {
        padding: 0 40px;
        height: 60px;
    }

    .hero-slide-counter {
        font-size: 16px;
        margin-right: 20px;
    }

    .hero-arrow-prev,
    .hero-arrow-next {
        width: 30px;
        height: 30px;
    }
	
	.about-section {
        padding: 100px 0;
    }
    
    .about-eyebrow-row {
        margin-bottom: 40px;
    }
	
	.about-content-row {
   		padding: 0;
	}	
	
	.about-right {
		padding-right: 0;
		padding-top: 30px;
	}
	
	.people-section {
		position: relative;
		width: 100%;
		background: --color-lightest-grey;
	}
	
	.people-eyebrow-row {
		margin-bottom: 40px;
	}
	
	.people-content-inner {
    	padding: 0;
	}
	    
	.people-description {
		max-width: 60%;
	}
	
	.people-content-inner .wolfeng-button {
		margin-bottom: 50px;
	}
	
	.standard-section {
		padding-bottom: 80px !important
		padding-top: 80px !important;
	}
	
	.services-section {
		padding-bottom: 0 !important;
	}
	
	.services-divider {
		margin-top: 80px !important;
	}
	
	.services-card-row {
		grid-template-columns: 1fr 1fr;
	}
	
    .wolfeng-footer {
        background: --color-lightest-grey;
    }
    
	.stats-sidebar {
		padding-top: 50px;
	}
	
	#where-we-work {
		background-size: 991px 902px;
		min-height: 970px;
	}
	
	.last-col-element {
		margin-bottom: 30px;
	}
	
	.value-card-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px; 
	}
	
	.people-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.people-grid + .people-grid {
		padding-top: 0;
	}
	
	.person-name {
    	font-size: 24px;
	}
	
	.person-accreditation, .person-title {
		font-size: 14px;
	}
	
	.img-fluid {
		width: 100%;
	}
	
	.contained-section.main-project-content {
		margin-bottom: 0;
        padding: 0 0 50px 0 !important;
    }
	
	.contained-section.main-project-content.no-third-image {
        padding: 0 0 80px 0 !important;
    }
	
	.contained-section.third-project-image {
		margin-bottom: 0;
        padding: 0 0 80px 0 !important;
    }
	
	.second-project-image {
		margin-top: 50px;
	}
	
	.about-info-section .contained-section {
        padding: 0 !important;
    }
	
	.filter-sidebar {
		margin-bottom: 30px;
	}
	
	.recent-projects-section {
    	padding: 80px 0 80px 0;
	}
    
    .recent-projects-wrapper {
        flex-direction: column;
        gap: 30px;
		padding: 0 40px;
    }
    
    .recent-projects-sidebar {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .recent-projects-cards {
        flex-wrap: wrap;
    }
    
    .recent-project-card {
        flex: 1 1 calc(50% - 10px);
        min-width: 280px;
    }
	
	.grey-gradient {
		display: none;
	}
	
	.contact-image-wrapper {
		margin-top: 30px;
	}
	
	/* Hides Single Project Second Image background */
	.col-lg-4[style*="background-image"] {
		background-image: none !important;
	}
	
	.second-project-image {
		display: block;
	}
    
    .footer-inner {
        padding: 50px var(--section-padding-right) 50px var(--section-padding-left);
    }
    
    .footer-content-wrapper {
        flex-wrap: wrap;
        gap: 40px 30px;
		padding: 50px 30px !important;
    }
	
	.footer-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .footer-col-form {
        order: -1;
    }
    
    .footer-col-contact {
        width: 100%;
        max-width: 300px;
    }
    
    .footer-col-nav,
    .footer-col-legal {
        width: auto;
    }
    
    .footer-col-form {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
	.page-header {
		padding: 50px 0;
	}
	
	.contact-header, .no-results-header {
		padding-bottom: 20px !important;
	}
	
	.page-header.projects-header {
		padding: 50px 0 25px 0;
	}
	
	.single-project .page-header {
		padding: 50px 0;
	}
	
	.page-template-default .page-header {
		padding: 50px 0;
	}
	
	.hero-content-box {
		padding: 50px 40px;
		width: 75%;
	}
	
	.hero-heading {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	.hero-description {
		font-size: 18px;
		line-height: 1.5em;
	}
	
	.hero-metadata {
    	gap: 0px;
	}
	
	.hero-arrow-prev, .hero-arrow-next {
        width: 30px;
        height: 30px;
    }
	
	#content.interior-page .services-grid-section .container {
        padding: 50px 40px !important;
    }
	
	.contained-section {
		padding: 50px 30px !important;
	}
	
	#firm-history, .about-section {
        padding: 50px 0;
    }
	
	.standard-section {
        padding: 50px 0;
    }
	
	#where-we-work {
		background-size: 767px 698px;
		min-height: 740px;
	}
	
	h1 {
		font-size: 34px !important;
	}
	
	h1.project-title {
		font-size: 32px !important;
	}
    
    h2, .h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .large-text {
        font-size: 18px;
        line-height: 1.5;
    }
	
	.stat-label {
		font-size: 18px;
        line-height: 1.5;
	}
    
	p {
        font-size: 15px;
        line-height: 1.7;
    }
	
	.btn-wolfeng, .wolfeng-button, .services-section .wolfeng-button {
		font-size: 15px;
	}
    
    .people-description {
        margin-bottom: 30px;
    }
	
	.services-divider {
		margin-top: 50px !important;
	}
	
    .recent-projects-section {
        padding: 50px 0 50px 0;
    }
    
    .recent-projects-sidebar .recent-projects-title {
        font-size: 24px;
    }
    
    .recent-projects-cards {
        flex-direction: column;
    }
    
    .recent-project-card {
        flex: 1 1 100%;
    }
    
    .recent-project-image {
        height: 180px;
    }
	
	.projects-section .recent-project-title {
		font-size: 18px;
	}
	
	.services-card-row {
		grid-template-columns: 1fr 1fr;
		padding-top: 50px;
	}
	
	.project-meta-row {
		flex-wrap: wrap;
		flex: 1 0 calc(50% - 60px);
		gap: 10px 50px;
	}
	
	.contained-section.main-project-content {
		margin-bottom: 0;
        padding: 0 0 50px 0 !important;
    }
	
	.second-project-image {
		margin-top: 50px;
	}
	
	.contained-section.main-project-content.no-third-image {
        padding: 0 0 50px 0 !important;
    }
	
	.contained-section.third-project-image {
		margin-bottom: 0;
        padding: 0 0 50px 0 !important;
    }
	
	.contact-image-wrapper {
        margin-top: 20px;
    }
	
	.mb-5 {
  		margin-bottom: 2rem !important;
	}
    
    .footer-inner {
        padding: 40px var(--section-padding-right) 40px var(--section-padding-left);
    }
    
    .footer-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-col-contact,
    .footer-col-nav,
    .footer-col-legal,
    .footer-col-form {
        width: 100%;
        max-width: 100%;
    }
    
    .footer-form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-contact-item {
        font-size: 14px;
    }
    
    .footer-links a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
	
	.wolfeng-logo {
    	width: 100px;
	}
	
	.contact-info-box h4 {
		font-size: 18px;
	}
	
	.contact-details {
		font-size: 15px;
	}
	
	.hero-content-box {
		width: 75%;
	}
	
	.hero-partner-tag {
    	font-size: 11px;
    	padding: 2px 9px;
	}
	
	.hero-heading, .hero-description {
		margin-bottom: 30px !important;
	}
	
	.hero-metadata {
    	gap: 0px;
	}
	
	.hero-arrow-prev, .hero-arrow-next {
        width: 30px;
        height: 30px;
    }
	
	.container {
		max-width: 100% !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.people-section {
    	background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 80%, rgba(39, 52, 115, 1) 80%, rgba(39, 52, 115, 1) 100%);
	}
	
	.people-content-inner h2 {
		max-width: 85%;
	}
	
	.people-description {
        max-width: 75%;
    }
	
	.standard-section {
		padding-top: 50px !important;
	}
	
	.projects-section {
		padding-bottom: 50px;
	}
	
	.services-divider {
		margin-top: 50px;
	}
	
	.services-card-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px; 
		padding-top: 50px;
	}
	
	.service-card-content {
  		padding: 30px;
	}
	
	.people-grid {
		grid-template-columns: repeat(1, 1fr);
		padding: 50px 0;
	}
	
	.stat-number {
		font-size: 57px;
	}
	
	#where-we-work {
		background-position: center center;
        background-size: 545px 496px;
        min-height: 620px;
    }
	
	.blue-banner {
        padding: 30px !important;
    }
	
	.contact-info-box {
		padding: 30px;
	}
	
	.recent-projects-wrapper {
		padding: 0;
	}
}