@charset "UTF-8";
/* Genesis Sample Child Theme
Theme Name: Genesis Sample Theme
Theme URI: http://www.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.2.3
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.inner-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.inner-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* # Utilities
---------------------------------------------------------------------------------------------------- */
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 1.8rem;
}

body {
  background-color: #fff;
  color: #222222;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
body.home {
  background-color: #000;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #222222;
  text-decoration: underline;
}

a.cta {
  color: #cc3d25;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.social-icons {
  list-style: none; /* Removes default list styling */
  padding: 0; /* Removes default padding */
  display: flex; /* Aligns items in a row */
  justify-content: center; /* Centers items horizontally */
}

.social-icons li {
  width: 50px; /* Icon size */
  height: 50px; /* Icon size */
  border-radius: 50%; /* Makes the icon circular */
  background-size: cover; /* Ensures the SVG covers the icon */
  margin: 5px; /* Space between icons */
}

.facebook-icon {
  background-image: url("images/facebook.svg");
}

.linkedin-icon {
  background-image: url("images/linked.svg");
}

.instagram-icon {
  background-image: url("images/instagram.svg");
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jura", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #222222;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  white-space: normal;
  width: auto;
}

input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit] {
  background-color: #cc3d25;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 8px 16px;
}

.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #ddd;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 16rem;
  font-weight: bold;
  padding: 15px 23px 14px;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.inner-content,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.blog .site-inner, .single .site-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.single-team_members .site-inner {
  margin: 0 auto;
  max-width: 100%;
}

.single-case_studies .site-inner {
  margin: 0 auto;
  max-width: 100%;
}

.no-header-bg .site-inner {
  padding-top: 40px;
}

.site-inner {
  clear: both;
  padding-top: 140px;
}

.site-inner ul {
  list-style: disc;
  padding-left: 1.6rem;
  margin: 1.2rem 0;
}

.site-inner ul li {
  margin-bottom: 0.9rem;
  list-style: disc;
}

/* Bullet colour + size */
.site-inner ul li::marker {
  color: #00AEEF;
  font-size: 1.4rem;
}

.no-acf-content .site-inner, .error404 .site-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 210px 5% 100px;
}

.no-acf-content .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 40px;
}

.split-section {
  display: flex; /* Enables Flexbox */
  position: relative;
  box-sizing: border-box;
}
.split-section .inner-content {
  flex: 1; /* Allow content to define the height */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 10; /* Ensure content appears above background */
}
.split-section .split-backgrounds {
  position: absolute; /* Allows it to sit behind content */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Matches the dynamic height */
  display: flex;
}
.split-section .half-left,
.split-section .half-right {
  flex: 1; /* Both halves take equal width */
}
.split-section .half-left {
  background-color: red;
  background-size: cover;
}
.split-section .half-right {
  background: url("path-to-your-image.jpg") no-repeat center center;
  background-size: cover;
}

.sticky {
  position: sticky;
  top: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.5641025641%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.7179487179%;
}

.one-third,
.two-sixths {
  width: 31.6239316239%;
}

.four-sixths,
.two-thirds {
  width: 65.811965812%;
}

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #cc3d25;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #333;
}

.sidebar .enews-widget input[type=submit] {
  background-color: #cc3d25;
  color: #fff;
}

.sidebar .enews-widget input:hover[type=submit],
.sidebar .enews-widget input:focus[type=submit] {
  background-color: #fff;
  color: #333;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 10;
  padding-top: 50px;
  background-image: url("../x-cell/images/default-header-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Removes header background image on pages using Hero Section */
.no-header-bg .site-header {
  background-image: none !important;
  background-color: transparent !important;
}

.site-header .wrap {
  padding: 20px 0;
}

.header-phone a {
  text-decoration: none;
  color: #fff;
}
.header-phone svg {
  width: 30px;
  fill: #fff;
  display: none;
}

#custom_html-2 {
  margin-bottom: 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 300px;
}

.header-image .title-area {
  padding: 0;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
  text-decoration: none;
}

.site-title a {
  background: url(images/logo.png) no-repeat;
  background-size: 100% auto;
  background-image: url(images/logo.svg), none;
  display: block;
  height: 52px;
  text-indent: -9999em;
  width: 315px;
}

.header-image .site-title > a {
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7px 0 10px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #00B6ED;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  border-top: none;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75); /* transparent black */
  border-top: none;
}

.genesis-nav-menu .sub-menu {
  padding: 20px;
}
.genesis-nav-menu .sub-menu a {
  border: none;
  border-top: 0;
  padding: 9px 0;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

/* Chevron on parent menu items */
.genesis-nav-menu > .menu-item-has-children > a {
  position: relative;
  padding-right: 28px; /* adjust for arrow width */
}

.genesis-nav-menu > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 4px;
  width: 12px;
  height: 16px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23ffffff' d='M331.3 475.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L320 441.4l196.7-196.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E");
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

#menu-trigger {
  display: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 86px;
  right: 5%;
  border: 0;
  font-size: 31px;
}

#slide-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #000016;
  overflow-y: auto;
  transition: right 0.3s;
  z-index: 1000;
  padding: 100px;
  padding: 100px 5%;
}
#slide-menu .logo-graphic {
  position: absolute;
  bottom: 40px;
  max-width: 100px;
}

.slide-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slide-menu-list li a {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
}

#menu-close {
  position: absolute;
  top: 30px;
  right: 10px;
  background-color: transparent;
  border: none;
}

#menu-trigger .fas.fa-bars {
  font-size: 37px; /* Adjust the size as needed */
  color: #fff;
}

#menu-close .fas.fa-times {
  font-size: 30px; /* Adjust the size as needed */
  color: #fff; /* Adjust the color as needed */
}

.slide-menu-list li a {
  display: block;
  padding: 0 0 4px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 39px;
  font-size: 3.9rem;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #fff;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 0;
  padding: 0;
}

.content .entry {
  background-color: #fff;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #cc3d25;
  color: #fff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 40px;
  padding: 10px 40px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-list li li {
  margin-right: -40px;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  clear: both;
  padding: 40px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px;
}

.footer-widgets-1 {
  margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.footer-social .signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer {
  background: #0a0f18;
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  /* Ninja Forms: Rounded inputs + blue submit button */
  /* Submit button */
}
.site-footer h3 {
  color: #fff;
  font-size: 1.8rem;
}
.site-footer a {
  color: #00B6ED;
}
.site-footer .footer-logo {
  margin-bottom: 30px;
}
.site-footer .footer-logo .logo-white {
  max-width: 300px;
  width: 300px;
}
.site-footer .footer-social {
  display: flex;
  align-items: center; /* vertical centring */
  gap: 30px; /* spacing between form + icon */
  margin-left: auto;
  justify-content: flex-end;
}
.site-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #00B6ED;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: #000;
}
.site-footer .footer-social a img {
  width: 28px;
  height: 28px;
  transition: opacity 0.3s ease;
}
.site-footer .footer-social a:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}
.site-footer .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto; /* now works */
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: #bbb;
}
.site-footer .footer-bottom a {
  color: #bbb;
  text-decoration: none;
}
.site-footer .footer-bottom a:hover {
  color: #fff;
}
.site-footer .logo-graphic {
  max-width: 100px;
}
.site-footer .footer-nav a {
  color: #fff;
  text-decoration: none;
}
.site-footer .site-footer__accreditations {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  align-items: center;
}
.site-footer .site-footer__accreditations img {
  max-height: 74px; /* controls size without distortion */
  width: auto; /* prevents squashing */
  height: auto; /* keeps aspect ratio */
  display: block;
}
.site-footer .nf-form-cont input[type=text],
.site-footer .nf-form-cont input[type=email],
.site-footer .nf-form-cont input[type=tel],
.site-footer .nf-form-cont input[type=number],
.site-footer .nf-form-cont textarea,
.site-footer .nf-form-cont select {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 10px 16px;
  width: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-footer .nf-form-cont input[type=text]:focus,
.site-footer .nf-form-cont input[type=email]:focus,
.site-footer .nf-form-cont input[type=tel]:focus,
.site-footer .nf-form-cont input[type=number]:focus,
.site-footer .nf-form-cont textarea:focus,
.site-footer .nf-form-cont select:focus {
  outline: none;
  border-color: #007BFF;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
.site-footer .nf-form-cont input[type=button],
.site-footer .nf-form-cont button,
.site-footer .nf-form-cont .nf-element[type=submit] {
  border-radius: 30px;
  background-color: #00B6ED;
  color: #000;
  border: none;
  padding: 12px 28px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.site-footer .nf-form-cont input[type=button]:hover,
.site-footer .nf-form-cont button:hover,
.site-footer .nf-form-cont .nf-element[type=submit]:hover {
  background-color: #00B6ED;
  transform: translateY(-2px);
}
.site-footer .nf-form-cont .nf-field-container:last-child {
  text-align: right;
}
.site-footer .nf-form-cont .nf-element[type=submit] {
  display: inline-block;
  width: auto;
}
.site-footer ul.footer-links {
  display: flex;
  justify-content: flex-end; /* aligns list items to the right */
  gap: 1rem; /* space between items */
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.site-footer ul.footer-links li {
  margin: 0; /* optional, ensures no browser default spacing */
  padding-left: 15px;
}
.site-footer .signup h3 {
  padding-left: 22px;
}
.site-footer__credits {
  text-align: right;
  margin-top: 10px;
  font-size: 13px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-header .wrap {
    padding: 20px 5%;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
  body .hero-section {
    padding: 0 5%;
  }
  body .site-footer {
    padding: 80px 5% 40px;
  }
  body .project-services {
    padding: 100px 5% 40px;
  }
  body .contact-section {
    padding: 100px 5%;
  }
  body .intro-with-image {
    padding: 100px 5% 0;
  }
  body .two-column-content {
    padding: 100px 5%;
  }
  body .testimonial-section {
    padding: 140px 5% 180px;
  }
  body .latest-team-members {
    padding: 80px 5% 100px;
  }
  body .case-study-single .inner-content {
    padding: 0 5%;
  }
  body .case-study-single .related-case-studies .inner-content {
    padding: 0;
  }
  body .case-study-hero .case-study-label {
    padding-left: 0;
    width: 53%;
  }
  body .team-member-single {
    padding: 100px 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .js .genesis-nav-menu .sub-menu a,
  .js .genesis-nav-menu .sub-menu,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header {
    padding-top: 0;
  }
  #menu-trigger {
    top: 36px;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .site-title > a {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .js nav.nav-primary,
  .js .site-header nav {
    display: none;
    position: relative;
  }
  .js .site-header nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: #fff;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0;
  }
  .menu-toggle {
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    margin-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated:before {
    content: "\f142";
  }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    padding: 12px 0;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    background-color: #fff;
    color: #000;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #fff;
    color: #cc3d25;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
  #menu-trigger {
    display: block;
  }
  body .widget_nav_menu {
    display: none;
  }
  body .case-study-hero__content {
    width: 47%;
  }
  body .case-study-hero .case-study-label {
    padding-left: 0;
    width: 46%;
  }
  body .site-header .widget-area, body .site-header .title-area {
    width: auto;
  }
  body #custom_html-2 {
    margin-right: 60px;
    padding-top: 23px;
  }
  body .header-widget-area {
    display: flex;
    justify-content: space-between; /* space between phone + nav */
    align-items: center; /* vertical centering */
    gap: 20px; /* optional spacing */
  }
  body .header-widget-area > section {
    display: flex;
    align-items: center; /* ensures each section aligns internally */
  }
  body section.widget_nav_menu {
    display: none;
  }
  body .site-footer .five-sixths,
  body .site-footer .four-sixths,
  body .site-footer .one-fourth,
  body .site-footer .one-half,
  body .site-footer .one-sixth,
  body .site-footer .one-third,
  body .site-footer .three-fourths,
  body .site-footer .three-sixths,
  body .site-footer .two-fourths,
  body .site-footer .two-sixths,
  body .site-footer .two-thirds {
    margin: 0;
    width: 100%;
  }
  body .site-footer .footer-social {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
    justify-content: flex-start;
  }
  body .site-footer .site-footer__accreditations, body .site-footer ul.footer-links {
    justify-content: flex-start;
  }
  body .site-footer__credits {
    text-align: left;
  }
  body .latest-team-members .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 880px) {
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
  body .info-cta__content {
    margin-right: 0;
  }
  body .site-footer .address {
    padding-left: 0;
    padding-top: 30px;
  }
  body .site-footer .quick-links {
    padding-left: 0;
  }
  body .signup {
    padding-top: 30px;
  }
  body .site-footer ul.footer-links {
    justify-content: flex-start;
  }
  body .site-footer ul.footer-links li {
    padding-left: 0;
  }
  body .intro-with-image .intro-image img {
    max-width: 50%;
    margin: 0 auto;
  }
  body .two-column-content {
    padding: 50px 5% 100px;
  }
  body .latest-team-members .team-member-item .team-member-image {
    height: 510px;
  }
  body .case-study-hero .case-study-label {
    padding-left: 4rem;
    width: 100%;
    margin-bottom: 100px;
    position: absolute;
    top: -50px;
    text-align: left;
  }
  body .case-study-hero__content {
    width: 100%;
  }
  body .case-study-hero__image {
    width: 100%;
  }
  body .site-footer__credits {
    text-align: left;
  }
  body .site-footer .site-footer__accreditations {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 25px;
  }
  body .site-footer .site-footer__accreditations > * {
    width: calc(50% - 1rem);
  }
  body .site-footer .site-footer__accreditations img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  body .site-footer {
    /* Turn the row into flex */
    /* Shrink spacing between them */
    /* Email field */
    /* Submit button */
    /* Make the button smaller so it fits horizontally */
  }
  body .site-footer .nf-row nf-cells,
  body .site-footer .nf-row .nf-cell,
  body .site-footer .nf-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }
  body .site-footer .nf-row .nf-cell {
    width: auto !important;
    flex: 1 1 auto;
  }
  body .site-footer .email-container {
    flex: 1 1 75% !important;
  }
  body .site-footer .submit-container {
    flex: 0 1 25% !important;
    margin-left: 10px;
  }
  body .site-footer .submit-container input[type=submit] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
  }
  body .ps-left {
    flex: 0 0 50%;
    height: 450px;
    min-height: 450px;
    display: flex;
    align-items: flex-end; /* keeps overlay text at bottom if needed */
    background-size: cover;
    background-position: center;
  }
  body .ps-title {
    margin-bottom: 40px;
  }
  body .services-grid {
    grid-template-columns: 1fr;
  }
  body .team-member-single {
    padding: 20px 5% 100px;
  }
  body .team-member-single .sticky {
    position: relative;
  }
  body .site-header .widget-area, body .title-area {
    width: auto;
  }
  body .site-title a {
    background: url(images/logo-mobile.png) no-repeat;
    background-size: 100% auto;
    background-image: url(images/logo-mobile.svg), none;
    display: block;
    height: 48px;
    text-indent: -9999em;
    width: 66px;
  }
  body .services-wrapper {
    display: block;
  }
  body .service-card {
    margin-bottom: 50px;
  }
  body .latest-team-members .team-members-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  body .site-footer .footer-social {
    flex-direction: column;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* # Global
---------------------------------------------------------------------------------------------------- */
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* # Global
---------------------------------------------------------------------------------------------------- */
.home .hero-section .hero-overlay {
  background: rgba(0, 0, 0, 0);
}

.hero-section {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  text-align: left;
  margin-top: -40px;
}
.hero-section .hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-section .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.hero-section .inner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0 2% 150px;
  padding-top: 200px;
}
.hero-section .hero-content {
  max-width: 600px;
  margin: 0;
  padding: 2rem 0;
}
.hero-section .hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #fff;
  max-width: 400px;
}
.hero-section .hero-content .cta-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 2.8rem;
  flex-wrap: wrap;
  margin-top: 2.7rem;
}
.hero-section .hero-content .cta-buttons a.button {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  font-family: "Jura", sans-serif;
}
.hero-section .hero-content .cta-buttons a.button.primary-button {
  background: #00B6ED;
  color: #000;
}
.hero-section .hero-content .cta-buttons a.button.primary-button:hover {
  background: #000;
  color: #fff;
}
.hero-section .hero-content .cta-buttons a.button.secondary-button {
  background: #000;
}
.hero-section .hero-content .cta-buttons a.button.secondary-button:hover {
  background: #05d0f9;
  color: #000;
}
.hero-section .hero-intro {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.hero-section .hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 120px;
  }
  .hero-section .hero-content {
    padding: 1.5rem 0;
  }
  .hero-section .hero-content h1 {
    font-size: 2rem;
  }
  .hero-section .hero-content .cta-buttons {
    justify-content: flex-start;
  }
}

/* # Logo Grid
---------------------------------------------------------------------------------------------------- */
.logo-grid {
  background-color: #fff;
  text-align: center;
  padding: 80px 2%;
}
.logo-grid h2 {
  color: #222;
  max-width: 445px;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  font-size: 2.6rem;
}
.logo-grid .logo-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
.logo-grid .logo-item {
  flex: 1 1 120px;
  max-width: 230px;
  min-width: 230px;
}
.logo-grid .logo-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.logo-grid .logo-item img:hover {
  filter: grayscale(100%);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .logo-grid .logo-item {
    max-width: 100px;
  }
}

/* # Feature Banner
---------------------------------------------------------------------------------------------------- */
.feature-banner {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: left;
  overflow: hidden;
  padding: 120px 2% 160px;
}
.feature-banner .container {
  position: relative;
  z-index: 2;
  padding: 0 5%;
}
.feature-banner__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
}
.feature-banner__left {
  flex: 1 1 45%;
  padding-right: 10%;
}
.feature-banner__left h2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 420px;
  color: #fff;
  margin: 0;
}
.feature-banner__right {
  flex: 1 1 45%;
  max-width: 520px;
}
.feature-banner__right .text {
  margin-bottom: 0.8rem;
  font-family: "Jura", sans-serif;
  font-size: 2.1rem;
}
.feature-banner__right .link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-family: "Jura", sans-serif;
}
.feature-banner__right .link:hover {
  text-decoration: none;
}
.feature-banner__arrow {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: inherit;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 880px) {
  .feature-banner {
    padding: 80px 5% 120px;
  }
  .feature-banner__inner {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .feature-banner__arrow {
    height: 40px;
  }
}

/* # Call To Action
---------------------------------------------------------------------------------------------------- */
.call-to-action {
  position: relative;
  background-size: cover;
  background-position: center right;
  color: #fff;
  padding: 190px 0;
  overflow: hidden;
  font-family: "Jura", sans-serif;
}
.call-to-action .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
}
.call-to-action .inner-content {
  z-index: 2;
}
.call-to-action__content {
  max-width: 426px;
  position: relative;
  z-index: 9;
  padding-left: 5%;
}
.call-to-action__content h2 {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
.call-to-action__content .intro {
  margin-bottom: 1.5rem;
}
.call-to-action__content .link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.call-to-action__content .link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .call-to-action {
    padding: 100px 5%;
    background-position: center;
  }
  .call-to-action__content {
    max-width: 100%;
  }
}
.call-to-action .call-to-action__triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 46px;
  z-index: 5;
}
.call-to-action .call-to-action__triangle svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* # Services Section
---------------------------------------------------------------------------------------------------- */
.home .services-grid {
  margin-top: 0;
  padding: 0;
}

.services-section {
  background-color: #fff;
  text-align: center;
  padding: 100px 2%;
}
.services-section .section-heading {
  margin-bottom: 4.5rem;
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.services-section .service-item {
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}
.services-section .service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.services-section .service-item .service-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.services-section .service-item .service-content {
  flex: 1;
  padding: 3rem;
}
.services-section .service-item .service-content h3 {
  margin-bottom: 1rem;
}
.services-section .service-item .service-content .link {
  display: inline-block;
  color: #333;
  text-decoration: underline;
  font-weight: 400;
  margin-top: auto;
}
.services-section .service-item .service-content .link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .services-section {
    padding: 80px 5%;
  }
  .services-section .section-heading {
    margin-bottom: 2rem;
  }
}

/* # Separator Image
---------------------------------------------------------------------------------------------------- */
.separator-image {
  width: 100%;
  height: 74vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -242px;
  overflow: hidden;
}

/* # Latest Case Studies
---------------------------------------------------------------------------------------------------- */
.home .latest-case-studies {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 80px 2% 100px;
  background-color: #fff;
  margin-top: 0;
}
.home .latest-case-studies .container {
  position: relative;
  z-index: 2;
}
.home .latest-case-studies .inner-content {
  margin-top: -381px;
  position: relative;
}
.home .latest-case-studies .section-heading {
  margin-bottom: 4.5rem;
  color: #fff;
}
.home .latest-case-studies .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  align-items: stretch;
}
.home .latest-case-studies .case-study-item {
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  color: #222;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home .latest-case-studies .case-study-item:hover {
  transform: translateY(-4px);
}
.home .latest-case-studies .case-study-item .case-study-image {
  height: 220px;
  background-size: cover;
  background-position: center;
}
.home .latest-case-studies .case-study-item .case-study-content {
  flex: 1;
  padding: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home .latest-case-studies .case-study-item .case-study-content h3 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.home .latest-case-studies .case-study-item .case-study-content .link {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}
.home .latest-case-studies .case-study-item .case-study-content .link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .home .latest-case-studies {
    padding: 80px 5%;
    background: #fff;
  }
}

.latest-case-studies {
  position: relative;
  color: #fff;
  text-align: left;
  padding: 100px 2%;
  background-color: #fff;
}
.latest-case-studies .container {
  position: relative;
  z-index: 2;
}
.latest-case-studies .inner-content {
  margin-top: 0;
  position: relative;
}
.latest-case-studies .section-heading {
  margin-bottom: 4.5rem;
  padding-left: 5%;
}
.latest-case-studies .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  align-items: stretch;
}
.latest-case-studies .case-study-item {
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  color: #222;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.latest-case-studies .case-study-item:hover {
  transform: translateY(-4px);
}
.latest-case-studies .case-study-item .case-study-image {
  height: 320px;
  background-size: cover;
  background-position: center;
}
.latest-case-studies .case-study-item .case-study-content {
  flex: 1;
  padding: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.latest-case-studies .case-study-item .case-study-content h3 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.latest-case-studies .case-study-item .case-study-content .link {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}
.latest-case-studies .case-study-item .case-study-content .link:hover {
  text-decoration: none;
}

/* # Latest Team Members
---------------------------------------------------------------------------------------------------- */
.latest-team-members {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 80px 2% 100px;
  background-color: #fff;
  /* CARD DEFAULT STATE (HIDDEN) */
  /* CARD VISIBLE STATE */
  /* LOAD MORE BUTTON */
}
.latest-team-members .container {
  position: relative;
  z-index: 2;
}
.latest-team-members .section-heading {
  margin-bottom: 4.5rem;
}
.latest-team-members .team-members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: stretch;
}
.latest-team-members .team-member-item {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  background: #f8f8f8;
  color: #222;
  flex-direction: column;
}
.latest-team-members .team-member-item:hover {
  transform: translateY(-4px);
}
.latest-team-members .team-member-item .team-member-image {
  height: 315px;
  background-size: cover;
  background-position: center;
}
.latest-team-members .team-member-item .team-member-content {
  flex: 1;
  padding: 4rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.latest-team-members .team-member-item .team-member-content h3 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.latest-team-members .team-member-item .team-member-content h3 a {
  text-decoration: none;
}
.latest-team-members .team-member-item .team-member-content .link {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}
.latest-team-members .team-member-item .team-member-content .link:hover {
  text-decoration: none;
}
.latest-team-members .team-member-item.team-visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .latest-team-members {
    padding: 80px 5%;
    background: #fff;
  }
}
.latest-team-members .team-loadmore-wrap {
  text-align: center;
  margin-top: 30px;
}
.latest-team-members .team-loadmore {
  cursor: pointer;
  padding: 12px 28px;
  font-family: "Jura", sans-serif;
  transition: 0.25s ease;
  display: inline-block;
  padding: 0.9rem 1.8rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  font-family: "Jura", sans-serif;
  background: #00B6ED;
  color: #000;
  border: none;
}
.latest-team-members .team-loadmore:hover {
  background: #222;
  color: white;
}

/* Single Team Member Layout
------------------------------------------ */
.team-member-single {
  padding: 100px 2%;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .team-member-single {
    flex-direction: column;
  }
}

.team-member-sidebar.one-third {
  flex: 0 0 30%;
}

.team-member-item {
  background: #f8f8f8;
  color: #222;
}

.team-member-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.team-member-name {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 20px 0 0 20px;
}

.team-member-role {
  color: #444;
  margin-bottom: 2rem;
  padding: 0 0 20px 20px;
}

.team-member-bio.two-thirds {
  flex: 1;
}

/* # Info CTA
---------------------------------------------------------------------------------------------------- */
.info-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 160px 2%;
  text-align: left;
  overflow: hidden;
  font-family: "Jura", sans-serif;
  line-height: 1.3;
}
.info-cta p {
  margin-bottom: 15px;
}
.info-cta ul {
  list-style: disc;
  padding-left: 1.6rem;
  margin: 1.2rem 0;
}
.info-cta ul li {
  margin-bottom: 0.9rem;
  list-style: disc;
}
.info-cta ul li::marker {
  color: #fff;
  font-size: 1.4rem;
}
.info-cta .inner-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.info-cta__content {
  background: rgba(0, 0, 0, 0.8);
  padding: 6rem 10rem 8rem;
  max-width: 65%;
  color: #fff;
  margin-right: 2%;
}
.info-cta__content h2 {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.info-cta__content .link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.info-cta__content .link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .info-cta {
    padding: 100px 5%;
  }
  .info-cta__content {
    max-width: 100%;
    padding: 2rem;
  }
}

/* # Testimonial Section
---------------------------------------------------------------------------------------------------- */
.testimonial-section {
  position: relative;
  background-color: #0f2035;
  color: #fff;
  padding: 140px 2% 180px;
  overflow: hidden;
}
.testimonial-section p {
  margin: 0;
}
.testimonial-section .testimonial-content {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-section blockquote {
  margin: 0 0 1.5rem 0;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  font-family: Jura, sans-serif;
}
.testimonial-section blockquote::before,
.testimonial-section blockquote::after {
  content: none;
}
.testimonial-section cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
}
.testimonial-section cite span {
  display: inline-block;
  font-weight: 400;
}
.testimonial-section .testimonial-arrow {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: inherit;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 100px 5% 120px;
  }
  .testimonial-section .testimonial-arrow {
    height: 40px;
  }
}

/* # Contact Form Section
---------------------------------------------------------------------------------------------------- */
.contact-form-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 160px 2% 180px;
  overflow: hidden;
  /* Target Ninja Forms select elements */
  /* Optional hover/focus styles */
}
.contact-form-section .nf-form-fields-required {
  display: none;
}
.contact-form-section .container {
  position: relative;
  z-index: 2;
}
.contact-form-section .form-container {
  margin-top: 30px;
}
.contact-form-section .contact-form-wrapper {
  background: rgba(0, 0, 0, 0.8);
  padding: 8rem 8rem;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 4px;
}
.contact-form-section .contact-form-wrapper h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #fff;
}
.contact-form-section .contact-form-wrapper .intro {
  margin-bottom: 2rem;
  opacity: 0.9;
}
.contact-form-section .contact-form-wrapper .form-container {
  text-align: left;
}
.contact-form-section .contact-form-wrapper .form-container form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem 1.5rem;
}
.contact-form-section .contact-form-wrapper .form-container input,
.contact-form-section .contact-form-wrapper .form-container select,
.contact-form-section .contact-form-wrapper .form-container textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 30px;
  border: none;
  color: #333;
}
.contact-form-section .contact-form-wrapper .form-container input[type=submit],
.contact-form-section .contact-form-wrapper .form-container button[type=submit] {
  grid-column: 1/-1;
  justify-self: center;
  background: #00B6ED;
  color: #000;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form-section .contact-form-wrapper .form-container input[type=submit]:hover,
.contact-form-section .contact-form-wrapper .form-container button[type=submit]:hover {
  background: #ddd;
}
.contact-form-section .nf-field-element select {
  appearance: none; /* removes default arrow (modern browsers) */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* set your background */
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 40px 10px 16px; /* extra right padding for arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 26px;
  cursor: pointer;
}
.contact-form-section .nf-field-element select:hover {
  border-color: #007BFF;
}
.contact-form-section .nf-field-element select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
.contact-form-section .contact-form-section__triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 46px;
  z-index: 5;
}
.contact-form-section .contact-form-section__triangle svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .contact-form-section {
    padding: 120px 5% 140px;
  }
  .contact-form-section .contact-form-wrapper {
    padding: 2rem;
  }
}

.nf-response-msg {
  display: none;
  color: #fff !important;
  text-align: center !important;
}

/* # Intro With Image
---------------------------------------------------------------------------------------------------- */
.intro-with-image {
  padding: 100px 0 0;
  background: #f3f4f4;
}
.intro-with-image .inner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 880px) {
  .intro-with-image .inner-content {
    flex-direction: column;
    text-align: center;
  }
}
.intro-with-image .intro-image img {
  height: auto;
  display: block;
}
.intro-with-image .intro-content p {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 0 0 5%;
  font-family: "Jura", sans-serif;
  font-weight: 400;
}

/* # Two Column Content
--------------------------------------------- */
.two-column-content {
  padding: 80px 0 100px;
  background: #f3f4f4;
  /* Restore bullets overridden by global li { list-style: none } */
}
.two-column-content .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 880px) {
  .two-column-content .inner {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
.two-column-content .column ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.4rem;
  margin: 1.2rem 0;
}
.two-column-content .column ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.two-column-content .column ul li::marker {
  color: #00AEEF;
}

/* # Case Study Single Page
--------------------------------------------- */
.case-study-hero {
  position: relative;
  width: 100%;
  margin-top: 9rem;
  margin-bottom: 4rem;
  /* >>> Vertically centred content <<< */
}
.case-study-hero__image {
  z-index: 1;
  width: 75%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  position: relative;
}
.case-study-hero__image .case-study-arrow {
  position: absolute;
  top: 0;
  left: 160px;
  width: 90px;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .case-study-hero__image .case-study-arrow {
    height: 40px;
  }
}
.case-study-hero__content {
  width: 35%;
  position: absolute;
  inset: 0; /* full height/w width like CSS shorthand for top:0 right:0 bottom:0 left:0 */
}
.case-study-hero__content h1 {
  font-size: 2.6rem;
}
.case-study-hero .case-study-label {
  font-size: 2.6rem;
  margin-bottom: 5rem;
  color: #000;
  font-family: "Jura", sans-serif;
  padding-left: 4rem;
  border-bottom: 2px solid #00B6ED;
  width: 100%;
  text-align: right;
  padding-bottom: 11px;
  position: absolute;
  top: 3rem;
  transform: translateY(-50%);
  z-index: 3;
  width: 53%;
}
.case-study-hero .case-study-title-box {
  background: #05051a;
  padding: 3rem 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 100%;
  min-width: 100%;
}
.case-study-hero .case-study-title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0;
  font-family: "Jura", sans-serif;
}

/* # Case Study – Challenge / Solution Section
--------------------------------------------- */
.case-study-two-col {
  background: #fff;
  padding: 0;
}
.case-study-two-col .cs-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 880px) {
  .case-study-two-col .cs-inner {
    grid-template-columns: 1fr;
  }
}
.case-study-two-col .cs-block {
  background: #f5f5f5;
  padding: 5rem;
  text-align: left;
}
.case-study-two-col .cs-block h3 {
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
  font-family: "Jura", sans-serif;
  font-weight: 600;
}
.case-study-two-col .cs-block .cs-text {
  margin-bottom: 3rem;
  max-width: 85%;
}
.case-study-two-col .cs-block .cs-link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.case-study-two-col .cs-block .cs-link:after {
  content: " 〉";
  margin-left: 4px;
}
.case-study-two-col .cs-block .cs-link:hover {
  opacity: 0.7;
}

/* # Case Study – Image Grid
--------------------------------------------- */
.case-study-images {
  padding: 40px 0 20px;
  background: #fff;
}
.case-study-images .cs-images-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.case-study-images .cs-image {
  width: 100%;
  overflow: hidden;
}
.case-study-images .cs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.case-study-images .cs-image:hover img {
  transform: scale(1.04);
}
@media (max-width: 880px) {
  .case-study-images .cs-images-inner {
    grid-template-columns: 1fr;
  }
}

/* # Case Study – Results Section
--------------------------------------------- */
.case-study-results {
  background: #f3f3f3;
  margin: 3rem 0 2rem;
  /* LEFT COLUMN */
  /* RIGHT COLUMN IMAGE */
}
.case-study-results .results-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 880px) {
  .case-study-results .results-inner {
    grid-template-columns: 1fr;
  }
}
.case-study-results .results-left {
  background: #f5f5f5;
  padding: 5rem;
  text-align: left;
}
.case-study-results .results-left h3 {
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
  font-family: "Jura", sans-serif;
  font-weight: 600;
}
.case-study-results .results-left .results-text {
  margin-bottom: 3rem;
  max-width: 85%;
}
.case-study-results .results-left .results-link {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.case-study-results .results-left .results-link:after {
  content: " 〉";
  margin-left: 4px;
}
.case-study-results .results-left .results-link:hover {
  opacity: 0.7;
}
.case-study-results .results-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
}

.single-case_studies .latest-case-studies {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 80px 2% 100px;
  background-color: #fff;
  margin-top: 0;
}
.single-case_studies .latest-case-studies .container {
  position: relative;
  z-index: 2;
}
.single-case_studies .latest-case-studies .inner-content {
  margin-top: 0;
  position: relative;
}
.single-case_studies .latest-case-studies .section-heading {
  margin-bottom: 4.5rem;
  padding-left: 5%;
}
.single-case_studies .latest-case-studies .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  align-items: stretch;
}
.single-case_studies .latest-case-studies .case-study-item {
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  color: #222;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-case_studies .latest-case-studies .case-study-item:hover {
  transform: translateY(-4px);
}
.single-case_studies .latest-case-studies .case-study-item .case-study-image {
  height: 320px;
  background-size: cover;
  background-position: center;
}
.single-case_studies .latest-case-studies .case-study-item .case-study-content {
  flex: 1;
  padding: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.single-case_studies .latest-case-studies .case-study-item .case-study-content h3 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.single-case_studies .latest-case-studies .case-study-item .case-study-content .link {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}
.single-case_studies .latest-case-studies .case-study-item .case-study-content .link:hover {
  text-decoration: none;
}

/* Read more button */
.cs-read-more {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

/* Reveal container */
.cs-full-text-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

/* Reveal content animation */
.cs-full-text {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* When wrapper has open class, fade text in smoothly */
.cs-full-text-wrapper.open .cs-full-text {
  opacity: 1;
  transform: translateY(0);
}

/* Preview text animation */
.cs-preview {
  opacity: 1;
  max-height: 300px; /* large enough but finite */
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.35s ease;
}

.cs-preview.hidden {
  opacity: 0;
  max-height: 0;
}

/* Read More button */
.cs-toggle-btn {
  background: none;
  border: none;
  padding: 0;
  margin-top: 1rem;
  cursor: pointer;
  font-family: "Jura", sans-serif;
  color: #000;
  text-decoration: underline; /* Matches projects */
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Hover effect */
/* Arrow icon matching Project section */
.cs-toggle-btn::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: transform 0.3s ease;
  /* Chevron icon in #222222 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23222222' d='M331.3 475.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L320 441.4l196.7-196.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E");
}

/* When open, rotate arrow upward */
.cs-toggle-btn.open::after {
  transform: rotate(-180deg);
}

/* Improve spacing below Read More/Less */
.cs-toggle-btn.open {
  margin-top: 1.3rem;
}

/* # Project Services
--------------------------------------------- */
.project-services {
  padding: 11rem 0 2rem;
}

.project-services .inner-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* Each service item (row) */
.project-service-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 9rem;
}

/* ----------------------------- */
/* LEFT COLUMN: Image + overlay  */
/* ----------------------------- */
.ps-left {
  flex: 0 0 50%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center; /* vertical centre */
}
.ps-left .project-arrow {
  position: absolute;
  top: 0;
  left: 60px;
  width: 90px;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .ps-left .project-arrow {
    height: 40px;
  }
}

.ps-title {
  color: #fff;
  max-width: 60%;
  margin-left: 60px;
}

/* ----------------------------- */
/* RIGHT COLUMN                  */
/* ----------------------------- */
.ps-right {
  flex: 1;
  background: #f5f5f5;
  min-height: 450px;
  padding: 60px;
}

.ps-intro {
  margin-bottom: 1.2rem;
  color: #222;
}

/* ----------------------------- */
/* ANIMATED EXPANDABLE CONTENT   */
/* ----------------------------- */
.ps-full-text-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.ps-full-text {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ps-full-text-wrapper.open {
  max-height: 2000px;
}

.ps-full-text-wrapper.open .ps-full-text {
  opacity: 1;
}

/* ----------------------------- */
/* Read More button              */
/* ----------------------------- */
.ps-toggle {
  background: none;
  border: none;
  padding: 0;
  font-family: "Jura", sans-serif;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ps-toggle:hover {
  opacity: 0.7;
}

.ps-toggle::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: transform 0.3s ease;
  /* Chevron icon in #222222 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23222222' d='M331.3 475.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L320 441.4l196.7-196.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.ps-toggle.open::after {
  transform: rotate(-180deg);
}

/* ----------------------------- */
/* RESPONSIVE                   */
/* ----------------------------- */
@media (max-width: 880px) {
  .project-service-item {
    flex-direction: column;
  }
  .ps-left {
    width: 100%;
    height: 260px;
  }
}
.project-services ul {
  list-style: disc;
  padding-left: 1.6rem;
  margin: 1.2rem 0;
}

.project-services ul li {
  margin-bottom: 0.9rem;
  list-style: disc;
}

/* Bullet colour + size */
.project-services ul li::marker {
  color: #00AEEF;
  font-size: 1.4rem;
}

/* # Services Grid
--------------------------------------------- */
/* Wrapper */
.services-grid {
  padding: 80px 5%;
}

.services-grid .inner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.services-heading {
  padding-left: 60px;
  margin-bottom: 5rem;
  font-family: "Jura", sans-serif;
}

/* Grid layout */
.services-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 3rem;
}

/* Card */
.service-card {
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-card .service-arrow {
    height: 40px;
  }
}

/* Image section */
.service-card__image {
  flex: 0 0 50%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center; /* vertical centre */
  padding-left: 60px;
}
.service-card__image .service-arrow {
  position: absolute;
  top: 0;
  left: 60px;
  width: 90px;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}

.service-title-overlay {
  color: #fff;
  font-family: "Jura", sans-serif;
}

/* Content section */
.service-card__content {
  padding: 60px;
}

.service-intro {
  margin-bottom: 1.5rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Jura", sans-serif;
}

.service-link::after {
  content: "›";
  margin-left: 4px;
}

/* --------------------------------------- */
/* SERVICES SECTION — Read More Styling     */
/* --------------------------------------- */
/* Read More button */
.service-read-more {
  background: none;
  border: none;
  padding: 0;
  margin-top: 1rem;
  cursor: pointer;
  font-family: "Jura", sans-serif;
  color: #000;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Chevron icon */
.service-read-more::after {
  content: "";
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: transform 0.3s ease;
  margin-left: 6px;
  /* Chevron icon in #222222 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23222222' d='M331.3 475.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L320 441.4l196.7-196.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E");
}

/* Rotate arrow */
.service-read-more.open::after {
  transform: rotate(-180deg);
}

.services-grid ul {
  list-style: disc;
  padding-left: 1.6rem;
  margin: 1.2rem 0;
}

.services-grid ul li {
  margin-bottom: 0.9rem;
  list-style: disc;
}

/* Bullet colour + size */
.services-grid ul li::marker {
  color: #00AEEF;
  font-size: 1.4rem;
}

/* # Contact Us Section
--------------------------------------------- */
.contact-section {
  padding: 100px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 4rem;
  align-items: start;
}

/* LEFT SIDE */
.contact-details {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.contact-details li {
  margin-bottom: 1rem;
}

/* RIGHT SIDE FORM CONTAINER */
.contact-right .contact-form {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  position: relative;
  margin-top: 1rem;
}

/* Apply Ninja Forms styling similar to contact-form-section */
.contact-right .contact-form form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem 1.5rem;
  text-align: left;
}

/* Inputs */
.contact-right .contact-form input,
.contact-right .contact-form select,
.contact-right .contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 30px;
  border: 1px solid #ccc;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

/* Hover/focus states */
.contact-right .contact-form input:focus,
.contact-right .contact-form select:focus,
.contact-right .contact-form textarea:focus {
  outline: none;
  border-color: #007BFF;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

/* Dropdown arrow styling */
.contact-right .contact-form .nf-field-element select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 30px;
  padding-right: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 26px;
}

/* Submit button */
.contact-right .contact-form input[type=submit],
.contact-right .contact-form button[type=submit],
.contact-right .contact-form .nf-element[type=submit] {
  grid-column: 1/-1;
  justify-self: center;
  background: var(--blue, #00AEEF);
  color: #000;
  font-weight: 700;
  border: none;
  padding: 12px 32px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-right .contact-form input[type=submit]:hover,
.contact-right .contact-form button[type=submit]:hover,
.contact-right .contact-form .nf-element[type=submit]:hover {
  background: #ddd;
  transform: translateY(-2px);
}

/* Remove unnecessary required notice */
.contact-right .nf-form-fields-required {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-right .contact-form {
    padding: 2rem;
  }
}