* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1c2b36;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 2000;
  background: #004566;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #6EC4C5;
  outline-offset: 3px;
}

.animate__animated.animate__fadeInDown {
  animation: fade-in-down 700ms ease both;
}

@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

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

h3, .hero-eyebrow {
  font-weight: 900;
  color: #0077AF;
  font-size: 36px;
  letter-spacing: 0.05em;

}

h1 {
  font-weight: bold;
  /* font-size: 80px; */
  color: #6EC4C5;
}

.services-title h2 {
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #004566;
  padding-bottom: 10px;
  margin: 0;
}
.service:nth-child(1) .service-name::before {
  content: url(../branding.svg);
  vertical-align: middle;
  padding-right:1rem;
}

.service:nth-child(2) .service-name::before {
  content: url(../development.svg);
  vertical-align: middle;
  padding-right:1rem;
  width: 2rem;

}

.service:nth-child(3) .service-name::before {
  content: url(../strategy.svg);
  vertical-align: middle;
  padding-right:1rem;

}

.service-name {
  font-size:2.5em;
}

.service-desc {
  color: #CCEFFF;
  text-align: justify;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #2c3e50;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 50px;
    font-family: inherit;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: inherit;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #FFF;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
    color: #2a2c39;
}

#header {
    height: 105px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.9);
}

#header.header-transparent {
    background: transparent;
}

#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, #ffffff 100%,  #61acdf 100%);
    padding: 0;
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 85vh;
    padding-top: 60px;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
    100% {
      transform: translate(-90px, 0%);
    }
  }
  
  @keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
    100% {
      transform: translate(-90px, 0%);
    }
  }
  
  @-webkit-keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @-webkit-keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }

  
  #section1{
      background-color: #0077AF;
      padding-top: 80px;
      color: #fff;
  }

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #6dc3c6;
    line-height: 1;
}

.circle {
    height: 200px;
    width: 200px;
    background-color:transparent;
    border-radius: 50%;
    border: 5px solid #0077AF;
    display: inline-block;
}

.btn-lets-talk {
    border: 2px solid #CCEFFF;
    box-sizing: border-box;
    border-radius: 5px;
    color: #CCEFFF;
    text-decoration: none;
    padding:10px 60px;
    font-size: 1.2rem;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    
}

.btn-lets-talk:hover {
  background-color: rgb(0, 0, 0, .1);
  color: #CCEFFF;
}

.btn-see-our-work {
  border: 2px solid #6EC4C5;
  box-sizing: border-box;
  border-radius: 5px;
  color: #6EC4C5;
  text-decoration: none;
  padding:10px 60px;
  font-size: 1rem;
  text-align: center;
  margin: auto;  
}

.btn-see-our-work:hover {
  color: #6EC4C5;
  background-color: rgba(0, 119, 175, .1);
}

.site-footer {
  background-color: #004566;
  color: #CCEFFF;
  padding: 24px 0;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.site-footer-links {
  margin-bottom: 8px;
}

.site-footer a {
  color: #CCEFFF;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer-note {
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.9;
}

.legal-main {
  padding-top: 145px;
  padding-bottom: 64px;
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.legal-section {
  color: #1c2b36;
}

.legal-container {
  max-width: 860px;
}

.legal-kicker {
  font-size: 0.9rem;
  color: #5c7182;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.legal-section h1 {
  color: #004566;
  margin-bottom: 24px;
}

.legal-section h2 {
  color: #004566;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.legal-section p,
.legal-section li {
  font-size: 1rem;
  line-height: 1.7;
}

.legal-section ul {
  padding-left: 1.25rem;
}

.legal-nav-list {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .legal-main {
    padding-top: 120px;
  }

  .legal-nav-list {
    gap: 0.25rem;
    flex-wrap: wrap;
  }

  .services-title h2 {
    font-size: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .scroll-arrow,
  .wave1 use,
  .wave2 use,
  .wave3 use,
  .animate__animated.animate__fadeInDown {
    animation: none !important;
  }

  .nav-menu a,
  .btn-lets-talk,
  .btn-see-our-work {
    transition: none;
  }
}