@media (max-width: 768px) {
    .padded-container-slider {
        padding-bottom: 75% !important;
    }
}

.lg-backdrop,
.lg-outer .lg-thumb-outer {
    background-color: #384e67;
}

.lg-toolbar {
    background-color: rgba(56, 78, 103, 0.45);
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
    background-color: #384e67 !important;
    color: #ffffff !important;
}

.lg-toolbar .lg-icon {
    color: #ffffff;
}

.lg-icon {
    background-color: transparent;
    border: none;
}

#lg-counter {
    color: #ffffff;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #ffffff;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #f04e23;
}

#count, #video-icon {
    z-index: 99;
    font-weight: 600;
    color: #1e87f0;
}
.lst-gallery-icons {
    padding-bottom: 25px;
}
/* Virtual Tour card (non-YouTube) */
.virtual-tour-card {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.virtual-tour-card:hover,
.virtual-tour-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}
.virtual-tour-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.virtual-tour-card-link:hover,
.virtual-tour-card-link:focus {
    text-decoration: none;
}
.virtual-tour-card-link:focus {
    outline: 3px solid #1e87f0;
    outline-offset: 2px;
}
.virtual-tour-card-media {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-color: #384e67;
    background-size: cover;
    background-position: center;
}
.virtual-tour-card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.65) 100%);
}
.virtual-tour-card-eyebrow {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.virtual-tour-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, background-color 0.25s ease;
}
.virtual-tour-card-play .mdi {
    font-size: 44px;
    line-height: 1;
    color: #1e87f0;
}
.virtual-tour-card:hover .virtual-tour-card-play,
.virtual-tour-card:focus-within .virtual-tour-card-play {
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.08);
}
.virtual-tour-card-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 40px 18px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
.virtual-tour-card-title {
    display: block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}
.virtual-tour-card-subtitle {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .virtual-tour-card-play {
        width: 58px;
        height: 58px;
    }
    .virtual-tour-card-play .mdi {
        font-size: 32px;
    }
    .virtual-tour-card-title {
        font-size: 16px;
    }
    .virtual-tour-card-subtitle {
        font-size: 13px;
    }
}