/*
 Theme Name:   Lelekingatlan
 Theme URI:    https://lelekingatlan.hu
 Description:  WordPress sablon a Lelekingatlan ingatlanos weboldalhoz
 Author:       Lelekingatlan
 Author URI:   https://lelekingatlan.hu
 Version:      1.0
 Text Domain:  lelekingatlan
*/


html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
    color: rgb(0, 58, 134);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-height: 3rem;
}

.logo {
    height: 1.8rem;
}

.logo img {
    height: 100%;
    width: auto;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-details {
    display: flex;
    gap: 1.5rem;
}

.contact-details p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
}

.contact-details p:hover {
    color: #0063e4;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    color: #333;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}

.social-icons a.facebook:hover {
    color: #4267B2;
}

.social-icons a.tiktok:hover {
    color: #a200ff;
}

.social-icons a.youtube:hover {
    color: #FE2C55;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50vh;

    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.heading-container {
    position: relative;
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}

.heading {
    color: white;
    font-size: 3rem;
    margin: 0;
    width: fit-content;
    font-weight: lighter;
    background-color: #003376;
    padding: 1rem;
}

.kiemelt {
    background-color: #F2F2F2;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fkitem {
    width: 20rem;
    background-color: white;
    padding: 1.1rem;
    border-radius: 0.8rem;
    margin: 0.5rem;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.315);
}

.fkitem:hover {
    transform: scale(1.05);
}

.kkepkont {
    width: 100%;
    max-height: 190px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.kkepkont img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.keloter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(37,41,71,1) 15%, rgba(22,25,43,0.477) 40%, rgba(6,7,12,0) 69%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: end;
    border-radius: 10px;
}

.kite {
    font-weight: bold;
    color: white;
    margin: 0.8rem 1rem;
    font-size: 1.5rem;
    font-weight: 350;
}

.fkkij h3 {
    border-radius: 100rem;
    width: 40%;
    padding: 0.4rem 0.9rem;
    color: white;
    margin: 0.7rem auto;
    text-align: center;
    display: inline-block;
}

.bgb {
    background-color: #d3b254;
    font-weight: 500;
}

.arc {
    background-color: #5f5f5f;
    font-weight: 500;
}

.hazleirasmini {
    color: black;
    line-height: 1.1rem;
    border-left: 3px solid rgb(26, 26, 26);
    padding-left: 0.6rem;
    margin: 0.2rem 0 0.2rem 0.2rem;
    font-size: 0.9rem;
}

.mggomb {
    text-align: center;
    padding: 0.7rem;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 1rem 0 0 0;
    background-color: transparent;
    border: 2px solid rgb(105, 105, 105);
    border-radius: 0.5rem;
    transition: all 0.5s ease;
    display: none;
}

.mggomb:hover {
    background-color: rgba(0, 0, 0, 0.164);
    border-color: #003f9c;
}


.megngomb {
    background-color: #F2F2F2;
    padding: 0.5rem 2rem;
}

.megngomb h4 {
    margin: 0;
    text-align: center;
}

.propbody {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.left-column {
    grid-column: 1;
}

.right-column {
    grid-column: 2;
    position: sticky;
    top: 20px;
    height: fit-content;
}

header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

h1, h2 {
    color: #2c3e50;
    margin-top: 0;
}

h1 {
    margin-bottom: 5px;
}

.location {
    color: #7f8c8d;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.price {
    font-size: 1.8em;
    color: #e74c3c;
    font-weight: bold;
    margin: 20px 0;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.detail-item {
    background: #eeeeee;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.detail-label {
    font-size: 0.9em;
    color: #7f8c8d;
}

.detail-value {
    font-size: 1.2em;
    font-weight: bold;
}

.description, .video-container {
    margin: 30px 0;
    padding: 20px;
    background: #eeeeee;
    border-radius: 5px;
}

.video-placeholder {
    width: 100%;
    height: 300px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    border-radius: 5px;
}

.contact-card {
    background: #2c3e50;
    color: white;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 80%;
}

.contact-card h3 {
    margin-top: 0;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
}

.agent-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.agent-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid white;
}

.agent-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.agent-company {
    color: #bdc3c7;
    margin-bottom: 10px;
}

.agent-contact {
    margin: 15px 0;
}

.btn {
    background: #e74c3c;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    width: 50%;
    text-align: center;
    transition: background 0.3s;
}

.btn:hover {
    background: #c0392b;
}

.property-image {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cella {
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
}

.ckep a img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.ckep a img:hover {
    transform: scale(1.05);
}

.lg-backdrop {
    background-color: #0d0a0ae6;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    padding: 2rem;
}

iframe {
    border-radius: 1rem;
}

/* Alap stílusok */
.video-container {
    margin: 30px 0;
    padding: 20px;
    background: #eeeeee;
    border-radius: 5px;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 képarány */
    border-radius: 1rem;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.full-width-banner {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    max-height: 800px;
    position: relative;
    overflow: hidden;
    background-color: #0f101c;
    background: linear-gradient(rgba(0, 0, 0, 0.748), rgba(0, 0, 0, 0.3)), 
                url('img/llbanner.webp') no-repeat center center;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    color: white;
}

.banner-content {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.banner-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 600px;
    line-height: 1.6;
}

.banner-button {
    display: inline-block;
    background-color: transparent;
    color: white;
    padding: 15px 40px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid white;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.banner-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.banner-button:hover {
    background-color: rgba(255, 215, 0, 0.2);
    border-color: #FFD700;
}

.banner-button:hover::before {
    left: 100%;
}

.scrolling-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
    40% {transform: translateY(-20px) translateX(-50%);}
    60% {transform: translateY(-10px) translateX(-50%);}
}

.chover:hover{
    color: #003376;
}
.cim{
    font-size: 1.5rem;
    font-weight: 600;
    color: #003376;
    text-align: center;
    background-color: #F2F2F2;
}
.cim h2{
    margin: 0;
    padding: 1rem;
}

/* Footer stílusok */
.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 3rem 0 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.footer-section {
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 1.8rem;
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-about {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-title {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #d3b254;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: inline-block;
}

.footer-links a:hover {
    color: #d3b254;
    transform: translateX(5px);
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.footer-contact i {
    color: #d3b254;
    margin-right: 0.8rem;
    margin-top: 0.2rem;
    font-size: 0.9rem;
}

.footer-contact a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-contact a:hover {
    color: #d3b254;
}

.footer-social {
    display: flex;
    gap: 0.8rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #d3b254;
    transform: translateY(-3px) scale(1.1);
}

.footer-bottom {
    background-color: #1a252f;
    padding: 1.2rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
}

.footer-bottom p {
    color: #bdc3c7;
    font-size: 0.85rem;
    margin: 0;
}

.developer-link {
    color: #bdc3c7;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.developer-link:hover {
    color: #d3b254;
    text-decoration: underline;
}

.social-icons a i.fas.fa-phone,
.social-icons a i.fas.fa-envelope {
    display: none;
}


/* Reszponzív stílusok */
@media (max-width: 922px) {
    nav {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .social-icons {
        justify-content: center;
        width: 100%;
    }
    
    .propbody {
        grid-template-columns: 1fr;
        padding: 15px;
        gap: 20px;
    }
    
    .right-column {
        position: static;
        grid-column: 1;
        width: 100%;
    }
    
    .contact-card {
        width: 100%;
        box-sizing: border-box;
    }
    
    header {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    
    h1 {
        font-size: 1.5em;
    }
    
    .location {
        font-size: 1em;
    }
    
    .ckep a img {
        height: 30vh;
    }
    
    .cella {
        padding: 1rem;
    }
    
    .details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .price {
        font-size: 1.5em;
        text-align: center;
        grid-column: 1 / -1;
    }
    
    .description, 
    .video-container {
        padding: 15px;
        margin: 20px 0;
    }
    
    iframe {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    
    .btn {
        width: 50%;
        padding: 10px;
        font-size: 0.9em;
    }
    
    .agent-photo {
        width: 100px;
        height: 100px;
    }
    
    .agent-contact {
        font-size: 0.9em;
    }
    
    .video-grid {
        grid-template-columns: 1fr;
    }
    
    .video-container {
        padding: 15px;
    }
    
    .video-grid {
        gap: 15px;
    }
    
    .full-width-banner {
        height: 70vh;
        min-height: 400px;
        text-align: center;
    }
    
    .banner-content {
        padding: 0 20px;
    }
    
    .banner-subtitle {
        max-width: 100%;
    }
    
    .banner-button {
        padding: 12px 30px;
    }
    
    .pdn {
        display: none;
    }
    
    .gdn {
        display: block;
    }
    
    .details-grid {
        grid-template-columns: 1fr;
    }
    
    .ckep a img {
        height: 25vh;
    }
    
    .contact-details p {
        font-size: 0.8em;
    }
    
    .social-icons a {
        font-size: 1em;
    }
    
    h1 {
        font-size: 1.3em;
    }
    
    .location {
        font-size: 0.9em;
    }
    
    .footer-container {
        grid-template-columns: 1fr 1fr;
        padding: 0 1.2rem;
        gap: 1.8rem;
    }
    
    .footer-section {
        margin-bottom: 1.5rem;
    }
    
    .footer-title {
        font-size: 1rem;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-contact li {
        justify-content: center;
    }
    
    .footer-links a:hover {
        transform: none;
        padding-left: 5px;
    }
    
    .footer-bottom-container {
        flex-direction: column;
        gap: 0.5rem;
    }
    .social-icons a i.fas.fa-phone,
    .social-icons a i.fas.fa-envelope {
        display: inline-block;
    }
}

.ckep br {
    display: none !important;
}
