html {
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100%;
}

body {
  background: #131c27;
  margin: 0;
  overflow-x: hidden;
  color: white;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; /* Match #animation's initial z-index */
  background: black;
  width: 100vw;
  height: 100vh;
}
#animation {
  position: relative;
  z-index: 9;
}
#animation.fade-out {
  animation: fadeOut 0.5s ease-in-out forwards !important;
  z-index: -1; /* Move behind other content after fade-out */
  opacity: 0; /* Ensure final state is applied */
}
#animation * {
  z-index: 9;
  /*display: none;/*  Hide temporary */
}

#scene {
  position: fixed;
  top: 0;
  left: 0;
}

.background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

#background-blobs {
  filter: blur(30px);
  transition: filter 4s;
}

#background-blobs.unblur {
  filter: blur(0px);
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInBottom {
  0% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

nav {
  z-index: 99;
  width: 99vw;
  height: 77px;
  left: 2vw;
  top: min(2vh, 2vw);
  opacity: 0;
}

#navbarNav {
  padding-top: 0 !important;
}
.navbar-nav .dropdown-menu {
  position: absolute!important;
  top: 50px;
}
/* Nav link styling */
.navbar-nav > a.nav-link {
  color: #ccd0d4;
  margin-left: 3vw;

  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Change color of active nav links */
.navbar-nav > a.active {
  color: #000;
}

@media (min-width: 991px) {
  .nav-contact-btn {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 13px 40px !important;
  }
}

.offcanvas {
  background-color: #0b0f19 !important;
  backdrop-filter: blur(5px);
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 50px;
  width: 350px;
}

.offcanvas-header {
  padding-top: 40px;
}

.text-gradient-primary {
  background: linear-gradient(120deg, #5856c3, #b53fca);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 50px rgba(0, 123, 255, 0.6);
}

.glow:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 40px rgba(0, 123, 255, 0.6);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#landing-title-gradient {
  position: absolute;
  width: 100vw;
  height: 50vh;
  top: 20vh;
  left: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.0005em;

  background: linear-gradient(276.09deg, #ffffff 14.9%, #8fa8c7 84.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0;
}
#landing-subtitle-gradient {
  position: absolute;
  width: 100vw;
  height: 50vh;
  top: 45vh;
  left: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.0005em;

  background: linear-gradient(276.09deg, #ffffff 14.9%, #8fa8c7 84.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0;
}
.btn-home-pair-container {
  position: absolute;
  width: 100vw;
  height: calc(50vh - 1.5 * max(min(10vw, 77px)) - 50px - 20vh);
  top: calc(50vh + 1.5 * max(min(10vw, 77px)));
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-home-pair-container > * {
  font-weight: 200 !important;
  font-size: 15px;
}
.dropdown-item {
  background-image: linear-gradient(102deg, #dcdcdc, #014ca5);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#button-pair .dropdown-item {
  background-image: linear-gradient(102deg, #212121, #014ca5);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#button-pair .dropdown-item:hover {
  background-image: linear-gradient(102deg, #87afe0, #a6c2e3);
  color: rgba(255, 255, 255, 1);
}

/* Ensure dropdown arrow matches style */
.btn-urine.dropdown-toggle::after {
  border-top-color: rgba(255, 255, 255, 0.95); /* Match text color */
}
.btn-contact {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 12px 34px;
  margin-right: 5vw !important;
}

.btn-learn {
  border: 3px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 10px 34px;
}
.btn-skin {
  border: 3px solid rgba(255, 255, 255, 0.1);
  background-color: #8b8b8b1a;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 10px 34px;
  font-family: "Inter", sans-serif;
  width: 20%;
}
.btn-urine {
  border: 3px solid rgba(255, 255, 255, 0.1);
  background-color: #b3b3b34f;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 10px 34px;
  font-family: "Inter", sans-serif;
  /* width: 20%; */
}
.btn-tech {
  border: 3px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 10px 34px;
  font-family: "Inter", sans-serif;
  /* width: 20%; */
}

.arrow-icon {
  position: absolute;
  bottom: 20px;
  left: 50vw;
  transform: translateX(-50%);
  color: rgba(239, 243, 247, 0.9);
  font-size: 20px;
  -webkit-text-stroke: 2px;
  cursor: pointer;
}

.sections {
  position: absolute;
  top: 100vh;
  left: 0;
  z-index: 1; /* Above faded #animation */
}

#graph-section {
  width: 100vw;
}

.top-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #506782;
}

.content-wrapper {
  width: 100%;
  margin-bottom: 15vh;
  margin-top: 12vh;
}

.text-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-left: 5vw;
}

.text-container span {
  font-weight: 800;
  font-size: 64px;
}

.text-container br {
  height: 100px !important;
}

.blue-gradient {
  display: inline;
  background: linear-gradient(133.37deg, #3c7fd2, #7da0ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: max(min(4.5vw, 2rem), 1.6rem);
  line-height: 1.5;
  align-items: center;
  color: #597291;
  margin: 0 auto;
}

.graphic-container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.pie-chart {
  max-width: 100%;
  height: auto;
}

.sensill-video-section {
  position: relative;
  width: 100vw;
  box-sizing: border-box;
  padding: 110px 18px 80px;
  background: radial-gradient(
      1200px 500px at 50% 0%,
      #2c415a 0%,
      #0a111a 60%,
      #060c12 100%
    );
  color: #d9e6f3;
  text-align: center;
}

.sensill-video-container {
    max-width: 980px;
    margin: 0 auto;
}

.sensill-video-heading {
    margin: 0 0 28px;
    font-size: clamp(22px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #b9d1ea;
    opacity: 0.95;
}

.sensill-video-card {
    position: relative;
    margin: 22px auto 26px;
    width: min(820px, 100%);
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
      0 20px 55px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    cursor: pointer;
    outline: none;
}

.sensill-video-card:focus-visible {
    box-shadow:
      0 20px 55px rgba(0, 0, 0, 0.55),
      0 0 0 2px rgba(135, 175, 224, 0.8);
}

.sensill-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    filter: saturate(1.05) contrast(1.02);
}

.sensill-video-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(0, 0, 0, 0.15) 40%,
      rgba(0, 0, 0, 0.35) 100%
    );
    transition: opacity 180ms ease;
}

.sensill-video-card:hover .sensill-video-overlay {
    opacity: 0.92;
}

.sensill-video-play {
    width: clamp(56px, 7.5vw, 92px);
    height: auto;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.sensill-video-caption {
    max-width: 820px;
    margin: 0 auto 22px;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.5;
    color: rgba(185, 209, 234, 0.85);
}

.sensill-video-divider {
    display: flex;
    justify-content: center;
    margin-top: 26px;
    opacity: 0.9;
}

.sensill-video-divider img {
    height: 54px; /* tweak to match your asset */
    width: auto;
}

/* Modal */
.sensill-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  /* Center dialog within viewport */
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}

.sensill-modal[aria-hidden="false"] {
  display: flex;
}

.sensill-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(4px);
}

.sensill-modal-dialog {
  position: relative;
  width: min(960px, calc(100% - 24px));
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #050a10;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

.sensill-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #e9f3ff;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
}

.sensill-modal-close:hover {
    background: rgba(255, 255, 255, 0.18);
}

.sensill-modal-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.sensill-modal-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

#standard-treatment-section {
  width: 100vw;
  margin-bottom: 50px;
}

.graphic-section {
  background-color: #1b2735;
}

.rectangle {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  background-color: #1b2735;
  border-radius: 10px;
  padding: 20px;
}

.text-container {
  text-align: left;
}

.small-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  color: white;
}

.icon i {
  font-size: 40px;
}

.icon p {
  margin-top: 10px;
  font-size: 14px;
  color: white;
}

#standard-care-graphic {
  margin-top: 6vw;
}

.svg-wrapper {
  text-align: center;
}

.svg-graphic {
  width: 90vw;
}

.bullets {
  width: 75%;
  margin: 0 auto;
  margin-top: 8vh;
  padding-left: 20px;
  color: #597290;
  font-size: max(min(3vw, 28px), 16px);
  font-weight: 500;
  line-height: 1.8;
}

.bullets li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.bullet-emphasis {
  color: #96b6dc;
}

.concave-section {
  position: relative;
  z-index: -2;
  width: 100vw;
  background: linear-gradient(180deg, #081628 0%, rgba(19, 0, 34, 1) 100%);
  overflow: hidden;
}

.opacity-gradient {
  position: absolute;
  z-index: -1;
  background: linear-gradient(rgba(19, 28, 39, 0), rgba(19, 28, 39, 1));
  width: 100%;
  height: 100%;
}

.oval-container {
  width: 120vw;
  height: 20vw;
  position: absolute;
  top: -10vw;
  left: -10vw;
  overflow: hidden;
}

.oval {
  width: 100%;
  height: 100%;
  background-color: #131c27;
  border: 2px solid rgba(89, 114, 144, 0.3);
  border-radius: 50%;
}

.sensill-intro-section {
  margin-top: calc(20vw + 50px);
  width: 100vw;
}

.sensill-intro-container {
  width: 26vw;
  margin: 0 auto;
}

.sensill-intro-img {
  width: 100%;
}

.minor-bullet {
  font-size: max(min(2.8vw, 20px), 15px);
  font-weight: 300;
  line-height: 1.6;
}

.emphasis-bullet {
  font-size: max(min(3.2vw, 24px), 17px);
  font-weight: 400;
  color: rgba(110, 175, 254, 0.8);
  text-shadow: 0px 0px 60px rgba(255, 255, 255, 0.15);
  line-height: 1.65;
}

.explanation-section {
  width: 100vw;
}

#voc-graphic {
  position: relative;
  margin-top: 26vh;
  margin-right: 10vw;
}

.bacteria-figure-labels {
  position: absolute;
  top: 0;
  left: 22.5vw;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: max(min(3vw, 18px), 12px);
  line-height: 130%;
  text-align: center;
  color: #dcdfeb;
}

.bacteria-figure-labels span {
  position: absolute;
  width: max(min(28vw, 150px), 50px);
}

.text-blocks {
  display: flex;
  width: 80vw;
  margin: 0 auto;
  margin-top: 10vh;
}

.text-block {
  flex: 1;
  padding: 1.4vw;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
}

.block-title {
  font-size: max(min(4vw, 28px), 14px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.block-subtext {
  font-size: max(min(3vw, 16px), 12px);
  font-weight: 400;
  color: rgba(200, 200, 200, 0.9);
  text-align: justify;
}

.diagnostic-system-section {
  width: 100vw;
  margin-top: 15vh;
  padding: 3.5vw;
  text-align: center;
}

.section-subtext {
  font-size: max(min(4vw, 32px), 12px);
  font-weight: 400;
  color: #597290;
  width: 80vw;
  margin: 0 auto;
  margin-top: 6vh;
  line-height: 1.2;
}

/* .contact-section {
  position: relative;
  width: 100vw;
  justify-content: space-between;
  padding: 3.5vw;
  margin-top: 10vh;
  background: linear-gradient(180deg, #131c27 0%, #122333 100%);
  padding-top: 10vh;
  padding-bottom: 20vh;
}

.contact-left {
  position: sticky;
  top: 20px;
  width: 50%;
  margin-top: 10vh;
  margin-left: 7.5vw;
} */
.contact-section {
  position: relative;
  width: 100vw;
  display: flex; /* Assuming flexbox based on justify-content */
  justify-content: space-between;
  padding: 3.5vw;
  padding-top: 10vh;
  padding-bottom: 20vh;
  margin-top: 10vh;
  background: linear-gradient(180deg, #131c27 0%, #122333 100%);
  min-height: 100vh; /* Ensure enough height for scrolling */
  overflow: visible; /* Prevent overflow issues */
}

.contact-left {
  width: 50%;
  margin-top: 10vh;
  margin-left: 7.5vw;
  z-index: 10; /* Ensure it stays above other content */
}
.contact-right {
  width: 50%;
  color: #597290;
}

.contact-heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 50px;
  line-height: 61px;
  display: flex;
  align-items: center;

  color: rgba(255, 255, 255, 0.9);
}

.contact-grid-heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 25px;
  line-height: 30px;
  /* display: flex; */
  align-items: center;
  width: 75%;
  margin-bottom: 10vh;

  color: #597290;
}

.contact-subtext {
  width: 32vw;
  margin-top: 2vh;
  margin-bottom: 5vh;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #99abc5;
}

.contact-buttons {
  margin-top: 20px;
}

.contact-buttons button {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 300;
}

.contact-button {
  padding: 12px 30px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.about-button {
  background: transparent;
  border: none;
  padding: 10px 30px;
}

.about-button-content-container {
  display: flex;
  align-items: center;
}

.double-arrow-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.contact-info-block {
  border-radius: 4px;
  margin-right: 6vw;
  animation: slideIn 1.5s ease-in-out;
}

.contact-info-title {
  font-size: 26px;
  font-weight: 500;
  color: #081628;
  margin-bottom: 15px;
}

.contact-info-subtext {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 350;
  line-height: 1.4;
  font-size: 15px;
  color: #99abc5;
}

.footer {
  width: 100vw;
  height: 100px;
  background-color: #141d28;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 0 15px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-level1 {
  margin: auto;
}

.footer-level1 p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.footer-line {
  width: 98%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

.footer-level2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.8);
  margin: auto;
}

.footer-level2 p {
  font-size: 14px;
  margin: 0;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.footer-copyright {
  text-align: right;
}

@media (max-width: 991px) {
  .large-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .small-only {
    display: none !important;
  }
}

/* When Large */
@media (min-width: 992px) {
  .content-wrapper {
    display: flex;
  }

  .graphic-container {
    margin-right: 8vw;
    margin-top: 2vh;
  }

  #sensill-care-graphic {
    margin-top: -4vh;
  }

  .sensill-bullets {
    margin-top: -6vh;
  }

  #sensill-render {
    width: 60vw;
  }

  .contact-section {
    display: flex;
  }
}

/* When Small */
@media (max-width: 991px) {
  nav {
    left: 1vw;
    width: 97vw;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
  }
  .navbar-collapse.collapse.show {
    height: 100vh;
  }
  .navbar-nav {
    height: 100vh;
  }

  .content-wrapper {
    margin-bottom: 10vw;
  }

  .text-container {
    margin-bottom: 8vw;
  }

  .pie-chart {
    margin: 0 auto;
  }

  .graphic-container {
    margin-bottom: 0;
  }

  .sensill-intro-container {
    width: 50vw;
  }

  #sensill-care-graphic {
    margin-top: 0;
  }

  .bullets {
    margin-top: -2vh;
  }

  .sensill-bullets {
    margin-top: 0vh;
  }

  .section-heading {
    width: 95%;
  }

  #voc-graphic {
    margin-top: 18vh;
  }

  #sensill-render {
    width: 80vw;
  }

  .contact-left {
    width: 90vw;
    margin: 0 auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .contact-heading span {
    margin: 0 auto;
    font-size: max(min(5vw, 50px), 1.8rem);
  }

  .contact-subtext {
    text-align: center;
    width: 70vw;
    margin: 0 auto;
    font-size: max(min(4vw, 20px), 14px);
  }

  .contact-buttons {
    margin-left: 0vw;
    margin-top: 3vh;
    margin-bottom: 7vh;
    display: flex;
    justify-content: center;
  }

  .contact-grid-heading {
    width: 90vw;
    margin-left: 5vw;
    margin-bottom: 8vh;
  }

  .contact-info {
    margin-left: 4vw;
    display: inline-block;
    width: 90vw;
  }

  .contact-info-block {
    /* width: 38vw; */
    width: 100%
  }
}

/* When very Small */
@media (max-width: 612px) {
  .text-blocks {
    display: block;
    margin-top: 15vw;
  }

  .text-block {
    margin-left: 0 !important;
    margin-bottom: 5vw;
  }

  .sensill-intro-section {
    margin-bottom: -10vh;
  }

  .timeline-graphic {
    display: none;
  }

  .vertical-timeline-graphic {
    display: block !important;
  }

  .voc-graphic-wrapper {
    margin-left: -10vw;
  }

  .bacteria-figure-labels {
    margin-left: 5vw;
  }
  .btn-home-pair-container {
    display: inline-block !important;
    padding: 0 20px 0 20px;
  }
  .btn-urine {
    width: 100%!important;
    margin: 20px 0;
  }
  .btn-skin {
    width: 100%!important;
    margin: 0px 0;
  }
  .btn-tech {
    width: 100%!important;
    margin: 20px 0 10px 0;
  }
  .contact-section {
    display: inline-block;
  }
}
li.nav-item.dropdown {
    margin-left: 3vw;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ccd0d4;
}
li.nav-item {
    margin-left: 3vw;
    display: flex;
    align-items: center;
    text-align: center;
}