html,
body {
  overflow-x: hidden;
  background: rgb(5, 56, 107);
  width: 100%;
  position: relative;
}
.jaw-nav {
  background: inherit;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  padding: 20px 0;
  background: #082038;
}

.jaw-nav {
  .jaw-branding {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    .jaw-logo--desktop {
      width: 232.4px;
      height: auto;
    }
    .partners {
      display: flex;
      align-items: center;
      gap: 9px;
    }
    span {
      display: flex;
      gap: 9px;
      align-items: baseline;
      color: var(--Text-Light-Blue, rgba(149, 217, 252, 0.87));
    }
  }
  .partners {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top:14px;

  }
  span {
    display: flex;
    gap: 9px;
    align-items: baseline;
    color: var(--Text-Light-Blue, rgba(149, 217, 252, 0.87));
  }
}

@media (max-width: 1200px) {
  .jaw-nav-new {
    padding: 0 calc(var(--spacing-s) * 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .button-green {
    margin-left: 18px;
  }
}

.jaw-nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  margin-top: 13px;
  padding: 0;
  .jaw-nav-item {
    list-style-type: none;
    .jaw-nav-link {
      color: var(--Text-Light-Blue, rgba(149, 217, 252, 0.87));
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
    }
    .jaw-nav-link:hover {
      color: white;
    }
  }
}
.jaw-nav-row {
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .jaw-nav-row {
    align-items: center;
  }
}
.button-green {
  border-radius: 8px;
  border: 2px solid
    var(--Text-Light-Green-High-empasis, rgba(0, 221, 141, 0.87));
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  padding: 8px 16px;
  color: var(--Text-Light-Green-High-empasis, rgba(0, 221, 141, 0.87));
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.25px;
  display: flex;
  align-items: center;
}
.jaw-dropdown-menu {
  background-color: rgb(5, 56, 107);
  border-color: transparent;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 10px;
  position: absolute;
  padding: 0em 0.5em;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5rem !important;
  min-width: 200px;
  z-index: 1021;
  padding-inline-start: 0.5em;
}

.jaw-nav-item.dropdown {
  position: relative;
}

.jaw-dropdown-menu li {
  list-style: none;
  font-size: 18px;
  padding: 0.5em 0em;
  text-align: center;
  width: 100%;
}

.jaw-dropdown-menu li a {
  text-decoration: none;
  color: #95d9fc;
}

.jaw-dropdown-menu li a:hover {
  color: white;
}

.jaw-navbar-toggler {
  border-color: transparent;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  position: relative;
}

.jaw-navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-color: #95d9fc;
  cursor: pointer;
}
.is-homepage .jaw-footer {
  padding-top: 300px!important;

  @media (max-width: 1200px) {
    padding-top: 100px!important;
  }
}
.jaw-footer {
  padding-top: 100px!important;
  background: #082038;
  color: var(--Text-Light-Blue, rgba(149, 217, 252, 0.87));
  padding: 60px 0;

  @media (max-width: 1200px) {
    padding-top: 50px!important;
  }
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding-left: 0;
}

.footer-logo {
  display: flex;
  justify-content: flex-start;
  width: 200px;
  height: auto;
  img {
    width: 100%;
    height: auto;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 1200px) {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.bottom_footer_details{
  @media (max-width: 1200px) {
    display: flex;
    justify-content: center;
  }
}

/* Update footer links color */
.jaw-footer-nav-link {
  color: var(--text-blue);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.jaw-footer-nav-link:hover {
  color: white;
}

/* Footer info styles */
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 0;
}

.info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.info-row .emoji {
  width: 24px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.info-row .text {
  flex: 1;
  min-width: 180px;
  text-align: left;
  color: var(--Text-Light-Blue, rgba(149, 217, 252, 0.87));
}
.info-row a:hover {
  color: white;
}

/* Special styling for address row */
.address-row {
  align-items: center;
}

.address-row .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.address-row .text div {
  text-align: left;
  width: 100%;
}

/* Mobile styles */
.large-only {
  display: block;
}
.small-only {
  display: none;
}
.jaw-logo--mobile {
  display: none;
}

.jaw-logo--desktop {
  display: flex;
}
.jaw-header-subtitle--desktop {
  display: inline-block;
}

@media (min-width: 1200px) {
  .jaw-nav .jaw-navbar-toggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  .jaw-logo--mobile {
    display: flex;
  }
  .jaw-logo--desktop {
    display: none;
  }
  .large-only {
    display: none !important;
  }
  .small-only {
    display: block;
  }

  .jaw-demo-button-wrapper {
    margin-top: 10px;
  }

  .navbar-brand {
    transform: translateX(0);
  }

  .jaw-nav-item {
    padding: 0.4rem 1rem;
  }

  .jaw-nav-menu {
    padding: 15px 0;
    margin: 0;
    flex-direction: column;
    padding-right: 0;
    gap: 0;
    transform: none;
  }

  .jaw-logo {
    width: 40px;
    height: auto;
  }

  .footer-content {
    padding: 0;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    width: auto;
    margin: auto;
    max-width: 300px;
    transform: none;
  }

  .footer-main {
    align-items: center;
    text-align: center;
    padding-left: 0;
    gap: 8px;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-info {
    align-items: center;
    padding-left: 0;
    gap: 3px;
  }

  .info-row {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .info-row .emoji {
    width: 24px;
    text-align: right;
  }

  .info-row .text {
    min-width: 180px;
    text-align: left;
    margin-left: 0;
  }

  .address-row {
    align-items: center;
  }

  .address-row .text {
    align-items: center;
  }

  .jaw-footer .container-fluid {
    align-items: center;
  }

  .jaw-footer-logo {
    margin-left: 10px;
  }

  .jaw-nav {
    margin-left: 0px;
  }

  .jaw-nav .container {
    padding: 0 24px;
    box-sizing: border-box;
    justify-content: space-between;
    transform: none;
    flex-wrap: wrap;
  }

  .navbar-collapse {
    position: fixed;
    top: 85px;
    left: 0;
    background: #082038;
    width: 100%;
    z-index: 1021;
  }

  .jaw-nav-link {
    font-size: 18px;
  }

  .jaw-dropdown-toggle.show {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 0;
    text-align: center;
    background: none;
  }

  .jaw-nav-item.dropdown {
    padding: 0.5rem 1rem;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .jaw-dropdown-toggle.show {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 0;
    text-align: center;
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
  }

  .jaw-nav-link.show,
  .jaw-nav-link.dropdown-toggle.show {
    background: none !important; /* Override any Bootstrap background */
    background-image: none !important;
    background-color: transparent !important;
  }
  /* Add padding to the body to account for the fixed navbar */
  .jaw-body {
    padding-top: 72px; /* Adjust this value based on your navbar height */
  }

  .jaw-dropdown-menu {
    margin-top: 1.4rem !important;
  }
}

#page-title-wrapper {
  position: relative;
  margin-top: 142px;
  width: 100%;
  height: 950px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  .header_container {
    height: 75%;
  }
  #rookwolk-met-james {
    position: absolute;
    bottom: -13vw;
    left: -7vw;
    width: calc(100% + 11vw);
    z-index: 1;
  }
  .header_content {
    position: relative;
    .header_content__inner {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 30px;
      align-items: flex-start;
      justify-content: center;
      .header_content__inner__content {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
        justify-content: center;
      }
    }
  }
  .header_content::before {
    content: "";
    position: absolute;
    top: -28.5px;
    left: -35px;
    width: 100%;
    height: calc(100% + 35px);
    background: rgba(14, 31, 56, 0.8);
    filter: blur(20px);
  }
  h1 {
    color: #cce5ff;
    font-size: 125px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    span {
      color: #cce5ff;
      font-size: 71px;
      font-style: normal;
      font-weight: 700;
      line-height: 72px;
    }
  }
  p {
    color: #cce5ff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
  }
}

@media (max-width: 1200px) {
  #page-title-wrapper {
    margin-top: 0;
    height: 500px;
    .header_container {
      height: 80%;
    }
    .google_review {
      scale: 0.8;
      margin: 0 auto;
    }

    h1 {
      text-align: center;
      font-size: 69px;
      line-height: 50px;
      span {
        font-size: 39px;
        text-align: center;
        line-height: 40px;
      }
    }
    p {
      font-size: 1rem;
      line-height: unset;
      text-align: center;
    }
  }
}

#intro.home {
  background: rgb(5, 56, 107);
  padding-top: 225px;
  padding-bottom: 70px;
  h2,
  p {
    color: var(
      --Text-Inverted-Inverted-High-Emphasis,
      rgba(204, 229, 255, 0.87)
    );
  }
  .intro_content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  #intro.home {
    padding-top: 80px;
  }
}

#for-whom.home {
  padding-top: 40px;
  padding-bottom: 60px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  .for-whom_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    h2,
    p {
      color: var(
        --Text-Inverted-Inverted-High-Emphasis,
        rgba(204, 229, 255, 0.87)
      );
    }
    .for-whom_list {
      display: flex;
      flex-direction: column;
      gap: 24px;
      .item {
        position: relative;
      }
      .item::before {
        content: "";
        position: absolute;
        top: 12px;
        left: -40px;
        width: 24px;
        height: 24px;
        background-image: url("/static/jaw/img/check.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
      }
    }
  }
}
@media (max-width: 1200px) {
  #for-whom.home {
    .item::before {
      content: ""!important;
      position: unset !important;
      display: block !important;
    }
  }
}

#benefits.home {
  padding-top: 100px;
  padding-bottom: 130px;
  .benefits_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    .item {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 24px 24px 24px 200px;
      border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
      background: #00264c;
      p {
        color: var(
          --Text-Inverted-Inverted-High-Emphasis,
          rgba(204, 229, 255, 0.87)
        );
      }
    }
  }

  .benefits_img {
    z-index: 1;
    position: absolute;
    bottom: -350px;
    left: -50px;
    width: 700px;
    height: auto;
    img {
      width: 100%;
      height: auto;
    }
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .benefits_img {
      bottom: -305px;
      left: -35px;
      img{
        width: 615px;
      }
    }
  }
}

@media (max-width: 1200px) {
  #benefits.home {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    .item{
      padding: 24px!important;
    }
    .benefits_img{
      position: unset!important;
      width: 100%!important;
    }
  }
}

#guidance.home {
  padding-bottom: 50px;
  .guidence_text {
    padding-left: 10px;
  }
  h2,
  p {
    color: var(--Text-Light-High-emphasis, rgba(204, 229, 255, 0.87));
  }
  .row {
    row-gap: 24px;
  }
  .block {
    border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
    background: var(--Surfaces-Card-Fill, #00264c);
    padding: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    .block__inner {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    .block_content {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
  }
  .bottom {
    @media (max-width: 1200px) {
      text-align: left!important;
    }
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    h5 {
      color: var(--Text-Light-High-emphasis, rgba(204, 229, 255, 0.87));
    }
    a {
      @media (max-width: 1200px) {
        white-space: nowrap;
      }
      display: flex;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
      border: 2px solid var(--Illustration-Blue-600, #00518b);
      height: 40px;
      min-height: 40px;
      max-height: 40px;
      padding: 8px 16px;
      color: var(--Text-Light-High-emphasis, rgba(204, 229, 255, 0.87));
    }
  }
}

#growth.home {
  padding-top: 75px;
  height: 700px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  @media (max-width: 1200px) {
    height: 630px;
  }
  .growth_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  @media (min-width: 1200px) {
    .growth_content {
      padding-left: 30px;
    }
  }
  h2,
  p {
    color: var(--Light-Blue, #95d9fc);
  }
  .buttons {
    @media (max-width: 1200px) {
      flex-direction: column;
    }
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    a {
      color: var(
        --Text-Standard-Standard-High-Emphasis,
        rgba(5, 56, 107, 0.87)
      );
      display: flex;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
      background: var(--Brand-Green, #00dd8d);
      height: 40px;
      min-height: 40px;
      max-height: 40px;
      padding: 8px 16px;
    }
  }
  .rookwolk {
    position: absolute;
    bottom: -13vw;
    left: -8vw;
    width: calc(100% + 15vw);
    z-index: 1;
  }
}

#reviews.home {
  padding-top: 120px;
  height: 1500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  @media (max-width: 1200px) {
    height: max-content;
    padding-bottom: 20px;
  }
  .rookwolk {
    position: absolute;
    bottom: -13vw;
    left: -8vw;
    width: calc(100% + 15vw);
    z-index: 1;
  }
  .review {
    @media (max-width: 1200px) {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0!important;
      margin-right: 0!important;
    }
    .review_content {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 32px;
      width: 400px;
      position: relative;
      border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
      border: 1px solid var(--Surfaces-Cards-Card-Stroke, #deecfa);
      background: var(--Surfaces-Cards-Card-Fill, #f7fbff);
      @media (max-width: 1200px) {
        width: 100%!important;
      }
    }
    .stars {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .content {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 1px;
    }
  }
  .review.first {
    transform: rotate(-4.303deg);
    margin-top: -10px;
  }
  .review.second {
    transform: rotate(5.102deg);
    margin-left: 200px;
    margin-top: 30px;
  }
  .review.third {
    transform: rotate(2.619deg);
    margin-top: 150px;
    margin-left: 200px;
    @media (max-width: 1200px) {
      margin-top: 75px!important;
    }
    .third_img {
      transform: rotate(-9.831deg);
      position: absolute;
      left: -235px;
      top: 50px;
      width: 260px;
      height: 260px;
      object-fit: cover;
      border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
      border: 4px solid var(--Surfaces-Cards-Card-Stroke, #deecfa);
      @media (max-width: 1200px) {
        position: unset!important;
        width: 100%!important;
        height: 100%!important;
        object-fit: cover!important;
      }
    }
  }
  .review.fourth {
    transform: rotate(5.169deg);
    margin-top: 60px;
    margin-left: 100px;
    @media (max-width: 1200px) {
      margin-top: 75px!important;
    }
  }
  .review.fifth {
    transform: rotate(-4.746deg);
    margin-left: 175px;
    margin-top: 160px;
    @media (max-width: 1200px) {
      margin-top: 75px!important;
      transform: rotate(-1.746deg)!important;
    }
    .fifth_img {
      position: absolute;
      left: 300px;
      z-index: -1;
      top: 85px;
      width: 359.536px;
      height: 362.041px;
      object-fit: cover;
      transform: rotate(8.114deg);
      border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
      border: 4px solid var(--Surfaces-Cards-Card-Stroke, #deecfa);
      @media (max-width: 1200px) {
        position: unset!important;
        width: 100%!important;
        height: 100%!important;
        object-fit: cover!important;
      }
    }
  }
}
