/*
Theme Name: VisionaryCue Child
Theme URI: https://visionarycue.org
Description: Custom child theme for VisionaryCue
Author: Gursimran Singh
Template: hello-elementor
Version: 1.0.0
Text Domain: visionarycue-child
*/

/* Component styles live in assets/css and are enqueued from inc/enqueue.php. */

.vc-elementor-template-section {
	position: relative;
	min-width: 0;
	background: #050507;
	overflow-x: clip;
	overflow-y: visible;
}

.vc-elementor-template-section > * {
	max-width: 100%;
}

.vc-elementor-template-section .gsap-stagger,
.vc-elementor-template-section .gsap-stagger .elementor-widget-container,
.vc-elementor-template-section .social-button {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.vc-elementor-template-section .elementor-widget-shortcode:has(.vcft-wrap) {
	width: 100%;
	max-width: 680px;
	margin-inline: auto;
}

.vc-elementor-template-section .vcft-wrap {
	display: grid;
	gap: 12px;
	width: 100%;
	color: #f7f4ff;
	font-family: "Inter", sans-serif;
}

.vc-elementor-template-section .vcft-item {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(142, 68, 173, 0.34);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
		linear-gradient(135deg, rgba(142, 68, 173, 0.12), rgba(0, 71, 255, 0.08));
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	backdrop-filter: blur(6px);
}

.vc-elementor-template-section .vcft-item::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(190, 93, 255, 0.22), rgba(0, 71, 255, 0.12), transparent 58%);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-item::after {
	right: 20px !important;
	left: 20px !important;
	bottom: 0 !important;
	width: auto !important;
	height: 1px !important;
	background: linear-gradient(90deg, #8e44ad, #0047ff) !important;
	opacity: 0.35;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.32s ease, opacity 0.32s ease !important;
}

.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-item.is-open::after {
	width: auto !important;
	opacity: 1;
	transform: scaleX(1);
}

.vc-elementor-template-section .vcft-item:hover,
.vc-elementor-template-section .vcft-item:has(.vcft-question[aria-expanded="true"]) {
	border-color: rgba(192, 104, 255, 0.76);
	box-shadow: 0 22px 70px rgba(79, 64, 163, 0.24);
	transform: translateY(-2px);
}

.vc-elementor-template-section .vcft-item:hover::before,
.vc-elementor-template-section .vcft-item:has(.vcft-question[aria-expanded="true"])::before {
	opacity: 1;
}

.vc-elementor-template-section .vcft-question-heading {
	margin: 0;
}

.vc-elementor-template-section .vcft-question {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	min-height: 66px;
	padding: 18px 20px;
	border: 0;
	background: transparent;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
}

.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-question {
	padding: 18px 22px 18px 20px !important;
	background: transparent !important;
}

.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-item.is-open .vcft-question,
.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-question:hover {
	background: rgba(255, 255, 255, 0.035) !important;
}

.vc-elementor-template-section .vcft-question:focus-visible {
	outline: 2px solid rgba(191, 111, 255, 0.9);
	outline-offset: -4px;
}

.vc-elementor-template-section .vcft-question-text {
	min-width: 0;
	padding-right: 12px;
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.vc-elementor-template-section .vcft-icon {
	position: relative;
	display: grid;
	flex: 0 0 34px;
	place-items: center;
	width: 34px;
	min-width: 34px;
	height: 34px;
	min-height: 34px;
	margin-left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(142, 68, 173, 0.55), rgba(0, 71, 255, 0.32));
	box-shadow: 0 0 24px rgba(142, 68, 173, 0.26);
}

.vc-elementor-template-section .vcft-icon-bar {
	position: absolute;
	display: block;
	background: #ffffff;
	border-radius: 999px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.vc-elementor-template-section .vcft-icon-bar--h {
	width: 13px;
	height: 2px;
}

.vc-elementor-template-section .vcft-icon-bar--v {
	width: 2px;
	height: 13px;
}

.vc-elementor-template-section .vcft-question[aria-expanded="true"] .vcft-icon-bar--v {
	opacity: 0;
	transform: rotate(90deg);
}

.vc-elementor-template-section .vcft-answer {
	position: relative;
	z-index: 1;
	color: #c9c4d6;
}

.vc-elementor-template-section .vcft-answer-inner {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-answer-inner > * {
	padding-inline: 20px !important;
}

.vc-elementor-template-section .vcft-answer-inner p {
	margin: 16px 0 0;
	font-size: clamp(0.95rem, 1vw, 1.02rem);
	line-height: 1.7;
	color: #c9c4d6;
}

@media (max-width: 767px) {
	.vc-elementor-template-section .elementor-widget-shortcode:has(.vcft-wrap) {
		width: 100%;
		max-width: 100%;
	}

	.vc-elementor-template-section .vcft-wrap {
		gap: 10px;
		width: 100%;
		min-width: 0;
	}

	.vc-elementor-template-section .vcft-item,
	.vc-elementor-template-section .vcft-question-heading {
		width: 100%;
		min-width: 0;
	}

	.vc-elementor-template-section .vcft-question {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 32px;
		align-items: center;
		gap: 10px;
		width: 100%;
		min-width: 0;
		min-height: 60px;
		padding: 14px 14px 14px 15px;
	}

	.vc-elementor-template-section .vcft-question-text {
		display: block;
		width: auto;
		min-width: 0;
		max-width: 100%;
		padding-right: 0;
		font-size: clamp(0.88rem, 4vw, 1rem);
		line-height: 1.35;
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: clip !important;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.vc-elementor-template-section .vcft-icon {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		grid-column: 2;
		width: 32px;
		min-width: 32px;
		height: 32px;
		min-height: 32px;
		margin: 0;
		justify-self: end;
	}

	.vc-elementor-template-section .vcft-answer-inner {
		padding: 0 16px 18px;
	}

	.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-question {
		padding: 14px 14px 14px 15px !important;
		}

	.vc-elementor-template-section .vcft-wrap.vcft-design--minimal .vcft-answer-inner > * {
		padding-inline: 16px !important;
	}
}

.vc-minimal-page {
	margin: 0;
	background: #050607;
}

.vc-wordmark {
	display: grid;
	place-items: center;
	min-height: 75svh;
	padding: 40px 20px;
	background: #050607;
}

.vc-wordmark h1 {
	margin: 0;
	color: #8e44ad;
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(3rem, 12vw, 10rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.06em;
}

body.vc-placeholder-active {
	margin: 0;
	overflow: hidden;
	background: #050607;
}

body.vc-placeholder-active > :not(.vc-placeholder-page):not(script):not(style):not(link) {
	display: none !important;
}

.vc-placeholder-page {
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding: 24px;
	background: #050607;
	color: #f6f7f8;
	text-align: center;
}

.vc-placeholder-page h1 {
	margin: 0;
	font-size: clamp(3.5rem, 14vw, 12rem);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.07em;
}
