/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 18:20:59 */
#card-customizer-root {
	background-color: #000000 !important;
	color: #EAEAEA;
	display: flex !important;
	justify-content: center !important;
	align-items: flex-start !important;
	padding: 40px 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.customizer-container {
	max-width:1000px;
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.step-indicator {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	padding-bottom: 4px;
	border-bottom: 2px solid #EAEAEA;
	align-self: flex-start;
}
.card-preview-area {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	perspective: 1500px;
	gap: 25px;
}
.card-flipper {
	position: relative;
	width: 53.98mm;
	height: 85.6mm;
	transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55),
		width 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55),
		height 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	transform-style: preserve-3d;
	margin-top: 25px;
}
.card-flipper.is-flipped { transform: rotateY(180deg); }
.card-flipper.is-horizontal { width: 85.6mm; height: 53.98mm; }
.card-front, .card-back {
	position: absolute; width: 100%; height: 100%;
	backface-visibility: hidden; border-radius: 16px;
	background-color: #000000; color: #ffffff;
	box-shadow: 0 0 25px 5px rgba(255, 255, 255, 0.15);
	box-sizing: border-box; padding: 15px;
	background-size: cover; background-position: center;
	overflow: hidden; transition: padding 0.3s ease, background-color 0.3s ease;
}
.card-front { display: flex; flex-direction: column; justify-content: space-between; }
.card-back { transform: rotateY(180deg); display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.card-content-default { width: 100%; height: 100%; display: flex; flex-direction: column; transition: opacity 0.3s, visibility 0.3s; }
#card-customizer-root.file-upload-active .card-content-default { opacity: 0; visibility: hidden; }
.card-front .card-content-default { justify-content: space-between; }
.card-back .card-content-default { justify-content: space-between; align-items: center; }
#card-company, #card-job, #card-name { word-break: break-word; margin: 0; padding: 0; transition: color 0.3s ease, background 0.3s ease; }
#card-company { font-weight: 500; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.3; }
.card-details-bottom { display: flex; flex-direction: column; }
#card-job { font-weight: 300; font-size: 0.8rem; text-transform: uppercase; margin-bottom: 8px; line-height: 1.3; }
#card-name { font-weight: 700; font-size: 2.1rem; text-transform: uppercase; line-height: 1.1; }
.card-header, .card-footer { width: 100%; }
.card-header { display: flex; justify-content: flex-end; }
.nfc-icon { width: 20px; }
.qr-code { width: 65px; height: 65px; }
.logo-img { width: 40px; height: auto; margin-bottom: -10px; }
.design-method-options { display: flex; gap: 15px; justify-content: center; }
.design-method-options, .delivery-options { flex-direction: row;}
.design-method-options input[type="radio"] { display: none; }
.design-method-options label {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; padding: 20px; border: 1px solid #3a3a3a;
	border-radius: 12px; cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
	flex: 1; text-align: center; font-weight: 500;
}
.design-method-options label:hover {
	border-color: #63D1F4;
	transform: translateY(-3px);
}
.design-method-options label i { font-size: 2rem; color: #63D1F4; transition: color 0.2s; }
.design-method-options input[type="radio"]:checked + label {
	background-color: #63D1F4;
	border-color: #63D1F4;
	color: #000000;
	font-weight: 700;
	transform: translateY(-3px) scale(1.02);
}
.design-method-options input[type="radio"]:checked + label i { color: #000000; }
.option-price {
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: 4px;
	color: #ffffff;
	transition: color 0.2s;
}
.design-method-options input[type="radio"]:checked + label .option-price {
	color: #000000;
	font-weight: 500;
}
.view-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.toggle-switch {
	position: relative; display: inline-flex; align-items: center;
	background-color: #2c2c2e; border-radius: 999px; padding: 4px;
	-webkit-tap-highlight-color: transparent;
}
.toggle-switch input { display: none; }
.toggle-switch .slider {
	position: absolute; top: 4px; left: 0; height: calc(100% - 8px);
	background-color: #4d4d50; border-radius: 999px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.toggle-switch label {
	position: relative; z-index: 1; padding: 6px 20px;
	font-size: 14px; color: #a0a0a0; font-weight: 500;
	transition: color 0.25s ease-out; white-space: nowrap;
	cursor: pointer; text-align: center;
}
.toggle-switch input:checked + label { color: #EAEAEA; font-weight: 700; }
.rotate-button {
	width: 40px; height: 40px; border-radius: 50%;
	background-color: #2c2c2e; border: 1px solid #3a3a3a;
	color: #EAEAEA; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background-color 0.2s, transform 0.2s, opacity 0.3s;
}
.rotate-button:hover { background-color: #4d4d50; }
.orientation-icon {
	display: block;
	width: 12px;
	height: 18px;
	border: 2px solid #EAEAEA;
	border-radius: 3px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.rotate-button.is-horizontal .orientation-icon {
	transform: rotate(90deg);
}
.form-details { display: flex; flex-direction: column; gap: 20px; margin: 0 auto; width: 100%; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-weight: 500; font-size: 1.2rem; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
	padding: 12px 15px; border: 1px solid #3a3a3a; border-radius: 8px;
	font-size: 1rem; font-family: 'Outfit', sans-serif;
	background-color: #1e1e1e; color: #EAEAEA;
}
.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="tel"]::placeholder {
	color: #999;
	opacity: 1;
}
.form-section { display: flex; flex-direction: column; gap: 20px; }
.form-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-end;
}
.form-row .form-group {
	flex: 1;
}
.form-row .button-primary {
	flex-shrink: 0;
	margin-bottom: 0;
}
.hidden { display: none; }
.custom-file-input { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.custom-file-label {
	display: block;
	padding: 12px 15px;
	border: 1px dashed #63D1F4;
	border-radius: 8px;
	font-size: 1rem;
	cursor: pointer;
	background-color: #151515;
	color: #EAEAEA;
	text-align: center;
	transition: background-color 0.2s, border-color 0.2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.custom-file-label:hover {
	background-color: #2a2a2a;
	border-color: #63D1F4;
}
.file-upload-status { font-size: 0.85rem; font-weight: 500; color: #63D1F4; margin-top: -2px; padding-left: 4px; min-height: 1.2em; display: block; }
.upload-requirements { padding: 15px 20px; border: 1px solid #3a3a3a; border-radius: 8px; background-color: #1a1a1a; }
.upload-requirements h4 { margin: 0 0 12px 0; font-weight: 700; color: #EAEAEA; font-size: 1rem; }
.upload-requirements ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 10px; }
.upload-requirements li { font-size: 1.1rem; line-height: 1.5; color: #b0b0b0; }
.upload-requirements li strong { color: #EAEAEA; font-weight: 500; }
.custom-reset-button { padding: 12px 15px; border: 1px solid #a82e28; border-radius: 8px; font-size: 1rem; font-family: 'Outfit', sans-serif; font-weight: 500; cursor: pointer; background-color: transparent; color: #a82e28; text-align: center; transition: background-color 0.2s, color 0.2s; width: 100%; }
.custom-reset-button:hover { background-color: #a82e28; color: #000000; }
.whatsapp-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 20px;
	border: 1px solid #25D366;
	border-radius: 15px;
	font-size: 1.1rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	cursor: pointer;
	background-color: transparent;
	color: #25D366;
	text-align: center;
	transition: background-color 0.2s, color 0.2s;
	text-decoration: none;
	align-self: center;
}
.whatsapp-button:hover { background-color: #25D366; color: #000000; }
.whatsapp-button .fab { font-size: 1.5rem; line-height: 1; }
.button-primary { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 15px; border: none; border-radius: 8px; font-size: 1.1rem; font-family: 'Outfit', sans-serif; font-weight: 700; cursor: pointer; background-color: #63D1F4; color: #000000; text-align: center; transition: background-color 0.2s, transform 0.2s; }
.button-primary:hover:not(:disabled) { background-color: #82e0f8; transform: translateY(-2px); }
.button-primary:disabled { background-color: #3a3a3a; color: #777; cursor: not-allowed; transform: none; }
.button-primary .fa-solid { font-size: 1.2rem; }
.card-front.pdf-preview-active, .card-back.pdf-preview-active { padding: 1px; }
.pdf-preview { display: none; position: absolute; top: 1px; left: 1px; width: calc(100% - 2px); height: calc(100% - 2px); border-radius: 15px; }
.card-front.pdf-preview-active .card-content-default, .card-back.pdf-preview-active .card-content-default { display: none; }
.card-front.pdf-preview-active .pdf-preview, .card-back.pdf-preview-active .pdf-preview { display: block; }
.upload-placeholder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #3a3a3a;
	text-align: center;
	transition: opacity 0.3s, visibility 0.3s;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	width: 70%;
}
.upload-placeholder .fa-regular { font-size: 3rem; }
.upload-placeholder span { font-size: 0.9rem; font-weight: 500; }
#card-customizer-root.file-upload-active .upload-placeholder { opacity: 1; visibility: visible; }
#card-customizer-root.file-upload-active .card-front.pdf-preview-active .upload-placeholder,
#card-customizer-root.file-upload-active .card-back.pdf-preview-active .upload-placeholder {
	opacity: 0;
	visibility: hidden;
}
.delivery-options { display: flex; gap: 15px; justify-content: center; }
.delivery-options label { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 15px; border: 1px solid #3a3a3a; border-radius: 8px; cursor: pointer; transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s; flex: 1; text-align: center; }
.delivery-options label:hover {
	border-color: #63D1F4;
	transform: translateY(-3px);
}
.delivery-options .fa-solid { font-size: 1.5rem; margin-bottom: 5px; }
.delivery-options input[type="radio"] { display: none; }
.delivery-options input[type="radio"]:checked + label { background-color: #63D1F4; border-color: #63D1F4; color: #000000; font-weight: 700; }
.delivery-options input[type="radio"]:disabled + label { background-color: #2c2c2e; border-color: #3a3a3a; color: #777; cursor: not-allowed; }
#submit-status { text-align: center; font-weight: 500; line-height: 1.5; }
.animatable-section {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition:
		opacity 0.4s ease-out,
		max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1),
		visibility 0s 0.6s;
}
.animatable-section.is-visible {
	opacity: 1;
	max-height: 2000px;
	visibility: visible;
	transition:
		opacity 0.4s ease-out 0.1s,
		max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1),
		visibility 0s 0s;
}
.fade-in-out {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
.fade-in-out.is-hidden {
	opacity: 0;
	display: none;
}
#multi-step-wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
#customization-options p {
	font-weight: 400;
	line-height: 1.6;
	color: #b0b0b0;
}
#customization-options{
	margin-top: -30px;
}
#customization-options p strong {
	font-weight: 700;
	color: #EAEAEA;
}
.designer-service-text{
	font-size: 20px;
}
#card-company, #card-job, #card-name {
	word-break: break-word;
	margin: 0;
	padding: 0;
	background: linear-gradient(145deg, #FDEEAB, #D4AF37 50%, #B8860B);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.color-options-container {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	justify-content: center;
}
.color-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #3a3a3a;
	transition: transform 0.2s, border-color 0.2s;
	background-size: cover;
}
.color-circle:hover {
	transform: scale(1.1);
}
.color-circle.active {
	border-color: #63D1F4;
	transform: scale(1.15);
}
#color-gold {
	background-image: linear-gradient(135deg, #D4AF37 50%, #000 50%);
}
#color-silver {
	background-image: linear-gradient(135deg, #c0c0c0 50%, #000 50%);
}
#color-white {
	background-image: linear-gradient(135deg, #000000 50%, #ffffff 50%);
}
#next-btn-default {
	min-width: 180px;
	justify-content: center;
}
.card-flipper.is-horizontal .card-front .card-content-default {
	padding-left: 5px;
	padding-right: 25px;
}
.card-flipper.is-horizontal .card-front #card-name {
	font-size: 1.9rem;
}
#default-options .form-details, #file-upload-options .form-details{
	max-width: 70%;
	margin: 0 auto;
}
#default-options .form-details .form-row:last-of-type {
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
}