@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Oswald:wght@200..700&display=swap');

/* bootstrap start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


p {
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--gray);
  font-weight: 300;
  font-family: var(--font-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}


input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

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

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;
}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pe-50px {
  padding-right: 50px;
}

.px-80 {
  padding: 0 50px;
}

img {
  height: auto;
}

/* bootstrap end */

/* fonts */
:root {
  --font-1: 'Bricolage Grotesque', sans-serif;
  --font-2: 'Oswald', sans-serif;
  --d-blue: #1e3a5f;
  --blue: #0792b0;
  --gray: #555555;
  --black: #000000;
  --white: #ffffff;
}



/* Scrollbar base */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--yellow);
}


/* Firefox */
* {
  scrollbar-width: thin;
}


html {
  scrollbar-width: thin;
  scroll-behavior: auto;
}

#team-section {
  scroll-margin-top: 90px;
}



* {
  scrollbar-width: thin;
}

@supports (-ms-overflow-style: none) {
  * {
    -ms-overflow-style: scrollbar;
  }
}


a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  cursor: pointer;
  color: var(--sec-color);
}

body {
  background-color: var(--background) !important;
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--font-1);
  background-color: var(--white);
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.container {
  max-width: 1450px;
  padding-left: 20px;
  padding-right: 20px;
}

#masthead2 {
  background-color: var(--white);
}

#masthead-alt {
  background-color: var(--white);
  transition:
    min-height 0.6s cubic-bezier(.4, 0, .2, 1),
    background 0.4s ease,
    box-shadow 0.4s ease;
}

/* ================================
   DESKTOP MASTHEAD (>=1200px)
================================ */


.masthead-shell {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.masthead-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.masthead-logo .custom-logo {
  width: auto;
  height: auto;
  max-width: 267px;
}

.masthead-alt-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead-alt-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead-alt-logo .custom-logo {
  width: auto;
  height: auto;
  max-width: 170px;
}

#masthead.scrolled {
  min-height: 70px;
  background: rgba(255, 255, 255, 0.851);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  transition:
    min-height 0.6s cubic-bezier(.4, 0, .2, 1),
    background 0.4s ease,
    backdrop-filter 0.4s ease;
}

#masthead-alt.scrolled {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}



#masthead2 {
  padding: 10px 8px;
  min-height: 82px;
  transition: padding 0.4s cubic-bezier(.4, 0, .2, 1);
}

.logo-wrapper .custom-logo {
  position: relative;
  top: 0;
  width: 140px;
  max-width: 100%;
  height: auto;

  transform: translateY(0) scale(1);
  transform-origin: left top;
  will-change: transform;
  backface-visibility: hidden;

  transition:
    transform 0.5s cubic-bezier(.4, 0, .2, 1),
    width 0.5s cubic-bezier(.4, 0, .2, 1);
}

#masthead2.scrolled {
  padding: 5px 8px;
  box-shadow: 0 4px 10px rgba(63, 63, 63, 0.247);
}

#masthead2.scrolled .custom-logo {
  width: 130px;
  transform: scale(0.99);
}



/* ================================
   MENU LINKS
================================ */

.nav>li>a {
  font-family: var(--font-1);
  font-weight: 600;
  font-size: clamp(15px, 2vw, 17px);
  color: var(--gray);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: color 0.35s ease;
}

.nav>li>a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--yellow);
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform 0.4s cubic-bezier(.4, 0, .2, 1),
    background-color 0.35s ease;
  z-index: -1;
}


#masthead.scrolled .nav>li>a:hover,
#masthead.scrolled .nav>li>a:focus-visible,
#masthead.scrolled .nav>li.current-menu-item>a,
#masthead.scrolled .nav>li.current-menu-ancestor>a,
#masthead.scrolled .nav>li.current-menu-parent>a,
#masthead.scrolled .nav>li.current_page_parent>a,
#masthead.scrolled .nav>li.is-active-anchor>a,
#masthead.scrolled .nav>li.is-active-anchor-ancestor>a {
  color: var(--blue);
}

.nav>li>a:hover,
.nav>li>a:focus-visible,
.nav>li.current-menu-item>a,
.nav>li.current-menu-ancestor>a,
.nav>li.current-menu-parent>a,
.nav>li.current_page_parent>a,
.nav>li.is-active-anchor>a,
.nav>li.is-active-anchor-ancestor>a {
  color: var(--blue);
}

.nav>li>a:hover::before,
.nav>li>a:focus-visible::before,
.nav>li.current-menu-item>a::before,
.nav>li.current-menu-ancestor>a::before,
.nav>li.current-menu-parent>a::before,
.nav>li.current_page_parent>a::before,
.nav>li.is-active-anchor>a::before,
.nav>li.is-active-anchor-ancestor>a::before {
  transform: scaleX(1);
}

/* remove underline effect */
.nav>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.nav>li.current-menu-ancestor>a::after,
.nav>li.current-menu-parent>a::after,
.nav>li.current_page_parent>a::after,
.nav>li.is-active-anchor-ancestor>a::after {
  transform: scaleX(1);
}

.nav>li>a:hover::after,
.nav>li>a:focus-visible::after,
.nav>li.current-menu-item>a::after,
.nav>li.is-active-anchor>a::after {
  transform: scaleX(1);
}

/* =========================
   Dropdown Arrow
========================= */

.nav>li.menu-item-has-children {
  position: relative;
}

.nav>li.menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 12px;
  margin-left: 0px;
  position: relative;
  top: 0px;
  color: var(--blue-green);
  transition: color 0.3s ease;
}

.nav>li.menu-item-has-children:hover::after {
  color: var(--deep-brown);
}

/* =========================
   Desktop Sub Menu
========================= */

#masthead .masthead-menu>li {
  position: relative;
  list-style: none;
}

#masthead .masthead-menu>li.menu-item-has-children {
  padding-bottom: 30px;
  margin-bottom: -30px;
}

#masthead .masthead-menu>li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -12px;
  width: calc(100% + 0px);
  height: 2px;
  background: transparent;
}

#masthead .masthead-menu>li>.sub-menu {
  position: absolute;
  top: 76%;
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  background: var(--white);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(30, 58, 95, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  z-index: 30;
}

#masthead .masthead-menu>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#masthead .masthead-menu .sub-menu li {
  display: block;
  margin: 0;
  list-style: none;
}

#masthead .masthead-menu .sub-menu a {
  display: block;
  padding: 11px 20px;
  font-family: var(--font-1);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--gray);
  white-space: nowrap;
  background: transparent;
  transition: background-color 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
}

#masthead .masthead-menu .sub-menu a::before,
#masthead .masthead-menu .sub-menu a::after {
  display: none;
}

#masthead .masthead-menu .sub-menu li:hover>a,
#masthead .masthead-menu .sub-menu li.current-menu-item>a,
#masthead .masthead-menu .sub-menu li.current-menu-parent>a,
#masthead .masthead-menu .sub-menu li.current-menu-ancestor>a,
#masthead .masthead-menu .sub-menu li.is-active-anchor>a {
  color: var(--blue);
  background: rgba(13, 178, 214, 0.08);
  padding-left: 24px;
}

/* Menu gap */
.menu-gap {
  gap: 2rem;
}


.masthead-mainbar {
  padding: 14px 0 13px;
  background: #ffffff;
}

#masthead .masthead-nav {
  flex: 0 0 auto;
  min-width: auto;
  justify-content: flex-end;
}

#masthead .masthead-menu {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  justify-content: flex-end;
  gap: 35px;
}

#masthead .nav>li>a {
  padding: 0;
}


.btn-1 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 270px !important;
  min-height: 56px !important;
  font-family: var(--font-1) !important;
  font-weight: 800 !important;
  font-size: clamp(14px, 2.2vw, 17px) !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  background: var(--d-blue) !important;
  color: var(--white) !important;
  border: 2px solid var(--d-blue) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}

/* Ripple */
.btn-1::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.45s ease, height 0.45s ease !important;
  z-index: -1 !important;
}


/* Expand ripple */
.btn-1:hover::before {
  width: 300% !important;
  height: 300% !important;
}

/* Hover text */
.btn-1:hover {
  color: var(--white) !important;
  border: 2px solid var(--blue) !important;
}

.btn-2 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 270px !important;
  min-height: 56px !important;
  font-family: var(--font-1) !important;
  font-weight: 800 !important;
  font-size: clamp(14px, 2.2vw, 17px) !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  background: var(--d-blue) !important;
  color: var(--white) !important;
  border: 2px solid var(--d-blue) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}

/* Ripple */
.btn-2::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: var(--black) !important;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.45s ease, height 0.45s ease !important;
  z-index: -1 !important;
}


/* Expand ripple */
.btn-2:hover::before {
  width: 300% !important;
  height: 300% !important;
}

/* Hover text */
.btn-2:hover {
  color: var(--white) !important;
  border: 2px solid var(--black) !important;
}




.btn-3 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 30px !important;
  font-family: var(--font-1) !important;
  font-weight: 800 !important;
  font-size: clamp(14px, 2.2vw, 17px) !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  background: var(--blue) !important;
  color: var(--white) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}

/* Ripple */
.btn-3::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: var(--d-blue) !important;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.45s ease, height 0.45s ease !important;
  z-index: -1 !important;
}


/* Expand ripple */
.btn-3:hover::before {
  width: 300% !important;
  height: 300% !important;
}

/* Hover text */
.btn-3:hover {
  color: var(--white) !important;
  border: 2px solid var(--d-blue) !important;
}


/* Global Heading & Paragraph */

/* Home css */


.home-banner-section {
  min-height: 770px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 58, 95, 0) 0%, #1e3a5f 100%);
}

.home-banner-section .home-banner {
  display: block;
  width: 100vw;
  height: auto;
  min-height: 770px;
  aspect-ratio: unset;
  display: flex;
  align-items: flex-end;
}

.home-banner-section .container {
  position: relative;
  z-index: 1;
}

.home-banner-content {
  max-width: 75%;
  padding: 80px 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-banner-subheading {
  margin-bottom: 12px;
  font-size: clamp(18px, 2.5vw, 24px);
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-1);
}

.home-banner-heading {
  margin: 0;
  font-size: clamp(19px, 2.25vw, 45px);
  text-transform: uppercase;
  color: var(--white);
  font-weight: 300;
  font-family: var(--font-2);
  line-height: 1.26;
}


.request-conversation-section {
  background: var(--blue);
  padding: 42px 0;
}

.request-conversation-section .wp-block-columns{
	margin-bottom:0;
}

.teal-band-wrap {
  max-width: 1170px;
  margin: 0 auto !important;
  text-align: center;
}

.request-conversation-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.request-conversation-left {
  flex: 1 1 auto;
  max-width: 969px;
}

.request-conversation-left-h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(28px, 2.5vw, 36px);
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-2);
}

.request-conversation-left-p {
  margin: 0;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: clamp(26px, 2.2vw, 30px);
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-1);
}

.request-conversation-right {
  flex: 0 0 auto;
}

.vision-section {
  background: var(--white);
}

.vision-top {
  margin-bottom: 48px;
  text-align: center;
}

.vision-badge {
  margin-bottom: 18px;
  font-size: 20px;
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-1);
}

.vision-heading {
  max-width: 1100px;
  margin: 0 auto 24px;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: clamp(40px, 2.5vw, 52px);
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
}

.is-layout-flow>* {
  display: block;
}

.vision-content-row {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 690px);
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}



.vision-left {
  max-width: 600px;
}

.vision-right {
  max-width: 690px;
  width: 100%;
}

.vision-left h3 {
  margin: 0 0 18px;
  font-size: 36px;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.vision-left p {
  text-align: left;
}

.vision-left p+p {
  margin-top: 16px;
}

.vision-right img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.quote-section {
	background:var(--d-blue);
  border-bottom: 1px solid #dcdcdc;
}

.quote-content {
  max-width: 1169px;
  margin: 0 auto;
}

.request-quotation {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(28px, 2.5vw, 36px);
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
  margin-bottom: 0;
}

.direct-materials-callout-section {
  background: var(--blue) !important;
}

.direct-materials-callout-content {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.direct-materials-callout-content h4 {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: clamp(24px, 2.2vw, 30px);
  color: var(--white);
  font-weight: 500;
  font-family: var(--font-1);
  text-align: center;
}

.direct-materials-callout-content h1 {
  margin: 0 auto 24px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(36px, 4vw, 52px);
  text-transform: uppercase;
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
  max-width: 600px;
}

.direct-materials-callout-content p {
  color: var(--white);
}

.direct-materials-callout-content p+p {
  margin-top: 12px;
}

.direct-materials-callout-content p strong,
.direct-materials-callout-content p b {
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.problem-section {
  background: var(--white);
}

.problem-top-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}

.problem-top-left {
  max-width: 550px;
}

.problem-badge {
  margin-bottom: 18px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-1);
}

.problem-top-left h1,
.problem-left-content h1,
.problem-left-content h2,
.problem-left-content h3,
.problem-left-content h4 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
}

body .is-layout-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problem-left-content p {
  margin: 0;
}

.problem-top-right {
  max-width: 720px;
  justify-self: end;
}

.problem-top-right p+p {
  margin-top: 24px;
}

.problem-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.problem-card {
  min-height: 230px;
  padding: 30px 24px 26px;
  border: 1px solid var(--d-blue);
  border-radius: 10px;
  background: var(--white);
}

.problem-row {
  margin-bottom: 48px;
}

.problem-card-icon {
  margin-bottom: 24px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.problem-card-icon img {
  display: block;
  object-fit: contain;
  height: 52px !important;
}

.problem-card-title {
  margin: 0 0 20px;
  font-size: clamp(30px, 2.2vw, 36px);
  line-height: clamp(26px, 3vw, 30px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.problem-card-description {
  margin: 0;
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--gray);
  font-weight: 300;
  font-family: var(--font-1);
}

.problem-card-description {
  margin-top: 10px;
}

.problem-section .wow,
.problem-section .wow.animate__animated,
.problem-section .animate__fadeInUp {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.platform-section {
  background: var(--white);
  position: relative;
}

.platform-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, #1e3a5f0c 0%, #00000011 50%, #1e3a5f0c 100%);
  border-radius: 50px;
  z-index: 10;
}

.platform-top {
  margin: 0 auto 52px;
}

.platform-badge {
  margin-bottom: 18px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-1);
}

.platform-description h1,
.platform-description h2,
.platform-description h3,
.platform-description h4 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
}

.platform-description p {
  margin: 0 auto;
  text-align: center;
}

.platform-description p+p {
  margin-top: 14px;
}

.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.platform-card {
  min-height: 100%;
  padding: 32px 25px 28px;
  border: 1px solid var(--d-blue);
  border-radius: 10px;
  background: var(--white);
}

.platform-card-title {
  margin: 0 0 18px;
  font-size: clamp(30px, 2.2vw, 36px);
  line-height: 1.35;
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.platform-card-description>*:first-child {
  margin-top: 0;
}

.platform-card-description p {
  margin: 0;
}

.platform-card-description p+p {
  margin-top: 12px;
}

.platform-card-description ul,
.platform-card-description ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.platform-card-description li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--gray);
  font-family: var(--font-1);
}

.platform-card-description li+li {
  margin-top: 10px;
}

.platform-card-description li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1cb7d9;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
}

.human-loop-section {
  background: var(--white);
  position: relative;
}

.human-loop-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, #1e3a5f0c 0%, #00000011 50%, #1e3a5f0c 100%);
  border-radius: 50px;
  z-index: 10;
}

.human-loop-top {
/*   max-width: 1120px; */
  margin: 0 auto 42px;
}

.human-loop-badge {
  margin-bottom: 18px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-1);
}

.human-loop-description h1,
.human-loop-description h2,
.human-loop-description h3,
.human-loop-description h4 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
}

.human-loop-description p {

}

.human-loop-description p+p {
  margin-top: 14px;
}

.human-loop-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 36px;
}

.human-loop-card {
  min-height: 265px;
  padding: 40px 28px 30px;
  border: 1px solid var(--d-blue);
  border-radius: 10px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.human-loop-card-number {
  margin-bottom: 30px;
  font-size: clamp(45px, 5vw, 60px);
  line-height: clamp(28px, 2.5vw, 30px);
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.human-loop-card-title {
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.15;
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.human-loop-card-description {
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--gray);
  font-weight: 300;
  font-family: var(--font-1);
}

.human-loop-bottom {
/*   max-width: 1230px; */
  margin: 0 auto !important;
}

.human-loop-bottom {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(28px, 2.5vw, 36px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
}

.why-it-works-section {
  position: relative;
  background-color: var(--d-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* .why-it-works-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 58, 95, 0.84) 0%, rgba(30, 58, 95, 0.78) 100%);
  pointer-events: none;
} */

.why-it-works-section .container {
  position: relative;
  z-index: 1;
}

.why-it-works-top {
  max-width: 1410px;
  margin: 0 auto 48px;
  text-align: center;
}

.why-it-works-top h1,
.why-it-works-top h2,
.why-it-works-top h3,
.why-it-works-top h4 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
}

.why-it-works-top p {
  max-width: 1410px;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}

.why-it-works-top p+p {
  margin-top: 12px;
}

.why-it-works-cards {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 26px;
}

.why-it-works-card {
  min-height: 100%;
  padding: 40px;
  border-radius: 10px;
  background: var(--white);
}



.why-it-works-card-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.why-it-works-card-icon img {
  display: block;
  width: 100%;
  height: 55px !important;
  object-fit: contain;
}

.why-it-works-card-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.15;
  color: var(--d-blue) !important;
  font-weight: 400;
  font-family: var(--font-2);
}

.why-it-works-card-description p {
  margin: 0;
  color: var(--gray) !important;
}

.why-it-works-card-description p+p {
  margin-top: 12px;
}

.platform-roadmap-section {
  position: relative;
}

.platform-roadmap-top {
/*   max-width: 1120px; */
  margin: 0 auto 42px;
}

.platform-roadmap-badge {
  margin-bottom: 18px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-1);
}

.platform-roadmap-description h1,
.platform-roadmap-description h2,
.platform-roadmap-description h3,
.platform-roadmap-description h4 {
  margin: 0 auto 22px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
  max-width: 989px;
}

.platform-roadmap-description p {
/*   max-width: 1080px; */
  margin: 0 auto;
  text-align: center;
/* 	text-wrap:balance; */
}

.platform-roadmap-description p+p {
  margin-top: 14px;
}

.platform-roadmap-phase {
  background-color: var(--blue);
  width: 85px;
  height: 85px;
  display: flex;
  flex-direction: column;
  /* FIX */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  font-family: var(--font-2);
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: clamp(24px, 2.5vw, 30px);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.platform-roadmap-phase span {
  display: block;
  font-size: clamp(30px, 2.2vw, 36px);
  line-height: clamp(26px, 3vw, 30px);
}

.platform-roadmap-year {
  font-size: clamp(17px, 2.5vw, 20px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--blue);
  font-weight: 500;
  font-family: var(--font-1);
  margin-bottom: 15px;
}

.platform-roadmap-title {
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 36px);
  line-height: clamp(26px, 3vw, 30px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.platform-roadmap-desc p {
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--gray);
  font-weight: 300;
  font-family: var(--font-1);
  margin-bottom: 15px;
}

.platform-roadmap-desc p b,
.platform-roadmap-desc p strong {
  font-weight: 600;
}

.platform-roadmap-desc h4 {
  font-weight: 600;
  color: var(--blue);
}

:where(.wp-block-columns) {
  margin-bottom: 2em;
}

.technology-section {
  position: relative;
}

.technology-top {
  max-width: 1410px;
  margin: 0 auto 48px;
  text-align: center;
}

.technology-top .technology-badge {
  margin-bottom: 24px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--d-blue) !important;
  font-weight: 400;
  font-family: var(--font-1);
	text-align:center;
}


.technology-top h1,
.technology-top h2,
.technology-top h3,
.technology-top h4 {
  margin: 0 auto 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--blue) !important;
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
  max-width: 1230px;
}

.technology-top p {
  margin: 0 auto;
  color: var(--gray) !important;
  text-align: left;
}

.why-it-works-top p+p {
  margin-top: 12px;
}

.technology-card {
  min-height: 230px;
  padding: 30px 24px 26px;
  border: 1px solid var(--d-blue);
  border-radius: 10px;
  background: var(--white);
}


.technology-card-title {
  margin: 0 0 20px;
  font-size: clamp(22px, 1.8vw, 24px);
  line-height: clamp(24px, 2.2vw, 30px);
  color: var(--d-blue) !important;
  font-weight: 400;
  font-family: var(--font-2);
}

.technology-card-description p {
  margin: 0;
  color: var(--gray) !important;
	text-wrap: balance;
}

.technology-card-description p+p {
  margin-top: 12px;
}
/* 
.technology-section .wp-block-columns {
  display: grid !important;
  gap: 26px;
  justify-content: center !important;
}

.technology-section .wp-block-columns {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1400px) {
  .technology-section .wp-block-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .technology-section .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .technology-section .wp-block-columns {
    grid-template-columns: 1fr;
  }
} */

.technology-section .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  justify-content: center;
}

.technology-section .wp-block-column:nth-last-child(-n+2) {
  justify-self: center;
}

@media (max-width: 991px) {
  .technology-section .wp-block-columns {
    grid-template-columns: repeat(2, 320px);
  }
}

@media (max-width: 576px) {
  .technology-section .wp-block-columns {
    grid-template-columns: 1fr;
  }
}

.team-section {
  background: var(--white);
}



.team-top-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}

.team-top-left {
  max-width: 590px;
}

.team-badge {
  margin-bottom: 18px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--d-blue);
  font-weight: 400;
  font-family: var(--font-1);
}

.team-top-left h1,
.team-left-content h1,
.team-left-content h2,
.team-left-content h3,
.team-left-content h4 {
  margin: 0;
  font-size: clamp(18px, 3vw, 40px);
  line-height: clamp(31px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-family: var(--font-2);
}

.team-left-content p {
  margin: 0;
}

.team-box {
  border-radius: 10px;
  background-color: var(--d-blue);
  padding: 30px 30px 26px;
  color: var(--white);
  margin-top: clamp(30px, 5vw, 50px);
  min-height: 216px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.team-box h3 {
  margin: 0 0 20px;
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-1);
}

.team-box p {
  color: var(--white);
}

.team-member img {
  border-radius: 10px;
  background-color: #e9e9e9;
}

.team-member-name {
  margin: 30px 0 0px;
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--d-blue);
  font-weight: 600;
  font-family: var(--font-1);
}

.team-member-role {
  margin-top: 5px !important;
  font-weight: 600;
  color: var(--gray);
}

.team-top-right {
  max-width: 600px;
  justify-self: end;
}

.team-top-right .team-member-bio{
	font-size: clamp(13px, 2.1vw, 15px);
	line-height: clamp(22px, 2.5vw, 26px);
}

.team-top-right p+p {
  margin-top: 14px;
}

.contact-section {
  background-color: #1d385b;
  color: var(--white);
}



.contact-top {
  max-width: 1410px;
  margin: 0 auto 48px;
  text-align: center;
}

.contact-top .contact-badge {
  margin-bottom: 24px;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--white) !important;
  font-weight: 400;
  font-family: var(--font-1);
}


.contact-top h1,
.contact-top h2,
.contact-top h3,
.contact-top h4 {
  margin: 0 auto 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(40px, 3vw, 52px);
  text-transform: uppercase;
  color: var(--white) !important;
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
  max-width: 1230px;
}

.contact-top p {
  max-width: 982px;
  margin: 0 auto;
  color: var(--white) !important;
  text-align: center;
}

.contact-top p+p {
  margin-top: 12px;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.landing-next-section {
  background: linear-gradient(to bottom, var(--d-blue) 0, var(--d-blue) 40%, #f6f6f6 40%, #f6f6f6 100%);
}

.landing-next-hero {
  padding: 72px 0 34px;
  text-align: center;
}

.landing-next-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}

.landing-next-eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-2);
  font-size: clamp(26px, 4vw, 60px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
}

.landing-next-meta {
  margin-top: 20px;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.5;
  color: var(--white);
  font-weight: 500;
  font-family: var(--font-1);
}

.landing-next-meta span {
  display: inline-block;
  margin: 0 10px;
}

.landing-next-card-wrap {
  position: relative;
  z-index: 1;
}

.landing-next-card {
  max-width: 1230px;
  margin: 0 auto;
  padding: 34px 36px 32px;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 24px 44px rgba(15, 31, 52, 0.16);
}

.landing-next-card-title {
  margin: 0 0 16px;
  font-size: clamp(20px, 3vw, 36px);
  line-height: clamp(28px, 3vw, 48px);
  color: var(--d-blue);
  font-weight: 500;
  font-family: var(--font-1);
}

.landing-next-card-text,
.landing-next-join-text {
  font-size: clamp(15px, 2vw, 17px);
  line-height: clamp(26px, 2.4vw, 30px);
  color: var(--gray);
  font-weight: 300;
  font-family: var(--font-1);
}

.landing-next-card-text {
  margin: 0 0 28px;
}

.landing-next-button {
  min-width: 255px;
  min-height: 54px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-1);
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

.landing-next-button:hover,
.landing-next-button:focus-visible {
  background: #1097b6;
  color: var(--white);
  transform: translateY(-1px);
}

.landing-next-join {
  padding: 78px 0 86px;
}

.landing-next-join-inner {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.landing-next-join-title {
  margin: 0 0 18px;
  font-family: var(--font-2);
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
}

.landing-next-join-text {
  margin: 0 auto 28px;
  max-width: 943px;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: clamp(28px, 2.5vw, 36px);
  text-align: center;
}

.landing-contact-section {
  padding: 78px 0 88px;
  background: var(--white);
}

.landing-contact-section .container {
  max-width: 1270px;
  padding-left: 20px;
  padding-right: 20px;
}

.landing-contact-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.landing-contact-heading-wrap {
  margin-bottom: 34px;
  text-align: center;
}

.landing-contact-heading {
  margin: 0;
  font-family: var(--font-2);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
}

.landing-contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 600px) minmax(0, 567px);
  gap: 34px;
  align-items: stretch;
  justify-content: space-between;
}

.landing-contact-grid> :first-child {
  max-width: 600px;
  width: 100%;
}

.left-contact-side {
  max-width: 600px;
  width: 100%;
}

.landing-contact-grid> :last-child {
  max-width: 567px;
  width: 100%;
}

.landing-contact-card {
  background: linear-gradient(180deg, #efefef 0%, #e9ecf0 46%, #3d577d 100%);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing-contact-card-visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.landing-contact-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 58, 95, 0) 0%, rgba(30, 58, 95, 0) 50%, var(--d-blue) 100%);
  pointer-events: none;
}

.landing-contact-avatar-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.landing-contact-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 2;
  padding: 0 24px;
}

.landing-contact-social .social-icons-shortcode {
  gap: 17px;
}

.landing-contact-social .social-icons-shortcode__link {
  width: 53px;
  height: 53px;
  font-size: 22px;
}

.landing-contact-content {
  max-width: 575px;
}

.landing-contact-name {
  margin: 0 0 2px;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: clamp(26px, 2.5vw, 36px);
  color: var(--d-blue);
  font-weight: 500;
  font-family: var(--font-1);
}

.landing-contact-role {
  margin: 6px 0 18px;
  font-weight: 600;
  color: var(--gray);
}

.landing-contact-content .landing-contact-bio{
	font-size: clamp(13px, 2.1vw, 15px);
	line-height: clamp(22px, 2.5vw, 26px);
}


.landing-contact-content p {
  color: #505050;
}

.landing-contact-content p+p {
  margin-top: 14px;
}

.custom-contact-form {
  max-width: 900px;
  margin: 40px auto 10px;
}

.custom-contact-form .form-control {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  color: var(--white) !important;
  caret-color: var(--white) !important;
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  font-weight: 300;
  font-family: var(--font-1);
  outline: none;
}

.custom-contact-form .form-control::placeholder {
  color: var(--white) !important;
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  font-weight: 300;
  font-family: var(--font-1);
  opacity: 1;
}

.custom-contact-form .form-control:focus {
  border-color: var(--blue);
}

.custom-contact-form select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
  color: var(--white) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
}

.custom-contact-form select.form-control option {
  background-color: var(--d-blue);
  color: var(--white);
}

/* textarea height */
.custom-contact-form textarea {
  height: 144px;
  resize: none;
}

/* button */
.custom-contact-form .btn-submit {
  background: var(--blue);
  color: #fff;
  border: none;
  width: 190px;
  height: 66px;
  border-radius: 10px;
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: clamp(26px, 2.5vw, 30px);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.custom-contact-form .btn-submit:hover {
  background: #000;
}

.wpcf7-response-output {
  display: block;
  background: #e6ffed;
  /* soft green background */
  border: 1px solid #34d399 !important;
  /* green border */
  color: #065f46;
  /* dark green text */
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 10px;
  margin: 20px auto !important;
  line-height: 1.6;
  /* spacing for <br> lines */
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 0.5s ease forwards;
  max-width: 900px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid red !important;
  color: red;
  background: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  float: none !important;
  transform: none !important;
}

.contact-top .direct-contact-text {
  font-size: clamp(30px, 2.2vw, 30px);
  color: var(--blue) !important;
  font-weight: 400;
  font-family: var(--font-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

















/* Scroll to top button */
#scrollToTop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--black), var(--d-blue));
  color: var(--white);
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Show button */
#scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Arrow */
#scrollToTop .arrow {
  position: relative;
  z-index: 2;
  font-family: var(--font-GI);
}

/* Progress ring */
.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke: var(--white);
  stroke-linecap: round;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 0.2s linear;
  opacity: 1;
}

/* Hover */
#scrollToTop:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--d-blue), var(--d-blue));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(87, 86, 86, 0.08);
}


@media screen and (max-width: 768px) {
  #scrollToTop {
    right: 15px;
    bottom: 40px;
  }
}

.footer-bar {
  min-height: 82px;
  display: flex;
  align-items: center;
  background: var(--blue);
}

.footer-bar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bar-copy,
.footer-bar-links,
.footer-bar-links a,
.footer-bar-separator {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-1);
  line-height: 1.4;
}

.footer-bar-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bar-links a {
  text-decoration: none;
}

.footer-bar-links a:hover,
.footer-bar-links a:focus-visible {
  color: var(--white);
  text-decoration: none;
}

.web-design {
  color: var(--white);
  transition: color 0.3s ease-in-out;
}

.web-design:hover {
  color: var(--d-blue);
}

.social-icons-shortcode {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social-icons-shortcode__link {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--d-blue);
  font-size: 24px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.social-icons-shortcode__link:hover,
.social-icons-shortcode__link:focus-visible {
  color: var(--white);
}

.social-icons-shortcode__link.is-email:hover,
.social-icons-shortcode__link.is-email:focus-visible {
  background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
  color: var(--white);
  box-shadow: 0 10px 18px rgba(185, 28, 28, 0.24);
}

.social-icons-shortcode__link.is-linkedin:hover,
.social-icons-shortcode__link.is-linkedin:focus-visible {
  background: linear-gradient(135deg, #0077b5 0%, #004471 100%);
}

.social-icons-shortcode__link.is-website:hover,
.social-icons-shortcode__link.is-website:focus-visible {
  background: linear-gradient(135deg, #2a7de1 0%, #0f4c9c 100%);
  color: var(--white);
  box-shadow: 0 10px 18px rgba(15, 76, 156, 0.24);
}

.social-icons-shortcode__link.is-facebook:hover,
.social-icons-shortcode__link.is-facebook:focus-visible {
  background: linear-gradient(135deg, #1877f2 0%, #0d47a1 100%);
}

.social-icons-shortcode__link.is-instagram:hover,
.social-icons-shortcode__link.is-instagram:focus-visible {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%);
}

.social-icons-shortcode__link.is-twitter:hover,
.social-icons-shortcode__link.is-twitter:focus-visible {
  background: linear-gradient(135deg, #2b2b2b 0%, #000000 100%);
}

.social-icons-shortcode__link.is-youtube:hover,
.social-icons-shortcode__link.is-youtube:focus-visible {
  background: linear-gradient(135deg, #ff0000 0%, #b20710 100%);
}

.pa-404-section{
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  background: linear-gradient(180deg, #152d47 0%, #152d47 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.pa-404-layer {
  position: absolute;
  inset: -8%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  transition: transform 0.15s linear;
}

.pa-404-layer-back {
  background-image: linear-gradient(180deg, rgba(21, 45, 71, 0.48) 0%, rgba(21, 45, 71, 0.72) 100%),
    var(--pa404-bg),
    radial-gradient(circle at 30% 30%, rgba(240, 230, 177, 0.16) 0%, rgba(240, 230, 177, 0) 42%),
    radial-gradient(circle at 78% 18%, rgba(240, 230, 177, 0.12) 0%, rgba(240, 230, 177, 0) 34%),
    linear-gradient(180deg, #4f3529 0%, #2b211c 100%);
}

.pa-404-layer-mid {
  background-image: linear-gradient(180deg, rgba(40, 31, 27, 0) 0%, rgba(40, 31, 27, 0.45) 65%, rgba(40, 31, 27, 0.7) 100%);
}

.pa-404-layer-front {
  background-image: radial-gradient(ellipse at bottom center, rgba(16, 14, 13, 0.65) 0%, rgba(16, 14, 13, 0) 56%);
}

.pa-404-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 17, 15, 0.36);
  z-index: 1;
}

.pa-404-section .container {
  position: relative;
  z-index: 2;
}

.pa-404-card {
  margin: 60px auto;
  max-width: 760px;
  border-radius: 0;
  padding: clamp(28px, 4.5vw, 58px);
  background: rgba(255, 253, 245, 0.9);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
  z-index: 10;
}

.pa-404-code {
  margin: 0 0 10px;
  font-family: var(--font-2);
  font-size: clamp(60px, 8vw, 120px);
  line-height: 1;
  color: var(--d-blue);
  font-weight: 700;
}

.pa-404-title {
  margin: 0 0 12px;
  font-family: var(--font-2);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  color: var(--blue);
  font-weight: 700;
}

.pa-404-text {
  margin: 0 auto;
  max-width: 580px;
  font-family: var(--font-1);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.6;
  color: var(--gray);
}

@media screen and (max-width: 767px) {
  .social-icons-shortcode {
    gap: 10px;
  }

  .social-icons-shortcode__link {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* .wow.animate__animated {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-font-smoothing: antialiased;
}

.wow {
  visibility: hidden;
}

.wow.animate__animated,
.wow.animated,
.wow.is-visible {
  visibility: visible;
} */
