body,
button,
input,
select,
textarea,
a,
p,
li,
span,
label {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nexus-section-title,
.nexus-hero__title,
.nexus-flow-node h2,
.nexus-flow-node h3,
.nexus-case-card h2,
.nexus-case-card h3,
.nexus-capability-card h3,
.nexus-process-node h3,
.nexus-card h3 {
  font-family: "Sora", "Poppins", sans-serif;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: #c6f6f7;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
}

#menu {
  width: 100%;
  z-index: 99;
  height: 5em;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2em;
  pointer-events: none;
}

#menu * {
  pointer-events: auto;
}

#menu a {
  text-decoration: none;
  font-family: "Sora", sans-serif;
}

#menu li:hover a {
  color: #488081;
  transition: color 0.35s ease-in-out;
}

#menu-mobile {
  display: none;
}

.button-wrap {
  display: flex;
  align-items: center;
}

#navwrapper2 {
  display: flex;
  gap: 1.5em;
}

.navbutton {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  padding: 0.5em 1em;
  transition: color 0.3s ease, transform 0.2s ease;
}

.navbutton:hover {
  color: #49dec5;
  transform: scale(1.05);
}

.logo {
  height: 3em;
  object-fit: contain;
}

#particles-js {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  pointer-events: none;
}

#central-image {
  display: block;
  margin: 7.5rem auto 0;
  height: 25em;
  max-width: 90vw;
  pointer-events: none;
  z-index: 0;
}

.hero-booking-link {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
}

#mainpage-content {
  pointer-events: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 15%;
  background: rgba(255, 255, 255, 0);
}

.content-padding {
  margin-right: 10%;
  margin-left: 10%;
  z-index: -1;
  padding: 0 2.5em 8rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
}

h1 {
  display: flex;
  justify-content: center;
  font-size: clamp(3rem, 8vw, 6rem);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

h3 {
  display: flex;
  justify-content: center;
  color: #49dec5;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 2rem 0 0.5rem;
}

.subcontent > ul > li {
  margin-bottom: 1rem;
}

.sales-text,
#blurb1,
.default-page-content {
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  line-height: 1.55;
}

.highlighted {
  color: #49dec5;
}

.service-list {
  font-size: 1rem;
  padding-left: 4em;
  color: #49dec5;
  padding-top: 2em;
  padding-bottom: 2em;
}

.service-list > li {
  padding-top: 1em;
  animation: glow 2s infinite alternate;
}

@keyframes glow {
  to {
    text-shadow: 0 0 10px white;
  }
}

.contact-icon-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 25px;
}

.contact-icon {
  max-height: 2em !important;
  pointer-events: auto;
}

svg {
  width: 2em;
  fill: white;
  transition: fill 0.3s ease-in;
}

.cta {
  display: flex;
  max-width: 25%;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.cta-wrap {
  z-index: 1;
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 2%;
  background-color: transparent;
  backdrop-filter: blur(10px);
  left: 0;
}

.cta-wrap-about {
  position: static;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#cta-button,
#cta-button-about {
  z-index: 99 !important;
  background-color: transparent;
  backdrop-filter: blur(10px);
  padding: 25px;
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.8s ease, border-color 0.5s ease-in;
  width: auto;
  border-radius: 5px;
  border: 2px solid white;
  align-items: center;
  font-size: 2em;
}

#cta-button:hover,
#cta-button-about:hover {
  background-color: rgba(73, 222, 197, 0.8);
  transition: background 0.3s ease, border-color 0.5s ease-in;
  border-color: black;
}

.sidebar-wrapper {
  z-index: 1;
  background-color: transparent;
  backdrop-filter: blur(10px);
  display: flex;
  position: sticky;
  top: 7rem;
  left: 10%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  width: 25%;
}

#sidebar-logo-image {
  max-width: 100%;
  height: auto;
}

.aboutus-align {
  display: flex;
  gap: 2rem;
  width: min(1400px, 92vw);
  margin: 7.5rem auto 2rem;
  align-items: flex-start;
}

.aboutus-wrap {
  padding-left: 15px;
  z-index: 1;
  background-color: transparent;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 75%;
}

div.aboutus.section.\31,
div.aboutus.section.\32 {
  padding: 2rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  background: rgba(0, 0, 0, 0.35);
}

.employeename {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  color: #49dec5;
  min-width: 180px;
}

.headshot1 {
  z-index: 99;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.booking-page-wrap,
.default-page-wrap {
  width: min(1400px, 92vw);
  margin: 8rem auto 3rem;
  position: relative;
  z-index: 1;
}

.booking-embed,
.default-page-content {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  padding: 2rem;
}

.booking-embed iframe {
  min-height: 950px;
}

.default-page-content h1 {
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.nexus-title-with-icon,
.nexus-card-title-with-icon {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nexus-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #66f3ff;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(102, 243, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(102, 243, 255, 0.06),
    0 0 20px rgba(102, 243, 255, 0.08);
  flex: 0 0 auto;
}

.nexus-icon-badge svg {
  width: 22px;
  height: 22px;
}

.nexus-card-icon {
  width: 18px;
  height: 18px;
  color: #49dec5;
  flex: 0 0 auto;
  transform: translateY(1px);
  fill: none;
}

.nexus-section-kicker-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nexus-section-kicker-with-icon svg {
  width: 14px;
  height: 14px;
  color: #49dec5;
}

@media (max-width: 640px) {
  .nexus-title-with-icon,
  .nexus-card-title-with-icon {
    gap: 0.65rem;
  }

  .nexus-icon-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .nexus-icon-badge svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 900px) {
  .aboutus-align {
    flex-direction: column;
  }

  .sidebar-wrapper,
  .aboutus-wrap {
    width: 100%;
  }

  div.aboutus.section.\31,
  div.aboutus.section.\32 {
    flex-direction: column;
  }

  .cta {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  #menu-mobile {
    z-index: 100 !important;
    display: flex !important;
    width: 100%;
    height: 3.5em;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    transition: height 0.3s ease-in-out;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
    overflow: visible;
  }

  #menu-mobile a {
    font-family: "Sora", sans-serif;
    text-decoration: none;
  }

  #menu-mobile.tall {
    height: 3.5em;
  }

  .logo {
    z-index: 100;
    height: 2.5em;
    margin: auto 0;
    pointer-events: auto;
  }

  .dropdown {
    position: relative;
    display: flex;
    align-items: center;
  }

  .dropbutton {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .dropbutton img {
    display: block;
    width: 30px;
    height: auto;
    pointer-events: none;
  }

  .dropdown-content {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: auto;
    width: min(88vw, 320px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
    z-index: 101;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(73, 222, 197, 0.2);
    border-radius: 16px;
    overflow: hidden;
  }

  .dropdown-content.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dropdown-content ul,
  .dropdown-content .mobilemenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .dropdown-content li {
    width: 100%;
  }

  .dropdown-content li a {
    display: block;
    z-index: 100;
    color: #c6f6f7;
    text-decoration: none;
    font-size: 1.05rem;
    padding: 0.9em 1em;
    width: 100%;
    text-align: left;
    opacity: 1;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .dropdown-content li a:hover,
  .dropdown-content li a:focus {
    background: rgba(73, 222, 197, 0.2);
    color: #49dec5;
  }

  #menu {
    display: none !important;
  }

  #central-image {
    height: 15em;
    margin-top: 6rem;
  }

  #mainpage-content {
    top: 14%;
  }

  .content-padding {
    padding: 0 1rem 2rem !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .sales-text,
  #blurb1,
  .default-page-content {
    font-size: 1rem;
  }

  .service-list {
    padding-left: 0;
    font-size: 0.95rem;
  }

  .cta-wrap {
    bottom: 0;
    padding: 0.75rem 0;
  }

  .cta {
    max-width: 95%;
    font-size: 0.95rem;
  }

  #cta-button,
  #cta-button-about {
    font-size: 1.5rem;
    padding: 16px 20px;
  }

  .aboutus-align {
    width: 94vw;
    margin-top: 5rem;
  }

  .booking-page-wrap,
  .default-page-wrap {
    width: 94vw;
    margin-top: 5rem;
  }

  .booking-embed,
  .default-page-content,
  .aboutus-wrap,
  .sidebar-wrapper {
    padding: 1rem;
  }

  .headshot1 {
    width: 110px;
    height: 110px;
  }

  .employeename {
    min-width: 0;
    font-size: 1.5rem;
  }
}

/* Edits by user */
.nexus-about-card :is(h1, h2, h3, h4, h5, h6) {
  align-items: center;
}

.nexus-flow-node h2 svg {
  fill: none;
}

.nexus-icon {
  fill: none;
}

.nexus-icon-filled {
  height: 48px;
  width: 48px;
  fill: rgb(198, 246, 247) !important;
}

.nexus-icon:hover {
  fill: none;
}

.nexus-card-icon-filled {
  width: 24px;
  height: 24px;
  color: #49dec5;
  flex: 0 0 auto;
  transform: translateY(1px);
  fill: none;
  fill: rgb(198, 246, 247);
}

.nexus-icon-services {
  height: 48px;
  width: 48px;
  fill: none;
  color: #49dec5;
}

.nexus-icon-services-filled {
  height: 48px;
  width: 48px;
  fill: rgb(198, 246, 247) !important;
  color: #49dec5;
}

.nexus-portfolio-case__actions {
  margin-top: 1.25rem;
}

.case-study-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
}

@media (max-width: 768px) {
  body.home h3,
  body.home .nexus-card h3 {
    flex-wrap: wrap;
  }

  body.home .nexus-card-title-with-icon {
    align-items: flex-start;
  }
}

@media (min-width: 769px) {
  html {
    scroll-padding-top: 8.5rem;
  }

  .nexus-portfolio-case {
    scroll-margin-top: 8.5rem;
  }

  body.admin-bar .nexus-portfolio-case {
    scroll-margin-top: calc(8.5rem + 32px);
  }
}
.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.facebook-link {
    background: #1877f2;
    color: #ffffff;
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-link:hover {
    transform: translateY(-2px);
    opacity: 0.95;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


.nexus-hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nexus-hero__highlights li {
    margin: 0;
    padding: 0;
}

.nexus-hero__highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.nexus-hero__highlight-link:focus-visible {
    outline: 2px solid rgba(120, 220, 255, 0.95);
    outline-offset: 3px;
    border-radius: 999px;
}


/* Services page anchor pill alignment fix */
.nexus-services-nav__inner {
  display: grid;
  justify-content: center;
  gap: 0.9rem;
}

.nexus-services-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
}

/* Large desktop: keep all 5 on one clean row */
@media (min-width: 1280px) {
  .nexus-services-nav__inner {
    grid-template-columns: repeat(5, max-content);
  }
}

/* Smaller desktop / laptop: make it intentional instead of awkward wrap */
@media (min-width: 769px) and (max-width: 1279px) {
  .nexus-services-nav__inner {
    grid-template-columns: repeat(3, max-content);
  }

  .nexus-services-nav__link:last-child {
    grid-column: 2 / 3;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .nexus-services-nav__inner {
    grid-template-columns: 1fr;
  }

  .nexus-services-nav__link {
    width: 100%;
  }
}

@media (min-width: 769px) {
  html {
    scroll-padding-top: 0;
  }

  .nexus-service-flow {
    scroll-margin-top: 6.25rem;
  }
}

body:is(.page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  :is(#about-page-content, #services-page-content, #portfolio-page-content, #booking-page-content) {
  isolation: isolate;
}

body:is(.page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  :is(#about-page-content, #services-page-content, #portfolio-page-content, #booking-page-content)::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 88svh;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(73, 222, 197, 0.12), rgba(73, 222, 197, 0) 28%),
    radial-gradient(circle at 82% 28%, rgba(145, 245, 255, 0.08), rgba(145, 245, 255, 0) 24%),
    linear-gradient(180deg, rgba(2, 5, 7, 0.04), rgba(2, 5, 7, 0.28) 54%, rgba(5, 10, 13, 0.82) 84%, #050a0d 100%);
}

body:is(.page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  #particles-js {
  top: 0;
  bottom: auto;
  height: 88svh;
  background: transparent;
  overflow: hidden;
  z-index: -2;
}

body:is(.page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  :is(#particles-js canvas, #particle-canvas) {
  width: 100% !important;
  height: 100% !important;
}

.nexus-page-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1040px;
  margin: 1.85rem auto 0;
}

.nexus-page-hero__meta-card {
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(145, 245, 255, 0.14);
  border-radius: 20px;
  background: rgba(7, 13, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 48px rgba(0, 0, 0, 0.22);
  text-align: left;
}

.nexus-page-hero__meta-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #49dec5;
  font-weight: 600;
}

.nexus-page-hero__meta-text {
  display: block;
  line-height: 1.58;
  color: rgba(216, 251, 255, 0.82);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(145, 245, 255, 0.32);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  color: #defcff;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-button:hover {
  transform: translateY(-2px);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-button--primary {
  background: linear-gradient(135deg, rgba(73, 222, 197, 0.22), rgba(145, 245, 255, 0.12));
  box-shadow: 0 0 40px rgba(73, 222, 197, 0.18);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-button--primary:hover {
  background: linear-gradient(135deg, rgba(73, 222, 197, 0.34), rgba(145, 245, 255, 0.2));
  border-color: rgba(145, 245, 255, 0.72);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-button--secondary {
  background: rgba(8, 15, 20, 0.62);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-button--secondary:hover {
  background: rgba(73, 222, 197, 0.1);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  color: #49dec5;
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-inline-link::after {
  content: "\2192";
  transition: transform 0.2s ease;
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  .nexus-inline-link:hover::after {
  transform: translateX(2px);
}

body:is(.home, .page-template-page-front-test-php, .page-template-page-about-php, .page-template-page-services-php, .page-template-page-portfolio-php, .page-template-page-booking-php)
  :is(.nexus-button, .nexus-inline-link):focus-visible {
  outline: 2px solid rgba(145, 245, 255, 0.88);
  outline-offset: 3px;
}

.nexus-motion-ready .nexus-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--nexus-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.nexus-motion-ready .nexus-reveal.nexus-reveal--left {
  transform: translate3d(-22px, 28px, 0);
}

.nexus-motion-ready .nexus-reveal.nexus-reveal--right {
  transform: translate3d(22px, 28px, 0);
}

.nexus-motion-ready .nexus-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .nexus-motion-ready .nexus-reveal,
  .nexus-motion-ready .nexus-reveal.nexus-reveal--left,
  .nexus-motion-ready .nexus-reveal.nexus-reveal--right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .nexus-page-hero__meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .nexus-page-hero__meta {
    gap: 0.8rem;
    margin-top: 1.3rem;
  }

  .nexus-page-hero__meta-card {
    padding: 0.9rem 0.95rem 0.85rem;
    border-radius: 18px;
  }

  .nexus-page-hero__meta-label {
    font-size: 0.72rem;
  }

  .nexus-page-hero__meta-text {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}
