body.home {
  overflow-x: hidden !important;
}

.left-vector-blue {
  z-index: 2;
  overflow: visible !important;
  position: relative;
}
.left-vector-blue:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-image: url("/wp-content/themes/agardy/assets/images/left-vector-blue-full.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  content: "";
  height: calc(100% + 200px);
  z-index: 1;
  opacity: 0.25;
  -webkit-filter: brightness(2);
          filter: brightness(2);
  -webkit-animation: left-vector-blue-animation 1s ease-in-out;
          animation: left-vector-blue-animation 1s ease-in-out;
}
.left-vector-blue .wpb_column {
  z-index: 2;
}

@-webkit-keyframes left-vector-blue-animation {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.25;
  }
}

@keyframes left-vector-blue-animation {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.25;
  }
}
.right-vector-blue {
  z-index: 2;
  overflow: visible !important;
  position: relative;
}
.right-vector-blue:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("/wp-content/themes/agardy/assets/images/full-right-vector-blue-2.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  content: "";
  height: calc(100% + 200px);
  z-index: 1;
  opacity: 0.2;
  -webkit-animation: right-vector-blue-animation 1s ease-in-out;
          animation: right-vector-blue-animation 1s ease-in-out;
}
.right-vector-blue .wpb_column {
  z-index: 2;
}

@-webkit-keyframes right-vector-blue-animation {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.2;
  }
}

@keyframes right-vector-blue-animation {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.2;
  }
}
.angled-top-raq {
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .angled-top-raq {
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .angled-top-raq {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  }
}

.angled-top-going-up {
  clip-path: polygon(0% 20%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .angled-top-going-up {
    clip-path: polygon(0% 10%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .angled-top-going-up {
    clip-path: polygon(0% 5%, 100% 0, 100% 100%, 0 100%);
  }
}

.vc_row-o-equal-height.full-height-children > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.rectangle-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.rectangle-image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.slight-zoom-on-hover {
  overflow: hidden;
}
.slight-zoom-on-hover:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slight-zoom-on-hover img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.feature-list ul li {
  padding: 10px 0;
}

.z-index-3 {
  z-index: 3;
}

.z-index-5 {
  z-index: 5;
}

.after-triangle .wpb_wrapper {
  z-index: 5;
  position: relative;
}

.overflow-visible {
  overflow: visible !important;
}

.background-position-left,
.vc_row.background-position-left {
  background-position: left !important;
}

.background-position-right,
.vc_row.background-position-right {
  background-position: right !important;
}

.background-position-center,
.vc_row.background-position-center {
  background-position: center !important;
}

.background-position-top,
.vc_row.background-position-top {
  background-position: top !important;
}

.square-image.wpb_single_image img,
.square-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(var(--secondary-rgb), 0.8) !important;
  z-index: 50;
  padding: 0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 767px) {
  #header {
    padding: 5px;
  }
}
#header a.navbar-brand img {
  height: 40px;
}
@media (max-width: 767px) {
  #header a.navbar-brand img {
    height: 30px;
  }
}
#header .navbar-toggler {
  background-color: var(--primary);
  color: var(--secondary);
}
@media (max-width: 767px) {
  #header .navbar-toggler .navbar-toggler-icon {
    width: 1.25em;
    height: 1.25em;
  }
}
#header.scrolled {
  background-color: #003070 !important;
}
@media (max-width: 991px) {
  #header .navbar-collapse {
    padding: 20px 0;
  }
}

#menu-main-menu {
  gap: 40px;
}
@media (max-width: 991px) {
  #menu-main-menu {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #menu-main-menu {
    gap: 10px;
  }
}
#menu-main-menu .menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-main-menu a.nav-link {
  color: white;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  padding: 5px 10px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-main-menu a.nav-link.active {
  font-weight: 500;
}
@media (max-width: 991px) {
  #menu-main-menu a.nav-link {
    padding: 5px 0;
    height: 40px;
  }
}
#menu-main-menu .nav-request a.nav-link {
  border: 1px solid white;
  border-radius: var(--bs-border-radius);
  padding: 5px 20px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
#menu-main-menu .nav-request a.nav-link:hover {
  background-color: white;
  color: #003070;
}
#menu-main-menu .dropdown-menu {
  position: fixed;
  left: 0;
  width: 100vw;
  top: 55px;
  background-color: rgba(var(--secondary-rgb), 0.95) !important;
  z-index: 50;
  color: white;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#menu-main-menu .dropdown-menu.show {
  display: block;
}
#menu-main-menu .dropdown-menu .dropdown-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-main-menu .dropdown-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  /* Each item takes up exactly half the width */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Ensures padding doesn't break the 50% width */
}
@media (max-width: 767px) {
  #menu-main-menu .dropdown-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#menu-main-menu .dropdown-menu a {
  color: white;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-main-menu .dropdown-menu a:hover {
  background-color: transparent;
  color: var(--primary);
  font-weight: 500;
}
#menu-main-menu .dropdown-menu a.active {
  background-color: transparent;
  color: var(--primary);
  font-weight: 500;
}
#menu-main-menu .dropdown-menu .view-all-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#menu-main-menu .dropdown-menu .view-all-button a {
  border: 1px solid white;
  border-radius: var(--bs-border-radius);
  padding: 5px 20px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  margin-top: 10px;
  background-color: transparent;
}
#menu-main-menu .dropdown-menu .view-all-button a:after {
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
#menu-main-menu .dropdown-menu .view-all-button a:hover {
  background-color: white;
  color: #003070;
}

body.admin-bar #header {
  top: 30px;
}
body.admin-bar #menu-main-menu .dropdown-menu {
  top: 85px;
}

/* Open dropdown on hover for desktop screens (min-width: 992px) */
@media (min-width: 992px) {
  #menu-main-menu .nav-item.menu-item-has-children:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Prevents a gap that causes the menu to close */
  }
}
/* Home Specific Styles */
@media (min-width: 992px) {
  body.home #header {
    max-height: 60px;
  }
  body.home #header .navbar-brand {
    position: relative;
    top: 7.5vh;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.home #header .navbar-brand img {
    height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.home #header.scrolled .navbar-brand {
    top: 0;
    height: auto;
  }
  body.home #header.scrolled .navbar-brand img {
    height: 40px;
  }
}
#footer {
  background-color: var(--secondary);
  padding: 50px 0;
  color: white;
}
#footer a {
  color: white;
}
#footer .footer-logo {
  height: 55px;
}
#footer .footer-copyright {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.85;
}
#footer .footer-title {
  color: var(--primary, #00AEED);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .site-by-whitecap {
  margin-top: 2em;
  display: block;
  text-align: right;
}
#footer .site-by-whitecap img {
  height: 30px;
}

.footer-menu-container .footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu-container .footer-menu li a.nav-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0;
}

.footer-contact-container div {
  padding: 8px 0;
}
.footer-contact-container i {
  width: 20px;
}

.error404-page {
  position: relative;
  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;
  min-height: calc(100vh - 220px);
  padding: 80px 20px 100px;
  text-align: center;
  overflow: hidden;
}
.error404-page::before, .error404-page::after {
  content: "";
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.error404-page__backdrop {
  position: absolute;
  inset: 0;
  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;
  z-index: 0;
  pointer-events: none;
}
.error404-page__code {
  font-family: "Metrophobic", sans-serif;
  font-size: clamp(10rem, 28vw, 18rem);
  line-height: 0.85;
  font-weight: 400;
  color: rgba(0, 48, 112, 0.06);
  letter-spacing: -0.04em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation: error404-code-fade 1.1s ease-out;
          animation: error404-code-fade 1.1s ease-out;
}
.error404-page__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  -webkit-animation: error404-content-up 0.8s ease-out 0.15s both;
          animation: error404-content-up 0.8s ease-out 0.15s both;
}
.error404-page__eyebrow {
  margin: 0 0 12px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0086C2;
}
.error404-page__title {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #003070;
  line-height: 1.2;
}
.error404-page__text {
  margin: 0 auto 32px;
  max-width: 420px;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(0, 48, 112, 0.75);
}
.error404-page__cta {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 10px;
  border: 1px solid #00AEED;
  background-color: #00AEED;
  color: #003070;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.error404-page__cta:hover, .error404-page__cta:focus-visible {
  background-color: #003070;
  border-color: #003070;
  color: #fff;
}

@-webkit-keyframes error404-vector-in-left {
  from {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.18;
  }
}

@keyframes error404-vector-in-left {
  from {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.18;
  }
}
@-webkit-keyframes error404-vector-in-right {
  from {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.2;
  }
}
@keyframes error404-vector-in-right {
  from {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.2;
  }
}
@-webkit-keyframes error404-code-fade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes error404-code-fade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes error404-content-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes error404-content-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .error404-page::before, .error404-page::after, .error404-page__code, .error404-page__content {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 767px) {
  .error404-page {
    min-height: calc(100vh - 180px);
    padding: 60px 12px 80px;
  }
  .error404-page::before, .error404-page::after {
    width: 70%;
    opacity: 0.12;
  }
}
@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
    /* Fully visible at the midpoint */
  }
  80% {
    opacity: 1;
    /* Fully visible at the midpoint */
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    /* Adjust distance as needed */
    opacity: 0;
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
    /* Fully visible at the midpoint */
  }
  80% {
    opacity: 1;
    /* Fully visible at the midpoint */
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    /* Adjust distance as needed */
    opacity: 0;
  }
}
.simple-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #F8F8F8;
  padding: 20px;
  padding-left: 0;
  text-decoration: none;
}
.simple-service-card .image-container {
  height: 125px;
  width: 125px;
}
.simple-service-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.simple-service-card .content {
  position: relative;
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.simple-service-card .content .title {
  color: #003070;
  font-weight: 400;
  font-size: 1.25rem;
}
.simple-service-card .content div.link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #00AEED;
  font-weight: bold;
}
.simple-service-card:hover div.link {
  -webkit-animation: moveRight 1s linear infinite;
          animation: moveRight 1s linear infinite;
}

.testimonial-card {
  background-color: #F8F8F8;
  border-left: 15px solid rgba(0, 174, 237, 0.3);
  padding: 25px;
}
.testimonial-card .quote-container p {
  font-size: 1.15rem;
  font-weight: 400;
  color: #003070;
}
.testimonial-card .author-container {
  margin-top: 25px;
  font-weight: 400;
}

.numbered-process {
  text-align: center;
  padding: 15px;
}
.numbered-process .number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #00AEED;
  border: 3px solid #00AEED;
  font-size: 28px;
  font-weight: 500;
  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;
  margin: auto;
  margin-bottom: 20px;
}
.numbered-process .title {
  font-weight: 400;
  color: #003070;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.numbered-process .description {
  font-size: 1.1rem;
  font-weight: 400;
}

.image-item-description-card-container {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.image-item-description-card-container .image-container {
  height: 320px;
  width: 100%;
}
.image-item-description-card-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-item-description-card-container .content {
  border-top: 10px solid rgba(0, 174, 237, 0.3);
  padding: 20px;
  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;
  background-color: #F8F8F8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.image-item-description-card-container .content .title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #003070;
  margin-bottom: 20px;
}
.image-item-description-card-container .content .link-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image-item-description-card-container .content .link-container .link, .image-item-description-card-container .content .link-container .btn-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #00AEED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #00AEED;
  display: flex;
  align-items: center;
}
.image-item-description-card-container .content .link-container .link:hover svg, .image-item-description-card-container .content .link-container .btn-link:hover svg {
  -webkit-animation: moveRight 1s linear infinite;
          animation: moveRight 1s linear infinite;
}
.image-item-description-card-container.highlighted .content {
  border-color: #003070;
  background-color: #003070;
  color: white !important;
}
.image-item-description-card-container.highlighted .content .title {
  color: white;
}
.image-item-description-card-container.highlighted .content .description {
  color: white;
}

.left-icon-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
  margin-bottom: 25px;
}
.left-icon-description .icon-container {
  color: #00AEED;
  font-size: 45px;
  margin-top: -10px;
  width: 50px;
}
.left-icon-description .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.left-icon-description .content .title {
  font-size: 1.65rem;
  color: #003070;
  font-family: "Metrophobic", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.left-icon-description .content .separator {
  height: 15px;
  width: 60%;
  background-color: rgba(0, 174, 237, 0.3);
}

.counter-block {
  color: #003070;
  font-family: "Metrophobic", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.counter-block .counter {
  font-size: 40px;
}
.counter-block .title {
  font-size: 20px;
  margin: 0;
}

.agardy-jumbotron-header {
  height: 350px;
  color: white;
  border-bottom: 15px solid #00AEED;
  background-size: cover;
  background-position: bottom;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: visible !important;
  z-index: 2;
}
.agardy-jumbotron-header h1 {
  padding-top: 50px;
  font-size: 3rem;
  z-index: 2;
  position: relative;
}
.agardy-jumbotron-header .sub-title {
  font-size: 20px;
  z-index: 2;
  position: relative;
}
.agardy-jumbotron-header:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  background-image: url("/wp-content/themes/agardy/assets/images/right-svg-blue-header.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  content: "";
  height: calc(100% + 250px);
  z-index: 1;
  -webkit-animation: right-vector-blue-animation 1s ease-in-out;
          animation: right-vector-blue-animation 1s ease-in-out;
}

@keyframes right-vector-blue-animation {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.2;
  }
}
.contact-us-form label {
  margin-bottom: 5px;
}
.contact-us-form input,
.contact-us-form textarea {
  width: 100%;
  border: 1px solid #00AEED;
  height: 38px;
  border-radius: 6px;
  padding: 5px;
}
.contact-us-form textarea {
  height: 150px;
}
.contact-us-form input[name=attachments] {
  border: none;
}
.contact-us-form input[type=submit] {
  border: none;
  background-color: #00AEED;
  color: #003070;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  max-width: 250px;
}
.contact-us-form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.contact-us-form .wpcf7-acceptance label input {
  width: 40px;
  margin-left: -15px;
}

.left-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #003070;
}
.left-icon-text .icon-container {
  color: #0086C2;
  margin-top: 2px;
}

.project-detail-popup__trigger {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.project-detail-popup__trigger:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.project-detail-popup__content .modal-body {
  padding: 0;
  border-top: 15px solid rgba(0, 174, 237, 0.35);
}
.project-detail-popup__preview {
  height: 240px;
  width: 100%;
  overflow: hidden;
}
.project-detail-popup__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail-popup__trigger-title {
  display: block;
  padding: 16px 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #003070;
  text-transform: uppercase;
}
.project-detail-popup__modal .modal-dialog {
  max-width: 920px;
}
.project-detail-popup__nav {
  position: fixed;
  top: 50%;
  z-index: 1061;
  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;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  font-size: 25px;
  border-radius: 50%;
  background-color: white;
  color: #00AEED;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.project-detail-popup__nav:hover {
  background-color: #00AEED;
  color: #fff;
}
.project-detail-popup__nav--prev {
  left: max(12px, 50% - 520px);
}
.project-detail-popup__nav--next {
  right: max(12px, 50% - 520px);
}
.project-detail-popup__nav.is-hidden {
  display: none;
}
.project-detail-popup__content {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.project-detail-popup__topbar {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
  padding: 22px 56px 18px;
  text-align: center;
  border-bottom: 0;
}
.project-detail-popup__header-title {
  margin: 0;
  color: #00AEED;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.project-detail-popup__close {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.65;
}
.project-detail-popup__gallery {
  padding: 0 32px;
}
.project-detail-popup__hero-frame {
  overflow: hidden;
  background: #fff;
}
.project-detail-popup__hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail-popup__carousel .carousel-item {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.project-detail-popup__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.project-detail-popup__thumbnail {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.project-detail-popup__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project-detail-popup__thumbnail.active, .project-detail-popup__thumbnail:hover {
  border-color: #00AEED;
}
.project-detail-popup__body {
  position: relative;
  padding: 28px 40px 40px;
  overflow: hidden;
}
.project-detail-popup__body::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 70%;
  background-image: url("/wp-content/themes/agardy/assets/images/project-vector.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.project-detail-popup__body > * {
  position: relative;
  z-index: 1;
}
.project-detail-popup__project-title {
  margin: 0 0 8px;
  color: #003070;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.project-detail-popup__project-subtitle {
  margin: 0 0 28px;
  color: #0086C2;
  font-size: 1rem;
  font-weight: 500;
}
.project-detail-popup__details-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.project-detail-popup__detail-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.project-detail-popup__detail-label {
  color: #003070;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.5;
}
.project-detail-popup__detail-content {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.6;
}
.project-detail-popup__detail-content p:last-child {
  margin-bottom: 0;
}
.project-detail-popup__list {
  margin: 0;
  padding-left: 18px;
}
.project-detail-popup__list li {
  margin-bottom: 6px;
}
.project-detail-popup__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .project-detail-popup__gallery {
    padding: 0 16px;
  }
  .project-detail-popup__body {
    padding: 24px 20px 32px;
  }
  .project-detail-popup__detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .project-detail-popup__topbar {
    padding: 18px 48px 16px;
  }
  .project-detail-popup__nav {
    width: 36px;
    height: 36px;
  }
  .project-detail-popup__nav--prev {
    left: 8px;
  }
  .project-detail-popup__nav--next {
    right: 8px;
  }
}

.process-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.1fr);
  gap: 48px 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
.process-section__media {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.process-section__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.process-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.process-section__image-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 48, 112, 0)), to(rgba(0, 48, 112, 0.75)));
  background: linear-gradient(180deg, rgba(0, 48, 112, 0) 45%, rgba(0, 48, 112, 0.75) 100%);
  pointer-events: none;
}
.process-section__number {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-family: "Metrophobic", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.process-section__connector {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 2px;
  height: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 237, 0.35)), color-stop(50%, rgba(0, 174, 237, 0.25)), to(rgba(0, 174, 237, 0)));
  background: linear-gradient(180deg, rgba(0, 174, 237, 0.35) 0%, rgba(0, 174, 237, 0.25) 50%, rgba(0, 174, 237, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.process-section__content {
  position: relative;
  z-index: 1;
  padding-top: 8px;
  opacity: 0;
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
  -webkit-transition: opacity 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
}
.process-section.is-visible .process-section__media,
.process-section.is-visible .process-section__content {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.process-section__step-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #0086C2;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.process-section__step-label i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}
.process-section__title {
  margin: 0 0 16px;
  color: #003070;
  font-family: "Metrophobic", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}
.process-section__description {
  margin: 0 0 24px;
  color: #4a5568;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}
.process-section__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.process-section__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #edf2f7;
  color: #003070;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}
.process-section--image-right .process-section__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
}
.process-section--image-right .process-section__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
}
.process-section--image-right .process-section__connector {
  left: calc(50% + 20px);
}
@media (max-width: 991px) {
  .process-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .process-section__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .process-section__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .process-section__connector {
    left: 50%;
  }
  .process-section--image-right .process-section__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .process-section--image-right .process-section__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .process-section {
    gap: 24px;
  }
  .process-section__media {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  .process-section__content {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  .process-section--image-right .process-section__media {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  .process-section--image-right .process-section__content {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  .process-section__number {
    left: 16px;
    bottom: 16px;
  }
}

.flip-product-card {
  container-type: inline-size;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  width: 100%;
}
.flip-product-card__inner {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: -webkit-transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
  height: 100%;
}
.flip-product-card.is-active .flip-product-card__inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-product-card__front, .flip-product-card__back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flip-product-card__front {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.flip-product-card__image {
  min-height: 275px;
  overflow: hidden;
}
.flip-product-card__image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.flip-product-card__front-content {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 56px 48px 32px;
  background-color: #003070;
  color: #fff;
}
.flip-product-card__title {
  margin: 0 0 16px;
  color: #00AEED;
  font-family: "Metrophobic", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}
.flip-product-card__description {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.65;
}
.flip-product-card__front-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: #00AEED;
  font-size: 1.25rem;
  line-height: 1;
}
.flip-product-card__back {
  position: absolute;
  inset: 0;
  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;
  padding: 24px;
  background-color: #003070;
  color: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-product-card__back-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flip-product-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.flip-product-card__detail {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.flip-product-card__detail-label {
  color: #00AEED;
  font-weight: 700;
}
.flip-product-card__detail-value {
  color: #fff;
  font-weight: 400;
}
.flip-product-card__back-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 15px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #00AEED;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
@container (min-width: 650px) {
  .flip-product-card__inner {
    max-height: 450px;
  }
}
@container (max-width: 525px) {
  .flip-product-card__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: unset;
  }
  .flip-product-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 200px;
    min-height: 0;
  }
  .flip-product-card__front-content {
    padding: 24px 48px 40px 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flip-product-card__back {
    padding: 10px;
  }
}

.product-list-container .wpb_wrapper {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.product-list-container .wpb_wrapper > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 60%;
          flex: 0 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60%;
  margin-bottom: 20px;
  min-height: 0;
}
.product-list-container .wpb_wrapper > * > * {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media (max-width: 525px) {
  .product-list-container .wpb_wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 85%;
            flex: 0 85%;
    width: 85%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.product-list-container .wpb_wrapper .flip-product-card {
  min-height: 0;
}
.product-list-container .wpb_wrapper::-webkit-scrollbar {
  height: 10px;
}
.product-list-container .wpb_wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.product-list-container .wpb_wrapper::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 999px;
}
.product-list-container .wpb_wrapper:hover, .product-list-container .wpb_wrapper:focus, .product-list-container .wpb_wrapper:focus-within {
  scrollbar-color: #00AEED #fff;
}
.product-list-container .wpb_wrapper:hover::-webkit-scrollbar-track, .product-list-container .wpb_wrapper:focus::-webkit-scrollbar-track, .product-list-container .wpb_wrapper:focus-within::-webkit-scrollbar-track {
  background: #fff;
}
.product-list-container .wpb_wrapper:hover::-webkit-scrollbar-thumb, .product-list-container .wpb_wrapper:focus::-webkit-scrollbar-thumb, .product-list-container .wpb_wrapper:focus-within::-webkit-scrollbar-thumb {
  background: #00AEED;
}

.product-vector-right {
  position: relative;
  z-index: 2;
}
.product-vector-right::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url("/wp-content/themes/agardy/assets/images/product-vector-right.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.product-vector-right .wpb_column {
  z-index: 1;
}

.vc_btn3-container.primary-button > button.vc_btn3,
.vc_btn3-container.primary-button > a.vc_btn3,
.primary-button > button.vc_btn3,
.primary-button > a.vc_btn3,
.vc_btn3-container.white-outline-button > button.vc_btn3,
.vc_btn3-container.white-outline-button > a.vc_btn3,
.white-outline-button > button.vc_btn3,
.white-outline-button > a.vc_btn3,
.vc_btn3-container.secondary-outline-button > button.vc_btn3,
.vc_btn3-container.secondary-outline-button > a.vc_btn3,
.white-outline-button > button.vc_btn3,
.white-outline-button > a.vc_btn3 {
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: none;
  padding: 12px 20px;
  border-radius: 10px;
}

.vc_btn3-container.primary-button > button.vc_btn3,
.vc_btn3-container.primary-button > a.vc_btn3,
.primary-button > button.vc_btn3,
.primary-button > a.vc_btn3 {
  background-color: #00AEED;
  color: #003070;
  border: 1px solid #00AEED;
}
.vc_btn3-container.primary-button > button.vc_btn3:hover,
.vc_btn3-container.primary-button > a.vc_btn3:hover,
.primary-button > button.vc_btn3:hover,
.primary-button > a.vc_btn3:hover {
  background-color: #003070;
  color: #00AEED;
  border: 1px solid #003070;
  color: white;
}

.vc_btn3-container.white-outline-button > button.vc_btn3,
.vc_btn3-container.white-outline-button > a.vc_btn3,
.white-outline-button > button.vc_btn3,
.white-outline-button > a.vc_btn3 {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.vc_btn3-container.white-outline-button > button.vc_btn3:hover,
.vc_btn3-container.white-outline-button > a.vc_btn3:hover,
.white-outline-button > button.vc_btn3:hover,
.white-outline-button > a.vc_btn3:hover {
  background-color: white;
  color: #003070;
  border: 1px solid white;
}

.vc_btn3-container.secondary-outline-button > button.vc_btn3,
.vc_btn3-container.secondary-outline-button > a.vc_btn3,
.white-outline-button > button.vc_btn3,
.white-outline-button > a.vc_btn3 {
  background-color: transparent;
  color: #003070;
  border: 1px solid #003070;
}
.vc_btn3-container.secondary-outline-button > button.vc_btn3:hover,
.vc_btn3-container.secondary-outline-button > a.vc_btn3:hover,
.white-outline-button > button.vc_btn3:hover,
.white-outline-button > a.vc_btn3:hover {
  background-color: #003070;
  color: white;
  border: 1px solid #003070;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Metrophobic", sans-serif;
}

.fw-normal h1,
.fw-normal h2,
.fw-normal h3,
.fw-normal h4,
.fw-normal h5,
.fw-normal h6,
.fw-normal p {
  font-weight: 400 !important;
}

body {
  --primary: #00AEED;
  --bs-primary: #00AEED;
  --bs-primary-rgb: 0, 174, 237;
  --primary-rgb: 0, 174, 237;
  --secondary: #003070;
  --bs-secondary: #003070;
  --bs-secondary-rgb: 0, 48, 112;
  --secondary-rgb: 0, 48, 112;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.btn-primary {
  --bs-btn-color: var(--secondary);
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: var(--secondary);
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--secondary);
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary);
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
  font-weight: 500;
}

.metrophobic {
  font-family: "Metrophobic", sans-serif !important;
}

.text-primary-dark {
  color: #0086C2;
}

@media (prefers-reduced-motion: reduce) {
  div.animated {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-transition-duration: 0.8s !important;
    transition-duration: 0.8s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*# sourceMappingURL=main.css.map */