/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/*.wd-sub-menu li>a:hover { color: #16c5ec !important}
.wd-dropdown-menu.wd-design-default {
    padding: 12px 11px;
    --wd-dropdown-width: 144px;
}
.wd-dropdown{margin-left: 0px;}
*/
.wd-sub-menu li>a:hover { color: #16c5ec !important}
.wd-dropdown-menu.wd-design-default {
	    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
	padding: 12px 11px;
}
.wd-dropdown{margin-left: 0px;}



.ujnyil:hover svg {
    width: 20px;
    height: 20px;
    filter: invert(54%) sepia(74%) saturate(5311%) hue-rotate(175deg) brightness(97%) contrast(96%);

}

.sargagomb .wpcf7 form .wpcf7-submit {
    background: #F29222;
	border: 1px solid white;
}
.sargagomb .wpcf7 form .wpcf7-submit:hover {
	background: white;
	border: 1px solid #F29222;
	color: #F29222;
}

.kekgomb .wpcf7 form .wpcf7-submit {
    border: 1px solid white;
}
.kekgomb .wpcf7 form .wpcf7-submit:hover {
    border: 1px solid #00BFEA;
	background: white;
	color: #00BFEA;
}

/* Galéria alap beállításai */
/* Képek méretezése: 150px magas, 200px széles */
.gallery-item:nth-child(1),
.gallery-item:nth-child(2),
.gallery-item:nth-child(5),
.gallery-item:nth-child(6),
.gallery-item:nth-child(7),
.gallery-item:nth-child(8),
.gallery-item:nth-child(11),
.gallery-item:nth-child(12),
.gallery-item:nth-child(13),
.gallery-item:nth-child(14),
.gallery-item:nth-child(17),
.gallery-item:nth-child(18),
.gallery-item:nth-child(19),
.gallery-item:nth-child(20) img{
    width: 400px !important;
    height: 300px !important;
    object-fit: cover; /* A képet méretre vágja, így nem torzul és nincs üres terület */
}
.gallery-item:nth-child(1) img,
.gallery-item:nth-child(2) img,
.gallery-item:nth-child(5) img,
.gallery-item:nth-child(6) img,
.gallery-item:nth-child(7) img,
.gallery-item:nth-child(8) img,
.gallery-item:nth-child(11) img,
.gallery-item:nth-child(12) img,
.gallery-item:nth-child(13) img,
.gallery-item:nth-child(14) img,
.gallery-item:nth-child(17) img,
.gallery-item:nth-child(18) img,
.gallery-item:nth-child(19) img,
.gallery-item:nth-child(20) img{
    width: 400px !important;
    height: 300px !important;
	width: 100%;
	height: 100%;
    object-fit: cover; /* A képet vágja méretre */
	border-radius: 50px;
}

gallery-item img {
    width: 100%; /* A kép szélessége kitölti a szülő elemet */
    height: 100%; /* A kép magassága kitölti a szülő elemet */
    object-fit: cover; /* A képet méretre vágja, így nem torzul és nincs üres terület */
	border-radius: 50px;
}

/*teszt vége*/
.gallery-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    position: relative;
    /*max-width: 1420px;*/
    /*margin: auto;*/
	margin: 15px;
}

/* Kép szülőelemének alap stílusa */
.wd-gallery-item {
    position: relative;
    overflow: hidden; /* Levágja a túllógó részeket */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; /* Példa, állítsd be a kívánt méretre */
}

/* Képek méretezése: 150px magas, 200px széles */
.wd-gallery-item:nth-child(1),
.wd-gallery-item:nth-child(2),
.wd-gallery-item:nth-child(5),
.wd-gallery-item:nth-child(6),
.wd-gallery-item:nth-child(7),
.wd-gallery-item:nth-child(8),
.wd-gallery-item:nth-child(11),
.wd-gallery-item:nth-child(12),
.wd-gallery-item:nth-child(13),
.wd-gallery-item:nth-child(14),
.wd-gallery-item:nth-child(17),
.wd-gallery-item:nth-child(18),
.wd-gallery-item:nth-child(19),
.wd-gallery-item:nth-child(20) img{
    width: 400px !important;
    height: 300px !important;
    object-fit: cover; /* A képet méretre vágja, így nem torzul és nincs üres terület */
}
.wd-gallery-item:nth-child(1) img,
.wd-gallery-item:nth-child(2) img,
.wd-gallery-item:nth-child(5) img,
.wd-gallery-item:nth-child(6) img,
.wd-gallery-item:nth-child(7) img,
.wd-gallery-item:nth-child(8) img,
.wd-gallery-item:nth-child(11) img,
.wd-gallery-item:nth-child(12) img,
.wd-gallery-item:nth-child(13) img,
.wd-gallery-item:nth-child(14) img,
.wd-gallery-item:nth-child(17) img,
.wd-gallery-item:nth-child(18) img,
.wd-gallery-item:nth-child(19) img,
.wd-gallery-item:nth-child(20) img{
    width: 400px !important;
    height: 300px !important;
	width: 100%;
	height: 100%;
    object-fit: cover; /* A képet vágja méretre */
	border-radius: 50px;
}

/* Képek méretezése: 300px magas, 400px széles */
.wd-gallery-item:nth-child(3),
.wd-gallery-item:nth-child(4),
.wd-gallery-item:nth-child(9),
.wd-gallery-item:nth-child(10),
.wd-gallery-item:nth-child(15),
.wd-gallery-item:nth-child(16) {
	    grid-column: span 2;
    grid-row: span 2;
    width: 800px !important;
    height: 600px !important;
    object-fit: cover;
	
}
.wd-gallery-item:nth-child(3) img,
.wd-gallery-item:nth-child(4) img,
.wd-gallery-item:nth-child(9) img,
.wd-gallery-item:nth-child(10) img,
.wd-gallery-item:nth-child(15) img,
.wd-gallery-item:nth-child(16) img {
    width: 800px !important;
    height: 600px !important;
    object-fit: cover; /* A képet vágja méretre */
	border-radius: 50px;
}
/* Kép stílusa */
.wd-gallery-item img {
    width: 100%; /* A kép szélessége kitölti a szülő elemet */
    height: 100%; /* A kép magassága kitölti a szülő elemet */
    object-fit: cover; /* A képet méretre vágja, így nem torzul és nincs üres terület */
	border-radius: 50px;
}
.gallery-item img {
    width: 100%; /* A kép szélessége kitölti a szülő elemet */
    height: 100%; /* A kép magassága kitölti a szülő elemet */
    object-fit: cover; /* A képet méretre vágja, így nem torzul és nincs üres terület */
	border-radius: 50px;
}

/*Refrencia képek*/

    /*.gallery {
        position: relative;
        max-width: 600px;
    }*/

    /* Fő kép (kártya) */
    .custom-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .custom-card:hover {
        transform: scale(1.1);
    }

    .custom-card img {
        width: 100%;
        display: block;
        border-radius: 10px 10px 0 0;
    }

    .custom-labels {
        position: absolute;
        top: 10px;
        
        display: flex;
        flex-direction: column;
        gap: px;
    }

.custom-labels span:first-child {
width: Hug (239px)px;
height: Hug (32px)px;
top: 814px;
left: 135px;
padding: 10px 30px 10px 30px;
gap: 10px;
opacity: 0.9px;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.2em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #00BFEA;
color: white;

}

.custom-labels span:last-child {
width: 197px;
height: Hug (32px)px;
top: 846px;
left: 135px;
padding: 10px 30px 10px 30px;
gap: 10px;
opacity: 0.9px;
background: #FFFFFF;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.2em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #00BFEA;
}

    .label-design {
        background-color: #666;
    }

    .custom-content {
        background: white;
        padding: 15px;
    }

    .custom-content h3 {
        font-family: Roboto;
        font-size: 26px;
        font-weight: 700;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-top: 10px;

    }

    .custom-details {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .custom-icons {
        display: flex;
        gap: 15px;
        font-size: 14px;
        padding-left: 40px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-top: 40px;

    }

    .custom-icons i {
        color: #009fdb;
        margin-right: 5px;
        
    }

    /* Thumbnail képek */
    .thumbnail-images {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 10px;
    }

    .thumbnail-images img {
        width: 80px;
        height: auto;
        cursor: pointer;
        border-radius: 5px;
        transition: transform 0.3s ease;
    }

    .thumbnail-images img:hover {
        transform: scale(1.1);
    }
.custom-icons {
    display: flex;
    gap: 15px; /* A gap távolság a szomszédos elemek között */
}

.custom-icons span {
    display: flex;
    align-items: center; /* Kép és szöveg középre igazítása */
    justify-content: center; /* Kép és szöveg középre igazítása */
    height: 40px; /* A kívánt egységes magasság */
}

.custom-icons span img {
    margin-right: 10px; /* Kép és a szöveg közötti távolság */
    height: 20px; /* A képek maximális magassága */
    width: auto; /* A képek arányos skálázása */
}

.custom-card img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    height: 250px;
    object-fit: cover;
}



.project-button{
	width: 151;
height: 32;

border-width: 1px;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
	font-family: Roboto;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 20%;
width: 100%;
}
.project-button .btn{width: 100%}

.fej {
    /* padding-top: 59%; */
    /* bottom: 0; */
    top: 60px !important;
    position: absolute;
}



    .gallery {
        position: relative;
        max-width: 600px;
    }

    /* Fő kép (kártya) */
    .custom-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .custom-card:hover {
        transform: scale(1.1);
    }

    .custom-card img {
        width: 100%;
        display: block;
        border-radius: 10px 10px 0 0;
    }

    .custom-labels {
        position: absolute;
        top: 10px;
        
        display: flex;
        flex-direction: column;
        gap: px;
    }
    .label-fejlesztes{
        position: absolute;
        top: 20px;
        
        display: flex;
        flex-direction: column;
        gap: px;
    }

.custom-labels span:first-child {
width: Hug (239px)px;
height: Hug (32px)px;
top: 814px;
left: 135px;
padding: 10px 30px 10px 30px;
gap: 10px;
opacity: 0.9px;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.2em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #00BFEA;
color: white;

}

.custom-labels span:last-child {
width: 197px;
height: Hug (32px)px;
top: 846px;
left: 135px;
padding: 10px 30px 10px 30px;
gap: 10px;
opacity: 0.9px;
background: #FFFFFF;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.2em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #00BFEA;
}

    .label-design {
        background-color: #666;
    }

    .custom-content {
        background: white;
        padding: 15px;
    }

    .custom-content h3 {
        font-family: Roboto;
        font-size: 26px;
        font-weight: 700;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-top: 10px;

    }

    .custom-details {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .custom-icons {
        display: flex;
        gap: 15px;
        font-size: 14px;
        padding-left: 40px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-top: 40px;

    }

    .custom-icons i {
        color: #009fdb;
        margin-right: 5px;
        
    }

    /* Thumbnail képek */
    .thumbnail-images {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 10px;
    }

    .thumbnail-images img {
        width: 80px;
        height: auto;
        cursor: pointer;
        border-radius: 5px;
        transition: transform 0.3s ease;
        
    }

    .thumbnail-images img:hover {
        transform: scale(1.1);
    }
.fej {padding-top: 59%; pointer-events: none;
    position: absolute;}    
    
    .custom-labels .label-general .label-fejlesztes   {
width: Hug (239px)px;
height: Hug (32px)px;
top: 814px;
left: 135px;
padding: 10px 30px 10px 30px;
gap: 10px;
opacity: 0.9px;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.2em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #00BFEA;
color: white;

}
.custom-labels .color{top: 20px;}
.color{ background: #f29222 !important; }
.custom-labels .label-design .label-fejlesztes{
    width: 197px;
    height: Hug (32px)px;
    top: 846px;
    left: 135px;
    padding: 10px 30px 10px 30px;
    gap: 10px;
    opacity: 0.9px;
    background: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00BFEA;
}

.main-image{filter: grayscale(50%); /* 50%-os szürkés hatás */
    transition: filter 0.3s ease; /* Animáció a váltáshoz */}
.main-image:hover{filter: grayscale(0%); /* Visszaáll színesre */}

@media (max-width:720px){
    @media (max-width: 720px) {
    /* A slider tartalma egymás alá kerüljön */
    .slider-content {
        flex-direction: column;
        align-items: center;
    }

    /* A két rész teljes szélességet kapjon */
    .custom-planning-text,
    .custom-planning-image {
        flex: 0 0 100%;
        width: 100%;
    }

    /* Fejléc méret kisebb mobilon */
    .custom-planning-text h1 {
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }

    .custom-planning-text p {
        font-size: 1rem;
        text-align: justify;
    }

    /* A gomb középre igazítása mobilon */
    .jobbra {
        justify-content: center;
    }

    .project {
        width: auto;
        font-size: 18px;
        padding: 8px 16px;
    }

    /* Kép mobilon teljes szélesség */
    .image-gallery img {
        width: 100%;
        height: auto;
    }
	
	  .footer-sidebar {
    flex-direction: column; /* egymás alá */
    align-items: center; /* opcionális – középre igazítja az oszlopokat */
  }

  .footer-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .footer-column:nth-child(5) {
    padding-left: 0;
    padding-right: 0;
  }
}

}



@media (max-width: 720px) {
  .footer-sidebar {
    flex-direction: column; /* egymás alá */
    align-items: center; /* opcionális – középre igazítja az oszlopokat */
  }

  .footer-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .footer-column:nth-child(5) {
    padding-left: 10px !important;
    padding-right: 10px  !important;
  }
	
}

.hidden-fields-container {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: none;
}