/* CSS Document */

/* ROM UTCA 7. - PROJECT SECTION */
.project-highlight {
    position: relative;
    padding: 120px 0;
    background: #f5f7f8;
    overflow: hidden;
}

/* háttér dekoráció */
.project-highlight::before {
    content: "ROM UTCA 7";
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    font-size: 220px;
    font-weight: 900;
    color: #000;
    opacity: 0.022;
    letter-spacing: 12px;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.project-highlight::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    top: -300px;
    right: -250px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(53, 148, 79, 0.1) 0%,
        rgba(53, 148, 79, 0) 72%
    );
}

/* IMAGE */
.project-highlight:hover img {
    transform: scale(1.05);
}

.project-highlight__image {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}

.project-highlight__image img {
    width: 100%;
    display: block;
    border-radius: 26px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
    transition: 8s;
}

/* FLOAT CARD */
.project-floating-card {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 300px;
    padding: 25px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.project-floating-card small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7b7b7b;
    font-size: 11px;
}

.project-floating-card h4 {
    margin: 8px 0 18px;
    font-size: 26px;
    font-weight: 800;
}

.project-floating-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-floating-card li {
    margin: 10px 0;
    font-size: 15px;
}

.project-floating-card i {
    color: #34964e;
    margin-right: 8px;
}

/* SUBTITLE */
.project-highlight__subtitle {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e8f7ee;
    color: #2f8f48;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* TITLE */
.project-highlight h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
}

.project-highlight .lead {
    font-size: 19px;
    color: #555;
}

/* META */
.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.25s;
}

.meta-item:hover {
    transform: translateY(-4px);
}

.meta-item i {
    color: #34964e;
    font-size: 18px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.meta-item span {
    font-size: 15px;
    font-weight: 600;
}

/* FEATURES */
.project-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 70px 0;
}

.feature {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    text-align: center;
    transition: 0.35s;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.feature i {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 18px;
    border-radius: 50%;
    background: #edf8f1;
    color: #33934d;
    font-size: 30px;
}

.feature span {
    font-weight: 700;
    font-size: 17px;
}

/* DESCRIPTION */
.project-description {
    margin: 90px 0;
}

.project-description h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.project-description p {
    color: #666;
    line-height: 1.9;
}

/* QUOTE */
.project-quote {
    margin: 50px 0;
    padding: 30px;
    border-left: 5px solid #34964e;
    background: #fff;
    border-radius: 0 18px 18px 0;
    font-size: 22px;
    font-style: italic;
    color: #444;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

/* HIGHLIGHTS */
.project-highlights {
    margin-top: 70px;
}

.highlight-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: 0.35s;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #34964e;
}

.highlight-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

.highlight-box i {
    font-size: 34px;
    color: #34964e;
    margin-bottom: 18px;
}

.highlight-box strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.highlight-box span {
    color: #777;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .project-highlight {
        padding: 80px 0;
    }

    .project-highlight h2 {
        font-size: 42px;
    }

    .project-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-floating-card {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .project-features {
        grid-template-columns: 1fr;
    }

    .project-meta {
        display: block;
    }

    .project-meta span {
        display: inline-flex;
        margin: 0 8px 10px 0;
    }

    .project-highlight h2 {
        font-size: 34px;
    }

    .project-highlight::before {
        display: none;
    }
}

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

.project-gallery-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.gallery-more {
    position: relative;
    overflow: hidden;
}

.gallery-more::after {
    /*content:"";*/
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(2px);
    transition: 0.3s;
    pointer-events: none;
}

.gallery-more:hover::after {
    background: rgba(0, 0, 0, 0.35);
}

.gallery-more span {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
}
.gallery-more:hover span {
    background: rgba(0, 0, 0, 0.35);
}

.gallery-more img {
    transition: 0.4s;
}

.gallery-more:hover img {
    transform: scale(1.08);
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
}

.project-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    transition: 0.35s;
}

.project-gallery-main {
    height: 360px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.project-gallery-grid .gallery-item {
    height: 150px;
    overflow: hidden;
    border-radius: 18px;
    display: block;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.project-gallery-main .gallery-item {
    height: 100%;
    cursor: pointer;
}

.project-gallery a:hover img,
.project-gallery-main:hover img {
    transform: scale(1.06);
}

@media (max-width: 768px) {
    .project-gallery-main {
        height: 260px;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    /*.project-gallery-grid a {
height: 120px;
}*/
    .project-gallery-grid .gallery-item {
        height: 120px;
    }
}

.gallery-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.gallery-modal.show {
    opacity: 1;
    visibility: visible;
}
.gallery-modal img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    animation: zoomIn 0.25s;
}
@keyframes zoomIn {
    from {
        transform: scale(0.92);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.gallery-close,
.gallery-prev,
.gallery-next {
    position: absolute;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.25s;
    backdrop-filter: blur(10px);
}
.gallery-close:hover,
.gallery-prev:hover,
.gallery-next:hover {
    background: #2f8f48;
}
.gallery-close {
    top: 30px;
    right: 30px;
}
.gallery-prev {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-next {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.gallery-overlay {
    position: absolute;
    inset: 0;
}
@media (max-width: 768px) {
    .gallery-prev {
        left: 15px;
    }
    .gallery-next {
        right: 15px;
    }
    .gallery-close {
        top: 15px;
        right: 15px;
    }
    .gallery-modal img {
        max-width: 95%;
    }
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.gallery-modal img {
    position: relative;
    z-index: 2;
}

.gallery-prev,
.gallery-next,
.gallery-close,
.gallery-counter {
    z-index: 3;
}

/* kis tisza utca 6. - PROJECT SECTION */
.project-highlight-kt {
    position: relative;
    padding: 120px 0;
    background: #f5f7f8;
    overflow: hidden;
}

/* háttér dekoráció */
.project-highlight-kt::before {
    content: "KIS TISZA UTCA 6";
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    font-size: 170px;
    font-weight: 900;
    color: #000;
    opacity: 0.022;
    letter-spacing: 12px;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.project-highlight-kt::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    top: -300px;
    right: -250px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(53, 148, 79, 0.1) 0%,
        rgba(53, 148, 79, 0) 72%
    );
}

/* IMAGE */
/*
.project-highlight-kt__image{
overflow:hidden;
border-radius:26px;
}

.project-highlight-kt__image img{
transition:8s;
}
*/
.project-highlight-kt:hover img {
    transform: scale(1.05);
}

.project-highlight-kt__image {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}

.project-highlight-kt__image img {
    width: 100%;
    display: block;
    border-radius: 26px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
    transition: 8s;
}

/* FLOAT CARD */
.project-floating-card {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 300px;
    padding: 25px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.project-floating-card small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7b7b7b;
    font-size: 11px;
}

.project-floating-card h4 {
    margin: 8px 0 18px;
    font-size: 26px;
    font-weight: 800;
}

.project-floating-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-floating-card li {
    margin: 10px 0;
    font-size: 15px;
}

.project-floating-card i {
    color: #34964e;
    margin-right: 8px;
}

/* SUBTITLE */
.project-highlight-kt__subtitle {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e8f7ee;
    color: #2f8f48;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* TITLE */
.project-highlight-kt h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
}

.project-highlight-kt .lead {
    font-size: 19px;
    color: #555;
}

/* META */
.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.25s;
}

.meta-item:hover {
    transform: translateY(-4px);
}

.meta-item i {
    color: #34964e;
    font-size: 18px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.meta-item span {
    font-size: 15px;
    font-weight: 600;
}

/* FEATURES */
.project-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 70px 0;
}

.feature {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    text-align: center;
    transition: 0.35s;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.feature i {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 18px;
    border-radius: 50%;
    background: #edf8f1;
    color: #33934d;
    font-size: 30px;
}

.feature span {
    font-weight: 700;
    font-size: 17px;
}

/* DESCRIPTION */
.project-description {
    margin: 90px 0;
}

.project-description h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.project-description p {
    color: #666;
    line-height: 1.9;
}

/* QUOTE */
.project-quote {
    margin: 50px 0;
    padding: 30px;
    border-left: 5px solid #34964e;
    background: #fff;
    border-radius: 0 18px 18px 0;
    font-size: 22px;
    font-style: italic;
    color: #444;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

/* HIGHLIGHTS */
.project-highlight-kts {
    margin-top: 70px;
}

.highlight-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: 0.35s;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #34964e;
}

.highlight-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

.highlight-box i {
    font-size: 34px;
    color: #34964e;
    margin-bottom: 18px;
}

.highlight-box strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.highlight-box span {
    color: #777;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .project-highlight-kt {
        padding: 80px 0;
    }

    .project-highlight-kt h2 {
        font-size: 42px;
    }

    .project-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-floating-card {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .project-features {
        grid-template-columns: 1fr;
    }

    .project-meta {
        display: block;
    }

    .project-meta span {
        display: inline-flex;
        margin: 0 8px 10px 0;
    }

    .project-highlight-kt h2 {
        font-size: 34px;
    }

    .project-highlight-kt::before {
        display: none;
    }
}