
.profile-address-section,
.pending-section,
.contact-section {
	position: realtiv;
	width: 100%;
}

.contact-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%; 

    text-align: center;
    white-space: nowrap;

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0.2;
	color: #ccc;
    font-size: 10rem;
    font-weight: 900;
    z-index: 0;
    
	pointer-events: none;
    user-select: none;
	
	overflow: hidden;
}
.contact-background img {
	position: absolute;
	z-index: -1;
	opacity: 0.8;
	object-fit: contain;
	max-width: 150%; 
	max-height: 150%; 
}
.contact-background svg {
	position: absolute;
	max-height: 150%; 
	width: auto;
	z-index: -2;
	opacity: 0.4;
	object-fit: contain;
}

	/* filter: grayscale(1); */

/* Profil (névjegykártya) - kapcsolazok */
/* Profile-address (címkártya) - profil címadatok */
.profil-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	padding: 2rem;
}

.contact-profile-address-box,
.contact-profil-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
	padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.30);
    max-width: 600px;
    margin: 20px 0;
	border: 1px solid #7ac943;
}
.contact-profil-box {
	overflow: hidden;
}

.contact-profile-address-box {
	position: relative;
	/* transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); */
	transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
	            border-color 0.4s ease, 
	            box-shadow 0.4s ease;	
	/* min-height: 260px; */
	align-items: flex-start;
    padding: 15px 25px;
	height: auto;
	
	box-sizing: border-box;
	backface-visibility: hidden;
	transform: translateZ(0);
	will-change: height, opacity;
	
	overflow: hidden;
}
.contact-profile-address-box.is-default {
	border: 2px solid #7ac943;
}
@keyframes pulseAddress {
	0%   { box-shadow: 0 0 0 0 rgb(#7ac943 / 0.5); transform: scale(1); border-color: rgb(#7ac943 / 0.5); border-width: 1px; }
	10%  { box-shadow: 0 0 0 1px rgb(#7ac943 / 0.4); transform: scale(1.005); border-color: rgb(#7ac943 / 0.55); border-width: 1.2px; }
	20%  { box-shadow: 0 0 0 2px rgb(#7ac943 / 0.35); transform: scale(1.01); border-color: rgb(#7ac943 / 0.6); border-width: 1.5px; }
	30%  { box-shadow: 0 0 0 3px rgb(#7ac943 / 0.45); transform: scale(1.015); border-color: rgb(#7ac943 / 0.65); border-width: 1.8px; }
	40%  { box-shadow: 0 0 0 4px rgb(#7ac943 / 0.5); transform: scale(1.02); border-color: rgb(#7ac943 / 0.7); border-width: 2px; }
	50%  { box-shadow: 0 0 0 6px rgb(#7ac943 / 0.35); transform: scale(1.025); border-color: rgb(#7ac943 / 0.8); border-width: 2.5px; }
	60%  { box-shadow: 0 0 0 8px rgb(#7ac943 / 0.3); transform: scale(1.02); border-color: rgb(#7ac943 / 0.9); border-width: 3px; }
	70%  { box-shadow: 0 0 0 6px rgb(#7ac943 / 0.35); transform: scale(1.015); border-color: rgb(#7ac943 / 0.8); border-width: 2.5px; }
	80%  { box-shadow: 0 0 0 4px rgb(#7ac943 / 0.5); transform: scale(1.01); border-color: rgb(#7ac943 / 0.7); border-width: 2px; }
	90%  { box-shadow: 0 0 0 2px rgb(#7ac943 / 0.35); transform: scale(1.005); border-color: rgb(#7ac943 / 0.6); border-width: 1.5px; }
	100% { box-shadow: 0 0 0 0 rgb(#7ac943 / 0); transform: scale(1); border-color: rgb(#7ac943 / 0.5); border-width: 1px; }
}
.contact-profile-address-box.highlight {
    border: 1px solid rgb(#7ac943 / 0.5);
    border-radius: 6px;
    animation: pulseAddress 1.5s linear forwards;
}

.profile-address-card-view-layer,
.profile-address-card-form-layer {
	transition: opacity 0.8s ease, transform 0.8s ease;
	width: 100%;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	text-align: left;
	backface-visibility: hidden;
	transform: translateZ(0);
	/* background-color: #000; */
}
.profile-address-card-view-layer {
	height: 100%;
}
.profile-address-card-view-layer .profile-address-info-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
	gap: 2px;
	flex-wrap: nowrap;
}
.profile-address-card-view-layer .profile-address-card-actions {
	/* background-color: #ccc; */
	display: flex;
	flex-direction: row;
	gap: 2rem;
	margin-bottom: 12px;
}
.svg_button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 50%;
	white-space: nowrap;
}
.profile-address-card-view-layer .svg_button {
	width: 80%;
	margin: 0;
}
.svg_button_trash {
	background: linear-gradient(90deg, #c62828, 
					#5a0f0f, #c62828, #000);
	background-size: 200% 100%;
}
.svg_button_trash:hover {
	background: linear-gradient(90deg, #000, 
					#c62828, #5a0f0f, #c62828);
	background-size: 200% 100%;
	background-position: right center;
}
.svg_button svg {
	flex-shrink: 0;
	pointer-events: none;
}
.svg_button span {
	pointer-events: none;
}
.edit-wrapper,
.trash-wrapper {
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.deleted-box,
.confirm-box {
	/* display: none; */
	flex-direction: row;
	gap: 0.8rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	transition: all 0.8s ease;
	position: absolute;
	display: flex;
	/* left: 0; */
	/* right: 0; */
}
.trash-wrapper span {
	font-size: 1rem;
	font-weight: 600;
}
.deleted-box span {
	color: #c62828;
	font-size: 1.5rem;
	font-weight: 800;
}
.trash-wrapper button {
	/* flex: 1; */
}
.trash-wrapper .btn-delete {
	opacity: 1;
	pointer-events: auto;
}
.trash-wrapper.active .btn-delete {
	pointer-events: none;
	opacity: 0;
	transition: all 0.8s ease;
}
.trash-wrapper.active .confirm-box {
	opacity: 1;
	pointer-events: auto;
}
.deleted-box.active {
	opacity: 1;
	pointer-events: auto;
}
/* kis gombok */
.confirm-box button {
	/* width: 100%; */
	gap: 5px;
	width: auto;
}

.layer-hidden {
	opacity: 0 !important;
	transform: translateY(10px);
	pointer-events: none;
}

.profil-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--success);
	
	pointer-events: none;
    user-select: none;
}
.profile-address-details,
.profil-details {
	display: flex;
    flex-direction: column;
    justify-content:space-between;
    /* height: 120px; */
	/* overflow: hidden; */
    text-overflow: ellipsis;
	width: 100%;
}
.profile-address-header-column {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-left: 1rem;
}
.profile-address-cards-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.profile-address-header-column h3,
.profile-address-details h3,
.profil-details h3 {
	margin: 0 0 8px 0;
	color: #000;
	font-size: 1.2rem;
	flex: 1; 
}
.profile-address-header-column h3 {
	font-size: 1.5rem;
	margin: 0;
	line-height: 1;
}
.profile-address-header-column span {
	display: flex;
	align-items: center;
}
.profile-address-details h3 {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}
.profile-address-details h4,
.profil-details h4 {
	color: #333;
	font-size: 1rem;
	font-weight: 300;
	flex: 1; 
	margin: 0;
	display: flex;
	align-items: center;
}
.profile-address-details p,
.profil-details p {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-style: italic;
    
	flex: 2; 
    display: flex;
    align-items: flex-end;	
}
.profile-address-info-row,
.profil-info-row {
	display: flex;
	gap: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	align-items: flex-start;
	line-height: 1.6;
}
.profile-address-info-row.hidden {
	display: none !important;
}
.profile-address-info-row{
	align-items: center;
	margin-left: 15px;
}
.profile-address-info-row-header {
	margin-left: 5px;
	justify-content: center;
	gap: 5px;
}
.default-icon-container {
    display: inline-block; /* legyen mindig látható doboz */
    width: 25px;          /* SVG méretéhez igazítva */
    height: 25px;
    vertical-align: middle;
    cursor: pointer; 
	transform: scale(1);
	transition: transform 0.8s ease;

}
.default-icon-container:hover {
	transform: scale(1.2);
}

.profil-info-row span {
	flex-shrink: 0;
}

/* Profil (névjegykártya) --- vége */
.pending-container, 
.contact-container {
	background-color: #fff;
	border-radius: 8px;
}
.pending-container {
	max-width: 1280px;
	/* margin: 2rem auto; */
	/* margin-top: 100px; */
	margin: 100px auto 2rem auto;
} 

.profile-address-top,
.contact-top {
	padding: 90px 40px 10px 40px;
	color: #000;
	z-index: 2;
}
.profile-address-top {
	padding-top: 100px;
}

.profile-address-info-wrapper,
.contact-info-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	z-index: 2;
}

.contact-block {
	flex: 1;
	padding: 0.5rem 1rem 0.5rem 1rem;
}

.pending-section h2, 
.contact-section h2 {
	margin-bottom: 25px;
	margin-left: 20px;
	font-size: 1.8rem;
	display: inline-block;	
}

.info-row {
	display: flex;
	gap: 10px;
	margin-left: 50px;
	margin-bottom: 15px;
	align-items: flex-start;
	line-height: 1.5;
}

.info-row-plus {
	margin-left: 70px;
}
.info-row span {
	flex-shrink: 0;
}

.contact-section a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.contact-section a:hover {
	color: #7ac943;
}
.contact-bottom {
	width: 100%;
	/* background-color: #ccc; */
	color: #000;
	padding-bottom: 2rem;
}
.contact-form {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.contact-form form {
	flex-direction: column;
	/* margin: 0 20px; */
}

.contact-form input,
.contact-form textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 0.9rem;
	resize: none;
}

.contact-sent-after {
	position: absolute;
	padding: 20px;
	
	min-width: 25%;
	height: auto;

	top: 50%;
	left:  50%;
	transform: translateX(-50%) translateY(-50%);
	
	background-color: #333;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.5);
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	/* pointer-events: none; */
	user-select: none;
	overflow: hidden;
	/* opacity: 1; */
	/* display: none; */
}

.contact-mail-sent-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5); /* Lefogja a hátteret */
    backdrop-filter: blur(1px);    /* Kicsit elhomályosítja a webshopot */
    
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;	
	
	display: none;
}

/* mobil */
/*
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
*/