.card-custom-profile {
	/* width: 280px; */
	width: 100%;
	height: 400px;
	background: white;
	border-radius: 32px;
	padding: 3px;
	position: relative;
	box-shadow: #604b4a30 0px 70px 30px -50px;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
	.card-custom-profile {
		width: 80%;
		height: 480px;
	}
}

@media (min-width: 1024px) {
	.card-custom-profile {
		width: 50%;
		height: 480px;
	}
}

  
  .card-custom-profile .mail-custom-profile {
	position: absolute;
	right: 2rem;
	/* top: 1.4rem; */
	top: 2.4rem;
	background: transparent;
	border: none;
	box-shadow: none;
  }
  
  .card-custom-profile .mail-custom-profile svg {
	stroke: #fbb9b6;
	stroke-width: 3px;
  }
  
  .card-custom-profile .mail-custom-profile svg:hover {
	stroke: #f55d56;
  }
  
  .card-custom-profile .profile-pic-custom-profile {
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	border-radius: 29px;
	z-index: 1;
	border: 0px solid #fbb9b6;
	overflow: hidden;
	/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s; */
	transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, background-size 1s ease, background-position 1s ease;
  }
  
  .card-custom-profile .profile-pic-custom-profile img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: 0px 0px;
	object-position: 0px 0px;
	transition: all 0.5s ease-in-out 0s;
  }
  
  .card-custom-profile .profile-pic-custom-profile svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0px 0px;
	object-position: 0px 0px;
	transform-origin: 45% 20%;
	transition: all 0.5s ease-in-out 0s;
  }
  
  .card-custom-profile .bottom-custom-profile {
	position: absolute;
	bottom: 3px;
	left: 3px;
	right: 3px;
	/* background: #fbb9b6; */
	background: #585b6d;
	/* top: 80%; */
	top: 85%;
	border-radius: 29px;
	z-index: 2;
	box-shadow: rgba(255, 255, 255, 0.188) 0px 5px 5px 0px inset;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  
  .card-custom-profile .bottom-custom-profile .content-custom-profile {
	position: absolute;
	/* bottom: 0; */
	bottom: 65px;
	left: 1.5rem;
	right: 1.5rem;
	height: 160px;
  }
  
  .card-custom-profile .bottom-custom-profile .content-custom-profile .name-custom-profile {
	display: block;
	font-size: 1.2rem;
	color: white;
	font-weight: bold;
  }
  
  .card-custom-profile .bottom-custom-profile .content-custom-profile .about-me-custom-profile {
	display: block;
	font-size: 0.9rem;
	color: white;
	/* margin-top: 1rem; */
	margin-top: 0rem;
  }
  
  .card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile {
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	right: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .social-links-container-custom-profile {
	display: flex;
	gap: 1rem;
  }
  
  .card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .social-links-container-custom-profile svg {
	height: 20px;
	fill: white;
	filter: drop-shadow(0 5px 5px rgba(165, 132, 130, 0.1333333333));
  }
  
  .card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .social-links-container-custom-profile svg:hover, i:hover {
	fill: #f55d56;
	transform: scale(1.2);
  }

	@media (min-width: 768px) {
		.card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .social-links-container-custom-profile svg:hover, i:hover {
			transform: scale(1.2);
			fill: #f55d56;
		}
	}

	@media (min-width: 1024px) {
		.card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .social-links-container-custom-profile svg:hover, i:hover {
			transform: scale(1.2);
			fill: #f55d56;
		}
	}

 /* .social-links-container-custom-profile i {
	fill: #f55d56;
 } */
  
  .card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .button-custom-profile {
	background: white;
	color: #fbb9b6;
	border: none;
	border-radius: 20px;
	font-size: 0.6rem;
	padding: 0.4rem 0.6rem;
	box-shadow: rgba(165, 132, 130, 0.1333333333) 0px 5px 5px 0px;
  }
  
  .card-custom-profile .bottom-custom-profile .bottom-bottom-custom-profile .button-custom-profile:hover {
	background: #f55d56;
	color: white;
  }
  
  /* .card-custom-profile:hover {
	border-top-left-radius: 78px;
  }

	@media (min-width: 768px) {
		.card-custom-profile:hover {
			border-top-left-radius: 85px;
		}
	}

	@media (min-width: 1024px) {
		.card-custom-profile:hover {
			border-top-left-radius: 101px;
		}
	}
   */
  .card-custom-profile:hover .bottom-custom-profile {
	top: 20%;
	border-radius: 80px 29px 29px 29px;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  }
  
  .card-custom-profile:hover .profile-pic-custom-profile {
	  /* width: 100px;
	  height: 100px; */
	width: 150px;
	height: 150px;
	aspect-ratio: 1;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	z-index: 3;
	/* border: 7px solid #fbb9b6; */
	border: 7px solid #fff;
	box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
	transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
	border-top-left-radius: 30px;
  }

  .card-custom-profile:hover .profile-pic-custom-profile:hover {
	transform: scale(1.3);
	/* border-radius: 0px; */
	border-radius: 16px;
  }

	@media (min-width: 768px) {
		.card-custom-profile:hover .profile-pic-custom-profile:hover {
			transform: scale(1.3);
		}
		.card-custom-profile:hover .profile-pic-custom-profile {
			width: 180px;
			height: 180px;
		}
	}

	@media (min-width: 1024px) {
		.card-custom-profile:hover .profile-pic-custom-profile:hover {
			transform: scale(1.3);
		}
		.card-custom-profile:hover .profile-pic-custom-profile {
			width: 200px;
			height: 200px;
			/* background-size: 200% !important;
			background-position: 60% 7% !important; */
			/* transition-delay: 1s; */
			/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, background-size 1s ease, background-position 1s ease; */
			/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, 
                background-size 1s cubic-bezier(0.25, 0.45, 0.45, 0.95), 
                background-position 1s cubic-bezier(0.25, 0.45, 0.45, 0.95); */

			/* animation: zoomDelay 0s 2s forwards; */
		}

		/* .card-custom-profile:hover .zoom{ */
			/* background-size: 200% !important;
			background-position: 60% 7% !important; */
			/* transition-delay: 1s; */
			/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, background-size 1s ease, background-position 1s ease; */
			/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, 
				background-size 1s cubic-bezier(0.25, 0.45, 0.45, 0.95) 2s, 
				background-position 1s cubic-bezier(0.25, 0.45, 0.45, 0.95) 2s; */
			/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, 
                background-size 1s cubic-bezier(0.25, 0.45, 0.45, 0.95), 
                background-position 1s cubic-bezier(0.25, 0.45, 0.45, 0.95); */
		/* } */
	}

	/* @keyframes zoomDelay {
		to {
			background-size: 200% !important; 
			background-position: 60% 7% !important; 
		}
	} */

	.zoomed {
		background-size: 200% !important; /* Zoom menjadi 200% */
		background-position: 40% center; /* Geser ke kiri sedikit */
		/* transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s, 
                background-size 1s cubic-bezier(0.25, 0.45, 0.45, 0.95), 
                background-position 1s cubic-bezier(0.25, 0.45, 0.45, 0.95); */
	}
  
  .card-custom-profile:hover .profile-pic-custom-profile img {
	transform: scale(2.5);
	-o-object-position: 0px 25px;
	object-position: 0px 25px;
	transition: all 0.5s ease-in-out 0.5s;
  }
  
  .card-custom-profile:hover .profile-pic-custom-profile svg {
	transform: scale(2.5);
	transition: all 0.5s ease-in-out 0.5s;
  }
  











  .gold-box {
	position: relative;
	/* width: 300px;
	height: 300px; */
	background: linear-gradient(145deg, #f9d976, #d4af37, #b8860b);
	/* border-radius: 15px; */
	box-shadow: 
	  0 10px 20px rgba(0, 0, 0, 0.3),  /* Bayangan utama */
	  inset 0 -10px 20px rgba(0, 0, 0, 0.2);  /* Bayangan dalam */
	transform-style: preserve-3d;
	/* overflow: hidden; */
  }

  /* Efek kilauan refleksi */
  .gold-box::before {
	content: '';
	position: absolute;
	/* left: -15%; */
	left: 0%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 10% 4%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 80%);
	opacity: 0.4;
	top: 0;
  }

  /* Efek bayangan sisi */
  .gold-box::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: rgba(0, 0, 0, 0.2);
	filter: blur(8px);
	transform: scaleY(0.5);
  }
