/*!
Theme Name: Tradereach
Developer: Isabella Hartley
Author: Coffee Creative Studio
Author URI: https://www.coffeecreativestudio.co.za
Version: 1.0.0

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Navigation
# Home
# About
# Services
# Careers
# Contact
# Forms
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
	font-family: 'Helvetica Neue', sans-serif;
	overflow-x: hidden !important;
	background-color: #000;
	color: #fff;
}

h2 {
	font-size: 42px;
	margin: 7px 0;
	line-height: 1.1;
}

h3 {
	font-size: 25px;
	margin: 0;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.2px;
}

p {
	font-size: 15px;
	font-weight: 300;
	margin: 15px 0;
	line-height: 1.4;
}

a, 
a:active, 
a:focus,
a:visited,
a:hover {
	outline: none;
	color: #fff;
	text-decoration: none;
}

#page {
	overflow-x: hidden !important;
}

.post, 
.page {
	margin: 0;
}

.home .entry-header, 
.entry-footer {
	display: none;
}

.entry-content, 
.hentry {
	margin: 0;
}

.miller {
	font-family: 'miller-text', sans-serif;
	font-style: italic;
	font-weight: 500;
}

.max-width {
	max-width: 1280px;
	padding: 0 30px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.space-between {
	justify-content: space-between;
}

.space-around {
	justify-content: space-around;
}

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

a.link {
	font-family: 'miller-text', sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0.2px;
	cursor: pointer;
}

/*a.link::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2023/12/arrows.svg');
	width: 29px;
	height: 14px;
	margin-left: 8px;
	cursor: pointer;
}*/

.chevron-container {
	display: inline-block;
	height: 14px;
	margin-left: 8px;
	position: relative;
	left: 0;
	transition: 0.35s ease all;
}

.link.chev:hover .chevron-container {
	left: 6px;
}

.chevron {
	opacity: 0;
	display: inline-block;
	transition: opacity 0.5s ease;
}

.chevron-container .chevron::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2023/12/arror-right.svg');
	width: 12px;
	height: 14px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation ul {
	display: block;
	text-align: right;
}

#site-navigation {
	position: fixed;
  	z-index: 9999;
}
 
#site-navigation {
	/*background-color: transparent !important;
	transition: background-color 0.2s linear;
	position: fixed;
	z-index: 999;
  	width: 100%;
  	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px 50px;*/
	mix-blend-mode: difference;
}

.navbar-toggler {
	background-color: transparent;
	border: none !important;
	padding: 10px 0 5px;
	position: fixed;
	z-index: 9999;
	right: 45px;
	top: 35px;
}

.navbar-button {
	width: 40px;
	height: 23px;
	position: relative;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 9999;
	position: fixed;
	right: 45px;
	top: 35px;
}

.navbar-button .bar {
	height: 2.5px;
	width: 40px;
	background-color: #ffffff;
	display: block;
	border-radius: 3px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.2s ease 0s;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-button .bar.two {
	top: 10px;
}

.navbar-button .bar.three {
	top: 20px;
}

#site-navigation.open .navbar-button .bar.one, 
#site-navigation.open .navbar-button .bar.three {
	top: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: top 0.2s ease 0s, transform 0.3s ease-out 0.2s;
}

#site-navigation.open .navbar-button .bar.two {
	left: 50%;
	width: 0;
}

#site-navigation.open .navbar-button .bar.three {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.menu-menu-1-container {
	position: relative;
	top: 50%;
	transition: all 0.2s linear;
	transform: translateY(-50%);
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}

.navbar-menu #primary-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.navbar-menu a {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 65px;
	line-height: 1.2;
	color: #ffffff;
	position: relative;
	letter-spacing: 0.000009em;
	font-weight: 600;
	display: inline;
}

.navbar-menu a::after {
	content: '';
	height: 6px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: -2px;
	width: 0;
	transition: width 0.35s ease;
	right: 0;
}

.navbar-menu a:hover::after {
	width: 100%;
}

.navbar-menu {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 990;
	background-color: #000;
}

.navbar-menu a {
	position: relative;
	opacity: 0;
	top: 40px;
	transition: opacity 0.5s ease, top 0.5s ease;
}

.navbar-menu.show li a {
	opacity: 1;
	top: 0;
}

a.navbar-brand {
	top: 43px;
	display: block;
	line-height: 1;
	position: fixed;
	z-index: 9999;
	opacity: 1;
	left: 45px;
}

#site-navigation.open a.navbar-brand {
	opacity: 1;
}

a.navbar-brand::after {
	bottom: -10px;
}

a.navbar-brand img {
	display: block;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.5s;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

#logo {
    max-width: 660px;
    animation: fadeInOut 3s linear forwards;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    30%, 70% { opacity: 1; }
    100% { opacity: 0; }
}

#page {
    display: none;
}

.home-landing {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
}

.home-landing .wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
	max-width: 700px;
	margin: auto;
}

.home-landing h1 {
	margin: 0;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
}

.home-landing h2 {
	font-size: 35px;
	margin: 0;
	line-height: 1.3;
}

.home-landing .link {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.featured-images {
	height: 100vh;
	position: relative;
}

.featured-image {
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
}

.featured-image:nth-child(1) {
	width: 100%;
}

.featured-image:nth-child(2) {
	width: 66.66%;
	right: 0;
}

.featured-image:nth-child(3) {
	width: 33.33%;
	right: 0;
}

.home-services {
	height: 100vh;
	position: relative;
}

.home-services .service-heading {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
	max-width: 1040px;
	margin: 0 auto;
}

.home-services .service-heading h2 {
	font-size: 42px;
	line-height: 1.2;
}

.home-services .service-image {
	width: 68%;
	height: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-size: cover;
	background-position: center;
}

.home-services .link {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: right;
	max-width: 1280px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.scrolling-text {
	padding: 55px 0;
	display: block;
	text-decoration: none;
}

.scrolling-text .line {
	width: 300%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
}

.scrolling-text .line span {
	margin: 0 10px; 
}

.scrolling-text .line .highlight {
	-webkit-text-stroke: 1.5px #fff;
	color: #000;
}

.line.line1 {
	left: -100%;
}

.line.line2 {
	left: -146%;
}

.line.line3 {
	left: -108%;
}

.step-1,
.step-3 {
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.step-1 .max-width,
.step-3 .max-width {
	position: relative;
	top: 18%;
}

.step-1 h2,
.step-3 h2 {
	max-width: 460px;
}

.step-1 h2 img,
.step-3 h2 img {
	position: relative;
	left: 0;
	transition: 0.35s ease all;
}

.step-1 h2:hover img,
.step-3 h2:hover img {
	left: 6px;
}

/*.carousel-container {
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 100vh;
}

.slides {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.carousel-slide {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	position: absolute;
	transition: opacity 0.5s;
}

.carousel-slide .slide-content {
	width: 45%;
}

.carousel-slide .slide-image {
	width: 55%;
	height: 100vh;
	transform-origin: center right;
	position: absolute;
	right: -80px;
	z-index: 2;
}

.carousel-slide .slide-image .wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-slide .slide-title {
	position: absolute;
	top: -50px;
	transition: color 0.3s ease-in-out;
}

.carousel-slide .slide-image img {
	max-width: 585px;
	max-height: 324px;
	object-fit: cover;
	object-position: center;
}

.carousel-slide .slide-content {
	width: 50%;
	padding: 50px 50px 50px 8%;
}*/

.carousel-slide {
	height: 100vh;
}

.slide-content, 
.slide-image {
	width: 50%;
}

.carousel-slide:nth-child(2n+1) .slide-content {
	order: 2;
}

.carousel-slide:nth-child(2n+1) .slide-image {
	order: 1;
}

.slide-content-wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
	max-width: 600px;
	margin: 0 auto;
}

.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slide-title {
	margin-bottom: 5px;
}

.slide-heading {
	max-width: 420px;
	margin: 0;
}

.slide-text {
	max-width: 340px;
}

.slide-text p:first-child {
	margin-top: 10px;
	font-weight: 300;
}

.slide-link {
	position: relative;
	left: 0;
	transition: 0.35s ease all;
}

.slide-link:hover {
	left: 6px;
}

.circle-large {
	width: 1800px;
	height: 1800px;
	position: absolute;
	right: -900px;
	border-radius: 50%;
	border: 4px solid grey;
	top: 50%;
	transform: translateY(-50%); 
	transform-origin: 50% 50%;
}

.circle-small {
	width: 650px;
	height: 650px;
	border: 4px solid grey;
	border-radius: 50%;
	position: absolute;
	right: -325px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%;
}

.portion-block {
	border-radius: 0;
	width: 50%;
}

.circle {
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
}

.circle {
	border-radius: 0;
	z-index: 10;
	width: 50%;
}

.circle-large .part1 .circle, 
.circle-small .part1 .circle {
	background-color: #000;
	right: auto;
	border-radius: 900px 0 0 900px;
}

.circle-large .part2 .circle {
	background-color: #fff;
	top: -4px;
	right: -4px;
	width: calc(50% + 4px);
	height: calc(100% + 8px);
	left: auto;
	border-radius: 0 900px 900px 0;
}

.circle-small .part2 .circle {
	background-color: #eaeaea;
	left: auto;
	border-radius: 0 900px 900px 0;
	top: -4px;
	right: -4px;
	width: calc(50% + 4px);
	height: calc(100% + 8px);
}

.carousel-navigation {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 20;
}

.nav-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc;
	border: none;
	padding: 0;
	cursor: pointer;
}

.nav-dot.active {
	background-color: #333;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.content-section {
	height: 100vh;
	position: relative;
}

.content-section .wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 30px;
	max-width: 1090px;
	margin: 0 auto;
}

.content-section h2 {
	margin: 10px 0 35px;
}

.content-section .link img {
	max-width: 30px;
	margin-left: 7px;
	position: relative;
	left: 0;
	transition: 0.35s ease all;
}

.content-section .link:hover img {
	left: 6px;
}

.links .link:not(:last-child)::after {
	content: '|';
	display: inline-block;
	background-image: none;
	margin: 0 20px 0 25px;
}

.links .link:last-child::after {
	display: none;
}

.left-text-banner {
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.left-text-banner .max-width {
	top: 18%;
	position: relative;
	z-index: 2;
}

.left-text-banner h2 {
	max-width: 600px;
}

.left-text-banner h3 {
	max-width: 480px;
}

.center-text-banner {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
}

.center-text-banner .wrap {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}

.stats-counter {
	padding: 20px 30px;
	max-width: 1150px;
	margin-bottom: 100px;
}

.stats-counter .stat {
	text-align: center;
	padding: 0 20px;
}

.stat span {
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
}

.stat p {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 10px 0 0;
}

.page-id-65 .line.line2 {
	left: -166%;
}

.client-grid {
	margin-top: 20px;
}

.clients {
	padding-top: 120px;
	padding-bottom: 100px;
	text-align: center;
}

.client {
	width: calc(25% - 40px);
	margin: 15px 20px;
}

.client img {
	max-height: 150px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.content-section.services h2 {
	font-size: 31px;
	font-weight: 500;
	max-width: 865px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.content-section-text {
	max-width: 740px;
	margin: 0 auto;
}

.content-section-text p:last-child {
	margin-bottom: 0;
}

.left-text-banner.services h2, 
.left-text-banner.services h3 {
	max-width: 520px;
}

.content-section.services .link {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: right;
	max-width: 1280px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

span.number {
	font-family: 'Helvetica Neue', sans-serif;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: inline-block;
	font-style: normal;
	font-size: 17px;
	font-weight: 600;
	line-height: 2;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -1px;
	text-align: center;
}

.services-carousel {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.service-slide-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
  	background-position: center;
}

.service-slide:not(:first-child) .service-slide-image {
	width: 50%;
}

.service-slide-content {
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-color: #000;
	z-index: 3;
}

.service-slide-content-wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
	max-width: 600px;
	margin: 0 auto;
	height: 500px;
}

.service-slide-heading {
	font-size: 42px;
	font-weight: 500;
	line-height: 1.1;
	margin: 12px 0 20px;
}

.service-slide-icon {
	margin-top: 50px;
	display: inline-block;
	position: relative;
	left: 0;
	transition: 0.35s ease all;
}

.service-slide-icon:hover {
	left: 6px;
}

.services-journey {
	min-height: 100vh;
	padding: 30px 0 250px;
}

.services-journey .max-width > h3 {
	text-align: center;
	margin-bottom: 70px;
}

.services-journey .max-width {
	position: relative;
	max-width: 1060px;
	text-align: center;
}

.services-journey .illustration {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.service-step {
	position: absolute;
	max-width: 185px;
	text-align: left;
}

.service-step-title {
	font-size: 20px;
}

.service-step-title span.number {
	top: -2.5px;
	transition: 0.45s ease all;
}

.service-step.active span.number {
	background-color: #ED1C21;
	color: #fff;
}

.service-step-text {
	margin-left: 44px;
}

.service-step-text p {
	margin: 0;
}

.service-step-link {
	max-width: 30px;
	display: inline-block;
	margin: 12px 0 0 44px;
	position: relative;
	left: 0;
	transition: 0.35s ease all;
}

.service-step-link:hover {
	left: 6px;
}

.dot {
	content: '';
	display: block;
	width: 1.8rem;
  	height: 1.8rem;
	background-color: #ED1C21;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transition: 0.45s ease all;
}

.dot.active {
	opacity: 1;
}

/*.service-step::before {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	background-color: #ED1C21;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transition: 0.45s ease all;
}

.service-step.active::before {
	opacity: 1;
}*/

.service-step:nth-child(2) {
	top: 60%;
	left: 0.5%;
}

.dot:nth-child(3) {
	top: 46.2%;
	left: 15.3%;
}

.service-step:nth-child(4) {
	top: 106%;
	left: 39%;
	max-width: 220px;
}

.dot:nth-child(5) {
	top: 91.8%;
	left: 48.3%;
}

.service-step:nth-child(6) {
	top: -6%;
	left: 63.7%;
}

.dot:nth-child(7) {
	top: 18.7%;
	left: 60.5%;
}

.service-step:nth-child(8) {
	top: -6%;
	left: 17%;
}

.dot:nth-child(9) {
	top: 10.3%;
	left: 39%;
}

.service-step:nth-child(10) {
	top: 60%;
	left: 80%;
}

.dot:nth-child(11) {
	top: 46.2%;
	left: 80.6%;
}

.circle-animation {
	position: relative;
}

.services-nav {
	background-color: #fff;
	color: #000;
	text-align: center;
	display: inline-block;
	margin: 0 auto 100px;
	padding: 8px 15px;
}

.services-nav span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 14px;
}

.services-nav span img {
	margin-right: 7px;
}

a.service-link {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-left: 12px;
}

a.service-link:not(:last-child) {
	margin-right: 12px;
}

a.service-link:not(:last-child)::after {
	content: '|';
	display: inline-block;
	right: -15px;
	position: relative;
	top: -1px;
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

.no-scroll {
    overflow: hidden;
}

.career-images {
	position: absolute;
	min-height: 100vh;
	width: 100%;
	top: 0;
}

.career-images img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.group-1, 
.group-2 {
	position: absolute;
	width: 100%;
	align-items: flex-start;
}

.career-images .left {
	position: relative;
	width: 28%;
	padding-right: 20px;
}

.career-images .left img {
	height: 70vh;
}

.career-images .middle {
	position: relative;
	width: 44%;
	padding-right: 20px;
}

.career-images .middle img:first-child {
	margin-bottom: 20px;
	height: 60vh;
}

.career-images .group-2 .middle img:first-child {
	height: 42vh;
}

.career-images .middle img:last-child {
	height: 38vh;
}

.career-images .group-2 .middle img:last-child {
	height: 56vh;
}

.career-images .right {
	position: relative;
	width: 28%;
	align-self: end;
}

.career-images .right img {
	height: 65vh;
}

.career-images .group-2 .left,
.career-images .group-2 .middle,
.career-images .group-2 .right {
	padding-right: 0;
	padding-left: 20px;
}

.career-steps {
	padding-top: 150px;
	/*padding-bottom: 150px;*/
	padding-bottom: 120px;
}

.career-steps h2 {
	text-align: center;
	max-width: 830px;
	/*margin: 0 auto 55px;*/
	margin: 0 auto 0;
}

.career-steps .step {
	width: 17%;
	margin-top: 20px;
	padding-bottom: 25px;
}

.career-steps h3 {
	font-size: 30px;
}

.career-steps .step .link {
	position: absolute;
	bottom: 0;
}

.careers-form {
	margin-bottom: 180px;
}

.careers-form h1 {
	text-align: center;
	font-size: 42px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-section {
	height: 100vh;
	position: relative;
}

.contact-wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.contact-section .left {
	width: 76%;
	border-right: 2px solid #fff;
	padding: 30px 30px 30px 0;
}

.contact-wrap .left h2 {
	max-width: 600px;
}

.contact-section .left .link {
	margin-top: 30px;
	display: inline-block;
}

.contact-section .right {
	width: 20%;
	padding: 30px 0 30px 30px;
}

.contact-section .right h3 {
	font-family: 'miller-text', sans-serif;
}

.contact-form {
	margin-bottom: 180px;
}

.contact-form h1 {
	text-align: center;
	font-size: 42px;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

body .gform_required_legend {
	display: none;
}

body .gform_wrapper {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

body .gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

body .gform_wrapper.gravity-theme .gfield_required {
	color: #fff;
}

body .gform_wrapper.gravity-theme .gfield input.large, 
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea.large {
	width: 100%;
	background-color: #fff;
	border: none;
	outline: none;
	border-radius: 0;
	font-weight: 300;
	padding: 15px 22px;
	height: 52.5px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 200px;
	resize: none;
}

body .gform_wrapper.gravity-theme .gform_drop_area {
	background-color: #b2b2b2;
	border: none;
	border-radius: 0;
	color: #000;
}

body .gform_button_select_files.button {
	font-family: 'miller-text', serif;
	background-color: #fff;
	border: #fff;
	color: #000;
	font0we: ;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 15px;
	text-transform: none;
	font-style: italic;
	font-weight: 500;
	border-radius: 0;
}

body .gform_fileupload_rules {
	display: none !important;
}

body .gform_wrapper.gravity-theme .gform_footer {
	position: absolute;
	right: 0;
	bottom: 15px;
}

body .gform_wrapper.gravity-theme .gform_footer::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2023/12/arrows.svg');
	width: 29px;
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: 4px;
	left: 0;
	transition: 0.35s ease all;
}

body .gform_wrapper.gravity-theme .gform_footer:hover::after {
	left: 6px;
}

body .gform_button.button {
	font-family: 'miller-text', serif;
	margin: 0 0 0 auto !important;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #fff;
	text-transform: none;
	font-style: italic;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 0 30px;
	min-height: 100vh;
	position: relative;
}

.site-footer .site-info {
	padding: 100px 0;
	text-align: right;
	justify-content: end;
}

body:not(.home) .site-footer .foot-wrap {
	border-top: 2px solid #fff;
}

.site-footer .foot-col {
	min-width: 20%;
}

.site-footer h2 {
	margin: 0 0 40px;
}

.site-footer .menu-menu-1-container {
	padding: 0;
}

.site-footer #primary-menu {
	display: block;
	list-style: none;
	margin-top: -10px;
}

.site-footer #primary-menu a {
	font-size: 38px;
	font-weight: 600;
	position: relative;
	display: inline;
}

.site-footer #primary-menu a::after {
	content: '';
	height: 4px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: -6px;
	width: 0;
	transition: width 0.35s ease;
	right: 0;
}

.site-footer #primary-menu a:hover::after {
	width: 100%;
}

.site-footer h3 {
	font-family: 'miller-text', sans-serif;
}

.foot-col:last-child h3 {
	margin: 5px 0 25px;
}

.site-footer .foot-col p {
	margin: 15px 0;
	font-weight: 300;
}

.brand-footer {
	padding: 0 20px 35px;
	max-width: 1440px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 35px;
}

.brand-footer img {
	width: 100%;
	max-width: 345px;
	display: block;
}

.brand-footer p {
	font-size: 18px;
	font-weight: 500;
	margin: 7px 0;
}

.error-404.not-found.max-width {
	margin-top: 150px;
	margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 810px) {
	#logo {
		max-width: 500px;
	}
	a.navbar-brand {
		left: 40px;
	}
	.navbar-button {
		right: 30px;
	}
	.featured-image:nth-child(2) {
		width: 100%;
		/*height: 66.66vh;*/
		bottom: 0;
		top: auto;
	}
	.featured-image:nth-child(3) {
		width: 100%;
		bottom: 0;
		top: auto;
		/*height: 33.33vh;
		background-position: center 38%;*/
	}
	.carousel-slide {
		height: auto;
	}
	.slide-content, 
	.slide-image {
		width: 100%;
	}
	.carousel-slide .slide-content {
		order: 2;
	}
	.slide-content-wrap {
		top: auto;
		transform: none;
		max-width: 640px;
		padding: 80px 30px;
	}
	.slide-heading {
		max-width: 535px;
	}
	.slide-text {
		max-width: 440px;
	}
	.carousel-slide .slide-image {
		order: 1;
	}
	.slide-image img {
		max-height: 400px;
		display: block;
	}
	.step-1, 
	.step-3 {
		height: 600px;
	}
	.step-1 .max-width, 
	.step-3 .max-width {
		max-width: 640px;
	}
	.content-section h2 {
		font-size: 30px;
	}
	.stat span {
		font-size: 55px;
	}
	.stat p {
		font-size: 14px;
	}
	.left-text-banner::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		position: absolute;
		top: 0;
	}
	.client {
		width: calc(33.33% - 40px);
	}
	.service-slide-content {
		width: 58%;
	}
	.service-slide-heading {
		font-size: 34px;
	}
	.contact-section .left {
		width: 70%;
	}
	.contact-wrap .left h2 {
		font-size: 34px;
	}
	.contact-section .right {
		width: 28%;
	}
	.service-step:nth-child(8) {
		top: -23%;
		left: 13%;
	}
	.service-step:nth-child(10) {
		top: 60%;
		left: 75%;
	}
	.dot {
		width: 1.4rem;
		height: 1.4rem;
	}
	.content-section {
		height: auto;
	}
	.content-section .wrap {
		top: auto;
		transform: none;
		padding: 80px 30px;
	}
	#primary > .content-section:first-child {
		padding-top: 120px;
	}
	.left-text-banner,
	.center-text-banner {
		height: 525px;
	}
	.page-id-65 .scrolling-text {
		padding-bottom: 0;
	}
	.services-journey {
		min-height: unset;
	}
	.content-section.services {
		padding-bottom: 15px;
	}
	.scrolling-text .line {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.services-journey {
		min-height: unset;
		padding: 0 0 50px;
	}
	.services-journey .max-width > h3 {
		margin-bottom: 45px;
	}
	.services-journey .illustration {
		display: none;
	}
	.dot {
		display: none;
	}
	.service-step {
		position: static;
		margin-bottom: 25px;
		max-width: 265px;
	}
}

@media (max-width: 639px), (max-height: 450px) {
	h2 {
		font-size: 32px;
	}
	#logo {
		max-width: 300px;
	}
	a.navbar-brand {
		top: 30px;
		left: 30px;
	}
	a.navbar-brand img {
		max-width: 180px;
	}
	.navbar-menu a {
		font-size: 35px;
	}
	.navbar-toggler,
	.navbar-button {
		right: 25px;
		top: 30px;
	}
	.home-landing h1 {
		font-size: 33px;
	}
	.home-landing h2 {
		font-size: 30px;
	}
	.home-services .service-heading h2 {
		font-size: 28px;
	}
	.step-1::after, 
	.step-3::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		position: absolute;
		top: 0;
	}
	.step-1 .max-width, 
	.step-3 .max-width {
		z-index: 2;
	}
	.foot-wrap {
		padding: 0;
	}
	.site-footer {
		min-height: auto;
	}
	.site-footer .site-info {
		padding: 60px 0;
		text-align: left;
		display: block;
	}
	.site-footer .foot-col {
		width: 100%;
	}
	.site-footer #primary-menu {
		margin: 20px 0;
		padding: 0;
	}
	.site-footer .menu-menu-1-container {
		top: auto;
		transform: none;
	}
	.site-footer #primary-menu a {
		font-size: 28px;
	}
	.brand-footer {
		padding: 0 0 25px;
		position: unset;
	}
	.brand-footer img {
		max-width: 200px;
	}
	.brand-footer p {
		font-size: 14px;
	}
	.content-section h2,
	.content-section.services h2 {
		font-size: 23px;
	}
	.stats-counter {
		display: block;
		padding: 0 30px;
	}
	.stats-counter .stat {
		padding: 0;
		width: 100%;
		margin: 40px 0;
	}
	.center-text-banner .wrap h2 {
		font-size: 26px;
	}
	.client {
		width: calc(50% - 40px);
	}
	.service-slide-content {
		width: 100%;
	}
	.service-slide-content-wrap {
		padding: 50px 30px;
	}
	.contact-section .left {
		width: 100%;
		border-right: none;
		padding: 0 0 40px;
		border-bottom: 2px solid #fff;
	}
	.contact-wrap .left h2 {
		font-size: 25px;
	}
	.contact-section .right {
		width: 100%;
		padding: 40px 0 0;
	}
	body .gform_wrapper.gravity-theme .gform_footer {
		position: relative;
		right: auto;
		bottom: auto;
	}
	body .gform_button.button {
		margin: 0 !important;
	}
	body .gform_wrapper.gravity-theme .gform_footer::after {
		top: 15px;
	}
	.careers-form,
	.contact-form {
		margin-bottom: 45px;
	}
	.contact-form {
		margin-top: 20px;
	}
	.contact-section {
		height: unset;
		padding-top: 100px;
	}
	.contact-wrap {
		top: auto;
		transform: none;
	}
	.group-1, 
	.group-2 {
		width: 250%;
	}
	.career-steps {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.career-steps h2,
	.careers-form h1 {
		font-size: 32px;
	}
	.home-services::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		position: absolute;
		top: 0;
	}
	.home-services .service-heading {
		z-index: 2;
	}
	.scrolling-text .line {
		font-size: 28px;
	}
}

@media (max-height: 450px) {
	.navbar-menu a::after,
	.site-footer #primary-menu a::after {
		height: 3px;
		bottom: -1px;
	}
	.step-1, 
	.step-3 {
		height: 600px;
	}
	.step-1 .max-width, 
	.step-3 .max-width {
		max-width: 810px;
	}
	.carousel-slide {
		height: auto;
	}
	.slide-content-wrap {
		padding: 100px 50px;
	}
	.left-text-banner,
	.center-text-banner {
		height: 450px;
	}
	.center-text-banner .wrap {
		max-width: 700px;
	}
	.site-footer .site-info {
		display: flex;
	}
	.site-footer .foot-col {
		width: 50%;
	}
	.stat span {
		font-size: 50px;
	}
	.stat p {
		font-size: 12px;
	}
	.client {
		width: calc(33.33% - 40px);
	}
	.service-step:nth-child(8) {
		top: -20%;
		left: 13%;
	}
	.dot {
		width: 1.4rem;
		height: 1.4rem;
	}
	.service-step-text p {
		font-size: 14px;
	}
	.service-slide-heading {
		font-size: 32px;
	}
	.service-slide-content-wrap {
		top: 54%;
		max-width: 810px;
		height: 300px;
	}
	.group-1, 
	.group-2 {
		width: 100%;
	}
	body .gform_wrapper.gravity-theme .gform_footer::after {
		top: 4px;
	}
}