﻿@font-face {
  font-family: "Base Regular";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanRegular.ttf");
}
@font-face {
  font-family: "Base Bold";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanBold.ttf");
}
@font-face {
  font-family: "Base ExtraBold";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanExtraBold.ttf");
}
@font-face {
  font-family: "Base Black";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanBlack.ttf");
}
body {
  font-family: "Base Regular" !important;
  color: #222;
}
body .mud-main-content {
  padding-top: 0 !important;
}

.mud-list .mud-selected-item {
  color: #0F1B2A !important;
}
.mud-list .mud-selected-item .mud-typography.mud-typography-body2 {
  font-family: "Base Bold" !important;
}

h1:focus {
  outline: none;
}

.mud-typography {
  font-family: "Base Regular";
}

h1, h2, h3 {
  font-family: "Base Bold" !important;
}

h2 {
  font-size: 50px;
  margin-bottom: 8px;
}

h2.bold {
  font-family: "Base Black" !important;
}

h3 {
  font-size: 40px;
}

p {
  font-size: 18px;
  line-height: 34px;
  text-align: left !important;
}

.hidden {
  display: none !important;
}

.row {
  width: 100% !important;
}

.action-btn {
  font-family: "Base Bold";
}

a.text {
  transition: padding ease 0.3s, background ease 0.7s;
  padding: 12px 16px;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
}
a.text svg {
  margin-left: 14px;
  transition: margin ease 0.3s;
  width: 24px;
}
a.text:hover {
  background: #E7E530;
  border-radius: 24px;
  border-bottom: 2px solid transparent;
}
a.text:hover svg {
  margin-left: 20px;
}

a.has-icon:hover {
  padding-left: 20px;
}

h4 {
  line-height: 1.3 !important;
  font-size: 20px;
}
h4 b {
  font-family: "Base Bold";
}

.mud-nav-item .mud-nav-link {
  background: #fff !important;
  padding: 24px !important;
}
.mud-nav-item .mud-nav-link .mud-nav-link-text {
  margin-left: 0 !important;
}

.mud-paper.panel {
  border-radius: 10px;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 55px 0px !important;
  border: 1px solid #eee;
}

.mud-form .mud-input-control.mud-input-input-control, form .mud-input-control.mud-input-input-control {
  background: none !important;
}
.mud-form div.row, form div.row {
  margin-bottom: 16px;
}
.mud-form div.row label, form div.row label {
  font-family: "Base Regular";
  font-weight: 600;
  margin-bottom: 7px;
  color: #414D5C;
}
.mud-form .mud-input.mud-input-outlined, form .mud-input.mud-input-outlined {
  background: #F2F8FD;
  border-radius: 6px;
}
.mud-form .mud-input.mud-input-outlined:hover fieldset, .mud-form .mud-input.mud-input-outlined:hover input, form .mud-input.mud-input-outlined:hover fieldset, form .mud-input.mud-input-outlined:hover input {
  border-color: #89BDEE !important;
  border-width: 2px;
}
.mud-form .mud-input.mud-input-outlined input::placeholder, form .mud-input.mud-input-outlined input::placeholder {
  color: #414D5C;
}
.mud-form .mud-input.mud-input-outlined input:focus fieldset, form .mud-input.mud-input-outlined input:focus fieldset {
  background: #e11;
}
.mud-form .mud-input.mud-input-outlined input:focus ~ fieldset, .mud-form .mud-input.mud-input-outlined textarea:focus ~ fieldset, form .mud-input.mud-input-outlined input:focus ~ fieldset, form .mud-input.mud-input-outlined textarea:focus ~ fieldset {
  border-color: #E7E530 !important;
}
.mud-form .mud-input.mud-input-outlined fieldset, form .mud-input.mud-input-outlined fieldset {
  border-radius: 6px;
  border-color: #B5D6F4;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}

input[type=text] {
  background: none !important;
  border-radius: 6px;
}
input[type=text]::placeholder {
  color: #666 !important;
}

.referral-popover {
  margin-top: -150px !important;
  z-index: 9999 !important;
  position: absolute !important;
}

.file-upload-input {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
}

.custom-chip {
  background-color: #F2F8FD;
  color: #000;
  font-family: "Base Regular";
}

.center-text {
  text-align: center;
}

.footer-section {
  background-color: #232323;
  padding: 40px 0;
  margin-top: 24px;
  font-family: "Base Regular";
  color: #fff;
}

.footer-logo h3 {
  margin-top: 16px;
  font-size: 24px;
  color: #fff;
}

.footer-logo h4 {
  font-size: 24px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.footer-column .row {
  margin-bottom: 16px;
}

.footer-column a {
  color: #555;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #0077cc;
}

.footer-divider {
  border: none;
  height: 1px !important;
  background-color: #aaa;
  margin: 32px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
  font-size: 16px;
  color: #fff;
}

.footer-social-icons a {
  color: #fff !important;
  margin-left: 16px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  color: #90caf9;
}

.action-btn {
  height: 50px;
  min-width: 200px;
  padding: 20px 24px;
  border-radius: 24px;
  background: #E7E530;
  color: #0F1B2A;
  transition: background 0.4s ease;
}
.action-btn:hover {
  background: rgb(236.2987012987, 234.7402597403, 93.7012987013);
  cursor: pointer;
}

.action-btn.brighter {
  background: rgb(244.2467532468, 243.3506493506, 162.2532467532);
}
.action-btn.brighter:hover {
  background: #E7E530;
}

.action-btn.blue {
  background: #2E7BB8;
  color: #fff !important;
}

.action-btn.red {
  background: #DC2545;
  color: #fff !important;
}
.action-btn.red:hover {
  background: rgb(199.4743083004, 32.0256916996, 61.3063241107) !important;
}

.action-btn.secondary {
  background: none;
  border: solid 2px #E7E530;
  color: #E7E530;
}
.action-btn.secondary:hover {
  background: #E7E530;
  color: #0F1B2A;
}

.action-btn.secondary.office {
  background: none;
  border: none;
  color: #2E7BB8 !important;
}
.action-btn.secondary.office:hover {
  background: #E7E530;
  color: #0F1B2A;
}

nav.header {
  display: flex;
  align-items: center !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.955);
  height: 95px;
  transition: height 0.5s ease;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 24px;
}
nav.header img.logo {
  max-width: 220px;
  padding: 16px;
  height: 0;
  background-image: url(../img/engi-logo.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 100%;
  padding-bottom: 100px;
  width: 220px;
}
nav.header .mud-nav-item {
  width: auto !important;
}
nav.header a.mud-nav-link {
  color: #222 !important;
  background: none !important;
  font-weight: 500;
  padding: 16px !important;
}
nav.header a.mud-nav-link.active {
  color: #000 !important;
  font-weight: 800 !important;
}
nav.header .mud-button {
  margin-left: 24px;
}

nav.header.rested {
  height: 160px;
  background: none !important;
  border-bottom: none;
  box-shadow: none;
}

nav.header.rested.white-rested img.logo {
  background-image: url(../img/engi-logo-w.png);
}
nav.header.rested.white-rested a.mud-nav-link {
  color: #fff !important;
}

.page-container {
  margin-top: 180px;
}

.page-container.with-hero {
  margin-top: 0;
}
.page-container.with-hero .pages-hero {
  padding-top: 180px;
}

.home-hero {
  height: 100vh;
  background: url(../img/hero-1.jpeg);
  background-size: cover;
  position: relative;
}
.home-hero .shadow {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.home-hero .shadow .hero-inner {
  height: 100%;
  color: #fff;
}
.home-hero .shadow .hero-inner h1 {
  font-size: 44pt;
  line-height: 1.2;
  margin: 10px 0 !important;
  font-weight: 800 !important;
}
.home-hero .shadow .hero-inner h2 {
  color: #aaa;
  font-size: 20pt;
}

.contact-details {
  padding: 16px 24px !important;
}
.contact-details .row {
  margin-top: 16px;
  display: flex;
}
.contact-details .row svg {
  margin-right: 16px;
}
.contact-details .row a {
  color: #0F1B2A !important;
}
.contact-details .row a:hover {
  color: #2E7BB8 !important;
}
.contact-details .row span {
  margin: 0 8px;
}

.page-head h5 {
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 8px;
}
.page-head h2 {
  font-weight: normal;
  font-size: 36px;
  font-family: "Base Regular" !important;
  color: #414D5C;
  line-height: 1.25;
}
.page-head h2 b {
  font-family: "Base Bold";
}

.sticky-section .sticky-box {
  position: sticky;
  top: 120px;
  padding: 1rem;
}

.services-column .row {
  padding: 24px;
}
.services-column .row h4 {
  font-size: 20px;
  font-family: "Base Bold";
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 60px;
}
.services-column .row h4 svg {
  width: 50px;
  margin-right: 8px;
  transition: margin ease 1s, width ease 1s;
  border-radius: 50%;
  padding: 10px;
}
.services-column .row p {
  font-size: 16px;
  line-height: 1.6;
}
.services-column .row.active {
  background: #f3f3f3;
}
.services-column .row.active h4 svg {
  margin-right: 20px;
  width: 60px;
  background: #E7E530;
}

.client-successes {
  background: #171717;
  color: #fff;
  padding: 32px 0;
  text-align: left;
}
.client-successes .slider {
  padding: 64px 0;
  text-align: left;
  align-items: center;
  position: relative;
  overflow: hidden;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start !important;
}
.client-successes .slider img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background: #fff;
}
.client-successes .slider div.slider-body {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-wrap: nowrap;
  gap: 0;
}
.client-successes .slider div.slider-body .slide {
  box-sizing: border-box;
  flex: 0 0 100%;
}
.client-successes .slider button {
  color: #fff;
  border: 2px solid #333333;
  width: 55px !important;
  height: 55px;
  padding: 8px !important;
  min-width: 30px !important;
  border-radius: 50%;
}
.client-successes .slider button:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
}
.client-successes .slider button:nth-child(2n) {
  margin-left: 8px;
}
.client-successes .slider button svg {
  width: 24px;
}

.projects {
  background: #f8f8f8;
}
.projects div.row:nth-child(2n) {
  background: #f1f1f1;
}
.projects .mud-grid {
  display: flex;
  position: relative;
}
.projects .mud-grid a {
  margin-top: 8px;
}
.projects .mud-grid .image-section {
  text-align: center !important;
  justify-content: center;
}
.projects .mud-grid .image-section img {
  width: 500px;
}

.talk-card {
  min-height: 25em;
  background: radial-gradient(circle at center, #0073e6 0%, #0056b3 70%);
  margin: 64px 0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  color: #fff;
}
.talk-card .inner {
  width: 70%;
  text-align: center;
}
.talk-card .inner .action-btn {
  margin-top: 32px;
}

.footer-section {
  padding: 64px 0;
  margin-top: 80px;
}
.footer-section a {
  color: #ccc !important;
}
.footer-section a svg {
  width: 45px !important;
  height: 45px;
  padding: 7px;
  background: #fff;
  color: #232323;
  border-radius: 50%;
}
.footer-section a:hover {
  color: #E7E530 !important;
}
.footer-section a:hover svg {
  background: #E7E530;
  color: #000;
}
.footer-section h4 {
  font-size: 16pt;
}
.footer-section h3 {
  font-family: "Base Regular" !important;
}

.pages-hero {
  min-height: 20em;
  background: url(../img/logo-bg.png) no-repeat;
  background-color: #f8f8f8;
  background-position: 100% 80%;
  background-size: 350px;
  padding: 64px 0;
}

.stats-bar {
  box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 24px;
  background: #fff;
  padding: 12px 0;
  border: 1px solid #eee;
  border-radius: 10px;
}
.stats-bar .stat {
  padding: 16px;
  text-align: center;
}
.stats-bar .stat h3 {
  padding-right: 12px;
  color: #2E7BB8;
  font-family: "Base ExtraBold" !important;
}
.stats-bar .stat p {
  text-align: center !important;
}

.section {
  margin: 88px 0 !important;
}

.images-text .image-side {
  display: flex;
  justify-content: center;
}
.images-text .image-side img {
  height: 0px;
  padding-bottom: 500px;
  width: 100%;
  background: #eee;
  border-radius: 12px;
}
.images-text .text-side {
  display: flex;
  align-items: center;
}
.images-text .text-side h3 {
  margin-bottom: 12px;
  margin-top: 0 !important;
}
.images-text .text-side:nth-child(2) {
  padding-left: 80px !important;
}
.images-text .text-side:nth-child(1) {
  padding-right: 80px;
}

.footer-section {
  padding: 64px 0;
}
.footer-section a {
  color: #ccc !important;
}
.footer-section a svg {
  width: 45px !important;
  height: 45px;
  padding: 7px;
  background: #fff;
  color: #232323;
  border-radius: 50%;
}
.footer-section a:hover {
  color: #E7E530 !important;
}
.footer-section a:hover svg {
  background: #E7E530;
  color: #000;
}
.footer-section h4 {
  font-size: 16pt;
}
.footer-section h3 {
  font-family: "Base Regular" !important;
}
.footer-section .gradient-text {
  background: linear-gradient(90deg, #2E7BB8, #E7E530);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Base ExtraBold" !important;
}

.blue-text {
  color: #2E7BB8;
}

.team {
  margin-top: 16px;
}
.team h4 {
  font-family: "Base Bold";
}
.team .row {
  padding: 12px 0;
}
.team img {
  height: 0;
  padding-bottom: 350px;
  width: 100%;
  background: #eee;
  border-radius: 12px;
}

.mud-file-upload input {
  height: 0;
  display: none;
}
.mud-file-upload .mud-paper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}
