.location-hero-bg {
    background-image: url('/wp-content/themes/black-optix/images/location-hero-bg.png');
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 700px;
    opacity: .05;
    background-position: center center;
}

.location-gallery {
    max-height: 100% !important;
}

.location-gallery, .location-gallery-small {
    overflow: initial !important;
}

/* Location Hero Specific Styles */
.location-hero {
    min-height: 600px;
}


.location-title {
    font-family: 'Gunterz', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 56px;
}

.location-title .trademark {
    font-size: 26px;
    line-height: 24px;
}

/* Breadcrumb Styling */
.location-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.location-breadcrumb .breadcrumb-item {
    font-family: 'Jakarta', sans-serif;
    font-size: 14px;
    color: #fff;
}

.location-breadcrumb .breadcrumb-item a,
.location-breadcrumb .breadcrumb-item span {
    color: #fff;
    text-decoration: none;
}

.location-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.location-breadcrumb .breadcrumb-arrow {
    color: #fff;
    font-size: 14px;
}

.text-yellow {
    color: #FFCE51 !important;
}

/* Star Rating */
.star-rating {
    display: flex;
    gap: 2px;
}

.star-rating .star {
    color: #FFCE51;
    font-size: 16px;
}

.review-link {
    font-family: 'Jakarta', sans-serif;
    font-size: 16px;
}

/* Review Divider */
.review-divider {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* Social Icons */
.social-icons .social-icon {
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
}

.social-icons .social-icon:hover {
    color: #FFCE51;
}

/* Contact Information */
.location-contact-info .contact-item {
    font-family: 'Jakarta', sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.location-contact-info .contact-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.location-contact-info .contact-icon i {
    color: #FFCE51;
}

.location-contact-info .contact-text a {
    transition: opacity 0.3s ease;
}

.location-contact-info .contact-text a:hover {
    opacity: 0.8;
}

/* Hours alignment */
.hours-list .hours-label {
    min-width: 180px;
    flex-shrink: 0;
}

.hours-list .hours-time {
    flex-shrink: 0;
}

/* Gallery */
.location-gallery .image-wrapper,
.location-gallery .thumb-wrapper {
    background-color: #e2e2e2;
}

.location-gallery img {
    transition: transform 0.3s ease;
}

.location-gallery .thumb-wrapper:hover img {
    transform: scale(1.05);
}

/* Carousel Navigation */
.carousel-nav {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    border: 1px solid #FFCE51;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-nav i {
    color: #FFCE51;
    font-size: 18px;
}

.carousel-nav:hover {
    background: rgba(255, 255, 255, 0.35);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .location-title {
        font-size: 32px;
        line-height: 42px;
    }

    .location-contact-info .contact-item {
        font-size: 18px;
    }

    .location-gallery .main-image .image-wrapper {
        height: 300px !important;
    }

    .location-gallery .thumb-wrapper {
        height: 120px !important;
    }
}

@media (max-width: 575px) {
    .location-title {
        font-size: 28px;
        line-height: 36px;
    }

    .location-contact-info .contact-item {
        font-size: 16px;
    }
}

.gallery-thumbnails .thumb-wrapper {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.gallery-thumbnails .thumb-wrapper:hover {
    opacity: 0.8;
}

.gallery-thumbnails .thumb-wrapper.active {
    border: 2px solid #fff;
}

.white-space-pre-line {
    white-space: pre-line;
}
