/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

Inside media queries 1em is always 16px i.e 1em = 16px at every screen size only inside media queries
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 59%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 56%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 65%; } }

body {
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Source Sans Pro', sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

input:focus,
button:focus,
a:focus,
textarea:focus {
  outline: none; }

button {
  border: none;
  cursor: pointer; }

textarea {
  resize: none; }

.heading-primary {
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .heading-primary {
      font-size: 4.5rem; } }

.heading-sec__mb-bg {
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-bg {
      margin-bottom: 8rem; } }

.heading-sec__mb-med {
  margin-bottom: 9rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-med {
      margin-bottom: 8rem; } }

.heading-sec__main {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative; }
  .heading-sec__main--lt {
    color: #fff; }
    .heading-sec__main--lt::after {
      content: '';
      background: #fff !important; }
  .heading-sec__main::after {
    content: '';
    position: absolute;
    top: calc(100% + 1.5rem);
    height: 5px;
    width: 3rem;
    background: #0062b9;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px; }
    @media only screen and (max-width: 37.5em) {
      .heading-sec__main::after {
        top: calc(100% + 1.2rem); } }

.heading-sec__sub {
  display: block;
  text-align: center;
  color: #777;
  font-size: 2rem;
  font-weight: 500;
  max-width: 80rem;
  margin: auto;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .heading-sec__sub {
      font-size: 1.8rem; } }
  .heading-sec__sub--lt {
    color: #eee; }

.heading-sm {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.main-container {
  max-width: 120rem;
  margin: auto;
  width: 92%; }

.btn {
  background: #fff;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: transform .3s; }
  .btn:hover {
    transform: translateY(-3px); }
  .btn--bg {
    padding: 1.5rem 8rem;
    font-size: 2rem; }
  .btn--med {
    padding: 1.5rem 5rem;
    font-size: 1.6rem; }
  .btn--theme {
    background: #0062b9;
    color: #fff; }
  .btn--theme-inv {
    color: #0062b9;
    background: #fff;
    border: 2px solid #0062b9;
    box-shadow: none;
    padding: calc(1.5rem - 2px) calc(5rem - 2px); }

.sec-pad {
  padding: 8.5rem 0; }
  @media only screen and (max-width: 56.25em) {
    .sec-pad {
      padding: 6.2rem 0; } }

.text-primary {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .text-primary {
      font-size: 2rem; } }

.d-none {
  display: none; }

.home-hero {
  color: #fff;
  background: linear-gradient(to right, rgba(0, 98, 185, 0.8), rgba(0, 98, 185, 0.8)), url(../../assets/svg/common-bg.svg);
  background-position: center;
  height: 100vh;
  min-height: 80rem;
  max-height: 120rem;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .home-hero {
      height: unset;
      min-height: unset; } }
  .home-hero__socials {
    position: absolute;
    top: 50%;
    border: 2px solid #eee;
    border-left: 2px solid #eee;
    transform: translateY(-50%); }
    @media only screen and (max-width: 56.25em) {
      .home-hero__socials {
        display: none; } }
  .home-hero__mouse-scroll-cont {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 37.5em) {
      .home-hero__mouse-scroll-cont {
        display: none; } }
  .home-hero__social {
    width: 5rem; }
  .home-hero__social-icon-link {
    width: 100%;
    display: block;
    padding: 1.2rem;
    border-bottom: 2px solid #eee;
    transition: background .3s; }
    .home-hero__social-icon-link:hover {
      background: rgba(255, 255, 255, 0.1); }
    .home-hero__social-icon-link--bd-none {
      border-bottom: 0; }
  .home-hero__social-icon {
    width: 100%; }
  .home-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90rem;
    width: 92%; }
    @media only screen and (max-width: 37.5em) {
      .home-hero__content {
        padding: 19rem 0 13rem 0;
        margin: auto;
        position: static;
        transform: translate(0, 0); } }
  .home-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .home-hero__cta {
    margin-top: 5rem;
    text-align: center; }

.about {
  background: #fafafa; }
  .about__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6rem; }
    @media only screen and (max-width: 56.25em) {
      .about__content {
        grid-template-columns: 1fr;
        grid-gap: 5rem; } }
    .about__content-title {
      font-weight: 700;
      font-size: 2.4rem;
      margin-bottom: 2.2rem; }
      @media only screen and (max-width: 37.5em) {
        .about__content-title {
          font-size: 2.1rem; } }
    .about__content-details-para {
      font-size: 1.5rem;
      color: grey;
      max-width: 60rem;
      line-height: 1.6;
      margin-bottom: 1rem; }
      .about__content-details-para--hl {
        font-weight: 700;
        margin: 0 3px; }
      .about__content-details-para:last-child {
        margin-bottom: 2.6rem; }
  .about__content-skills {
    position: relative;
    padding: 2rem 1.8rem 1.6rem;
    border-radius: 1.8rem;
    border: 1px solid rgba(7, 32, 67, 0.08);
    background:
      radial-gradient(circle at 88% 10%, rgba(79, 150, 220, 0.1) 0%, rgba(79, 150, 220, 0) 30%),
      linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 16px 36px rgba(16, 39, 76, 0.12);
  }
  .about__content-skills .about__content-title {
    margin-bottom: 1.4rem;
    font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif;
    font-size: clamp(2.2rem, 2.4vw, 2.8rem);
    letter-spacing: 0.03rem;
    color: #102846;
  }
  .about__content-skills .skills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }
  .about__content-skills .skills__skill {
    position: relative;
    margin: 0;
    min-height: 4.6rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(16, 56, 105, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 255, 0.98) 100%);
    box-shadow: 0 10px 24px rgba(17, 51, 96, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    color: #1b3f6f;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  }
  .about__content-skills .skills__skill:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(16, 48, 90, 0.18);
    border-color: rgba(16, 92, 173, 0.35);
    color: #0d58a6;
  }
  @media only screen and (max-width: 56.25em) {
    .about__content-skills {
      padding: 1.8rem 1.4rem 1.4rem;
      border-radius: 1.4rem;
    }
    .about__content-skills .about__content-title {
      margin-bottom: 1.2rem;
    }
    .about__content-skills .skills {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.7rem;
    }
    .about__content-skills .skills__skill {
      min-height: 4.2rem;
      font-size: 1.2rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .about__content-skills .skills {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.projects__row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 5rem;
  margin-bottom: 7rem; }
  @media only screen and (max-width: 56.25em) {
    .projects__row {
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      margin-bottom: 8rem; } }
  @media only screen and (max-width: 56.25em) {
    .projects__row {
      text-align: center; } }
  .projects__row:last-child {
    margin-bottom: 0; }
  .projects__row-img-cont {
    overflow: hidden; }
  .projects__row-img {
    width: 100%;
    display: block;
    object-fit: cover; }
  .projects__row-content {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 56.25em) {
      .projects__row-content {
        align-items: center; } }
    .projects__row-content-title {
      font-weight: 700;
      font-size: 2.8rem;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 37.5em) {
        .projects__row-content-title {
          font-size: 2.4rem; } }
    .projects__row-content-desc {
      font-size: 1.8rem;
      color: grey;
      max-width: 60rem;
      line-height: 1.7;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .projects__row-content-desc {
          font-size: 1.7rem; } }

.contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 86% 8%, rgba(125, 211, 252, 0.2) 0%, rgba(125, 211, 252, 0) 30%),
    linear-gradient(125deg, #0a3769 0%, #0b4f92 52%, #1272b0 100%),
    url(../../assets/svg/common-bg.svg);
  background-size: cover;
  background-position: center; }
  .contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 20, 48, 0.12) 0%, rgba(4, 20, 48, 0.32) 100%);
    z-index: 0;
    pointer-events: none;
  }
  .contact .main-container {
    position: relative;
    z-index: 1;
  }
  .contact.sec-pad {
    padding: 9.5rem 0 10.5rem;
  }
  .contact .heading-sec__mb-med {
    margin-bottom: 2.6rem;
  }
  .contact .heading-sec__main--lt {
    font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif;
    font-size: clamp(4.4rem, 6.2vw, 5.6rem);
    letter-spacing: 0.14rem;
    text-shadow: 0 10px 25px rgba(3, 14, 33, 0.32);
    margin-bottom: 3rem;
  }
  .contact .heading-sec__main--lt::after {
    width: 6rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(191, 239, 255, 0.95)) !important;
    box-shadow: 0 0 20px rgba(198, 239, 255, 0.45);
  }
  .contact__form-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 4rem;
    margin-top: 6rem;
    max-width: 80rem;
    text-align: right;
    width: 95%;
    border-radius: 5px;
    margin: 5rem auto 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-container {
        padding: 3rem; } }
  .contact__form-field {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-field {
        margin-bottom: 3rem; } }
  .contact__form-label {
    color: #666;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-align: left; }
  .contact__form-input {
    color: #333;
    padding: 2rem;
    width: 100%;
    border: 1px solid #ebebeb;
    font-size: 1.6rem;
    letter-spacing: 0px;
    background: #f0f0f0;
    border-radius: 5px;
    font-weight: 600;
    /* Code for Modern Browsers */
    /* Code for WebKit, Blink, Edge */
    /* Code for Internet Explorer 10-11 */
    /* Code for Microsoft Edge */
    /* Code for Mozilla Firefox 4 to 18 */
    /* Code for Mozilla Firefox 19+ */ }
    .contact__form-input::placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-webkit-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input:-ms-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-ms-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input:-moz-placeholder {
      opacity: 1;
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-moz-placeholder {
      opacity: 1;
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
  .contact__btn {
    width: 30%;
    padding: 2rem 4rem;
    font-size: 1.6rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__btn {
        width: 100%; } }
  .contact__cta-container {
    position: relative;
    overflow: hidden;
    max-width: 74rem;
    width: 95%;
    margin: 0 auto;
    padding: 3.4rem 3rem;
    border-radius: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: linear-gradient(140deg, rgba(7, 24, 57, 0.92) 0%, rgba(14, 84, 149, 0.9) 58%, rgba(10, 127, 173, 0.88) 100%);
    box-shadow: 0 26px 50px rgba(2, 15, 42, 0.4);
  }
  .contact__cta-container::before {
    content: '';
    position: absolute;
    width: 22rem;
    height: 22rem;
    top: -10rem;
    right: -7rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
    pointer-events: none;
  }
  .contact__cta-kicker {
    margin: 0 auto 1.2rem auto;
    display: inline-flex;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
    color: #e9f6ff;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .contact__cta-text {
    margin: 0 0 1rem 0;
    font-size: clamp(3rem, 4.1vw, 4.2rem);
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
  }
  .contact__cta-subtext {
    margin: 0 auto 2.5rem;
    max-width: 78rem;
    font-size: clamp(1.85rem, 2vw, 2.35rem);
    line-height: 1.55;
    color: #d8efff;
    text-wrap: balance;
  }
  .contact__cta-btn {
    position: relative;
    overflow: hidden;
    padding: 1.45rem 3.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366 0%, #1ca751 100%);
    letter-spacing: 0.08rem;
    box-shadow: 0 14px 24px rgba(20, 150, 70, 0.35);
  }
  .contact__cta-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.4) 45%, transparent 70%);
    transition: left 0.45s ease;
  }
  .contact__cta-btn:hover::after {
    left: 120%;
  }
  @media only screen and (max-width: 37.5em) {
    .contact.sec-pad {
      padding: 7.4rem 0 8.4rem;
    }
    .contact .heading-sec__mb-med {
      margin-bottom: 2.2rem;
    }
    .contact .heading-sec__main--lt {
      margin-bottom: 2.4rem;
      letter-spacing: 0.08rem;
    }
    .contact__cta-container {
      padding: 2.8rem 2rem;
      border-radius: 1.6rem;
    }
    .contact__cta-text {
      margin-bottom: 1.1rem;
      font-size: 2.6rem;
    }
    .contact__cta-subtext {
      margin-bottom: 2.1rem;
      font-size: 1.8rem;
      line-height: 1.45;
    }
  }

.whatsapp-float {
  position: fixed;
  right: 2rem;
  bottom: 3.8rem;
  z-index: 1200;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #28dd6a 0%, #149346 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(16, 128, 58, 0.42);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -0.7rem;
  border-radius: 50%;
  border: 1px solid rgba(43, 221, 106, 0.55);
  animation: whatsappPulse 1.8s ease-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 32px rgba(12, 116, 50, 0.5);
}

.whatsapp-float__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  line-height: 0;
}

.whatsapp-float__icon svg {
  width: 2.1rem;
  height: 2.1rem;
  display: block;
  fill: currentColor;
  transform: none;
}

body.is-project-open {
  overflow: hidden;
}

body.is-project-open .whatsapp-float {
  display: none !important;
}

body.is-project-open #project-details-inline {
  position: fixed;
  top: 6.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 -12px 28px rgba(4, 17, 36, 0.15);
}

@media only screen and (max-width: 56.25em) {
  body.is-project-open #project-details-inline {
    top: 5.2rem;
  }
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.9;
    transform: scale(0.86);
  }
  70% {
    opacity: 0;
    transform: scale(1.18);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media only screen and (max-width: 37.5em) {
  .whatsapp-float {
    right: 1.2rem;
    bottom: 2.4rem;
    width: 5rem;
    height: 5rem;
  }
  .whatsapp-float__icon svg {
    width: 2rem;
    height: 2rem;
    transform: none;
  }
}

.project-cs-hero {
  color: #fff;
  background: linear-gradient(to right, rgba(0, 98, 185, 0.8), rgba(0, 98, 185, 0.8)), url(../../assets/svg/common-bg.svg);
  background-size: cover;
  background-position: center;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .project-cs-hero {
      height: unset;
      min-height: unset; } }
  .project-cs-hero__content {
    padding: 25rem 0 17rem 0;
    max-width: 90rem;
    width: 92%;
    margin: auto; }
    @media only screen and (max-width: 37.5em) {
      .project-cs-hero__content {
        padding: 19rem 0 13rem 0;
        margin: auto;
        position: static;
        transform: translate(0, 0); } }
  .project-cs-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .project-cs-hero__cta {
    margin-top: 5rem;
    text-align: center; }

.project-details__content {
  padding: 5.6rem 0 6.2rem;
  max-width: 96rem;
  margin: auto; }
  .project-details__content-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 37.5em) {
      .project-details__content-title {
        font-size: 2.4rem; } }

.project-details__showcase-img-cont {
  width: 100%;
  margin-bottom: 3.2rem; }

.project-details__showcase-img {
  width: 100%; }

.project-details__content-main {
  width: 100%;
  max-width: 70rem;
  margin: auto; }

.project-details__desc {
  margin: 0 0 4rem 0; }
  .project-details__desc-para {
    font-size: 1.8rem;
    line-height: 1.7;
    color: grey;
    margin-bottom: 2rem; }

.project-details__tools-used {
  margin: 0 0 3.6rem 0; }
  .project-details__tools-used-list {
    display: flex;
    flex-wrap: wrap; }
  .project-details__tools-used-item {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #777; }

.project-details__links {
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem; }
  .project-details__links-btn {
    margin-right: 0;
    min-width: 18.5rem;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .project-details__links-btn {
        width: 100%;
        min-width: 0;
        margin-bottom: 0;
        padding: 1.35rem 2rem;
        border-radius: 1.1rem;
        font-size: 1.45rem;
        letter-spacing: 1.3px;
        white-space: nowrap;
        text-align: center; } }
    .project-details__links-btn:last-child {
      margin: 0; }

.project-details__close-btn {
  min-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff3f2;
  color: #b42318;
  border: 2px solid #fda29b;
  box-shadow: none;
}
.project-details__close-btn:hover {
  background: #ffe4e2;
  border-color: #f97066;
  color: #912018;
  transform: translateY(-2px);
}
.project-details__close-btn::before {
  content: 'x';
  display: inline-block;
  margin-right: 0;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 37.5em) {
  .project-details__links {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .project-details__close-btn {
    min-width: 100%;
    padding: 1.25rem 1.4rem;
  }
}

.project-details {
  background: linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
  border-top: 1px solid #d9e5f3;
}

.project-details__state {
  margin-bottom: 2.6rem;
  padding: 2.2rem 2.3rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(15, 64, 121, 0.18);
  background: linear-gradient(135deg, rgba(11, 47, 96, 0.95) 0%, rgba(19, 103, 176, 0.92) 100%);
  box-shadow: 0 14px 34px rgba(8, 35, 73, 0.28);
  color: #fff;
}

.project-details__state-kicker {
  margin: 0 0 0.7rem 0;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13rem;
  opacity: 0.95;
}

.project-details__state-title {
  margin: 0;
  font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif;
  font-size: clamp(2.4rem, 3.1vw, 3.4rem);
  line-height: 1.15;
}

.project-details__state-back {
  display: inline-flex;
  margin-top: 1.25rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #d9f0ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media only screen and (max-width: 37.5em) {
  .project-details__state {
    padding: 1.7rem 1.5rem;
    margin-bottom: 2rem;
  }

  .project-details__state-back {
    font-size: 1.35rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #000;
  background: #fff;
  box-shadow: 0 6px 36px rgba(0, 0, 0, 0.1); }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 3rem; }
    @media only screen and (max-width: 56.25em) {
      .header__content {
        padding: 0.4rem 1.4rem; } }
  .header__logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    transition: color .3s; }
    .header__logo-container:hover {
      color: #0062b9; }
  .header__logo-img-cont {
    width: 4rem;
    height: 4rem;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1.1rem;
    background: #0062b9; }
    @media only screen and (max-width: 56.25em) {
      .header__logo-img-cont {
        width: 3.4rem;
        height: 3.4rem;
        margin-right: 0.8rem; } }
  .header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .header__logo-sub {
    font-size: 1.45rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px; }
    @media only screen and (max-width: 56.25em) {
      .header__logo-sub {
        font-size: 1.25rem; } }
  .header__links {
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .header__links {
        display: none; } }
  .header__link {
    padding: 1.5rem 1.7rem;
    display: inline-block;
    font-size: 1.45rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    transition: color .3s; }
    .header__link:hover {
      color: #0062b9; }
    .header__link--active {
      color: #0062b9; }
    @media only screen and (max-width: 56.25em) {
      .header__link {
        padding: 1.2rem 1rem;
        font-size: 1.3rem; } }
  .header__main-ham-menu-cont {
    display: none;
    width: 2.4rem;
    padding: 1.4rem 0; }
    @media only screen and (max-width: 37.5em) {
      .header__main-ham-menu-cont {
        display: block; } }
  .header__main-ham-menu {
    width: 100%; }
  .header__main-ham-menu-close {
    width: 100%; }
  .header__sm-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    .header__sm-menu--active {
      visibility: hidden;
      opacity: 0; }
      @media only screen and (max-width: 37.5em) {
        .header__sm-menu--active {
          visibility: visible;
          opacity: 1; } }
  .header__sm-menu-link a {
    display: block;
    text-decoration: none;
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
    color: #333;
    text-align: right;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color .3s; }
    .header__sm-menu-link a:hover {
      color: #0062b9; }
    .header__sm-menu-link a.header__link--active {
      color: #0062b9; }
  .header__sm-menu-link:first-child a {
    border-top: 1px solid #eee; }
  .header__sm-menu-link-last {
    border-bottom: 0; }

.main-footer {
  background: #000;
  color: #fff; }
  .main-footer__upper {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__upper {
        padding: 6rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .main-footer__upper {
        display: block; } }
  .main-footer__row-1 {
    order: 2; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-1 {
        margin-bottom: 5rem; } }
  .main-footer__row-2 {
    width: 40%;
    order: 1;
    max-width: 50rem; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-2 {
        width: 100%; } }
  .main-footer__short-desc {
    margin-top: 2rem;
    color: #eee;
    font-size: 1.5rem;
    line-height: 1.7; }
  .main-footer__social-cont {
    margin-top: 2rem; }
  .main-footer__icon {
    margin-right: 1rem;
    width: 2.5rem; }
    .main-footer__icon--mr-none {
      margin-right: 0; }
  .main-footer__lower {
    padding: 4rem 0;
    border-top: 1px solid #444;
    color: #eee;
    font-size: 1.2rem;
    text-align: left;
    text-align: center; }
    .main-footer__lower a {
      text-decoration: underline;
      font-weight: bold;
      margin-left: 2px; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__lower {
        padding: 3.5rem 0; } }
  .main-footer__made-with {
    margin-top: 1.3rem;
  }
  .main-footer__made-with-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #f3f3f3;
    font-size: 1.15rem;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-weight: 700;
  }

.skills {
  display: flex;
  flex-wrap: wrap; }
  .skills__skill {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #777; }

.mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #eee;
  border-radius: 60px;
  position: relative;
  overflow: hidden; }
  .mouse::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 1.3s infinite;
    -webkit-animation: wheel 1.3s infinite; }

@keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }

/* Hero Banner Refresh */
.home-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 86% 14%, rgba(56, 189, 248, 0.38) 0%, rgba(56, 189, 248, 0) 30%),
    linear-gradient(120deg, #081a3f 0%, #0b4f9c 48%, #0aa4d1 100%);
}

.home-hero::before,
.home-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: heroFloat 9s ease-in-out infinite alternate;
}

.home-hero::before {
  width: 40rem;
  height: 40rem;
  top: -14rem;
  right: -10rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 70%);
  opacity: 0.55;
}

.home-hero::after {
  width: 34rem;
  height: 34rem;
  bottom: -12rem;
  left: -8rem;
  background: radial-gradient(circle at 35% 35%, rgba(125, 211, 252, 0.55), rgba(125, 211, 252, 0) 72%);
  animation-delay: 1.5s;
}

@keyframes heroFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1.6rem);
  }
}

.home-hero__socials,
.home-hero__mouse-scroll-cont {
  z-index: 3;
}

.home-hero__content {
  top: 40%;
  z-index: 4;
  max-width: 72rem;
  padding: 3.6rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  backdrop-filter: blur(7px);
  background: linear-gradient(145deg, rgba(7, 20, 49, 0.58), rgba(8, 33, 73, 0.32));
  box-shadow: 0 22px 60px rgba(2, 12, 32, 0.45);
}

.home-hero__eyebrow {
  display: inline-block;
  font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.home-hero .heading-primary {
  margin-top: 1.4rem;
  font-family: 'Space Grotesk', 'Source Sans Pro', sans-serif;
  font-size: clamp(3.8rem, 5.6vw, 6rem);
  line-height: 1.08;
  letter-spacing: 0.06rem;
  text-transform: none;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.28);
}

.home-hero__info {
  margin-top: 1.8rem;
}

.home-hero__lead {
  margin: 0;
  color: #e8f5ff;
  font-size: 1.75rem;
  line-height: 1.6;
  text-align: left;
}

.home-hero__cta {
  margin-top: 2.6rem;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.home-hero__cta .btn--bg {
  padding: 1.2rem 4.8rem;
  font-size: 1.8rem;
}

.home-hero__cta .btn--med {
  padding: 1.2rem 3.2rem;
  font-size: 1.5rem;
}

.home-hero__cta-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-hero__cta-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

@media only screen and (max-width: 56.25em) {
  .home-hero__content {
    padding: 2.8rem 2.2rem;
    border-radius: 1.6rem;
  }

  .home-hero__lead {
    text-align: center;
    font-size: 1.6rem;
  }

  .home-hero__cta .btn--bg,
  .home-hero__cta .btn--med {
    width: auto;
    min-width: 18rem;
  }
}

/* Hero Social Dots */
.home-hero__socials {
  display: flex;
  gap: 1.2rem;
  position: absolute;
  left: 50%;
  top: 63%;
  bottom: auto;
  transform: translateX(-50%);
  z-index: 3;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.home-hero__social {
  width: auto;
}

.home-hero__social-icon-link {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.07) 100%);
  box-shadow: 0 8px 18px rgba(6, 18, 40, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, opacity 0.24s ease;
}

.home-hero__social-icon-link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.12) 100%);
  border-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(4, 14, 34, 0.42);
}

.home-hero__social-icon {
  width: 2rem;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.95;
}

@media only screen and (max-width: 56.25em) {
  .home-hero__socials {
    display: flex;
    gap: 0.7rem;
    left: 50%;
    top: 66%;
    bottom: auto;
    transform: translateX(-50%);
    padding: 0;
  }

  .home-hero__social {
    width: auto;
  }

  .home-hero__social-icon-link {
    width: 3.8rem;
    height: 3.8rem;
  }

  .home-hero__social-icon {
    width: 1.6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .home-hero {
    padding-top: 7.2rem;
  }

  .home-hero__content {
    margin-top: 1rem;
  }

  .home-hero__socials {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    justify-content: center;
    width: max-content;
    margin: 1rem auto 2rem;
  }
}

/* Idle Scroll Hint */
.home-hero__mouse-scroll-cont {
  position: fixed;
  left: 50%;
  bottom: 1.6rem;
  transform: translate(-50%, 1.2rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  z-index: 1200;
}

.home-hero__mouse-scroll-cont.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 37.5em) {
  .home-hero__mouse-scroll-cont {
    display: none;
  }
}
