
.social-icons i {
  font-size: 32px;
  margin: 5px;
}
.cq09wm__modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #0808081f;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .cq09wm__loader-wrapper {
        background: var(--cq09wm__main_white);
        padding: 20px 30px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        font-size: 16px;
        color: var(--cq09wm__pastel_dark);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        max-width: 300px;
        text-align: center;
    }

    .cq09wm__spinner {
        width: 24px;
        height: 24px;
        border: 3px solid var(--cq09wm__pastel_dark);
        border-top: 3px solid var(--cq09wm__main_color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
.vital-hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vital-hero-section .content {
    background-color: rgba(33, 37, 41, 0.75); /* bg-secondary + opacity */
    padding: 3rem;
    border-radius: 0.5rem;
  }

  .vital-hero-section .title-highlight {
    color: var(--bs-primary);
    text-transform: uppercase;
  }

.contact-luzern-section .form-control {
    border-radius: 0;
  }

  .contact-luzern-section .btn {
    text-transform: uppercase;
  }

  .contact-luzern-section .icon svg {
    width: 24px;
    height: 24px;
  }











