/**
 * Team Uniform Mockup & Quote Section for Elementor
 * Stylesheet
 */

/* Container and Layout */
.tqhe-hero-wrapper {
	width: 100%;
	background-color: #121316;
	padding: 80px 24px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	overflow: hidden;
}

.tqhe-hero-wrapper * {
	box-sizing: border-box;
}

.tqhe-container {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

/* LEFT COLUMN */
.tqhe-content-col {
	flex: 1 1 50%;
	max-width: 580px;
}

.tqhe-eyebrow {
	display: inline-block;
	color: #ff3b30;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.tqhe-title {
	color: #ffffff;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

.tqhe-description {
	color: #9fa6b5;
	font-size: 16px;
	line-height: 1.65;
	margin-bottom: 36px;
	max-width: 520px;
}

/* Feature Checkmarks List */
.tqhe-features-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
}

.tqhe-feature-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #cbd5e1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tqhe-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1.5px solid #ff3b30;
	color: #ff3b30;
	flex-shrink: 0;
}

.tqhe-feature-icon svg {
	width: 10px;
	height: 10px;
}

/* RIGHT COLUMN - FORM CARD */
.tqhe-form-col {
	flex: 1 1 50%;
	max-width: 580px;
	width: 100%;
}

.tqhe-form-card {
	background-color: #171920;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	padding: 36px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.tqhe-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 20px;
}

.tqhe-field-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tqhe-field-full {
	grid-column: 1 / -1;
}

.tqhe-field-label {
	display: block;
	color: #8b94a5;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.tqhe-required {
	color: #ff3b30;
}

/* Inputs & Dropdowns */
.tqhe-input,
.tqhe-select,
.tqhe-textarea {
	width: 100%;
	background-color: #1d202a;
	border: 1px solid #2a2e3c;
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	font-family: inherit;
	padding: 13px 14px;
	outline: none;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-appearance: none;
	appearance: none;
}

.tqhe-input::placeholder,
.tqhe-textarea::placeholder {
	color: #555d6e;
	font-size: 13.5px;
}

.tqhe-input:focus,
.tqhe-select:focus,
.tqhe-textarea:focus {
	border-color: #ff3b30;
	background-color: #212531;
	box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.2);
}

.tqhe-select-wrapper {
	position: relative;
	width: 100%;
}

.tqhe-select {
	cursor: pointer;
	padding-right: 36px;
}

.tqhe-select option {
	background-color: #1d202a;
	color: #ffffff;
	padding: 8px 12px;
}

.tqhe-select-arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #8b94a5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tqhe-textarea {
	resize: vertical;
	min-height: 90px;
	line-height: 1.5;
}

/* Custom Design File Upload Dropzone */
.tqhe-file-group {
	margin-top: 4px;
}

.tqhe-file-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2px;
}

.tqhe-file-limit-badge {
	font-size: 10px;
	font-weight: 700;
	color: #ff4d4d;
	background: rgba(255, 59, 48, 0.12);
	border: 1px solid rgba(255, 59, 48, 0.28);
	padding: 2px 7px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tqhe-file-dropzone {
	position: relative;
	border: 1.5px dashed #303545;
	background-color: #1a1d27;
	border-radius: 8px;
	padding: 14px 16px;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.tqhe-file-dropzone:hover,
.tqhe-file-dropzone.is-dragover {
	border-color: #ff3b30;
	background-color: #1f2330;
	box-shadow: 0 0 0 2px rgba(255, 59, 48, 0.15);
}

.tqhe-file-dropzone.has-file {
	border-style: solid;
	border-color: #3b4255;
	background-color: #1e2230;
}

.tqhe-file-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 5;
}

.tqhe-file-empty-state {
	display: flex;
	align-items: center;
	gap: 14px;
	pointer-events: none;
}

.tqhe-file-upload-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: rgba(255, 59, 48, 0.12);
	border: 1px solid rgba(255, 59, 48, 0.25);
	color: #ff3b30;
	flex-shrink: 0;
}

.tqhe-file-text-col {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tqhe-file-cta-text {
	font-size: 13px;
	font-weight: 700;
	color: #f8fafc;
	letter-spacing: 0.3px;
}

.tqhe-file-hint-text {
	font-size: 11.5px;
	color: #798396;
	line-height: 1.35;
}

.tqhe-file-chosen-state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	position: relative;
	z-index: 10;
}

.tqhe-file-chosen-icon {
	font-size: 20px;
	line-height: 1;
}

.tqhe-file-chosen-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	overflow: hidden;
	flex: 1;
}

.tqhe-file-chosen-name {
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tqhe-file-chosen-size {
	font-size: 11px;
	color: #34d399;
	font-weight: 600;
}

.tqhe-file-remove-btn {
	background: #252a38;
	border: 1px solid #363c4e;
	color: #cbd5e1;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	flex-shrink: 0;
}

.tqhe-file-remove-btn:hover {
	color: #ffffff;
	background: #ff3b30;
	border-color: #ff3b30;
}

/* Action Button */
.tqhe-action-wrapper {
	margin-top: 24px;
}

.tqhe-submit-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, #ff3b30 0%, #ff5252 100%);
	border: none;
	border-radius: 6px;
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 17px 24px;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 6px 20px rgba(255, 59, 48, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	position: relative;
	overflow: hidden;
}

.tqhe-submit-btn:hover {
	background: linear-gradient(135deg, #ff4d43 0%, #ff6161 100%);
	box-shadow: 0 8px 28px rgba(255, 59, 48, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
	transform: translateY(-1px);
}

.tqhe-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 12px rgba(255, 59, 48, 0.35);
}

.tqhe-submit-btn:disabled {
	opacity: 0.75;
	cursor: not-allowed;
	transform: none !important;
}

/* Spinner */
.tqhe-btn-spinner {
	display: none;
	width: 18px;
	height: 18px;
}

.tqhe-submit-btn.is-loading .tqhe-btn-spinner {
	display: inline-block;
}

.tqhe-spinner-icon {
	animation: tqhe-rotate 1.5s linear infinite;
	width: 100%;
	height: 100%;
}

.tqhe-spinner-icon .path {
	stroke: #ffffff;
	stroke-linecap: round;
	animation: tqhe-dash 1.5s ease-in-out infinite;
}

@keyframes tqhe-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes tqhe-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

/* Feedback Notice Alert */
.tqhe-alert-box {
	margin-top: 18px;
	padding: 14px 18px;
	border-radius: 6px;
	font-size: 13.5px;
	line-height: 1.5;
	display: none;
	animation: tqhe-fadeIn 0.3s ease-in-out forwards;
}

.tqhe-alert-box.is-success {
	display: block;
	background-color: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(16, 185, 129, 0.4);
	color: #34d399;
}

.tqhe-alert-box.is-error {
	display: block;
	background-color: rgba(239, 68, 68, 0.12);
	border: 1px solid rgba(239, 68, 68, 0.4);
	color: #f87171;
}

@keyframes tqhe-fadeIn {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
	.tqhe-container {
		gap: 40px;
	}

	.tqhe-title {
		font-size: 44px;
	}

	.tqhe-form-card {
		padding: 28px;
	}
}

@media (max-width: 768px) {
	.tqhe-hero-wrapper {
		padding: 50px 16px;
	}

	.tqhe-container {
		flex-direction: column;
		gap: 40px;
	}

	.tqhe-content-col,
	.tqhe-form-col {
		max-width: 100%;
		flex: 1 1 100%;
	}

	.tqhe-title {
		font-size: 36px;
	}

	.tqhe-form-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tqhe-field-full {
		grid-column: 1;
	}

	.tqhe-form-card {
		padding: 24px 20px;
	}

	.tqhe-submit-btn {
		font-size: 13px;
		padding: 16px 18px;
	}
}
