 .cta-section {
  background-color: #078586;
  padding: 70px 20px 80px;
  text-align: center;
  color: #fff;

  & h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
  }

  & .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  & .cta-divider {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 16px 0;
  }

  & .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 48px;
    border-radius: 10px 0px 10px 0px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    min-width: 200px;
    font-family: "Spartan", sans-serif!important;

    &:hover {
      background: #fff;
      color: #078586;
    }

    & svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }
  }

  & .btn-consultation {
    padding: 14px 64px;
    min-width: 280px;
  }

  @media (max-width: 560px) {
    & h2 {
      font-size: 1.4rem;
    }

    & .btn {
      min-width: 160px;
      padding: 12px 32px;
      font-size: 0.9rem;
    }

    & .btn-consultation {
      min-width: 240px;
    }
  }
} .cta-section {
  background-color: #078586;
  padding: 70px 20px 80px;
  text-align: center;
  color: #fff;

  & h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
  }

  & .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  & .cta-divider {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 16px 0;
  }

  & .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 48px;
    border-radius: 10px 0px 10px 0px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    min-width: 200px;
    font-family: "Spartan", sans-serif!important;

    &:hover {
      background: #fff;
      color: #078586;
    }

    & svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }
  }

  & .btn-consultation {
    padding: 14px 64px;
    min-width: 280px;
    background: #fff;
    color: #078586;
        
    &:hover {
      background: #078586;
      color: #fff;
    }
  }

  @media (max-width: 560px) {
    & h2 {
      font-size: 1.4rem;
    }

    & .btn {
      min-width: 160px;
      padding: 12px 32px;
      font-size: 0.9rem;
    }

    & .btn-consultation {
      min-width: 240px;
    }
  }
}

@media screen and (max-width: 600px) {
    div #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 75px;
    }

    div .prgoress_indicator.active-progress{
        right: 10px;
    }
}

.navbar_nav .menu-item-has-children > a {
  padding-right: 40px;
}

.navbar_nav .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar_nav .menu-item-has-children {
  position: relative;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li li a{
    font-size: 0.8em;
}