@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "NiveauGrotesk";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NiveauGroteskLight.woff2") format("woff2"), url("../fonts/NiveauGroteskLight.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "NiveauGrotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NiveauGroteskRegular.woff2") format("woff2"), url("../fonts/NiveauGroteskRegular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "NiveauGrotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NiveauGroteskMedium.woff2") format("woff2"), url("../fonts/NiveauGroteskMedium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "NiveauGrotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NiveauGroteskBold.woff2") format("woff2"), url("../fonts/NiveauGroteskBold.woff") format("woff");
}
html, body, button, input, select, textarea {
  font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, sans-serif;
}

:root {
  --primary-color: #00779D;
  --secondary-color: #00a6a6;
}

/*
Reset CSS
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

p {
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

/* 
Layout
*/
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.image-wrapper-contents {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: contents;
}

h1, h2, h3, h4, h5, h6, li, p {
  color: #010101;
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: var(--primary-color);
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  padding: 5px 15px;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-button .cta-button-phone-icon {
  height: 20px;
  width: 20px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 25px;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero {
  padding: 25px 0px 50px 0px;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    padding: 50px 0px 50px 0px;
  }
}
.hero h1 {
  font-family: niveau-grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .hero h1 {
    font-size: 3.5rem;
    margin-top: 0.67em;
  }
}
@media (min-width: 1101px) {
  .hero h1 {
    font-size: 4.5rem;
    margin-top: 0.67em;
  }
}
@media (min-width: 992px) {
  .hero h1 {
    width: 95%;
  }
}
.hero .trust-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  margin: 12px 0 20px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .hero .trust-bar {
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.hero .trust-bar span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.hero .trust-bar .trust-bar-stars {
  display: inline-block;
  color: gold;
}
.hero h2 {
  font-family: niveau-grotesk, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero h2 {
    width: 85%;
  }
}
.hero p {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .hero p {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .hero p {
    width: 85%;
  }
}
.hero .hero-logos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0px;
  gap: 60px;
}
@media (min-width: 600px) {
  .hero .hero-logos-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero .hero-logos-wrap img {
  max-width: 100%; /* Ensures images scale with container */
  height: auto; /* Maintains the aspect ratio */
  display: inline-block; /* Prevents images from stacking on smaller screens */
  aspect-ratio: 290/31;
}
.hero .hero-cta-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 170px;
}
.hero .echo7pic {
  width: 400px;
  aspect-ratio: 555/430;
  position: absolute;
  right: -59px;
  bottom: -178px;
}
@media (min-width: 768px) {
  .hero .echo7pic {
    width: 450px;
    bottom: -202px;
  }
}
@media (min-width: 992px) {
  .hero .echo7pic {
    width: 555px;
    right: -106px;
    bottom: -249px;
  }
}

.features {
  background: #F1F2F2;
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .features {
    padding-top: 100px;
  }
}
.features .features-inner h2 {
  font-family: niveau-grotesk, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .features .features-inner h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .features .features-inner h2 {
    width: 55%;
  }
}
.features .features-inner .lead {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .features .features-inner .lead {
    font-size: 1.4rem;
    width: 55%;
  }
}
.features .features-inner .features-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.features .features-inner .features-grid .feature {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .features .features-inner .features-grid .feature {
    margin-bottom: 0px;
  }
}
.features .features-inner .features-grid .feature p {
  font-family: niveau-grotesk, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .features .features-inner .features-grid .feature p {
    font-size: 1.5rem;
  }
}
.features .features-inner .features-grid .feature .icon {
  width: 50px;
  height: auto; /* For visual scaling, but keep HTML attrs for layout */
}
.features .features-inner .features-grid {
  /* Remove last bottom border on mobile */
}
.features .features-inner .features-grid .feature:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .features .features-inner .features-grid .feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1px);
            flex: 0 0 calc(33.333% - 1px);
    border-bottom: none;
    border-left: 1px solid black;
    padding: 20px;
  }
  .features .features-inner .features-grid {
    /* Remove left border and padding for first column in each row */
  }
  .features .features-inner .features-grid .feature:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
}

.americanbuilt {
  background: var(--primary-color);
  color: white;
  padding: 25px 0px;
}
.americanbuilt .americanbuilt-inner .americanbuilt-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.americanbuilt .americanbuilt-inner .americanbuilt-top .americanbuilt-tagline {
  color: white;
  border: 1px solid white;
  padding: 15px 35px;
  margin: 50px 0px 50px 0px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.americanbuilt .americanbuilt-inner .americanbuilt-top h2 {
  font-family: niveau-grotesk, sans-serif;
  font-size: 3.3rem;
  font-weight: 300;
  color: white;
  line-height: 1;
  margin: 15px 0px 50px 0px;
}
@media (min-width: 768px) {
  .americanbuilt .americanbuilt-inner .americanbuilt-top h2 {
    font-size: 4.7rem;
  }
}
.americanbuilt .americanbuilt-inner .americanbuilt-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .americanbuilt .americanbuilt-inner .americanbuilt-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.americanbuilt .americanbuilt-inner .americanbuilt-grid .first {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 0px !important;
}
.americanbuilt .americanbuilt-inner .americanbuilt-grid .first .flag {
  max-width: 100%; /* Ensures it is responsive */
  height: auto; /* Keeps the aspect ratio */
}
.americanbuilt .americanbuilt-inner .americanbuilt-grid .second {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.americanbuilt .americanbuilt-inner .americanbuilt-grid .second p {
  color: white;
  font-weight: 600;
}
.americanbuilt .americanbuilt-inner .americanbuilt-grid .second p.first {
  font-family: niveau-grotesk, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.americanbuilt .americanbuilt-inner .americanbuilt-cta-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0px;
}
.americanbuilt .americanbuilt-inner .americanbuilt-cta-button-wrap .cta-button {
  background: white;
  color: #010101;
}

.testimonials {
  background: #F1F2F2;
}
.testimonials .testimonials-inner .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 0px;
}
.testimonials .testimonials-inner .first h2 {
  font-family: niveau-grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  margin: 25px 0px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-inner .first h2 {
    font-size: 3.5rem;
  }
}
.testimonials .testimonials-inner .second .testimonial-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.testimonials .testimonials-inner .second .testimonial-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 60px);
          flex: 1 1 calc(50% - 60px);
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  scroll-snap-align: start;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
}
.testimonials .testimonials-inner .second .testimonial-card .stars {
  color: gold;
  font-size: 1.7rem;
  margin-bottom: 10px;
  line-height: 1;
}
.testimonials .testimonials-inner .second .testimonial-card p {
  margin-bottom: 20px;
}
.testimonials .testimonials-inner .second .testimonial-card .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.testimonials .testimonials-inner .second .testimonial-card .profile .pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: black;
  aspect-ratio: 1/1;
}
.testimonials .testimonials-inner .second .testimonial-card .profile .name {
  font-weight: 600;
  margin: 0;
  font-size: 1.2rem;
}
.testimonials .testimonials-inner .second .testimonial-card .profile .title {
  font-weight: 400;
  margin: 0;
  font-size: 1.1rem;
}
.testimonials .testimonials-inner .second .testimonial-card {
  /* Responsive */
}
@media (max-width: 600px) {
  .testimonials .testimonials-inner .second .testimonial-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.testimonials .testimonials-inner .testimonials-cta-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0px;
}

footer {
  background: #F1F2F2;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-inner .footer-top .gtech-footer-logo {
  margin-bottom: 10px;
}
footer .footer-inner .footer-top .copyrightconsent {
  color: #010101;
  font-size: smaller;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
}
@media (min-width: 600px) {
  footer .footer-inner .footer-top .copyrightconsent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer-inner .footer-top .copyrightconsent .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
footer .footer-inner .footer-top .copyrightconsent .copyright .copyrightdivider {
  display: none;
}
@media (min-width: 600px) {
  footer .footer-inner .footer-top .copyrightconsent .copyright .copyrightdivider {
    display: block;
  }
}
footer .footer-inner .footer-top .copyrightconsent .termly-display-preferences {
  font-size: 0.7rem;
}
footer .footer-inner .visitfullsite {
  border: 1px solid #010101;
  padding: 10px 25px;
  color: var(--primary-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 600;
}
footer .footer-inner .footer-holder {
  display: none;
  width: 150px;
  height: 10px;
}
@media (min-width: 768px) {
  footer .footer-inner .footer-holder {
    display: block;
  }
}

.smooth-anchor {
  border: none;
  background: transparent;
}
.smooth-anchor svg path {
  fill: #00779d;
}

#scroll-to-top {
  display: none;
  position: fixed;
  z-index: 5;
  right: 25px;
  bottom: 25px;
  opacity: 0.75;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  cursor: pointer;
}
#scroll-to-top:hover {
  opacity: 1;
}
#scroll-to-top svg {
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 5px;
}
#scroll-to-top svg:hover, #scroll-to-top svg:focus {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#scroll-to-top.show {
  display: block;
}