/* Nature Trail Styles */
.stezka2-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.stezka2-stezka2 {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 1);
    justify-content: space-evenly;
}

.stezka2-rectangle40 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gallery-image-description{
    font-family: Segoe UI;
}
.stezka-detail-obal{
    display: flex;
    flex-direction: column;
}

.udaje-stezka-obal{
    display: flex;
}

.stezka2-home136531081 {
    width: 25px;
    height: 25px;
}

.stezka2-text100 {
    color: rgba(0, 0, 0, 1);
    height: auto;
    font-size: 15px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}

.stezka2-rectangle59 {
    max-width: 100%;
}

/* Banner */
.banner-stezka {
    position: relative;
    width: 100%;
    min-width: 1920px;
    height: 150px;
    margin-top: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Breadcrumb */
.stezky-domu {
    position: relative;
    display: flex;
    margin: 20px 0 0 100px;
    text-decoration: none;
    color: #000;
    width: 100%;
    align-items: center;
}

/* Map */
.mapa {
    position: relative;
    margin-top: 20px;
    width:100%;
    overflow:hidden;
}

/* Sidebar */
.stezka2-rightmenu {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    max-width: 100%;
    margin-top: 30px;
}

.stezka2-text101 {
    color: rgba(0, 0, 0, 1);
    width: 500px;
    height: auto;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 1.5;
    font-stretch: normal;
    margin-bottom: 20px;
    text-decoration: none;
}

.stezka2-icons {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stezka-detail-qr {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.stezka2-frame29, .stezka2-frame28 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.stezka2-distance1633755, .stezka2svg24hour11660095 {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.stezka2-text102, .stezka2-text103 {
    font-size: 16px;
    font-family: Segoe UI;
}

.stezka2-cesta-text {
    position: relative;
    top: auto;
    left: auto;

    display: inline-block;
    padding: 10px 20px;
    background-color: transparent!important;
    color: black!important;
    text-decoration: none;
    border-radius: 4px;
    font-family: Segoe UI;
    font-weight: 500;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.stezka2-cesta-text:hover {
    background-color: #45a049;
}

/* Mini Gallery */
.stezka2-frame10 {
    margin-top: 40px;
    width: 100%;
}

.stezka2-frame141 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.stezka2-text120 {
    font-size: 20px;
    font-weight: 600;
    font-family: Segoe UI;
}

.stezka2-button2 {
    display: flex;
    align-items: center;
}

.stezka2-text121 {
    font-size: 14px;
    font-family: Segoe UI;
    margin-right: 8px;
    color: #4CAF50;
}

.stezka2-arrow2 {
    width: 16px;
    height: 16px;
}

.stezka2-frame122 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 60px;
}

.stezka2-frame122 img{
    height: 100%;
    object-fit: cover;
}

.stezka2-mini-gallery-item {
    width: calc(33.333% - 10px);
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
}

.stezka2-mini-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

/* Trail name */
.stezka2-text122 {
    position: relative;
    z-index: 1;
    color: #fff;
    height: auto;
    font-size: 32px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}

/* Trail description */
.stezka-popis-trasy {
    width: 100%;
    max-width: 100%;
    padding: 0 100px;
}

.stezka2-text123 {
    position: relative;
    color: rgba(0, 0, 0, 1);
    height: auto;
    font-size: 24px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 20px;
}
.stezka2-text123::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    /* padding-right: 20px; */
    width: 3px;
    height: 100%;
    background-color: #28a699;
}

.stezka2-rectangle41 {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
}

.stezka2-text124 {
    color: rgba(0, 0, 0, 1);
    width: 100%;
    height: auto;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 1.5;
    font-stretch: normal;
    text-decoration: none;
}

/* Trail points section */
.stezka-detail-body {
    width: 100%;
    max-width: 100%;
    margin-left: 100px;
}

.stezka2-text132 {
    position: relative;
    color: rgba(0, 0, 0, 1);
    height: auto;
    font-size: 24px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 20px;
}
.stezka2-text132::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 3px;
    height: 100%;
    background-color: #28a699;
}

.stezka2-rectangle191 {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
}

/* Trail points frames */
.stezka2-frame111 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.stezka2-frame123 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Point styles */
.stezka2-point16, .stezka2-point17, .stezka2-point18, .stezka2-point19,
.stezka2-point20, .stezka2-point21, .stezka2-point22, .stezka2-point23,
.stezka2-point24, .stezka2-point25, .stezka2-point26, .stezka2-point27,
.stezka2-point28, .stezka2-point29, .stezka2-point30, .stezka2-point31,
.stezka2-point32, .stezka2-point33, .stezka2-point34, .stezka2-point35,
.stezka2-point36 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.stezka2-icon16, .stezka2-icon17, .stezka2-icon18, .stezka2-icon19,
.stezka2-icon20, .stezka2-icon21, .stezka2-icon22, .stezka2-icon23,
.stezka2-icon24, .stezka2-icon25, .stezka2-icon26, .stezka2-icon27,
.stezka2-icon28, .stezka2-icon29, .stezka2-icon30, .stezka2-icon31,
.stezka2-icon32, .stezka2-icon33, .stezka2-icon34, .stezka2-icon35,
.stezka2-icon36 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Gallery section */
.stezka2-text187 {
    position: relative !important;
    color: rgba(0, 0, 0, 1);
    height: auto;
    font-size: 24px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
    margin-bottom: 10px;
    top: auto !important;
}

.stezka2-rectangle37 {
    position: absolute;
    top: 1840px;
    left: 700px;
    width: 1120px;
    height: 2px;
    max-width: 100%;
}

.stezka-detail-gallery-container {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin-bottom: 40px;
    height: 400px; /* Fixed height for the gallery */
}

.stezka-detail-gallery-title {
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 600;
    margin-bottom: 20px;
}

.stezka-detail-gallery-images {
    width: 100%;
    height: 100%;
}

.stezka-detail-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s;
}

/* Swiper specific styles */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/* Video gallery */
.stezka2-text188 {
    color: rgba(0, 0, 0, 1);
    height: auto;
    font-size: 24px;
    font-style: normal;
    text-align: left;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.stezka2-rectangle56 {
    position: absolute;
    top: 2340px;
    left: 700px;
    width: 1120px;
    height: 2px;
    max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .stezka2-rightmenu {
        width: 400px;
    }

    .stezka2-text101 {
        width: 400px;
    }

    .stezka2-rectangle59,
    .stezka-popis-trasy,
    .stezka-detail-body,
    .stezka2-rectangle37,
    .stezka2-rectangle56,
    .video-container {
        left: 550px;
        width: calc(100% - 600px);
    }

    .stezka-detail-gallery-container {
        max-width: calc(100% - 600px);
        margin-left: 550px;
    }

    .stezka2-text122,
    .stezka2-text187,
    .stezka2-text188 {
        left: 550px;
    }
}

@media (max-width: 992px) {
    .stezka2-rightmenu {
        position: relative;
        top: auto;
        left: auto;
        width: 90%;
        margin: 350px auto 50px;
    }

    .stezka2-text101 {
        width: 100%;
    }

    .stezka2-rectangle59,
    .stezka-popis-trasy,
    .stezka-detail-body,
    .stezka2-rectangle37,
    .stezka2-rectangle56,
    .video-container {
        position: relative;
        top: auto;
        left: auto;
        width: 90%;
        margin: 30px auto;
    }

    .stezka-detail-gallery-container {
        position: relative;
        max-width: 90%;
        margin: 30px auto;
        margin-left: auto;
    }

    .stezka2-text122,
    .stezka2-text187,
    .stezka2-text188 {
        position: relative;
        top: auto;
        left: auto;
        width: 90%;
        margin: 30px auto 10px;
        display: block;
    }
}

/* Map Markers */
.map-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.map-marker:hover {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    z-index: 20;
}

/* Map Container */
.map-container {
    position: relative;
    width: fit-content;
    height: auto;
}

/* Map Image */
.map-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Trail Points */
.stezka2-point16 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.stezka2-icon16 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}

.stezka2-text133, .stezka2-text134 {
    font-size: 14px;
}

.stezka2-text133 {
    font-weight: bold;
    margin-right: 5px;
}

/* Single column layout for trail points */
.stezka2-frame123.single-column {
    display: flex;
    flex-direction: column;
    max-height: 255px; /* Height for exactly 7 points (7 * 45px) */
    flex-wrap: wrap;
    column-gap: 30px; /* Space between columns */
}

/* Ensure each point has consistent height for proper wrapping */
.stezka2-frame123.single-column .stezka2-point16 {
    box-sizing: border-box;
    margin-bottom: unset;
}

/* Gallery */
.stezka2-frame122 img, .stezka2-frame127 img {
    transition: transform 0.3s ease;
}

.stezka2-frame122 img:hover, .stezka2-frame127 img:hover {
    transform: scale(1.05);
}

/* Video Gallery */
.video-container {
    position: relative;
    width: 800px;
    margin-bottom: 200px; /* 16:9 Aspect Ratio */
    margin-top: 20px;
    overflow: hidden;
    height: 350px;
    gap: 20px;
}
.video-container .video-card {
    max-width: 49%;
    width: 100%;
}

.video-container iframe {
    width: 100%;
}
.gallery-section {
    width: 100%;
    height: 600px;
    margin-left: 100px;
}
.video-section {
    width: 100%;
    margin-left: 100px;
}
.stezka2-frame131 {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}



.video-carousel-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 150px;
    margin-left: 100px;
    margin-top: -100px;
}

.video-carousel-container {
    position: relative;
    overflow: hidden;
}

.video-carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: none;  /* IE a Edge */
    scrollbar-width: none; /* Firefox */
}

.video-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.video-carousel-card {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 10px;
    scroll-snap-align: start; /* pro UX */
}

.video-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    padding: 5px 10px;
}

.video-carousel-arrow.left {
    left: 0;
}

.video-carousel-arrow.right {
    right: 0;
}

.video-carousel-wrapper iframe {
    width: 100%;
    height: 500px;
}

.points-list{
    border-radius: 20px;
}
figcaption:not(.attachment__caption--edited) {
    display: none;
}
