/* Lokacija Page Styles */

/* Hero Section with Overlay Card */
.location-hero {
    margin-top: 101px;
    width: 100%;
    position: relative;
}

.location-hero-image {
    width: 100%;
    height: 880px;
    position: relative;
    overflow: hidden;
}

.location-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.location-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 265px;
    transform: none;
    max-width: 535px;
    z-index: 10;
}

.location-info-card {
    background: #FFFFFF;
    padding: 81px 110px 183px 86px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.location-icon {
    width: 57px;
    height: 77px;
    margin-bottom: 56px;
}

.location-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-info-card p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #333333;
}

/* Building and Content Section */
.location-content {
    padding: 100px 0;
    background: #FFFFFF;
}

.location-content-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
    display: flex;
    gap: 80px;
    align-items: flex-end;
}

.content-left {
    flex: 1;
}

.building-image {
    width: 100%;
}

.building-image img {
    width: 100%;
    height: auto;
    display: block;
}

.content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.content-right p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 25px;
}

/* Gallery Section */
.location-gallery {
    padding: 0 0 100px 0;
    background: #FFFFFF;
}

.location-gallery-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.location-gallery-grid .gallery-item {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.location-gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Quote Section */
.location-quote {
    padding: 80px 0;
    background: #FFFFFF;
}

.quote-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
    text-align: center;
}

.quote-container h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 40px;
    font-weight: 400;
    color: var(--gold);
    line-height: 1.4;
}

/* Nearby Facilities Section */
.nearby-facilities {
    padding: 100px 0;
    background: #FFFFFF;
}

.facilities-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.facilities-left {
    flex: 1;
}

.facilities-image {
    width: 100%;
}

.facilities-image img {
    width: 100%;
    height: auto;
    display: block;
}

.facilities-right {
    flex: 1;
}

.facilities-icon {
    width: 93px;
    height: 93px;
    margin-bottom: 30px;
}

.facilities-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.facilities-right h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 50px;
    font-weight: 400;
    color: var(--gold);
    margin-bottom: 40px;
    line-height: 1.3;
}

.facilities-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.facility-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.facility-name {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    min-width: 250px;
}

.facility-divider {
    width: 2px;
    height: 28px;
    background: #AB844E;
}

.facility-distance {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    min-width: 60px;
}

.facility-time {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #333333;
}

/* Transport Section */
.transport {
    padding: 100px 0;
    background: #FFFFFF;
}

.transport-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.transport-left {
    flex: 1;
}

.transport-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}

.transport-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.transport-left h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 50px;
    font-weight: 400;
    color: var(--gold);
    margin-bottom: 30px;
    line-height: 1.3;
}

.transport-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.transport-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.transport-type {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    min-width: 100px;
}

.transport-divider {
    width: 2px;
    height: 28px;
    background: #AB844E;
}

.transport-lines {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #333333;
}

.transport-right {
    flex: 1;
}

.transport-image {
    width: 100%;
}

.transport-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Green Zones Section */
.green-zones {
    padding: 0;
    background: #FFFFFF;
}

.green-zones-hero {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.green-zones-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.green-zones-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    padding: 60px 144px;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-end;
}

.green-zones-icon {
    width: 369px;
    height: auto;
    margin-bottom: 20px;
    margin-right: 10%;
}

.green-zones-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.green-zones-overlay h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.green-zones-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.zone-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.zone-name {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #FFFFFF;
}

.zone-distance {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}

/* Map Section */
.location-map {
    padding: 0;
    background: #FFFFFF;
}

.map-container {
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .location-hero-overlay {
        left: 40px;
        right: 40px;
        max-width: calc(100% - 80px);
    }

    .location-content-container,
    .facilities-container,
    .transport-container {
        flex-direction: column;
        gap: 50px;
    }

    .location-gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .green-zones-overlay {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .location-hero-image {
        height: auto;
        background: #fff;
    }

    .location-hero-image > img {
        display: none;
    }

    .location-hero-overlay {
        position: static;
        transform: none;
        max-width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .location-info-card {
        padding: 30px 25px;
        box-shadow: none;
    }

    .location-content,
    .nearby-facilities,
    .transport {
        padding: 60px 0;
    }

    .location-content-container,
    .facilities-container,
    .transport-container {
        padding: 0 20px;
    }

    .location-gallery {
        padding: 0 0 60px 0;
    }

    .location-gallery-grid {
        padding: 0 20px;
    }

    .quote-container {
        padding: 0 20px;
    }

    .quote-container h2 {
        font-size: 26px;
    }

    .facilities-right h3,
    .transport-left h3 {
        font-size: 28px;
    }

    .facility-item {
        display: grid;
        grid-template-columns: 1fr auto auto auto auto;
        align-items: center;
        gap: 10px;
    }

    .facility-name {
        font-size: 20px;
        min-width: auto;
        margin-bottom: 0;
    }

    .facility-distance,
    .facility-time {
        font-size: 18px;
        min-width: auto;
        white-space: nowrap;
    }

    .facility-divider {
        height: 15px;
        display: block;
    }

    .green-zones-hero {
        height: 400px;
    }

    .green-zones-overlay {
        padding: 30px 20px;
    }

    .map-container {
        height: 400px;
    }

    .location-quote {
        padding: 0 0;
    }
    .transport-type {
        font-size: 20px;
    }
    .transport-lines {
        font-size: 18px;
    }
}
