body.tqpp-profile-page .tqpp-profile-parent {
	max-width: none !important;
}

body.tqpp-profile-page .elementor-section.elementor-section-boxed > .elementor-container,
body.tqpp-profile-page .e-con,
body.tqpp-profile-page .e-con-inner {
	max-width: none !important;
}

body.tqpp-profile-page .tqpp-profile {
	width: min(1180px, calc(100vw - 40px)) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body .elementor-location-single,
body .elementor,
body .elementor-section-wrap,
body .elementor-widget-wrap,
body .elementor-widget-shortcode,
body .elementor-widget-container {
	max-width: none !important;
}

body .tqpp-profile {
	width: min(1180px, calc(100vw - 40px)) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	transform: none !important;
}

.tqpp-profile {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-family: Outfit, sans-serif;
	color: #1B2440;
	box-sizing: border-box;
}

.tqpp-profile *,
.tqpp-profile *::before,
.tqpp-profile *::after {
	box-sizing: border-box;
}

.tqpp-hero,
.tqpp-section {
	background: #fff;
	border: 1px solid rgba(36, 189, 192, 0.18);
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(27, 36, 64, 0.08);
	margin: 0 0 24px;
	padding: 28px;
	width: 100%;
	max-width: 100%;
}

.tqpp-hero {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	background: linear-gradient(135deg, #ffffff 0%, #f4ffff 55%, #f6f1ff 100%);
	overflow: hidden;
}

.tqpp-hero__image img {
	width: 180px;
	height: 180px;
	border-radius: 28px;
	object-fit: cover;
}

.tqpp-badge {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(138, 43, 226, 0.1);
	color: #8A2BE2;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.tqpp-hero h1 {
	margin: 0 0 6px;
	font-size: 38px;
	line-height: 1.1;
	color: #1B2440;
}

.tqpp-activity {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	color: #8A2BE2;
}

.tqpp-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 22px;
	font-size: 15px;
}

.tqpp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.tqpp-btn {
	border: 0;
	border-radius: 999px;
	padding: 13px 22px;
	font-weight: 700;
	cursor: pointer;
}

.tqpp-btn--primary {
	background: #24BDC0;
	color: #fff;
}

.tqpp-btn--soft {
	background: #f0fbfb;
	color: #1B2440;
}

.tqpp-section h2 {
	margin: 0 0 18px;
	color: #24BDC0;
	font-size: 24px;
}

.tqpp-section h3 {
	margin-top: 26px;
	color: #24BDC0;
}

.tqpp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tqpp-tags span {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(138, 43, 226, 0.08);
	color: #8A2BE2;
	font-weight: 700;
	font-size: 14px;
}

.tqpp-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.tqpp-modal.is-open {
	display: block;
}

.tqpp-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(27, 36, 64, 0.62);
}

.tqpp-modal__box {
	position: relative;
	max-width: 720px;
	margin: 8vh auto;
	background: #fff;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.tqpp-modal__close {
	position: absolute;
	top: 16px;
	right: 18px;
	border: 0;
	background: transparent;
	font-size: 32px;
	cursor: pointer;
	color: #1B2440;
}

@media (max-width: 768px) {
	.tqpp-hero {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.tqpp-hero__image img {
		width: 140px;
		height: 140px;
	}

	.tqpp-hero h1 {
		font-size: 30px;
	}

	.tqpp-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tqpp-btn {
		width: 100%;
	}
}