@font-face {
  font-family: "droid_sansregular";
  src: url("/static/font/DroidSans-Regular.bef5ef92b4c5.eot");
  src: url("/static/font/DroidSans-Regular.bef5ef92b4c5.eot?#iefix")
      format("embedded-opentype"),
    url("/static/font/DroidSans-Regular.0b59913d35bf.woff2") format("woff2"),
    url("/static/font/DroidSans-Regular.fd6362cfeb43.woff") format("woff"),
    url("/static/font/DroidSans-Regular.4e2a4aacd138.ttf") format("truetype"),
    url("/static/font/DroidSans-Regular.489d660748c6.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "droid_sansbold";
  src: url("/static/font/DroidSans-Bold.1281ae42f5d6.eot");
  src: url("/static/font/DroidSans-Bold.1281ae42f5d6.eot?#iefix") format("embedded-opentype"),
    url("/static/font/DroidSans-Bold.7010520708e1.woff2") format("woff2"),
    url("/static/font/DroidSans-Bold.5c9686ee4caa.woff") format("woff"),
    url("/static/font/DroidSans-Bold.eb5d89038eaa.ttf") format("truetype"),
    url("/static/font/DroidSans-Bold.677ba34477f3.svg#droid_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.droid-sans {
  font-family: "droid_sansregular", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.droid-sans-bold {
  font-family: "droid_sansbold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.transparent {
  background-color: transparent !important;
}

.orange {
  background-color: #fb8507;
}

.light-orange {
  background-color: #f8ad5d;

}

.yellow {
  background-color: #ffd168;

}

.peach {
  background-color: #ffd79f;
}

.chocolate {
  background-color: #483c32;
}

body {
  font-family: droid_sansregular, sans-serif;
  background-color: #fff7d7;
}

.anchor-target {
  scroll-margin-top: 6rem;
}

.disable-content-container-animation {
  animation: none !important;
  opacity: 1 !important;
}

.content-container {
  margin-top: 6rem;
  width: calc(100% - 3 * var(--base-offset));
  opacity: 0;
  animation: reveal 0.3s ease-in-out calc(var(--animation-delay) + 0.7s)
    forwards;
  position: relative;
  left: calc(3 * var(--base-offset));
  overflow-x:hidden;
}

html:not([data-scroll="0"]) .content-container {
  margin-top: 5rem;
}

/* Navbar SECTION */

.disable-nav-animation {
  animation: none !important;
  opacity: 1 !important;
}

.navbar-toggler {
  border: 1px solid black;
  border-radius: 6px;
  background-color: white;
  box-shadow: none !important;
}

html:not([data-scroll="0"]) .navbar-toggler {
  border: none;
  border-radius: 6px;
  background-color: white;
}

nav {
  transition: all 0.3s;
  height: 6rem;
  opacity: 0;
  animation: reveal 0.3s ease-in-out calc(var(--animation-delay) + 0.7s)
    forwards;
}

html:not([data-scroll="0"]) nav {
  height: 5rem;
  background-color: #ffffff !important;
  border-radius: 2.5rem;
  top: 0.5rem;
  margin-inline: 1rem;
  box-shadow: 2px 2px 5px #00000025;
}

@media (max-width: 575px) {
  nav {
    height: 4rem;
  }
}

.d3-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: calc(3 * var(--base-offset));
  z-index: 1030;
  font-size: 18px;
}

.nav-cta {
  border: 2px solid #f8ad5d;
  box-shadow: 0px 2px 0px 0px #f8ad5d;
}

/* START home_page.html */

/* Hero SECTION */

.wave-hand {
  animation: waveHand 2.5s 4s 3;
  transform-origin: 70% 70%;
  display: inline-block;
}

@keyframes waveHand {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.bounce-down {
  opacity: 1;
  transition: opacity 0.3s;
  animation: bounceDown 1.2s ease-in-out infinite;
}

html:not([data-scroll="0"]) .bounce-down {
  opacity: 0;
}

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* TODO */
.hero {
  height: 500px;
}

.hero-capsule-border {
  margin-inline: auto;
  box-shadow: 0px 2px 5px #00000025;
  display: flex;
  justify-content: center;
  width: fit-content;
  border-radius: 100vw;
  align-items: center;
  padding:5px;
}

.hero-capsule {
  padding-inline: 40px;
  /* border: #ffd168 2px solid; */
  /* box-shadow: 0px 2px 5px #00000025; */
  background-color: #fffdf7;
  border-radius: 100vw;
  display: flex;
  overflow: hidden;
  width: fit-content;
}
.hero-capsule-text-wrap {
  display: flex;
  align-items: center;
}

.hero-capsule-text-wrap > img {
  margin-inline: 20px;
}

.hero-capsule-heading {
  font-size: 6em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.2rem;
  width: fit-content;
  margin-inline: auto;
}

.hero-capsule-smaller-heading {
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.2rem;
  width: fit-content;
  /* margin-top: 50px; */
  margin-inline: auto;
}

@media (max-width: 575px) {
  .hero-capsule {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-capsule-border {
    padding: 3px;
  }

  .hero-custom-capsule-border {
    padding: 3px;
  }


  .hero-capsule-text-wrap {
    display:grid;
    grid-template-columns: 1fr max-content;
    place-items: center;

    align-items: center;
  }

  .hero-capsule-text-wrap img {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    /* place-self: center; */

  }

  .hero-capsule-heading {
    font-size: 4em;
    margin-bottom:0;
  }

  .hero-capsule-smaller-heading {
    font-size: 2.5em;
  }

}

@media (max-width: 350px) {
  .hero-capsule-smaller-heading {
    font-size: 2em;
  }
}

.hero-subheading {
  font-size: 1.3em;
  line-height: 1.5;
}

.hero-fade-container {
  display: inherit;
}

.word-container {
  position: relative;
  display: inline-block;
  height: 0.97em; /* Adjust based on your word height */
  text-transform: uppercase;
  font-weight: 700;
}

.hero-subheading {
  font-size: 1.5em;
}

.hero-cta {
  border: 2px solid #f8ad5d;
  box-shadow: 0px 2px 0px 0px #f8ad5d;
}

.hero-link {
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: none;
}

.hero-container {
  margin-top: 1.75em;
  padding-top: 6em;
}

/* Problem Solution SECTION */

/* TODO */
.problem-card-border {
  background-color: #ffd79f;
  box-shadow: 0px 2px 5px #00000050;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:150px !important;
}

.problem {
  background-color: var(--background-white);
  background-color: #ffffffee;
  width: 100%;
}

.solution-card-border {
  background-color: #ffd168;
  box-shadow: 0px 2px 5px #00000050;
  display: flex;
  justify-content: center;
  margin-left:150px !important;
  align-items: center;
}
.solution {
  /* background-color: #fffcf0 */
  width: 100%;
  background-color: #ffffffee;
}

@media (max-width: 1399px) {
  .problem-card-border {
    margin-right: 1rem !important;
  }

  .solution-card-border {
    margin-left: 1rem !important;
  }
}

/* Services SECTION */

/* TODO */
.service-card-border {
  width: 21em;
  height: 21em;
  box-shadow: 0px 2px 5px #00000050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card {
  width: 20em;
  height: 20em;
  box-shadow: 0px 2px 5px #00000050;
  background-color: #ffffffee;
}

.service-link {
  text-decoration: none;
  color: black;
}



.questionnaire-card-border {
  background-color: #fff7d7;
  box-shadow: 0px 0px 5px #00000035;
  display: flex;
  justify-content: center;
  align-items: center;
  width:fit-content;
}

.questionnaire {
  background-color: var(--background-white);
  background-color: #ffffffee;
  box-shadow: 0px 0px 5px #00000025;
  width: 100%;
}

.questionnaire-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  width:100%;
}

.questionnaire-heading {
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2rem;
  width: 100%;
}

@media (max-width: 1399px) {
  .questionnaire-card-border {
    margin-right: 3rem !important;
    width:auto;
  }

  .questionnaire-grid {
    grid-template-columns: 1fr;
  }
}

/* Process SECTION */

.overview {
  z-index: 2;
  position: relative;
}

.overview .header {
  font-size: 60px;
}

.overview p {
  margin-bottom: 0;
}

.overview .step-header {
  font-size: 32px;
}

.overview span {
  color: var(--primary);
}

.overview p {
  color: inherit;
  width: 100%;
}


.step span {
  color: var(--primary);
}

.step p {
  color: inherit;
  width: 100%;
}

.step-header {
  font-size: 32px;
}

.step-card-border {
  box-shadow: 0px 2px 5px #00000025;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  padding:5px;
  white-space:wrap;

}

.step {
  background-color: #ffffffee;
  max-width: 350px;
  height: 20em;
}

.step-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10em;
  place-items: center;
}

@media (max-width: 1500px) {
  .step-card-grid {
    grid-template-columns: 1fr;
  }
}

.scrolling-wrapper {
  cursor: e-resize;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
/* About SECTION */

.benefits-section {
  background-color: #ffffffee;
  box-shadow: 0px 0px 5px #00000025;
  width:100%;
}

.benefits-section-border {
  background-color: #fff7d7;
  box-shadow: 0px 0px 5px #00000025;
  display: flex;
  justify-content: center;
  /* width: fit-content; */
  align-items: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.benefits-check-grid {
  display: grid;
  place-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

/* Contact SECTION */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap:1em;
}

.contact-heading {
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 700;
  /* white-space: nowrap; */
  letter-spacing: 0.2rem;
  width: fit-content;
}

.contact-box-border {
  place-self: center;

  box-shadow: 0px 2px 5px #00000025;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
}

.contact-box {
  background-color: #ffffffee;
  width: 100%;
}

@media(max-width: 1199px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .contact-heading {
    font-size: 3em;
  }
}

/* END home_page.html */

/* START contact_page.html */


.contact-card-border {
  box-shadow: 0px 2px 5px #00000050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact {
  background-color: var(--background-white);
  background-color: #ffffffee;
  width: 100%;
}

/* END contact_page.html */


/* START process_page.html */
.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, transparent 0%, #ffd79f 10%, #ffd79f 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  position: relative;
  margin: 2rem 0;
}

.timeline-item .timeline-border {
  box-shadow: 0px 2px 5px #00000025;
  justify-content: center;
  width: fit-content;
  align-items: center;
  padding: 5px;
  white-space: wrap;
}

.timeline-item .timeline-container {
  position: relative;
  width: 45%;
}

.timeline-item.left .timeline-container {
  margin-left: auto;
}

.timeline-item.right .timeline-container {
  margin-right: auto;
}

.timeline-item .timeline-container .timeline-content {
  background-color: #ffffffee;
}

.timeline-content span {
  color: var(--primary);
}

.timeline-content p {
  color: inherit;
  width: 100%;
}

.timeline-header {
  font-size: 32px;
}

.timeline-item::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: #fb8507;
  border: 3px solid #ffd168;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 12px;
  }

  .timeline-item .timeline-container {
    width: 90%;
    text-align: left;
  }

  .timeline-item.left .timeline-container {
    margin-left: 32px;
  }

  .timeline-item.right .timeline-container {
    margin-left: 32px;
  }

  .timeline-item::after {
    left: 0;
    transform: none;
  }
}

/* END process_page.html */


/* Footer SECTION */

footer  {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-rows: 1fr max-content;
  place-items: center;
}

footer .info {
  display: grid;
  width: 100%;
  max-width: 800px;
  grid-template-columns: 1fr 2em 1fr;
  place-items: center;
}

footer .nav {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap:0.5em;
}

footer .divider {
  background: black;
  width: 1px;
  height: 150px;
}

footer .header {
  margin-bottom: 10px;
}

footer .handles > div:first-child {
  margin-bottom: 10px;
}

footer .notice {
  display: block;
}

footer a {
  color: black;
}

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


@media (max-width: 575px) {
  footer .notice {
    display:grid;
    text-align:center;
  }
}

.no-bullets {
  list-style-type: none;
  padding-left: 1rem;
}
