        .carousel-container {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 0.75rem;
        }

        .carousel-slide {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        }

        .carousel-slide.active {
        opacity: 1;
        }

        .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.75rem;
        }

        .lh-lg {
            line-height: 2;
        }


        .trip-subtitle {
            background-color: white;
            font-size: 1.2rem;
            font-weight: 500;
            padding: 10px 0;
        }

        .star-rating {
            color: #ffc107; /* yellow star */
        }

        .review-count {
            color: #6c757d; /* muted text */
            font-size: 0.95rem;
        }

        .info-box {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .info-item {
            display: flex;
            align-items: center;
        }

        .ms-1 {
            margin-left: 0.25rem;
        }

        .sticky-nav {
        position: sticky;
        top: 0;
        z-index: 99;
        border-bottom: 1px solid #6c757d;
        background-color: white;
        }

        .sticky-nav.scrolled {
        background-color: #fff;
        }

        .scroll-nav-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        }

        .scroll-nav {
        display: inline-flex;
        gap: 2.5rem;
        font-size: 16px;
        }

        .scroll-nav .nav-link {
        white-space: nowrap;
        }

        .scroll-container {
        display: flex;
        justify-content: center;
        }

        .active-link {
        font-weight: bold;
        color: darkred !important;
        text-decoration: underline;
        }

        .content-block {
        scroll-margin-top: 100px; /* Adjust to match your navbar height */
        border-bottom: 1px solid #eee;
        }

        .circle-day {
        display: inline-flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: darkred; /* adjust as needed */
        color: white;
        font-weight: bold;
        margin-right: 15px;
        font-size: 0.7rem;
        flex-shrink: 0;
    }

    .day-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0.9rem;
    }


    .inclusion-title {
        font-weight: bold;
        margin-top: 1rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem;
    }

    .inclusion-icon {
        color: darkred;
        margin-right: 1px;
        width: 20px;
    }

    .kontakt-title{
        font-size: 2rem;
        font-weight: 800;
    }

    @media (min-width: 768px) {
        .border-start-md {
        border-left: 1px solid #dee2e6; /* Bootstrap's $gray-200 */
        }

        
    }
    @media (max-width: 768px) {
        .content-block {
        scroll-margin-top: 110px; /* Adjust to match your navbar height */
        }
        .scroll-nav {
        gap: 0.1rem;
        font-size: 13px;
        }

        .sticky-nav {
        border: 1px solid #6c757d;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .nav-link {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        }
        
    }

    @media (max-width: 849px) {
        .content-block {
        scroll-margin-top: 110px; /* Adjust to match your navbar height */
        }
        .scroll-nav {
        gap: 0.1rem;
        font-size: 13px;
        }

        .nav-link {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        }
        
    }

    @media (max-width: 412px) {

        .nav-link {
        font-size: 12px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
        }
        
    }


    @media (min-width: 1024px) {
        .reisevideo-frame {
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-left: 3rem;
            padding-right: 3rem;

        }
        
    }



