.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.trip-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.trip-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    width: 100%;
}

.trip-main-content {
    width: 100%;
    overflow: hidden;
}

.trip-detail-hero {
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    overflow: hidden;
}

.availability-badge {
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.availability-badge.available {
    background: #28a745;
}

.availability-badge.unavailable {
    background: #dc3545;
}

.trip-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 100%;
}

.trip-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.section-title {
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff882d;
    color: #333;
    width: 100%;
}

.trip-info-sidebar {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    height: fit-content;
    position: sticky;
    top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.price-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.price {
    font-size: 2.5em;
    font-weight: bold;
    color: #ff882d;
    margin-bottom: 5px;
}

.price-note {
    color: #666;
    margin-bottom: 15px;
}

.trip-badge {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
}

.booking-form {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.book-now-btn {
    width: 100%;
    padding: 15px;
    background: #ff882d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-sizing: border-box;
}

.book-now-btn:hover {
    background: #ff6f00;
}

.quick-info {
    margin-top: 25px;
    width: 100%;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    color: #ff882d;
    width: 20px;
}

.itinerary-day {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #ff882d;
    width: 100%;
    box-sizing: border-box;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
}

.services-list {
    list-style: none;
    padding: 0;
    width: 100%;
}

.services-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.services-list li:last-child {
    border-bottom: none;
}

.included {
    color: #28a745;
}

.not-included {
    color: #dc3545;
}

/* GALERIJAS STILI - LABOTIE */
.mobile-gallery {
    width: 100%;
    margin: 20px 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.gallery-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #f8f9fa;
    touch-action: pan-y;
    box-sizing: border-box;
}

.gallery-slider {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
}

.gallery-slide {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

/* SVARĪGAIS LABOJUMUS - attēlu stili */
.gallery-slide img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}

.touch-nav-area {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 5;
    cursor: pointer;
    display: none;
}

.touch-nav-prev {
    left: 0;
}

.touch-nav-next {
    right: 0;
}

.desktop-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
}

.desktop-nav-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.desktop-nav-btn.prev {
    left: 20px;
}

.desktop-nav-btn.next {
    right: 20px;
}

.gallery-counter {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.gallery-thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    padding: 0 5px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    box-sizing: border-box;
}

.gallery-thumbnails::-webkit-scrollbar {
    display: none;
}

.thumbnail {
    flex: 0 0 auto;
    width: 60px;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.thumbnail.active {
    opacity: 1;
    border-color: #ff882d;
    transform: scale(1.05);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fullscreen-gallery {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    touch-action: none;
    box-sizing: border-box;
}

.fullscreen-gallery.active {
    display: block;
}

.fullscreen-slider {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease;
    width: 100%;
}

.fullscreen-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.fullscreen-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1002;
    border: none;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.fullscreen-close:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

.fullscreen-counter {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    z-index: 1001;
}

.fullscreen-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-size: 20px;
    font-weight: bold;
}

.fullscreen-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.fullscreen-nav-btn.prev {
    left: 30px;
}

.fullscreen-nav-btn.next {
    right: 30px;
}

.description-container {
    position: relative;
}

.description-short {
    overflow: hidden;
}

.read-more-btn {
    background: #ff882d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.read-more-btn:hover {
    background: #ff6f00;
}

/* Desktop - rāda vienmēr visu tekstu */
@media (min-width: 1021px) {
    .description-full {
        display: none;
    }

    .description-short {
        display: block;
    }

    .read-more-btn {
        display: inline-block;
    }
}

/* Mobile - rāda saīsināto versiju */
@media (max-width: 1020px) {
    .description-full {
        display: none;
    }

    .description-short {
        display: block;
    }

    .read-more-btn {
        display: inline-block;
    }
}

/* RESPONSIVE STILI */
@media (max-width: 1020px) {
    .trip-detail-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trip-meta {
        flex-direction: column;
        gap: 10px;
    }

    .gallery-container {
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
    }

    .gallery-slide img {
        max-height: 60vh;
        border-radius: 10px;
        width: 100% !important;
        height: auto !important;
    }

    .thumbnail {
        width: 50px;
        height: 40px;
    }

    .touch-nav-area {
        display: block;
    }

    .desktop-nav-btn {
        display: none !important;
    }

    .fullscreen-nav-btn {
        display: none !important;
    }

    .trip-info-sidebar {
        position: static;
    }
}

@media (min-width: 1021px) {
    .gallery-slide img {
        max-height: 500px;
        border-radius: 10px;
        cursor: pointer;
        transition: transform 0.3s ease;
        width: 100% !important;
        height: auto !important;
    }

    .gallery-slide img:hover {
        transform: scale(1.02);
    }

    .desktop-nav-btn {
        display: flex;
    }

    .fullscreen-nav-btn {
        display: flex;
    }

    .touch-nav-area {
        display: none;
    }

    .thumbnail {
        width: 70px;
        height: 50px;
        transition: all 0.3s ease;
    }

    .thumbnail:hover {
        opacity: 0.8;
        transform: scale(1.08);
    }
}

@media (max-width: 768px) {
    .trip-detail-container {
        padding: 20px 15px;
    }

    .trip-detail-grid {
        gap: 20px;
    }

    .trip-info-sidebar {
        padding: 20px;
    }

    .price-box,
    .booking-form {
        padding: 20px;
    }

    .gallery-slide img {
        max-height: 50vh;
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .trip-detail-container {
        padding: 15px 10px;
    }

    .gallery-slide img {
        max-height: 40vh;
        width: 100% !important;
        height: auto !important;
    }

    .thumbnail {
        width: 45px;
        height: 35px;
    }

    .gallery-counter {
        bottom: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .fullscreen-close {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .trip-info-sidebar {
        padding: 15px;
    }

    .price-box,
    .booking-form {
        padding: 15px;
    }

    .price {
        font-size: 2em;
    }
}