:root {
  --bs-btn-light-bg: #f2f2f2;
  --bs-btn-light-bd: #f2f2f2;
  --bs-btn-light-color: #000;
  --bs-btn-dark-bg: #343a40;
  --bs-btn-dark-bd: #343a40;
  --bs-btn-dark-color: #ffffff;
  --bs-btn-dark-bg-hover: #23272b;
  --bs-btn-dark-bd-hover: #23272b;
  --bs-btn-dark-color-hover: #ffffff;
  --bs-btn-success-bg: #28a745;
  --bs-btn-success-bd: #28a745;
  --bs-btn-success-color: #ffffff;
  --bs-btn-success-bg-hover: #218838;
  --bs-btn-success-bd-hover: #218838;
  --bs-btn-success-color-hover: #ffffff;
  --font-size-lg: 1.2rem;
  --font-size-md: 1.1rem;
  --font-size-sm: 1.05rem;
}

body {
  font-size: var(--font-size-sm);   
}

.container {
  max-width: 1440px;
}

.index-container {
  max-width: 1550px !important;
  width: 100%;
}

.header {
  background: url("/source/assets/web/media/header.webp");
  background-size: cover;
  height:calc(100vh);
}

.menu-inline-item {
  display: inline-block;
}

.menu-inline-item {
  margin-left: 0.5rem;
}

.menu-hover-lines {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.5rem 0;
  position: relative;
  margin-left: 1rem;
  text-decoration: none;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines .white a::after {
  height: 2px;
  position: absolute;
  content: '';
  background-color: #FFF;
  width: 0;
}

.menu-hover-lines .dark a::after {
  height: 2px;
  position: absolute;
  content: '';
  background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}

.sidemenu-toggle-white .icon {
  margin-top: 0.625rem;
  width: 30px;
  height: 22.5px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.sidemenu-toggle-white .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 4.5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.sidemenu-toggle-white .icon span:nth-child(1) {
  top: 0;
}

.sidemenu-toggle-white .icon span:nth-child(2), .sidemenu-toggle-white .icon span:nth-child(3) {
  top: 9px;
}

.sidemenu-toggle-white .icon span:nth-child(4) {
  top: 18px;
  width: 75%;
  left: inherit;
  right: 0;
}

.sidemenu-toggle-black .icon {
  margin-top: 0.625rem;
  width: 30px;
  height: 22.5px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.sidemenu-toggle-black .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 4.5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.sidemenu-toggle-black .icon span:nth-child(1) {
  top: 0;
}

.sidemenu-toggle-black .icon span:nth-child(2), .sidemenu-toggle-black .icon span:nth-child(3) {
  top: 9px;
}

.sidemenu-toggle-black .icon span:nth-child(4) {
  top: 18px;
  width: 75%;
  left: inherit;
  right: 0;
}

.btn-light {
  color: var(--bs-btn-light-color);
  background-color: var(--bs-btn-light-bg);
  border-color: var(--bs-btn-light-bd);
}

.btn-dark {
  color: var(--bs-btn-dark-color);
  background-color: var(--bs-btn-dark-bg);
  border-color: var(--bs-btn-dark-bd);
}

.btn-dark:hover {
  color: var(--bs-btn-dark-color-hover);
  background-color: var(--bs-btn-dark-bg-hover);
  border-color: var(--bs-btn-dark-bd-hover);
}

.btn-success {
  color: var(--bs-btn-success-color);
  background-color: var(--bs-btn-success-bg);
  border-color: var(--bs-btn-success-bd);
}

.btn-success:hover {
  color: var(--bs-btn-success-color-hover);
  background-color: var(--bs-btn-success-bg-hover);
  border-color: var(--bs-btn-success-bd-hover);
}

.header .btn {
  font-size: var(--font-size-sm);
  padding: 0.7rem 1.3rem 0.8rem 1.3rem;
}

.btn-block-services {
  margin-top: auto; 
  text-align: center;
}

.block {
 max-width: 740px;
}

.gap-block-1 {
  gap: 12px !important;
}

.gap-block-2 {
  gap: 14px !important;
}

.gap-block-3 {
 gap: 16px !important;
}

.gap-block-4 {
  gap: 18px !important;
}

.gap-block-5 {
  gap: 20px !important;
}

.gap-block-6 {
  gap: 22px !important;
}


/* ### section-services */
.section-services {
  padding-top: 3rem !important;
  margin-bottom: 3rem !important;
  padding-bottom: 3rem !important;
  background-color: #f5f7f8;
}

.section-services .btn {
  font-size: var(--font-size-sm);
}

/* ### section-over, software */
.section-over p,
.section-software p { 
  line-height: 1.6;
}

.figure-content-block-dashboard .btn-block .btn {
  min-width: 160px;
}

@media (max-width: 991.98px) {
  .section-over .text-lg-end { text-align: center !important; }
}















.contact-index {
  background: rgba(0,0,0,0.15);
  border-radius: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.contact-index .contact-icons {
  width: 0.875rem;
}

.social-index {
  background: rgba(0,0,0,0.15);
  border-radius: 10px;
  padding-left: .85rem;
  padding-right: .85rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.social-index .social-icons {
  width: 1rem;
}

.menu-index {
  background: rgba(0,0,0,0.15);
  border-radius: 30px;
  padding-right: 3rem;
}


.btn-services {
  color: #ffffff;
  background-color: #e52428;
  border-color: #e52428;
}

.customer-img {
  width: 100%;
  max-width: 150px;
  object-fit: contain;
}


.ms-6 {
  margin-left: 3.5rem !important;
}

.text-gray {
  color: #6c757d;
}

.footer {
  padding-top: 50px;
  background-color:#2F3332;
  color: #848484;
  border-bottom: 5px solid #e52428;
}

.offcanvas {
  max-width: 320px;
}

.offcanvas-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.btn-close:focus {
  outline: none;
}

.back-top {
  display: none;
  position: fixed;
  right: 0;
  height: 42px;
  width: 42px;
  z-index: 1040;
  border: var(--back-top-border);
  border-radius: 0px;
  border-right: 0px;
  background-color: var(--back-top-background-color);
  cursor: pointer;
}

.back-top-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 35.938rem) {
  .index-logo {
    width:100%;
    max-width: 13.75rem;
  }

  .pages-logo {
    max-width: 13.75rem;
  }

  .pages-container {
    width: 100%;
    max-width: 1550px !important;
  }

  .pages-menu {
    padding-left: .3rem;
    padding-right: .3rem;
    height: 90px;
    z-index: 1030;
  }

  .header {
    background-position: 69%;
  }

  .header-slogan {
    margin-left: .5rem;
  }

  .header-menu {
    padding-left: .3rem;
    padding-right: .3rem;
    height: 90px;
    z-index: 1030;
  }

  .header-text h1 {
    font-size: 1.3em;
    font-weight: bold;
  }

  .header-text {
    padding-top:30px;
    padding-left: 1rem;
    color:#fff;
    font-weight: 600;
    font-size: 1.1em;
    max-width: 380px;
  }

  .btn-sidemenu {
    font-size: 24px;
    color: #FFFFFF;
  }




  .block-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 20px 18px 20px;
  }

  .block-services h3 {
    font-size: calc(1rem + .6vw);
    padding-top: 1.5rem !important;
  }

  .services-icon:not(.fa-arrow-right) {
    font-size: 2em;
    height: 42px;
  }

  .section-software .titel {
    font-size: calc(1rem + .6vw);
    font-weight: 600;
    padding-top: 1.5rem !important;
    padding-bottom: .25rem !important;
  }

  .section-why {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 2.5rem !important;
    background-color: #f5f7f8;
  }

  .section-why label {
    font-size: 13px;
    font-weight: 600;
    color: #e52428;
  }

  .section-why .titel {
    font-size: calc(1rem + .6vw);
    font-weight: 600;
    padding-top: .5rem !important;
    padding-bottom: .25rem !important;
  }

  .section-why .gap-block {
    gap: 16px !important;
  }

  .block-why {
    display: inline-block;
    width: 100%;
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 26px 15px 24px 15px;
  }

  .block-why i {
    font-size: 1.7em;
    height:30px;
  }

  .block-why-text {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 20px;
    min-height: 50px;
    line-height: 21px;
  }

  .section-customers .d-grid {
    padding-left: .75rem;
    padding-right: .75rem;
    gap: 40px !important;
  }

  .block-customers {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .footer-titel {
    font-size: calc(1rem + .3vw);
    color: #C7C7C7;
  }

  .footer-contact {
    display: flex;
    margin-bottom: 16px;
    align-items: center !important;
  }

  .footer-contact button {
    width: 44px;
    height: 44px;
    border: 2px solid;
  }

  .footer-contact p {
    padding-left: 18px;
    margin-bottom: 0;
  }

  .footer-links {
    list-style-type: none;
    padding-left: 0;
    line-height: 30px;
  }

  .footer-links a {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: 600;
    font-size: 16px;
  }

  .up-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .up-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .up-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .up-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .up-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .up-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .up-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .up-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-0 {
    margin-left: 0;
  }

  .offset-1 {
    margin-left: 8.3333333333%;
  }

  .offset-2 {
    margin-left: 16.6666666667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.3333333333%;
  }

  .offset-5 {
    margin-left: 41.6666666667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.3333333333%;
  }

  .offset-8 {
    margin-left: 66.6666666667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.3333333333%;
  }

  .offset-11 {
    margin-left: 91.6666666667%;
  }

  .g-0,
  .gx-0 {
    --bs-gutter-x: 0;
  }

  .g-0,
  .gy-0 {
    --bs-gutter-y: 0;
  }

  .g-1,
  .gx-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-1,
  .gy-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }

  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem;
  }

  .g-4,
  .gx-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-4,
  .gy-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 3rem;
  }

  .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 35.938rem) {
  .index-logo {
    max-width: 320px;
  }

  .pages-logo {
    width: 280px;
  }

  .pages-container {
    width: 100%;
    max-width: 1550px !important;
  }

  .pages-menu {
    padding: 0rem 1.875rem 0 1.875rem;
    height: 100px;
  }

  .header {
    background-position: 57%;
  }

  .header-menu {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    height: 100px;
    z-index: 1030;
  }

  .header-text {
    padding: 6rem 0.875rem 0 0.875rem;
    font-weight: 600;
    font-size: 1.3em;
    color:#fff;
  }

  .header-text h1 {
    font-size: 1.3em;
    font-weight: bold;
  }

  .sidemenu-toggle-white .icon {
    margin-top: 0.825rem;
  }



  .section-why {
    margin-top: 3rem !important;
    padding-top: 3rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f5f7f8;
  }

  .block-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .services-icon {
    font-size: 2.3em;
    height: 42px;
  }

  .block-why {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .block-why i {
    font-size: 2.3em;
  }

  .footer-titel {
    font-size: calc(1.2rem + .3vw);
    color: #C7C7C7;
  }

  .footer-contact {
    display: flex;
    margin-bottom: 16px;
    align-items: center !important;
  }

  .footer-contact button {
    width: 44px;
    height: 44px;
    border: 2px solid;
  }

  .footer-contact p {
    padding-left: 18px;
    margin-bottom: 0;
  }

  .footer-links {
    list-style-type: none;
    padding-left: 0;
    line-height: 30px;
  }

  .footer-links a {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: 600;
    font-size: 16px;
  }
  
  .sm-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .sm-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sm-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sm-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .sm-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .sm-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .sm-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 768px) {
  body {
    font-size: var(--font-size-md);   
  }
  
  .index-logo {
    max-width: 320px;
    width: 100%;
  }

  .header {
    background-position: center center;
  }

  .header-menu {
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
    z-index: 1030;
  }

  .md-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .md-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .md-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .md-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .md-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .md-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .md-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }



  .section-why {
    margin-top: 3rem !important;
    padding-top: 3rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f5f7f8;
  }

  .block-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .services-icon {
    font-size: 2.3em;
    height: 42px;
  }

  .block-why {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .block-why i {
    font-size: 2.3em;
  }
}

@media (min-width: 992px) {
  body {
    font-size: var(--font-size-lg);   
  }

  .index-logo {
    max-width: 380px;
  }

  .header-menu {
    padding-left: 30px;
    padding-right: 30px;
    height: 160px;
    z-index: 1030;
  }

  .header-text {
    padding: 5rem 0.875rem 0 0.875rem;
    font-weight: 600;
    font-size: 1.5em;
  }

  .header .btn {
    font-size: 1.15rem;
  }

  .header-text h1 {
    font-size: 1.5em;
    font-weight: bold;
  }

  .lg-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .lg-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lg-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .lg-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .lg-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .lg-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .lg-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .lg-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }



  .section-why {
    margin-top: 3rem !important;
    padding-top: 3rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f5f7f8;
  }

  .block-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .services-icon {
    font-size: 2.3em;
    height: 42px;
  }

  .block-why {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .block-why i {
    font-size: 2.3em;
  }
}

@media (min-width: 1200px) {
  .index-logo {
    padding-right: 0rem;
  }

  .header-menu {
    padding-left: 30px;
    padding-right: 30px;
    height: 160px;
    z-index: 1030;
  }

  .header-text {
    padding: 5rem 0.875rem 0 0.875rem;
    font-weight: 600;
    font-size: 1.5em;
  }

  .header-text h1 {
    font-size: 1.5em;
    font-weight: bold;
  }

  .xl-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .xl-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .xl-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .xl-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .xl-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .xl-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .xl-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .xl-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }



  .section-why {
    margin-top: 3rem !important;
    padding-top: 3rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f5f7f8;
  }

  .block-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .services-icon {
    font-size: 2.3em;
    height: 42px;
  }

  .block-why {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .block-why i {
    font-size: 2.3em;
  }
}

@media (min-width: 1400px) {
 .block-services {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 38px 40px 100px 40px;
}

.services-icon {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 12px;
}













  .header-menu {
    padding: 0rem 1.875rem 0 1.875rem;
    height: 160px;
    z-index: 1030;
  }

  .header-text {
    padding: 5rem 0.875rem 0 0.875rem;
    font-weight: 600;
    font-size: 1.5em;
  }

  .header-text h1 {
    font-size: 1.5em;
    font-weight: bold;
  }

  .xxl-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .xxl-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .xxl-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .xxl-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .xxl-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .xxl-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .xxl-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .xxl-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }


  .section-why {
    margin-top: 3rem !important;
    padding-top: 3rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f5f7f8;
  }


  .block-why {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 38px 40px 18px 40px;
  }

  .block-why i {
    font-size: 2.3em;
  }

  .block-why-text {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 20px;
    min-height: 90px;
  }
}

.betaald {
  width: 100%;
  max-width: 550px;
}

.btn-scroll-top {
  position: fixed;
  z-index: 1090;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: calc(50% - var(--navbar-height));
  transform: translateY(-50%);
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 0.625rem;
  background-color: white;
}

.btn-loading-text {
  position: relative;
}

.btn-loading-text::after {
  content: '';
  position: absolute;
  animation: btn-loading-text 2s infinite;
  bottom: 0;
  margin-bottom: 1px;
  margin-left: 0.1rem;
  height: .25rem;
  width: 0;
  border-radius: .375rem;
  background-color: inherit;
  filter: brightness(60%);
}

@keyframes btn-loading-text {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: calc(100% - .2rem);
  }
  100% {
    left: calc(100% - .4rem);
    width: .2rem;
  }
}

.glide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.625rem;
}

.widget-container {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wiget-icon {
  display: flex;
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 20px;
  right: 20px; 
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1030;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  outline: none;
}

.chat-widget.is-visible {
  display: block;
}

.widget-icon-whatsapp {
  background-color: #25D366;
  color: white;
}

.widget-icon-whatsapp:hover,
.widget-icon-whatsapp:active,
.widget-icon-whatsapp:focus {
  background-color: #20BD5A;
  color: white;
}

.whatsapp-float:hover {  
  background-color: #20bd5a;
  color: white;
}

.widget-icon-mail {
  background-color: #343a40;
  color: white;
}

.widget-icon-mail:hover,
.widget-icon-mail:active,
.widget-icon-mail:focus {
  background-color: #23272b;
  color: white;
}

.mail-float:hover {  
  background-color: #23272b;
  color: white;
}

.chat-widget {
  display: none; 
  width: 300px; 
  min-height: 230px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  border-radius: 12px;
  background-color: white;
  animation: fadeIn 0.3s ease-in-out;
  z-index: 1030;
  padding: 1rem;
}

.chat-widget.is-visible {
  display: flex;
  flex-direction: column;
}

.chat-widget .fs-6 {
  margin-bottom: 0.5rem;
}

.chat-widget textarea {
  flex-grow: 1;
  resize: vertical;
  min-height: 60px;
  max-height: 150px;
  margin-bottom: 0.75rem;
}

#chat_send {
  margin-top: auto;
  width: 100%;
}

#chat_input {
  outline: none;
  box-shadow: none;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}