html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  background-color: #fff0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  filter: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: acumin-pro, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 145%;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

a {
  color: #d59e39;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

b,
strong {
  font-weight: bold;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

[role="list"] li {
  margin-bottom: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar.home {
  color: #868686;
  background-color: #fff;
  border-top-style: none;
  border-bottom: 1px #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9vh;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand.w--current {
  width: 17%;
  z-index: 11;
}

.brand {
  color: #2f4d48;
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}
.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  transition: all;
  transform: translateY(0px) translateX(0px);
}
.w-nav-menu {
  float: right;
  position: relative;
}

.arrow-icon {
  width: 22px;
  min-width: 22px;
  height: 19px;
  min-height: 19px;
  margin-left: 10px;
  padding: 3px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

/* .submit.mobile {
  display: none;
} */

.submit {
  color: #2f4d48;
  background-color: #fee5b6;
  border: 2px solid #fee5b6;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 116%;
  transition: background-color 0.2s;
  display: block;
}
/* .mobile-cta {
  display: none;
} */

.nav-link.w--current {
  color: #7cb929 !important;
  border-bottom-color: #7cb929;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.nav-link {
  color: #000;
  border-bottom: 2px solid #7cb92900;
  margin-left: 0;
  margin-right: 30px;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

/* .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
} */

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.nav-button {
  color: #2f4d48;
  background-color: #fff;
  border: 2px solid #fee5b6;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 32px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 116%;
  transition: background-color 0.2s;
  display: flex;
}
.nav-button:hover {
  background-color: none;
  background: #fff;
  color: #2f4d48;
  border: 2px solid #fee5b6;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

/* Footer */
.footer-logo {
  width: 100%;
  margin-bottom: 20px;
}
.footer {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.footer-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-contact {
  display: flex;
}

.social-icon-footer.fb {
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.social-icon-footer {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.social-icon-footer svg {
  width: 100%;
}

.icon {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 3px;
  display: flex;
}

.footer-link-flex {
  flex-flow: column;
  width: 40%;
  margin-right: 15px;
  display: flex;
}

.footer-info {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.footer-info-box {
  width: 23%;
}

.footer-link {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.footer-link.crlink:hover {
  text-underline-offset: 8px;
  color: #fff;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
  text-decoration-thickness: 1px;
}

.icon.footer-icon {
  color: #2e4c47;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 10px;
}

.footer-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.social-box-footer {
  color: #4d731a;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s;
  display: flex;
  line-height: 1;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.footer-headng {
  border-bottom: 2px #fdd07b;
  flex: 1;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.footer-link-box {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-flex.full-footer-link {
  width: 100%;
}

.copyright {
  background-color: #2e4c47;
  border-top: 1px #7cb929;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.footer-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.privacy-terms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link.crlink {
  color: #fff;
  margin-bottom: 0;
  text-decoration: underline;
}
.dot {
  background-color: #000;
  border-radius: 100px;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
}

.dot.white {
  background-color: #fff;
}

.reserve {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

/* Newsletter Box */
.content-wrapper.newsletterbg.show {
  display: flex;
}
.content-wrapper.newsletterbg {
  background-image: linear-gradient(#ffffffa6, #ffffffa6),
    url(../images/newsletter-bg.webp);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}
.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.icon.contact-icon {
  color: #2f4d48;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 10px;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.field p {
  width: 100%;
  padding: 0;
  display: flex;
  margin: 0;
  justify-content: space-between;
  position: relative;
}

.field span.wpcf7-spinner {
  position: absolute;
  z-index: 10000;
  left: 100%;
  top: 7px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.arrow-icon-box {
  border: 0;
  font-size: 0;
  background-image: url(/wp-content/uploads/2025/08/submit-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  text-align: center;
}

.w-form-fail {
  display: none;
}

/* Button Effects */
.new-button,
.new-button-v2 {
  transition: 0.3s ease-in-out;
}
.new-button-v2:hover {
  border-color: rgb(254, 229, 183, 0);
  background-color: rgb(254, 229, 183);
  transform: translate3d(0px, -5px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.new-button:hover {
  transform: translate3d(0px, -5px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  border-color: rgb(254, 229, 183);
  background-color: rgb(254, 229, 183, 0);
}

.new-button:hover .new-bttn-txt {
  color: #333;
}

.new-button:hover .new-bttn-icon-box {
  background-color: rgb(254, 229, 183);
}

.new-button-v2:hover .new-bttn-txt---white,
.new-button-v2:hover .new-bttn-icon-box-v2 {
  color: #333;
}

/* Links Effects */
.nav-link:hover {
  color: #7cb929;
  border-bottom-color: #7cb929;
}
.footer-link.w--current {
  color: #333;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline #7cb528;
  text-decoration: underline #7cb528;
  text-decoration-thickness: 2px;
}
.footer-link:hover {
  color: #333;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline #7cb528;
  text-decoration: underline #7cb528;
  text-decoration-thickness: 2px;
}
a.w--current {
  text-decoration: none;
}

.go-away {
  color: #000;
  position: absolute;
  left: -999999999999px;
}

/* Inner Pages */
.h1-hero-inside, .h2-hero-inside {
  font-size: 60px;
  filter: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  line-height: 60px;
}

.content-wrapper._0bpadding,
.content-wrapper.blog-page {
  padding-bottom: 0;
}

/* Custom Accordion */
.accordion-button::after {
  background-image: url(../images/plus-icon-gps.svg);
  transform: scale(2);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus-icon-gps.svg);
  transform: rotate(90deg) scale(2) !important;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: transparent;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.employers-accordion .accordion-button {
  padding: 9px 0;
}

.employers-accordion .accordion-item {
  border: 0;
  border-bottom: solid 1px #eff0f6;
  margin-bottom: 10px;
}

.employers-accordion .accordion-body {
  opacity: 0;
  transform: translate3d(0px, 20px, 0px) scale3d(0.96, 0.96, 0.96) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 0 40px 0;
  margin-top: -10px;
  color: #333;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* Ticker Logo */
.ticker {
  width: 100%;
  overflow: hidden; /* Hide content that goes beyond the ticker width */
  white-space: nowrap; /* Prevent content from wrapping */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

/* When hovering over the .ticker container, pause all animations within it */
.ticker:hover .ticker-content {
  animation-play-state: paused;
}

.ticker-content-old {
  display: inline-block; /* Allows content to be side-by-side and scroll */
  animation: scroll-left 10s linear infinite; /* Adjust duration for desired speed */
}

.ticker-logo {
  height: 50px; /* Adjust as needed for your logos */
  margin: 0 0px; /* Spacing between logos */
  vertical-align: middle; /* Align logos nicely */
}

/* Keyframe animation for scrolling */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Optional: For responsive speed */
@media (max-width: 992px) {
  .ticker-content {
    animation-duration: 25s; /* Faster scroll on smaller screens (mobile) */
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ticker-content {
    animation-duration: 30s; /* Medium scroll on tablets */
  }
}
