#info-loker-section {
    background-color: #f4f9ff;
    width: 100%;
    padding: 30px 0;
}

.info-loker-card {
    border-radius: 24px !important;
    border-color: rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

.info-loker-title {
    font-size: 22px;
    color: #111111;
}

#info-loker-section .btn-selengkapnya,
.btn-selengkapnya {
    background-color: #FFB800 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    transition: all 0.25s ease;
    font-size: 15px;
    padding: 8px 24px !important;
    display: inline-block;
    line-height: 1.4;
    white-space: nowrap;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: none !important;
}

#info-loker-section .btn-selengkapnya:hover,
.btn-selengkapnya:hover {
    background-color: #e6a600 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3) !important;
}

.header-title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.loker-card-title-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.loker-item-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loker-item-card:hover {
    transform: translateY(-5px);
}

.loker-pin-wrapper {
    position: absolute;
    top: -12px;
    right: 2px;
    z-index: 10;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.loker-pin-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
}

.loker-img-thumb {
    width: 100%;
    aspect-ratio: 2 / 1;
    height: auto;
    border-radius: 20px !important;
}

.loker-img-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.loker-item-card:hover .loker-img-thumb img {
    transform: scale(1.03);
}

.ticket-card {
    margin-top: -30px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    z-index: 2;
    overflow: hidden;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-body {
    padding: 1.1rem 1.25rem 0.6rem 1.25rem;
    min-height: 78px;
    display: flex;
    align-items: flex-start;
}

.ticket-divider {
    position: relative;
    border-top: 1px dashed #dbe1e8;
    margin: 4px 0;
}

.ticket-footer {
    padding: 0.65rem 1.25rem 1.05rem 1.25rem;
    min-height: 50px;
}

.ticket-subtext {
    font-size: 11.5px;
    line-height: 1.35;
    color: #64748b !important;
}

.notch {
    position: absolute;
    top: -8px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.notch-left {
    left: -9px;
}

.notch-right {
    right: -9px;
}

.loker-item-title {
    font-size: 14px;
    line-height: 1.35;
    color: #1a1a1a;
}

.btn-card-cyan {
    background-color: #d6f2fe !important;
    color: #03acb3 !important;
    border: none !important;
    font-size: 12px !important;
    padding: 6px 16px !important;
    transition: all 0.25s ease;
}

.btn-card-cyan:hover {
    background-color: #bce7fb !important;
    color: #02898f !important;
}

/* Carousel Controls & Indicators Styling */
.carousel-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #00A99D;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 169, 157, 0.25);
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
}

.carousel-btn:hover {
    background-color: #00877D;
    transform: scale(1.08);
}

.carousel-indicators.custom-carousel-indicators {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

.carousel-indicators.custom-carousel-indicators button {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background-color: #CBD5E1 !important;
    border: none !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 3px !important;
    cursor: pointer !important;
}

.carousel-indicators.custom-carousel-indicators button.active {
    width: 24px !important;
    border-radius: 10px !important;
    background-color: #00A99D !important;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    #info-loker-section {
        padding: 24px 0;
    }
    .header-title-icon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    #info-loker-section {
        padding: 18px 0;
    }
    .info-loker-card {
        border-radius: 18px !important;
    }
    .header-title-box {
        max-width: 64%;
    }
    .header-title-icon {
        width: 25px;
        height: 25px;
    }
    #info-loker-section .btn-selengkapnya {
        font-size: 12.5px !important;
        padding: 6px 16px !important;
    }
    .ticket-footer {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start !important;
    }
}

@media (max-width: 576px) {
    .header-title-box {
        max-width: 60%;
    }
    .header-title-icon {
        width: 22px;
        height: 22px;
    }
    .loker-card-title-icon {
        width: 17px;
        height: 17px;
    }
    .info-loker-title {
        font-size: 14.5px !important;
        line-height: 1.3 !important;
    }
    #info-loker-section .btn-selengkapnya {
        font-size: 11.5px !important;
        padding: 5px 14px !important;
    }
    .loker-img-thumb {
        border-radius: 16px !important;
    }
    .ticket-card {
        margin-top: -20px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .loker-item-title {
        font-size: 13px;
    }
}

@media (max-width: 379px) {
    #info-loker-section .btn-selengkapnya {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
}

/* Peek Carousel Styles */
.peek-carousel {
    position: relative;
    width: 100%;
}

.peek-carousel-viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 25px;
    padding-bottom: 12px;
    margin-top: -25px;
    margin-bottom: 0;
}

.peek-carousel-track {
    display: flex;
    gap: 0px;
    width: 100%;
    will-change: transform;
}

.peek-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.peek-carousel-slide .card {
    overflow: visible !important;
}

.peek-carousel-slide .card-item-main {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

#info-loker-section .peek-carousel-controls {
    margin-top: 22px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #info-loker-section {
        overflow-x: hidden !important;
    }

    #info-loker-section .info-loker-card {
        overflow: visible !important;
        padding-bottom: 2.5rem !important;
    }

    #lokerCarousel {
        margin-right: -15vw !important;
    }

    #lokerCarousel .peek-carousel-viewport {
        overflow: hidden !important;
        width: calc(100% + 15vw + 40px) !important;
        padding: 25px 20px 14px 20px !important;
        margin: -25px -20px 0 -20px !important;
    }

    #lokerCarousel .peek-carousel-track {
        gap: 44px !important;
    }

    #lokerCarousel .peek-carousel-slide {
        flex: 0 0 calc(55% - 22px) !important;
        width: calc(55% - 22px) !important;
        padding: 0 !important;
    }

    #lokerCarousel .card-item-main {
        max-width: 100% !important;
        margin: 0 !important;
    }

    #lokerCarousel .peek-carousel-controls,
    #info-loker-section .peek-carousel-controls {
        margin-top: 24px !important;
    }
}

@media (min-width: 992px) {
    #info-loker-section .peek-carousel-viewport {
        overflow: hidden !important;
        width: calc(100% + 24px) !important;
        padding: 25px 12px 12px 12px !important;
        margin: -25px -12px 0 -12px !important;
    }

    #info-loker-section .peek-carousel-track {
        display: flex !important;
        gap: 24px !important;
        width: 100% !important;
        will-change: transform;
    }

    #info-loker-section .peek-carousel-slide {
        flex: 0 0 calc((100% - 48px) / 3) !important;
        width: calc((100% - 48px) / 3) !important;
        max-width: calc((100% - 48px) / 3) !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    #info-loker-section .peek-carousel-slide .card-item-main {
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
    }

    #info-loker-section .peek-carousel-controls {
        margin-top: 20px !important;
    }
}

@media (max-width: 379px) {
    .header-title-icon {
        width: 18px;
        height: 18px;
    }
    .info-loker-title {
        font-size: 13.5px !important;
    }
}

/* --- LOKER DETAIL MODAL STYLES --- */
#lokerDetailModal .modal-content {
    background-color: #f4f8fb !important;
}

.btn-join-tryout {
    background-color: #00b2b4 !important;
    border: none !important;
    font-size: 15.5px;
    letter-spacing: 0.2px;
    padding: 9px 44px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 178, 180, 0.35) !important;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-join-tryout:hover {
    background-color: #009a9c !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 178, 180, 0.45) !important;
    color: #ffffff !important;
}

.btn-modal-close {
    background-color: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #475569 !important;
    font-size: 14px;
    padding: 8px 30px !important;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.btn-modal-close:hover,
.btn-modal-close:focus {
    background-color: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.loker-modal-footer {
    background-color: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 14px 24px !important;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.04);
    z-index: 5;
}

