/****************************************************
****** HTML, SITEWIDE  ******************************
****************************************************/
html {
  overflow-x: hidden;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
}

body.admin-bar .sticky {
  margin-top: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
}

img {
  max-width: 100%;
}

picture img {
  width: 100%;
  height: auto;
}

/****************************************************
****** CONTAINERS/WRAPPERS  ******************************
****************************************************/
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper .wrapper-inner {
  padding-left: 30px;
  padding-right: 30px;
}

/***  HERO WRAPPER ***/
.hero-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.hero-wrapper .wrapper-inner {
  padding-left: 30px;
  padding-right: 0;
}
.hero-wrapper .wrapper-inner .hero-content-inner {
  max-width: 650px;
  float: right;
}

/***  WRAPPER WIDE ***/
.wrapper.wide {
  max-width: 1700px;
}
.wrapper.wide .wrapper-inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

/***  WRAPPER FULL ***/
.wrapper.full {
  max-width: unset;
}
.wrapper.full .wrapper-inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrapper-header {
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper-header .wrapper-inner {
  padding-left: 0;
  padding-right: 0;
}

.narrow-content {
  max-width: 800px;
  margin: 0 auto;
}

.gap-l {
  padding-top: 10rem;
}

.gap {
  padding-top: 7rem;
}

.gap-s {
  padding-top: 3rem;
}

.gap-b-l {
  padding-bottom: 10rem;
}

.gap-b {
  padding-bottom: 7rem;
}

.gap-b-s {
  padding-bottom: 3rem;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text a, .white-text strong, .white-text span {
  color: #FFFFFF;
}

.home .hero-area {
  background-image: none;
}
.home .hero-area:after {
  display: none;
}

.hero-area {
  background-color: #0B2C43;
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/06/shape-hero-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-area:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgb(11, 44, 67) 0%, rgba(11, 44, 67, 0.6) 100%);
}
.hero-area .two-col-grid {
  align-items: center;
}
.hero-area .two-col-grid .col:last-child img {
  object-fit: cover;
  height: 700px;
  width: 100%;
  display: flex;
}
.hero-area.thin .two-col-grid {
  align-items: flex-end;
}
.hero-area.thin .two-col-grid .col:first-child .hero-content-inner {
  padding-bottom: 50px;
}
.hero-area.thin .two-col-grid .col:last-child img {
  height: 500px;
}
.hero-area.alternate {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/06/shape-hero-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-area.alternate:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgb(11, 44, 67) 0%, rgba(11, 44, 67, 0.6) 100%);
}
.hero-area.alternate .hero-wrapper {
  max-width: 1400px;
}
.hero-area.alternate .hero-wrapper .one-col-grid {
  align-items: center;
}
.hero-area.alternate .hero-wrapper .one-col-grid .col:first-child img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  display: flex;
}
.hero-area.alternate .hero-wrapper .one-col-grid .col:last-child {
  text-align: center;
}
.hero-area.alternate .hero-wrapper .one-col-grid .col:last-child .hero-content-inner {
  float: none;
  max-width: 900px;
  margin: 0 auto;
}
.hero-area.alternate .hero-wrapper .one-col-grid .col:last-child .hero-content-inner .post-date {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  justify-content: center;
}
.hero-area.alternate .hero-wrapper .one-col-grid .col:last-child .hero-content-inner .post-date svg {
  width: 16px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .hero-area .two-col-grid {
    grid-template-columns: 1fr;
  }
  .hero-area .two-col-grid .col:first-child {
    order: 2;
  }
  .hero-area .two-col-grid .col:last-child {
    order: 1;
  }
  .hero-area .two-col-grid .col:last-child img {
    height: 450px;
  }
  .hero-wrapper .wrapper-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .hero-wrapper .wrapper-inner .hero-content-inner {
    max-width: 100%;
    float: unset;
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-area.thin .two-col-grid .col:last-child img {
    height: 300px;
  }
  .hero-area .two-col-grid .col:last-child img {
    height: 350px;
  }
}
/****************************************************
****** COLUMNS  ******************************
****************************************************/
/***  ONE COLUMN  ***/
.one-col {
  max-width: 1200px;
  margin: 0 auto;
}
.one-col.narrow {
  max-width: 1000px;
}

/***  TWO COLUMN GRID  ***/
.two-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.two-col-grid.left-third {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 5rem;
}
.two-col-grid.right-third {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  grid-gap: 5rem;
}
.two-col-grid :first-child {
  -ms-grid-column: 1;
}
.two-col-grid :last-child {
  -ms-grid-column: 2;
}

/***  TWO COLUMN FLEX  ***/
.two-col-flex {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.two-col-flex .col {
  width: 49%;
}

/***  THREE COLUMN GRID  ***/
.three-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
}
.three-col-grid :first-child {
  -ms-grid-column: 1;
}
.three-col-grid :nth-child(2) {
  -ms-grid-column: 2;
}
.three-col-grid :last-child {
  -ms-grid-column: 3;
}

/***  THREE COLUMN FLEX  ***/
.three-col-flex {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.three-col-flex .col {
  width: 32%;
}

/***  FOUR COLUMN GRID  ***/
.four-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.four-col-grid :first-child {
  -ms-grid-column: 1;
}
.four-col-grid :nth-child(2) {
  -ms-grid-column: 2;
}
.four-col-grid :nth-child(3) {
  -ms-grid-column: 3;
}
.four-col-grid :last-child {
  -ms-grid-column: 4;
}

/***  FIVE COLUMN GRID  ***/
.five-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.five-col-grid :first-child {
  -ms-grid-column: 1;
}
.five-col-grid :nth-child(2) {
  -ms-grid-column: 2;
}
.five-col-grid :nth-child(3) {
  -ms-grid-column: 3;
}
.five-col-grid :nth-child(4) {
  -ms-grid-column: 4;
}
.five-col-grid :last-child {
  -ms-grid-column: 5;
}

/***  FOUR COLUMN FLEX  ***/
.four-col-flex {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.four-col-flex .col {
  width: 23%;
}

.col.border {
  border-left: 1px solid white;
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.col.center {
  display: flex;
  justify-content: center;
}

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

.align-b {
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .four-col-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
  .three-col-grid.image-grid {
    grid-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .two-col-grid, .three-col-grid, .three-col-grid.image-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  .five-col-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
  }
  .five-col-grid.icon-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
  .five-col-grid.icon-grid h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 575px) {
  .three-col-grid,
  .four-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}
/****************************************************
****** FONTS STYLES, & TYPOGRAPHY ***********
****************************************************/
h1 {
  color: #0B2C43;
  font-weight: 700;
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 1.5rem;
}

h2 {
  color: #0B2C43;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 1.5rem;
}

h3 {
  color: #0B2C43;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 1.5rem;
}

h4 {
  color: #0B2C43;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 1.5rem;
}

h5 {
  color: #0B2C43;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.5rem;
}

h6 {
  color: #0B2C43;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1.5rem;
}

p {
  color: #111111;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 20px;
}

p.large {
  color: #111111;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto 20px;
}

strong {
  font-weight: 700;
  color: #0B2C43;
}

a {
  text-decoration: none;
  color: #0B2C43;
}

blockquote p {
  font-size: 22px;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 20px !important;
}
blockquote p:last-child {
  margin-bottom: 0;
}

div#main-content ul,
div#main-content ol {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
div#main-content ul li,
div#main-content ol li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  padding: 3px 0;
}
div#main-content ul li::marker,
div#main-content ol li::marker {
  color: #53B8FA;
}
div#main-content ul li strong,
div#main-content ol li strong {
  font-weight: 500;
  color: #53B8FA;
}

div#main-content ul.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 0;
}
div#main-content ul.inline-list li {
  font-size: 18px;
}

ul.nothing {
  margin: 0 !important;
  list-style-type: none !important;
  padding: 0 !important;
}

ul.lined {
  border: 5px solid rgba(255, 255, 255, 0.0705882353);
  border-bottom: 5px solid rgba(38, 50, 79, 0.0705882353);
  padding: 2rem 3rem !important;
  margin-top: 5px !important;
  transition: all ease-in-out 0.4s;
}
ul.lined h4 {
  margin-bottom: 10px;
}
ul.lined p:last-child {
  margin-bottom: 0;
}
ul.lined:hover {
  border: 5px solid rgba(38, 50, 79, 0.0705882353);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0901960784);
  border-radius: 0 50px !important;
}

span.thin-heading {
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 1.5rem;
  }
  h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 1.5rem;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1.5rem;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.5rem;
  }
  h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1.5rem;
  }
  h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1.5rem;
  }
  p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 20px;
  }
  div#main-content ul,
  div#main-content ol {
    padding-left: 20px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
  div#main-content ul li,
  div#main-content ol li {
    font-size: 16px;
    line-height: 28px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 1.5rem;
  }
  h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 1.5rem;
  }
}
/****************************************************
****** BUTTONS *************************************
****************************************************/
.btn {
  background-color: #FBAE09;
  color: #0B2C43 !important;
  padding: 1.5rem 3rem;
  text-align: center;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  gap: 10px; /* Space between text and arrow */
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.btn:hover {
  background-color: #53B8FA;
}

@media screen and (max-width: 991px) {
  .btn {
    font-size: 16px !important;
  }
}
button.back {
  margin-bottom: 20px;
  border: none;
  background: none;
  color: #004167;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  opacity: 0.5;
  cursor: pointer;
}
button.back:hover {
  opacity: 1;
}

/****************************************************
****** HEADER  ******************************
****************************************************/
header.nav-header {
  position: relative;
  z-index: 101;
}
header.nav-header .navigation {
  background-color: #0B2C43;
  width: 100%;
  z-index: 101;
}
header.nav-header .navigation .n-bar {
  padding: 30px 0;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
header.nav-header .navigation .n-bar .n-logo {
  margin-left: 30px;
}
header.nav-header .navigation .n-bar .n-logo #dca-logo #dca-main-text,
header.nav-header .navigation .n-bar .n-logo #dca-logo #dca-lower-text {
  fill: #FFFFFF;
}
header.nav-header .navigation .n-bar .n-logo a {
  display: flex;
}
header.nav-header .navigation .n-bar .n-logo a svg {
  width: 200px;
  height: auto;
}
header.nav-header .navigation .n-bar .n-logo a.sticky-logo {
  display: none;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation {
  display: flex;
  gap: 30px;
  align-items: center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li {
  padding: 10px 0;
  position: relative;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  min-width: 350px;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li {
  position: relative;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #014167;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li a:after {
  content: "";
  width: 18px; /* Adjust size */
  height: 12px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.162 61.291'%3E%3Cpath d='M226.734 39.422l25.774 25.556.215.2a4.939 4.939 0 0 1 1.439 3.316l0 .448A4.857 4.857 0 0 1 252.9 71.91l-.3.31L226.734 97.869a4.917 4.917 0 0 1-6.918 0 4.867 4.867 0 0 1 0-6.918L237.673 73.24l-71.771 0a4.881 4.881 0 1 1 0-9.763l71.2 0L219.816 46.34a4.867 4.867 0 0 1 0-6.918 4.917 4.917 0 0 1 6.918 0Z' transform='translate(-161 -38)' fill='%230B2C43'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-left: auto;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.162 61.291'%3E%3Cpath d='M226.734 39.422l25.774 25.556.215.2a4.939 4.939 0 0 1 1.439 3.316l0 .448A4.857 4.857 0 0 1 252.9 71.91l-.3.31L226.734 97.869a4.917 4.917 0 0 1-6.918 0 4.867 4.867 0 0 1 0-6.918L237.673 73.24l-71.771 0a4.881 4.881 0 1 1 0-9.763l71.2 0L219.816 46.34a4.867 4.867 0 0 1 0-6.918 4.917 4.917 0 0 1 6.918 0Z' transform='translate(-161 -38)' fill='%2353B8FA'/%3E%3C/svg%3E") no-repeat center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li.menu-item-512 a:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 86.6'%3E%3Cpolygon points='50 0, 100 86.6, 0 86.6' fill='%23FBAE09'/%3E%3C/svg%3E") no-repeat center;
  content: "";
  width: 18px; /* Adjust size */
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li.menu-item-513 a:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 86.6'%3E%3Cpolygon points='50 0, 100 86.6, 0 86.6' fill='%23e30614'/%3E%3C/svg%3E") no-repeat center;
  content: "";
  width: 18px; /* Adjust size */
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li > ul li.menu-item-514 a:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 86.6'%3E%3Cpolygon points='50 0, 100 86.6, 0 86.6' fill='%233aaa36'/%3E%3C/svg%3E") no-repeat center;
  content: "";
  width: 18px; /* Adjust size */
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li:hover > ul {
  opacity: 1;
  display: grid;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li a:hover {
  color: #53B8FA;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 25px; /* Adjust size */
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-left: 0; /* Adjust spacing */
  vertical-align: middle;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation .menu-item-has-children > a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%2353B8FA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}
header.nav-header .navigation .n-bar .n-contact {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-right: 30px;
  padding: 0;
  border-radius: 30px 0;
}
header.nav-header .navigation .n-bar .n-contact .telephone {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 10px 20px;
  color: #0B2C43;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #FFFFFF;
}
header.nav-header .navigation .n-bar .n-contact .telephone svg {
  height: 18px;
  width: auto;
}
header.nav-header .navigation .n-bar .n-contact .telephone svg #dca-phone {
  fill: #0B2C43;
}
header.nav-header .navigation .n-bar .n-contact .telephone:hover {
  background-color: #53B8FA;
  color: #0B2C43;
}
header.nav-header.no-hero .navigation .n-bar .n-logo.flyout-open #dca-logo #dca-main-text,
header.nav-header.no-hero .navigation .n-bar .n-logo.flyout-open #dca-logo #dca-lower-text {
  fill: #FFFFFF;
}
header.nav-header.no-hero .navigation {
  position: relative;
  width: 100%;
  z-index: 101;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header.nav-header.no-hero .navigation .n-bar {
  padding: 30px 0;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
header.nav-header.no-hero .navigation .n-bar .n-logo {
  margin-left: 30px;
}
header.nav-header.no-hero .navigation .n-bar .n-logo #dca-logo #dca-main-text,
header.nav-header.no-hero .navigation .n-bar .n-logo #dca-logo #dca-lower-text {
  fill: #014167;
}
header.nav-header.no-hero .navigation .n-bar .n-logo a {
  display: flex;
}
header.nav-header.no-hero .navigation .n-bar .n-logo a svg {
  width: 200px;
  height: auto;
}
header.nav-header.no-hero .navigation .n-bar .n-logo a.sticky-logo {
  display: none;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation {
  display: flex;
  gap: 30px;
  align-items: center;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li {
  padding: 10px 0;
  position: relative;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  min-width: 350px;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li > ul li {
  position: relative;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li > ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li > ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #014167;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li > ul li a:after {
  content: "";
  width: 18px; /* Adjust size */
  height: 12px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.162 61.291'%3E%3Cpath d='M226.734 39.422l25.774 25.556.215.2a4.939 4.939 0 0 1 1.439 3.316l0 .448A4.857 4.857 0 0 1 252.9 71.91l-.3.31L226.734 97.869a4.917 4.917 0 0 1-6.918 0 4.867 4.867 0 0 1 0-6.918L237.673 73.24l-71.771 0a4.881 4.881 0 1 1 0-9.763l71.2 0L219.816 46.34a4.867 4.867 0 0 1 0-6.918 4.917 4.917 0 0 1 6.918 0Z' transform='translate(-161 -38)' fill='%230B2C43'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li > ul li a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.162 61.291'%3E%3Cpath d='M226.734 39.422l25.774 25.556.215.2a4.939 4.939 0 0 1 1.439 3.316l0 .448A4.857 4.857 0 0 1 252.9 71.91l-.3.31L226.734 97.869a4.917 4.917 0 0 1-6.918 0 4.867 4.867 0 0 1 0-6.918L237.673 73.24l-71.771 0a4.881 4.881 0 1 1 0-9.763l71.2 0L219.816 46.34a4.867 4.867 0 0 1 0-6.918 4.917 4.917 0 0 1 6.918 0Z' transform='translate(-161 -38)' fill='%2353B8FA'/%3E%3C/svg%3E") no-repeat center;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li:hover > ul {
  opacity: 1;
  display: block;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li a {
  color: #014167;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation > li a:hover {
  color: #53B8FA;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 25px; /* Adjust size */
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%230B2C43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-left: 0; /* Adjust spacing */
  vertical-align: middle;
}
header.nav-header.no-hero .navigation .n-bar .n-nav .main-navigation .menu-item-has-children > a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%2353B8FA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}
header.nav-header.no-hero .navigation .n-bar .hamburger-line {
  background: #0B2C43;
}
header.nav-header.no-hero .navigation .n-bar .open .hamburger-line {
  background: #FFFFFF;
}
header.nav-header.no-hero .navigation .n-bar .n-contact {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-right: 30px;
  padding: 0;
  border-radius: 30px 0;
}
header.nav-header.no-hero .navigation .n-bar .n-contact .telephone {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #014167;
}
header.nav-header.no-hero .navigation .n-bar .n-contact .telephone svg {
  height: 18px;
  width: auto;
}
header.nav-header.no-hero .navigation .n-bar .n-contact .telephone svg #dca-phone {
  fill: #FFFFFF;
}
header.nav-header.no-hero .navigation .n-bar .n-contact .telephone:hover {
  background-color: #53B8FA;
  color: #FFFFFF;
}

/* Mobile Flyout Styles */
.nbar-tog {
  border-radius: 3px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin-right: 30px;
}
.nbar-tog #nav-button {
  display: block;
  width: 40px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease-out;
}
.hamburger-line:nth-child(1) {
  top: 0;
}
.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
}
.hamburger-line:nth-child(3) {
  bottom: 0;
}

.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}
.open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -9px);
}

.closed#nav-button:hover .hamburger-line:nth-child(1) {
  transform: rotate(15deg) translate(0px, 0px);
}
.closed#nav-button:hover .hamburger-line:nth-child(3) {
  transform: rotate(-15deg) translate(0px, 0px);
}

/* Flyout Area Styling */
.flyout {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: -100%; /* Start hidden above the top */
  background-color: #0B2C43;
  overflow-x: hidden;
  padding-top: 13rem;
  transition: top 0.2s; /* Animate the top property */
}
.flyout .one-col {
  max-width: 620px;
  width: 100%;
}
.flyout .one-col .mobile-menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}
.flyout .one-col .mobile-menu > li.menu-item-has-children > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  height: 26px;
  width: 20px;
  content: "";
  background-size: contain;
  position: absolute;
  margin-left: 10px;
}
.flyout .one-col .mobile-menu li {
  text-align: center;
}
.flyout .one-col .mobile-menu li ul.sub-menu {
  padding-left: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: none;
}
.flyout .one-col .mobile-menu li ul.sub-menu li a {
  font-weight: 300;
}
.flyout .one-col .mobile-menu li a {
  padding: 12px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  color: #FFFFFF;
}

.mobile-menu .submenu-open > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  transform: rotate(180deg);
}

.mobile-menu .menu-item-has-children > a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}

/* Sticky Menu Styling */
header.nav-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
header.nav-header.sticky .hamburger-line {
  background: #FFFFFF;
}
header.nav-header.sticky .navigation {
  background-color: #014167;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  border-bottom: 0;
}
header.nav-header.sticky .navigation .n-bar {
  padding: 15px 0;
}
header.nav-header.sticky .navigation .n-bar .n-logo #dca-logo #dca-main-text,
header.nav-header.sticky .navigation .n-bar .n-logo #dca-logo #dca-lower-text,
header.nav-header.sticky .navigation .n-bar .n-logo #dca-logo #triangle-y,
header.nav-header.sticky .navigation .n-bar .n-logo #dca-logo #triangle-r,
header.nav-header.sticky .navigation .n-bar .n-logo #dca-logo #triangle-g,
header.nav-header.sticky .navigation .n-bar .n-logo #dca-logo #triangle-b {
  fill: #FFFFFF;
}
header.nav-header.sticky .navigation .n-bar .n-logo svg {
  width: 160px;
  height: auto;
}
header.nav-header.sticky .navigation .n-bar .n-logo a.sticky-logo {
  display: block;
}
header.nav-header.sticky .navigation .n-bar .n-logo a.main-logo {
  display: none;
}
header.nav-header.sticky .navigation .n-bar .n-nav .main-navigation > li a {
  color: #FFFFFF;
}
header.nav-header.sticky .navigation .n-bar .n-nav .main-navigation > li a:hover {
  color: #53B8FA;
}
header.nav-header.sticky .navigation .n-bar .n-nav .main-navigation > li .sub-menu li a {
  color: #014167;
}
header.nav-header.sticky .navigation .n-bar .n-nav .main-navigation > li .sub-menu li a:hover {
  color: #53B8FA;
}
header.nav-header.sticky .navigation .n-bar .n-contact .telephone {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #0B2C43;
}
header.nav-header.sticky .navigation .n-bar .n-contact .telephone svg {
  height: 18px;
  width: auto;
}
header.nav-header.sticky .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 25px; /* Adjust size */
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%2326324F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-left: 0; /* Adjust spacing */
  vertical-align: middle;
}
header.nav-header.sticky .menu-item-has-children > a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23e5655c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}

header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul {
  max-width: 1400px;
  width: 900px;
  grid-template-columns: 1fr 1fr 1fr;
  left: -175px;
  grid-gap: 20px;
  row-gap: 20px;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li {
  border: none;
  padding: 0;
  margin: 0;
  background-color: #ECECEC;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li a {
  justify-content: flex-start;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li a:before {
  content: "";
  display: inline-block;
  width: 60px; /* Adjust size */
  height: 60px;
  background: url(../svg/nav/initial-advice.svg) no-repeat center;
  background-size: contain;
  margin-right: 20px; /* Adjust spacing */
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li a:after {
  display: none;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li.menu-item-168 a:before {
  background: url(../svg/nav/tech-support.svg) no-repeat center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li.menu-item-320 a:before {
  background: url(../svg/nav/system-design.svg) no-repeat center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li.menu-item-169 a:before {
  background: url(../svg/nav/hydraulic-circuits.svg) no-repeat center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li.menu-item-170 a:before {
  background: url(../svg/nav/troubleshooting.svg) no-repeat center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li.menu-item-171 a:before {
  background: url(../svg/nav/commissioning.svg) no-repeat center;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li:hover {
  background-color: #0B2C43;
}
header.nav-header .navigation .n-bar .n-nav .main-navigation > li.mega-menu > ul li:hover a {
  color: #FFFFFF;
}

/****************************************************
****** Carousel ******************************
****************************************************/
.carousel-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}
.carousel-wrap .carousel-main-content {
  width: 40%;
  padding: 3rem;
  align-self: stretch;
  align-content: center;
  border-top: 30px solid #0B2C43;
  border-bottom: 30px solid #0B2C43;
}
.carousel-wrap .carousel-main-content h2, .carousel-wrap .carousel-main-content h3, .carousel-wrap .carousel-main-content h4, .carousel-wrap .carousel-main-content h5, .carousel-wrap .carousel-main-content h6, .carousel-wrap .carousel-main-content p, .carousel-wrap .carousel-main-content span, .carousel-wrap .carousel-main-content li {
  color: #0B2C43;
}
.carousel-wrap .carousel-container {
  width: 60%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.carousel-wrap .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.carousel-wrap .carousel-slide {
  min-width: 100%;
  position: relative;
}
.carousel-wrap .carousel-slide img {
  display: block;
  width: 100%;
  height: 660px;
  object-fit: cover;
}
.carousel-wrap .carousel-slide .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-wrap .carousel-slide .carousel-caption ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px !important;
}
.carousel-wrap .carousel-slide .carousel-caption ul li {
  padding: 2px 13px !important;
  background-color: rgba(0, 118, 220, 0.8);
  font-size: 12px !important;
  border-radius: 50px;
}
.carousel-wrap .carousel-slide .carousel-caption p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}
.carousel-wrap .carousel-slide .carousel-caption h4 {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.carousel-wrap .carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 1rem;
}
.carousel-wrap .carousel-nav button {
  background: #0B2C43;
  border: none;
  cursor: pointer;
  padding: 1rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-wrap .carousel-nav button svg {
  width: 20px;
  height: auto;
  fill: white;
}
.carousel-wrap .carousel-nav button:hover {
  background: #53B8FA;
}
.carousel-wrap .carousel-nav .carousel-prev svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .carousel-wrap {
    flex-wrap: wrap;
  }
  .carousel-wrap .carousel-slide .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 1.5rem;
  }
  .carousel-wrap .carousel-slide .carousel-caption ul li {
    font-size: 10px !important;
    line-height: 18px !important;
    padding: 2px 5px !important;
  }
  .carousel-wrap .carousel-nav {
    top: 10%;
  }
  .carousel-wrap .carousel-main-content {
    width: 100%;
    order: 1;
    border: none !important;
  }
  .carousel-wrap .carousel-container {
    width: 100%;
    order: 2;
  }
  .carousel-wrap .carousel-container .carousel-slide img {
    height: 400px;
  }
}
/****************************************************
****** Hexagon & Triangle ******************************
****************************************************/
.hexagon-two-col {
  padding: 0;
}
.hexagon-two-col .two-col-grid {
  height: 800px;
}

@media screen and (max-width: 767px) {
  .hexagon-two-col {
    padding: 5rem 0;
  }
  .hexagon-two-col .two-col-grid {
    height: unset;
  }
}
#machine-svg g:focus {
  outline: none;
}

/* show one info panel at a time */
.textcol .panel {
  display: none;
}
.textcol .panel img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15px;
}
.textcol .panel h3 {
  margin-bottom: 15px;
}
.textcol .panel li {
  font-size: 18px !important;
}

.textcol .panel.active {
  display: block;
}

/* make the SVG groups interactive */
#machine-svg g[id^=hex-],
#machine-svg g#center {
  cursor: pointer;
  /* ensure the group reacts even if shapes are stroke-only or fill="none" */
  pointer-events: bounding-box;
  /* or 'all' if you prefer */
}

/* optional hover feedback */
#machine-svg g[id^=hex-]:hover,
#machine-svg g#center:hover {
  filter: brightness(1.15);
}

/* already have this */
#machine-svg g[id^=hex-] {
  transition: transform 200ms ease;
  transform-origin: 276px 234px; /* hub */
}

#machine-svg g.popped {
  transform: translate(var(--dx, 0px), var(--dy, 0px)); /* pop OUT */
}

/* NEW: when centre is hovered, move all wedges IN */
#machine-svg.tight g[id^=hex-] {
  transform: translate(var(--ix, 0px), var(--iy, 0px)); /* pop IN */
}

/* If you want a hovered wedge to still pop out even while centre is hovered,
   keep this rule so it wins over the .tight rule: */
#machine-svg.tight g.popped {
  transform: translate(var(--dx, 0px), var(--dy, 0px));
}

/* give specific wedges a little extra tuck when tight */
#machine-svg.tight g.more-in {
  /* tweak 1.5 to taste (1.2 .. 2.0) */
  transform: translate(calc(var(--ix, 0px) * 1.5), calc(var(--iy, 0px) * 1.5));
}

/* if a wedge is popped while tight, the pop wins */
#machine-svg.tight g.popped {
  transform: translate(var(--dx, 0px), var(--dy, 0px));
}

#triangle-text {
  display: none;
}

g#related:hover #triangle-text,
g#hydrastore:hover #triangle-text,
g#valley:hover #triangle-text {
  display: initial;
}

g#related:hover g#logo,
g#hydrastore:hover g#logo,
g#valley:hover g#logo {
  display: none;
}

/****************************************************
****** Team Members ******************************
****************************************************/
.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2%;
}
.team-wrapper .team-intro {
  width: 70%;
}
.team-wrapper .team-intro > div {
  padding: 3rem;
}
.team-wrapper .team-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team-wrapper .carousel-cell {
  width: 100%;
}
.team-wrapper .team-slide .team-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.team-wrapper .team-slide .team-content {
  padding: 10px 0;
}
.team-wrapper .team-slide .team-content p:first-child {
  font-size: 16px;
  line-height: 22px;
}
.team-wrapper .team-slide .team-content p:last-child {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.team-wrapper .active-group {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
}
.team-wrapper .flickity-prev-next-button {
  top: unset;
  transform: unset;
  position: relative;
  z-index: 2;
  left: 0;
  background: transparent;
  margin-top: 10px;
}
.team-wrapper .flickity-page-dots {
  bottom: -5px;
  text-align: left;
  left: 70px;
}

/* Single */
.team-single {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .team-wrapper .active-group {
    grid-template-columns: repeat(4, 1fr);
  }
  .team-wrapper .active-group .team-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 767px) {
  .team-wrapper .team-intro {
    width: 100%;
  }
  .team-wrapper .team-carousel-wrapper {
    width: 100%;
  }
  .team-wrapper .active-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
/****************************************************
****** Hero Cloud ******************************
****************************************************/
.hero-word-cloud {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #0B2C43;
}

.term {
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0.2;
}

.term.small {
  font-size: 16px;
  opacity: 0.1;
}

.term.key {
  color: #53b8fa;
  font-weight: 600;
  font-size: 34px;
  opacity: 1; /* Always fully visible now */
}

@keyframes float-up {
  0% {
    transform: translateY(30vh);
  }
  100% {
    transform: translateY(-30vh);
  }
}
@keyframes float-down {
  0% {
    transform: translateY(-30vh);
  }
  100% {
    transform: translateY(30vh);
  }
}
@keyframes float-left {
  0% {
    transform: translateX(30vw);
  }
  100% {
    transform: translateX(-30vw);
  }
}
@keyframes float-right {
  0% {
    transform: translateX(-30vw);
  }
  100% {
    transform: translateX(30vw);
  }
}
@keyframes float-diag {
  0% {
    transform: translate(-20vw, 20vh);
  }
  100% {
    transform: translate(20vw, -20vh);
  }
}
.term.float-up {
  animation-name: float-up;
}

.term.float-down {
  animation-name: float-down;
}

.term.float-left {
  animation-name: float-left;
}

.term.float-right {
  animation-name: float-right;
}

.term.float-diag {
  animation-name: float-diag;
}

/****************************************************
****** Timeline ******************************
****************************************************/
.ctl-wrapper .ctl-year-text {
  border-radius: 0px !important;
  height: auto !important;
  background: #e0e6ec !important;
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #0a2c43 !important;
  box-shadow: none !important;
}

.ctl-wrapper .ctl-year-text span {
  padding: 1rem 0 !important;
}

.ctl-wrapper .ctl-content, .ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-content {
  background: white !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  padding: 2rem !important;
}

.ctl-wrapper .ctl-title {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ctl-wrapper .ctl-description {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.ctl-wrapper .ctl-description p {
  margin: 0 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.ctl-wrapper .ctl-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #014167 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.ctl-wrapper .ctl-label-big, .ctl-wrapper .ctl-label-big a {
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #53B8FA !important;
}

.ctl-wrapper .ctl-icondot {
  background-color: #53B8FA !important;
}

/****************************************************
****** Case Studies ******************************
****************************************************/
.portfolio {
  /*
    .featured.single-portfolio {
      grid-column: span 3;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      box-shadow: none;
      margin-bottom: 3rem;
      picture {
        img {
          display: flex;
          height: 500px;
        }
      }
      .portfolio-content {

      }
    }
  */
}
.portfolio .single-portfolio {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.portfolio .single-portfolio:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.4s ease;
}
.portfolio .single-portfolio:hover .img-element a img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}
.portfolio .single-portfolio:hover .img-element a .link-icon-overlay {
  background-color: #53B8FA;
}
.portfolio .single-portfolio:hover .img-element a .link-icon-overlay svg {
  fill: #FFFFFF;
}
.portfolio .single-portfolio .img-element {
  overflow: hidden;
}
.portfolio .single-portfolio .img-element a {
  display: block;
  position: relative;
}
.portfolio .single-portfolio .img-element a img {
  transform: scale(1);
  transition: transform 0.4s ease;
}
.portfolio .single-portfolio .img-element a .link-icon-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #014167;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio .single-portfolio .img-element a .link-icon-overlay svg {
  width: 20px;
  height: auto;
  fill: white;
}
.portfolio .single-portfolio picture {
  overflow: hidden;
  display: block;
}
.portfolio .single-portfolio picture img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.portfolio .single-portfolio .portfolio-content {
  padding: 2rem;
}

.image-grid-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
.image-grid-hero div:first-child {
  grid-row: 1/span 2;
  grid-column: 1/2;
}
.image-grid-hero div:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.image-grid-hero div:last-child {
  grid-row: 2/3;
  grid-column: 2/3;
}
.image-grid-hero img {
  height: 100% !important;
  width: 100%;
  aspect-ratio: 2;
  object-fit: cover;
}

.image-grid-inline {
  padding: 15px 15px 0 15px;
}
.image-grid-inline a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.image-grid-inline a div:first-child img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
}
.image-grid-inline a div.inline-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.image-grid-inline a div.inline-images img {
  height: 150px !important;
  width: 100% !important;
  object-fit: cover;
}
.image-grid-inline a img {
  height: 100% !important;
  width: 100%;
  aspect-ratio: 1;
}

.featured-case-study .image-grid-inline a div:first-child img {
  height: 400px !important;
}
.featured-case-study .image-grid-inline a div.inline-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.featured-case-study .image-grid-inline a div.inline-images img {
  height: 150px !important;
  width: 100% !important;
  object-fit: cover;
}

/****************************************************
****** System Design feature tabs ******************************
****************************************************/
.two-col-grid.image-boxes {
  align-items: flex-end;
}

.box-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.box-buttons .image-box-button {
  border: none;
  box-shadow: none;
  opacity: 0.5;
  padding: 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.box-buttons .image-box-button.active {
  opacity: 1;
  font-weight: 700;
  transition: all 0.3s ease;
}
.box-buttons .image-box-button:first-child {
  background-color: #F6581E;
}
.box-buttons .image-box-button:nth-child(2) {
  background-color: #F6931E;
}
.box-buttons .image-box-button:nth-child(3) {
  background-color: #EA3048;
}
.box-buttons .image-box-button:last-child {
  background-color: #36AEE3;
}
.box-buttons .image-box-button:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}

.box-content:first-child h4 {
  background-color: #F6581E;
}

.box-content:nth-child(2) h4 {
  background-color: #F6931E;
}

.box-content:nth-child(3) h4 {
  background-color: #EA3048;
}

.box-content:last-child h4 {
  background-color: #36AEE3;
}

/****************************************************
****** Blog ******************************
****************************************************/
.blog-post-grid .col {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-post-grid .col .post-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.blog-post-grid .col .post-categories .general {
  background-color: #0B2C43;
  color: #FFFFFF;
}
.blog-post-grid .col .post-categories .hydraulics {
  background-color: #3AAA35;
  color: #FFFFFF;
}
.blog-post-grid .col .post-categories .news {
  background-color: #E30613;
  color: #FFFFFF;
}
.blog-post-grid .col .post-categories a {
  font-size: 12px;
  background-color: #dedede;
  padding: 5px 10px;
  font-weight: 700;
}
.blog-post-grid .col .img-element {
  overflow: hidden;
}
.blog-post-grid .col .img-element a {
  display: block;
  position: relative;
}
.blog-post-grid .col .img-element a img {
  transform: scale(1);
  transition: transform 0.4s ease;
}
.blog-post-grid .col .img-element a .link-icon-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #014167;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-grid .col .img-element a .link-icon-overlay svg {
  width: 20px;
  height: auto;
  fill: white;
}
.blog-post-grid .col .content {
  padding: 2rem;
}
.blog-post-grid .col:hover .img-element a img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}
.blog-post-grid .col:hover .img-element a .link-icon-overlay {
  background-color: #53B8FA;
}
.blog-post-grid .col:hover .img-element a .link-icon-overlay svg {
  fill: #0B2C43;
}

.pager {
  margin: 20px 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  gap: 10px;
}
.pager li a {
  background-color: #0B2C43;
  opacity: 0.5;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pager li.active a, .pager li:hover a {
  opacity: 1;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px lightgray solid;
  border-bottom: 1px lightgray solid;
  margin: 0 0 1rem;
}
.post-navigation div:hover * {
  color: #53B8FA;
}

/****************************************************
****** Traingle DCA ROW ******************************
****************************************************/
.triangle-about-dca {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/05/triangle-bg-blur-scaled.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.triangle-about-dca:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(245, 245, 245, 0.29) 100%);
}
.triangle-about-dca .two-col-grid {
  align-items: center;
  z-index: 1;
  position: relative;
}
.triangle-about-dca .two-col-grid img {
  width: 100%;
}

.triangle-bg-lb {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/06/triangle-bg-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.triangle-bg-lb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(270deg, #E6EBEE 0%, rgba(244, 247, 248, 0.49) 100%);
}
.triangle-bg-lb .wrapper-inner {
  z-index: 1;
  position: relative;
}

.dark-bg {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/06/shape-hero-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #0B2C43;
}
.dark-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgb(11, 44, 67) 0%, rgba(11, 44, 67, 0.6) 100%);
}
.dark-bg .wrapper-inner {
  z-index: 1;
  position: relative;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg span, .dark-bg li, .dark-bg a {
  color: #FFFFFF;
}

.triangle-bg {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/07/triangle-white-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #F0F1F2;
}
.triangle-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgb(240, 241, 242) 0%, rgba(240, 241, 242, 0.6) 100%);
}
.triangle-bg .wrapper-inner {
  z-index: 1;
  position: relative;
}

/****************************************************
****** Contact Form ******************************
****************************************************/
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style input[type=tel],
.with_frm_style textarea {
  border: none;
  padding: 10px;
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #0B2C43;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f6f6f6;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #FBAE09;
  color: #0B2C43 !important;
  padding: 1.5rem 3rem;
  text-align: center;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  gap: 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.form-wrap-bg {
  background-color: #014167;
  padding: 3rem 3rem 1rem;
}
.form-wrap-bg .nf-form-fields-required,
.form-wrap-bg .nf-after-field .nf-error-msg,
.form-wrap-bg .nf-error-msg.nf-error-field-errors {
  color: #FFFFFF !important;
}
.form-wrap-bg h4 {
  color: white;
}
.form-wrap-bg label {
  color: #FFFFFF !important;
}

.contact-boxes .contact-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: relative;
}
.contact-boxes .contact-box:after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #E30613;
  transform: rotate(180deg);
}
.contact-boxes .contact-box.dca-blue:after {
  border-left: 30px solid #014167;
}
.contact-boxes .contact-box.dca-yellow:after {
  border-left: 30px solid #FBAE09;
}
.contact-boxes .contact-box.dca-green:after {
  border-left: 30px solid #3AAA35;
}
.contact-boxes .contact-box:first-child:after {
  display: none;
}
.contact-boxes .contact-box h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.137254902);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.contact-boxes .contact-box label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-boxes .contact-box p, .contact-boxes .contact-box a {
  font-size: 20px;
  font-weight: 700;
  color: #0B2C43;
  margin: 10px 0 30px 0;
  display: block;
}
.contact-boxes .contact-box a:hover {
  color: #53B8FA;
}
.contact-boxes .contact-box:first-child {
  background-color: #0B2C43;
}
.contact-boxes .contact-box:first-child h3 {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.137254902);
}
.contact-boxes .contact-box:first-child p, .contact-boxes .contact-box:first-child a, .contact-boxes .contact-box:first-child label {
  color: #FFFFFF;
}
.contact-boxes .contact-box:first-child a:hover {
  color: #53B8FA;
}

/****************************************************
****** Accordion ******************************
****************************************************/
.accordion-wrapper .accordion-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(1, 66, 103, 0.1058823529);
  padding-bottom: 1rem;
}
.accordion-wrapper .accordion-item:last-child {
  border-bottom: none;
}
.accordion-wrapper .accordion-item .accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 5px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: background 0.3s ease;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0B2C43;
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-icon {
  transition: transform 0.3s ease;
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-icon::before {
  content: "+";
  font-size: 2rem;
  line-height: 28px;
}
.accordion-wrapper .accordion-item .accordion-toggle.open .accordion-icon {
  transform: rotate(45deg);
}
.accordion-wrapper .accordion-item .accordion-toggle:hover {
  color: #53B8FA;
}
.accordion-wrapper .accordion-item .accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0;
}
.accordion-wrapper .accordion-item .accordion-content p {
  font-size: 16px;
  line-height: 28px;
}
.accordion-wrapper .accordion-item .accordion-content.open {
  padding-top: 0.5rem;
}

.icons {
  margin-top: 3rem;
}
.icons .icon {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.icons .icon svg {
  width: 60px;
  height: auto;
}
.icons .icon span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #111111;
}

/****************************************************
****** Site Elements ******************************
****************************************************/
#product-rows .col {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
}
#product-rows .col .column-image {
  width: 100%;
  max-width: 240px;
  height: auto;
}
#product-rows .col .column-content h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.contacts-map-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.contacts-map-grid > div {
  background-color: #FFFFFF;
  padding: 20px 20px 10px;
}
.contacts-map-grid > div h4 {
  font-size: 18px;
  line-height: 22px;
}
.contacts-map-grid .person {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.contacts-map-grid .person img {
  height: 70px;
  object-fit: cover;
  max-width: 60px;
}
.contacts-map-grid .person div {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.contacts-map-grid .person div .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 7px 0;
}
.contacts-map-grid .person div .job-title {
  font-size: 14px;
  line-height: 14px;
}
.contacts-map-grid .person div .area {
  font-size: 12px;
  line-height: 12px;
}
.contacts-map-grid .contact-info {
  margin: 15px 0 0 0;
  display: block;
}
.contacts-map-grid .contact-info a {
  display: flex;
  gap: 20px;
  margin: 10px 0px;
}
.contacts-map-grid .contact-info a span {
  font-size: 14px;
  line-height: 20px;
}
.contacts-map-grid .contact-info a svg {
  width: 15px;
  height: auto;
}
.contacts-map-grid > div#box-1 .person .area {
  color: #4e63af;
}
.contacts-map-grid > div#box-2 .person .area {
  color: #65acb8;
}
.contacts-map-grid > div#box-3 .person .area {
  color: #ac4047;
}
.contacts-map-grid > div#box-4 .person .area {
  color: #cfac0c;
}
.contacts-map-grid > div#box-5 .person .area {
  color: #639013;
}
.contacts-map-grid > div#box-6 .person .area {
  color: #58697c;
}
.contacts-map-grid > div.active {
  background-color: #0B2C43; /* or any effect you want */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  color: #FFFFFF;
}
.contacts-map-grid > div.active .person {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.contacts-map-grid > div.active .person .area {
  color: #ffffff !important;
}
.contacts-map-grid > div.active .contact-info a svg path {
  fill: #FFFFFF;
}
.contacts-map-grid > div.active .contact-info a:hover {
  font-weight: bold;
}
.contacts-map-grid > div.active * {
  color: #FFFFFF;
}
.contacts-map-grid > div.active#box-1 {
  background-color: #4e63af;
}
.contacts-map-grid > div.active#box-2 {
  background-color: #65acb8;
}
.contacts-map-grid > div.active#box-3 {
  background-color: #ac4047;
}
.contacts-map-grid > div.active#box-4 {
  background-color: #cfac0c;
}
.contacts-map-grid > div.active#box-5 {
  background-color: #639013;
}
.contacts-map-grid > div.active#box-6 {
  background-color: #58697c;
}
.contacts-map-grid svg g {
  transition: opacity 0.3s ease;
}

.contacts-map-map svg {
  width: 100%;
  height: auto;
}

.image-boxes {
  display: grid;
  gap: 1rem;
}
.image-boxes h4 {
  background: #014167;
  color: white;
  padding: 1rem 2rem;
  font-size: 20px;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.image-boxes img {
  display: block;
  width: 100%;
  height: auto;
}

.box-content[hidden] {
  display: none;
}

.image-box-button.active { /* style as you like */ }

a.c-l {
  font-size: 24px;
  padding: 0px 0;
  display: block;
  text-decoration: underline;
}
a.c-l:hover {
  color: #53B8FA;
}

.large-image-text .wrapper.full .wrapper-inner {
  padding-left: 0;
  padding-right: 0;
}
.large-image-text .two-col-flex .col:first-child {
  align-self: stretch;
}
.large-image-text .two-col-flex .col .large-image-image {
  position: relative;
  height: 100%;
}
.large-image-text .two-col-flex .col .large-image-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 900px;
}
.large-image-text .two-col-flex .col .large-image-image .large-image-overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(5, 26, 41, 0.9);
  max-width: 600px;
  padding: 3rem;
  right: 3rem;
  bottom: 3rem;
  margin-left: 3rem;
}
.large-image-text .two-col-flex .col.large-image-content {
  padding: 13rem 0;
}
.large-image-text .two-col-flex .col.large-image-content .large-image-content-inner {
  max-width: 600px;
  padding: 0 2rem;
}

.icon-box-grid .three-col-grid {
  grid-gap: 1rem;
}
.icon-box-grid .icon-card-icon {
  background: rgba(24, 146, 231, 0.3);
  height: 70px;
  width: 60px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-box-grid .icon-card-icon img {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
}
.icon-box-grid .icon-card {
  background-color: #014167;
  display: inline-grid;
  align-items: center;
  gap: 20px;
  padding: 20px;
  grid-template-columns: 60px 1fr;
}
.icon-box-grid .icon-card span {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.icon-box-grid .icon-card strong {
  color: #FFFFFF;
  margin-bottom: 5px;
  display: block;
}
.icon-box-grid .icon-card:hover {
  background-color: #06598e;
}

.standout-box {
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  padding: 25px;
}
.standout-box img {
  width: 100px;
}
.standout-box p {
  margin: 0;
}

.text-image .two-col-grid .col:first-child {
  order: 2;
}
.text-image .two-col-grid .col:last-child {
  order: 1;
}

.three-col-grid.image-grid .col,
.four-col-grid.image-grid .col,
.five-col-grid.image-grid .col {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.three-col-grid.image-grid .col:hover,
.four-col-grid.image-grid .col:hover,
.five-col-grid.image-grid .col:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.4s ease;
}
.three-col-grid.image-grid .col:hover .column-image,
.four-col-grid.image-grid .col:hover .column-image,
.five-col-grid.image-grid .col:hover .column-image {
  transform: scale(1.1);
}
.three-col-grid.image-grid .col:hover .column-heading a,
.four-col-grid.image-grid .col:hover .column-heading a,
.five-col-grid.image-grid .col:hover .column-heading a {
  color: #53B8FA;
}
.three-col-grid.image-grid .col:hover .link-icon-overlay,
.four-col-grid.image-grid .col:hover .link-icon-overlay,
.five-col-grid.image-grid .col:hover .link-icon-overlay {
  background-color: #53B8FA !important;
}
.three-col-grid.image-grid .col .column-link,
.four-col-grid.image-grid .col .column-link,
.five-col-grid.image-grid .col .column-link {
  position: relative;
}
.three-col-grid.image-grid .col .column-link picture,
.four-col-grid.image-grid .col .column-link picture,
.five-col-grid.image-grid .col .column-link picture {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}
.three-col-grid.image-grid .col .column-link picture .column-image,
.four-col-grid.image-grid .col .column-link picture .column-image,
.five-col-grid.image-grid .col .column-link picture .column-image {
  transition: transform 0.4s ease;
}
.three-col-grid.image-grid .col .column-link .link-icon-overlay,
.four-col-grid.image-grid .col .column-link .link-icon-overlay,
.five-col-grid.image-grid .col .column-link .link-icon-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #014167;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-col-grid.image-grid .col .column-link .link-icon-overlay svg,
.four-col-grid.image-grid .col .column-link .link-icon-overlay svg,
.five-col-grid.image-grid .col .column-link .link-icon-overlay svg {
  width: 20px;
  height: auto;
  fill: white;
}
.three-col-grid.image-grid .col .column-content,
.four-col-grid.image-grid .col .column-content,
.five-col-grid.image-grid .col .column-content {
  padding: 1rem 2rem 2rem;
}
.three-col-grid.image-grid .col .column-content p:last-child,
.three-col-grid.image-grid .col .column-content ul:last-child,
.four-col-grid.image-grid .col .column-content p:last-child,
.four-col-grid.image-grid .col .column-content ul:last-child,
.five-col-grid.image-grid .col .column-content p:last-child,
.five-col-grid.image-grid .col .column-content ul:last-child {
  margin-bottom: 0 !important;
}
.three-col-grid.image-grid .col picture,
.four-col-grid.image-grid .col picture,
.five-col-grid.image-grid .col picture {
  overflow: hidden;
}
.three-col-grid.image-grid .col picture .column-image,
.four-col-grid.image-grid .col picture .column-image,
.five-col-grid.image-grid .col picture .column-image {
  transition: transform 0.4s ease;
}
.three-col-grid.icon-grid .link-icon-overlay,
.four-col-grid.icon-grid .link-icon-overlay,
.five-col-grid.icon-grid .link-icon-overlay {
  display: none;
}
.three-col-grid.icon-grid .col.text-left,
.four-col-grid.icon-grid .col.text-left,
.five-col-grid.icon-grid .col.text-left {
  text-align: left;
}
.three-col-grid.icon-grid .col.text-center,
.four-col-grid.icon-grid .col.text-center,
.five-col-grid.icon-grid .col.text-center {
  text-align: center;
}
.three-col-grid.icon-grid .col .column-image,
.four-col-grid.icon-grid .col .column-image,
.five-col-grid.icon-grid .col .column-image {
  margin-bottom: 10px;
  width: 80px;
  height: auto;
  transition: transform 0.4s ease;
}
.three-col-grid.icon-grid .col:hover .column-content h3 a,
.four-col-grid.icon-grid .col:hover .column-content h3 a,
.five-col-grid.icon-grid .col:hover .column-content h3 a {
  color: #53B8FA;
}
.three-col-grid.icon-grid .col .column-content,
.four-col-grid.icon-grid .col .column-content,
.five-col-grid.icon-grid .col .column-content {
  padding: 0;
}
.three-col-grid.icon-grid .col .column-content h3,
.four-col-grid.icon-grid .col .column-content h3,
.five-col-grid.icon-grid .col .column-content h3 {
  margin-bottom: 0;
}
.three-col-grid.icon-grid .col .column-content p,
.four-col-grid.icon-grid .col .column-content p,
.five-col-grid.icon-grid .col .column-content p {
  margin: 20px 0 0;
}
.three-col-grid.image-grid.image-h-small .col .column-image,
.four-col-grid.image-grid.image-h-small .col .column-image,
.five-col-grid.image-grid.image-h-small .col .column-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.three-col-grid.image-grid.image-h-med .col .column-image,
.four-col-grid.image-grid.image-h-med .col .column-image,
.five-col-grid.image-grid.image-h-med .col .column-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.three-col-grid.image-grid.image-h-large .col .column-image,
.four-col-grid.image-grid.image-h-large .col .column-image,
.five-col-grid.image-grid.image-h-large .col .column-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.five-col-grid.icon-grid h3 {
  font-size: 18px;
  line-height: 26px;
  color: #014167;
}

.grey-bg {
  background-color: #f7f7f7;
}

.light-bg {
  background-color: #E6EBEE;
}

.column-icon-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.column-icon-wrapper .icon {
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
.column-icon-wrapper .icon img {
  margin-bottom: 10px;
  width: 90px;
  height: auto;
}
.column-icon-wrapper .icon p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

/****************************************************
****** OVERLAYS ******************************
****************************************************/
div#radio-control {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/07/radio-control-scaled.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 20rem;
  position: relative;
}
div#radio-control:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(11, 44, 67, 0.7);
}
div#radio-control .wrapper {
  position: relative;
  z-index: 2;
}
div#radio-control h1, div#radio-control h2, div#radio-control h3, div#radio-control h4, div#radio-control h5, div#radio-control h6, div#radio-control p, div#radio-control span, div#radio-control li, div#radio-control a {
  color: #FFFFFF;
}

div#full-design {
  background-image: url(https://www.dca-ltd.com/wp-content/uploads/2025/07/manufacuturing-scaled.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
div#full-design:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(11, 44, 67, 0.9);
}
div#full-design .wrapper {
  position: relative;
  z-index: 2;
}
div#full-design h1, div#full-design h2, div#full-design h3, div#full-design h4, div#full-design h5, div#full-design h6, div#full-design p, div#full-design span, div#full-design li, div#full-design a {
  color: #FFFFFF;
}

#arm-large {
  margin-top: 10rem;
}
#arm-large picture img {
  margin-top: -250px;
  height: 900px;
  width: auto;
}
#arm-large .two-col-grid :first-child {
  display: flex;
  justify-content: center;
}

/****************************************************
****** Rollovers ******************************
****************************************************/
.rubble-crusher {
  position: relative;
  display: flex;
  justify-content: center;
}
.rubble-crusher .rubble-crusher-img {
  position: relative;
  max-width: 668px;
}
.rubble-crusher .rubble-crusher-img img {
  width: 100%;
  height: auto;
  max-width: 668px;
  display: block;
  margin: 0 auto;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plot-dot {
  width: 40px;
  height: 40px;
  background: #537AFA;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plot-dot:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plot-dot:hover {
  width: 40px;
  height: 40px;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plot-dot:hover:before {
  width: 12px;
  height: 12px;
  transition: all 0.25s ease-in-out;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  background-color: white;
  width: 80%;
  max-width: 400px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-products .plot-product {
  text-align: center;
  padding: 12px;
  width: 33.333%;
  align-self: stretch;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-products .plot-product img {
  width: auto;
  height: 60px;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-products .plot-product span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
  text-transform: capitalize;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-title {
  background: #0B2C43;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-title button.close-btn {
  border: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6392156863);
  border-radius: 50px;
  cursor: pointer;
}
.rubble-crusher .rubble-crusher-img .plotted-points > div .plotted-content .plot-title button.close-btn:hover {
  background: #ffffff;
}
.rubble-crusher .rubble-crusher-img .plotted-points [data-type=control] .plot-dot {
  background-color: #AC4047;
}
.rubble-crusher .rubble-crusher-img .plotted-points [data-type=hydraulics] .plot-dot {
  background-color: #3AAA35;
}
.rubble-crusher .rubble-crusher-img .plotted-points div.plot-1 .plot-dot {
  top: 50%;
  left: 10%;
}
.rubble-crusher .rubble-crusher-img .plotted-points div.plot-2 .plot-dot {
  top: 33%;
  left: 40%;
}
.rubble-crusher .rubble-crusher-img .plotted-points div.plot-3 .plot-dot {
  top: 40%;
  left: 80%;
}
.rubble-crusher .rubble-crusher-img .plotted-points div.plot-4 .plot-dot {
  top: 55%;
  left: 50%;
}
.rubble-crusher .rubble-crusher-img .plotted-points div.plot-5 .plot-dot {
  top: 65%;
  left: 70%;
}

.power-unit {
  position: relative;
  display: flex;
  justify-content: center;
}
.power-unit .power-unit-img {
  position: relative;
  max-width: 730px;
}
.power-unit .power-unit-img img {
  width: 100%;
  height: auto;
  max-width: 730px;
  display: block;
  margin: 0 auto;
}
.power-unit .power-unit-img .plotted-points > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot {
  width: 40px;
  height: 40px;
  background: #537AFA;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot:hover {
  width: 40px;
  height: 40px;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot:hover:before {
  width: 12px;
  height: 12px;
  transition: all 0.25s ease-in-out;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  background-color: white;
  width: 80%;
  max-width: 400px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products .plot-product {
  text-align: center;
  padding: 12px;
  width: 33.333%;
  align-self: stretch;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products .plot-product img {
  width: auto;
  height: 60px;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products .plot-product span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
  text-transform: capitalize;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title {
  background: #0B2C43;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title button.close-btn {
  border: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6392156863);
  border-radius: 50px;
  cursor: pointer;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title button.close-btn:hover {
  background: #ffffff;
}
.power-unit .power-unit-img .plotted-points [data-type=control] .plot-dot {
  background-color: #AC4047;
}
.power-unit .power-unit-img .plotted-points [data-type=hydraulics] .plot-dot {
  background-color: #3AAA35;
}
.power-unit .power-unit-img .plotted-points div.plot-1 .plot-dot {
  top: 50%;
  left: 40%;
}
.power-unit .power-unit-img .plotted-points div.plot-2 .plot-dot {
  top: 36%;
  left: 57%;
}
.power-unit .power-unit-img .plotted-points div.plot-3 .plot-dot {
  top: 28%;
  left: 71%;
}
.power-unit .power-unit-img .plotted-points div.plot-4 .plot-dot {
  top: 17%;
  left: 80%;
}

.excavator {
  position: relative;
  display: flex;
  justify-content: center;
}
.excavator .excavator-img {
  position: relative;
  max-width: 800px;
}
.excavator .excavator-img img.excavator_overlay_image {
  position: absolute;
  top: 24px;
  right: 3%;
  z-index: 2;
  max-width: 160px;
}
.excavator .excavator-img img {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.excavator .excavator-img .plotted-points > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.excavator .excavator-img .plotted-points > div .plot-dot {
  width: 40px;
  height: 40px;
  background: #537AFA;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.excavator .excavator-img .plotted-points > div .plot-dot:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
}
.excavator .excavator-img .plotted-points > div .plot-dot:hover {
  width: 40px;
  height: 40px;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.excavator .excavator-img .plotted-points > div .plot-dot:hover:before {
  width: 12px;
  height: 12px;
  transition: all 0.25s ease-in-out;
}
.excavator .excavator-img .plotted-points > div .plotted-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  background-color: white;
  width: 80%;
  max-width: 400px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.excavator .excavator-img .plotted-points > div .plotted-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-products .plot-product {
  text-align: center;
  padding: 12px;
  width: 33.333%;
  align-self: stretch;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-products .plot-product img {
  width: auto;
  height: 60px;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-products .plot-product span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
  text-transform: capitalize;
  color: #0B2C43;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-title {
  background: #0B2C43;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-title button.close-btn {
  border: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6392156863);
  border-radius: 50px;
  cursor: pointer;
}
.excavator .excavator-img .plotted-points > div .plotted-content .plot-title button.close-btn:hover {
  background: #ffffff;
}
.excavator .excavator-img .plotted-points div.plot-1 .plot-dot {
  background-color: #3AAA35;
  top: 50%;
  left: 85%;
}
.excavator .excavator-img .plotted-points div.plot-2 .plot-dot {
  top: 50%;
  left: 65%;
}
.excavator .excavator-img .plotted-points div.plot-3 .plot-dot {
  top: 50%;
  left: 80%;
}
.excavator .excavator-img .plotted-points div.plot-4 .plot-dot {
  top: 55%;
  left: 75%;
}

.excavator .excavator-img .plotted-points [data-type=control] .plot-dot {
  background-color: #AC4047;
}

.plot-key {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  row-gap: 10px;
}
.plot-key > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plot-key > div span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0B2C43;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.plot-key > div span:before {
  content: "";
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
}
.plot-key > div p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.plot-key > div.plot-green span {
  background-color: #3AAA35;
}
.plot-key > div.plot-green p {
  color: #3AAA35;
}
.plot-key > div.plot-blue span {
  background-color: #537AFA;
}
.plot-key > div.plot-blue p {
  color: #537AFA;
}
.plot-key > div.plot-red span {
  background-color: #AC4047;
}
.plot-key > div.plot-red p {
  color: #AC4047;
}

.plot-product:nth-child(2),
.plot-product:nth-child(4),
.plot-product:nth-child(6),
.plot-product:nth-child(8),
.plot-product:nth-child(10),
.plot-product:nth-child(12) {
  background-color: #f3f3f3;
}

.plotted-points .plot-1,
.plotted-points .plot-2,
.plotted-points .plot-3,
.plotted-points .plot-4,
.plotted-points .plot-5 {
  transition: transform 0.3s ease;
}

.plotted-points .highlight {
  animation: pulse 1s ease infinite;
}

.plotted-content h3 {
  font-size: 20px;
  line-height: 30px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
/****************************************************
****** Brands page ******************************
****************************************************/
ul.brand-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4%;
  list-style: none;
  margin: 0;
  padding: 28px;
  background: #fff;
}

ul.brand-logos > li {
  flex: 0 0 14.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  box-sizing: border-box;
}

ul.brand-logos picture,
ul.brand-logos img {
  display: block;
  max-width: 150px;
  width: 85%;
  height: auto;
}

ul.brand-logos li:nth-of-type(6) img {
  width: 75%;
}

ul.brand-logos li:nth-of-type(9) img {
  width: 60%;
}

@media (max-width: 1200px) {
  ul.brand-logos > li {
    flex-basis: 23.2%;
  }
}
@media (max-width: 800px) {
  ul.brand-logos > li {
    flex-basis: 31.7333333333%;
  }
}
/****************************************************
****** FOOTER ******************************
****************************************************/
footer {
  background-color: #014167;
  padding: 5rem 0 1rem;
}
footer p {
  font-size: 16px;
  line-height: 24px;
}
footer .footer-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}
footer .footer-row-grid .col {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0 50px;
}
footer .footer-row-grid .col h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
footer .footer-row-grid .col .menu li {
  padding: 7px 0;
}
footer .footer-row-grid .col .menu li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}
footer .footer-row-grid .col .menu li a:hover {
  color: #53B8FA;
}
footer .footer-row-grid .col:first-child {
  padding-left: 0;
}
footer .footer-row-grid .col:last-child {
  border-right: 0;
  padding-right: 0;
}
footer .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 3rem;
}
footer .bottom-bar span, footer .bottom-bar p, footer .bottom-bar a {
  font-size: 12px;
}
footer .bottom-bar a {
  text-decoration: underline;
}
footer .main-logo svg {
  width: 200px;
  height: auto;
}
footer .main-logo svg #dca-logo #dca-main-text,
footer .main-logo svg #dca-logo #dca-lower-text,
footer .main-logo svg #dca-logo #triangle-b,
footer .main-logo svg #dca-logo #triangle-r,
footer .main-logo svg #dca-logo #triangle-g,
footer .main-logo svg #dca-logo #triangle-y {
  fill: #FFFFFF;
}

.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
.social-icons a {
  background-color: #FFFFFF;
  padding: 14px;
  display: flex;
  justify-content: center;
}
.social-icons a svg {
  width: auto;
  height: 18px;
  aspect-ratio: 1;
}
.social-icons a svg path {
  fill: #014167;
}
.social-icons a:hover {
  background-color: #0B2C43;
}
.social-icons a:hover svg path {
  fill: #FFFFFF;
}

.flyout hr {
  opacity: 0.2;
}
.flyout .social-icons a:hover {
  background-color: #014167;
}

.contact-flyout {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-flyout a {
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.contact-flyout a:hover {
  color: #FFFFFF;
  background-color: #014167;
}

/****************************************************
****** MEDIA QUERIES ******************************
****************************************************/
/** IE11/10 **/
/*** MIN WIDTH 1200PX ***/
/*** MAX WIDTH 1199PX ***/
@media screen and (max-width: 1099px) {
  .main-navigation li a {
    font-size: 14px !important;
  }
}
/*** MAX WIDTH 1199PX ***/
@media screen and (max-width: 991px) {
  div#main-content ul.inline-list li {
    font-size: 16px !important;
  }
  .textcol .panel li {
    font-size: 16px !important;
  }
  .three-col-grid.portfolio {
    grid-template-columns: 1fr 1fr;
  }
  .three-col-grid.portfolio .single-portfolio.featured {
    grid-column: span 2 !important;
  }
  .three-col-grid.blog-post-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-word-cloud {
    height: 400px;
  }
  footer .footer-row-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .footer-row-grid .footer-main {
    grid-column: 1/-1;
    padding: 0 !important;
    border-right: none !important;
    text-align: center;
    margin-bottom: 3rem;
  }
  .hide-tablet {
    display: none;
  }
  .nbar-tog {
    display: block;
  }
  .n-nav {
    display: none !important;
  }
}
/*** MAX WIDTH 1199PX ***/
@media screen and (max-width: 767px) {
  .single-case_study .hero-content-inner {
    padding: 0 !important;
  }
  .accordion-wrapper .accordion-item .accordion-toggle {
    font-size: 16px;
    line-height: 26px;
  }
  .form-wrap-bg {
    padding: 1rem 1.5rem;
  }
  .excavator .excavator-img img.excavator_overlay_image {
    max-width: 70px;
  }
  .plot-dot {
    width: 25px !important;
    height: 25px !important;
  }
  .plot-dot:before {
    width: 10px !important;
    height: 10px !important;
  }
  .plotted-content {
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
  }
  #arm-large picture img {
    height: 400px;
  }
  .gap-0-m {
    padding-top: 0;
  }
  .three-col-grid.portfolio {
    grid-template-columns: 1fr;
  }
  .three-col-grid.portfolio .single-portfolio.featured {
    grid-column: span 1 !important;
    grid-template-columns: 1fr;
  }
  .three-col-grid.blog-post-grid {
    grid-template-columns: 1fr;
  }
  footer .footer-row-grid {
    grid-template-columns: 1fr;
  }
  footer .footer-row-grid .col {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  footer .footer-row-grid .col:first-child {
    padding-bottom: 25px !important;
  }
  footer .footer-row-grid .col:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  footer .bottom-bar {
    padding-top: 1rem;
    text-align: center;
    border: none;
  }
  footer .bottom-bar span, footer .bottom-bar p, footer .bottom-bar a {
    font-size: 12px;
  }
  .contact-area-row .two-col-grid .col:first-child {
    order: 2;
  }
  .contact-area-row .two-col-grid .col:last-child {
    order: 1;
  }
  .wrapper {
    max-width: 620px;
  }
  .carousel-wrap .carousel-slide .carousel-caption {
    left: 0;
  }
  .gap {
    padding-top: 5rem;
  }
  .gap-b {
    padding-bottom: 5rem;
  }
  .gap-l {
    padding-top: 7rem;
  }
  .gap-b-l {
    padding-bottom: 7rem;
  }
  header.nav-header .navigation .n-bar .n-contact {
    gap: 10px !important;
    display: none !important;
  }
  header.nav-header .navigation .n-bar .n-contact span {
    display: none;
  }
  header.nav-header .navigation .n-bar .n-contact a {
    border: 2px solid white;
    padding: 8px;
    border-radius: 10px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.nav-header .navigation .n-bar .n-logo a svg {
    width: 120px;
    height: auto;
  }
  header.nav-header.sticky .n-contact a {
    border-color: #0B2C43 !important;
  }
  header.nav-header.sticky .n-logo a svg {
    width: 120px !important;
    height: auto;
  }
}
/*** MAX WIDTH 1199PX ***/
@media screen and (max-width: 520px) {
  .contacts-map-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=main.css.map */
