.event-banner-section {
	padding: 60px 0;
	background-color: #fff;
}

.event-banner-card {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 40px;
	overflow: hidden;
	background-image: url('./Assets/nape_location_bg1.webp');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.event-banner-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
	z-index: 1;
}

.ag-hero-wrap {
	display: flex;
}

.event-banner-content {
	position: relative;
	z-index: 2;
	padding: 0 60px;
	max-width: 700px;
	color: #fff;
}

.event-info-list {
	margin-bottom: 24px;
}

.event-info-list h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 1.2;
	color: #fff;
}

.event-info-list h3 strong {
	font-weight: 700;
	color: #f0a503;
}

.partners-value {
	padding: 36px 0 32px !important;
	margin-top: -32px;
}

.houston-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	padding: 20px 0;
}

.houston-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.houston-content h2 {
	margin: 0;
}

.houston-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.houston-image-wrap {
	display: flex;
	margin-top: 50px;
	align-items: flex-start;
	justify-content: center;
}

.houston-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Why Visit Us Section */
.why-visit-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 60px;
	align-items: start;
	padding: 40px 0;
}

.why-visit-left h2 {
	font-size: 32px;
	font-weight: 800;
	color: #111;
	margin-bottom: 24px;
}

.why-visit-left .intro-text {
	font-size: 1rem;
	color: #4b5563;
	line-height: 1.6;
	margin-bottom: 32px;
}

.why-checklist {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.why-check-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 1rem;
	color: #242629;
	font-weight: 600;
	line-height: 1.4;
}

.why-check-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #27ca2d;
}

.why-check-icon svg {
	fill: #27ca2d;
}


.visit-card-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.visit-card {
	background: #f1f6fc;
	padding: 38px 30px;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.visit-card h3 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #111;
	margin: 0;
	line-height: 1.25;
}

.visit-card p {
	font-size: 1rem;
	color: #4b5563;
	line-height: 1.7;
	margin: 0;
}

.visit-card-links {
	margin-top: 12px;
	font-weight: 600;
	font-size: 1rem;
	color: #4b5563;
}

.visit-card-links a {
	color: #27ca2d;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.partners-value--what-offer {
	padding: 50px 0 28px !important;
	margin-top: 50px;
	margin-bottom: 50px;
	background: linear-gradient(180deg, rgba(39, 202, 45, 0.12) 0%, rgba(39, 202, 45, 0.08) 100%);
}

.partners-value .pv-sub {
	max-width: unset !important;
}

.partners-value .pv-sub {
	color: #4b5563;
}

.partners-value .pv-intro-title .pv-heading {
	font-size: 32px;
}

.problem-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	align-items: stretch;
	margin-top: 20px;
}

.problem-card {
	padding: 18px 14px;
	border-radius: 20px;
	border: 1px solid rgba(39, 202, 45, 0.4);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 18px;
}

.problem-card:hover {
	transform: translateY(-8px);
	border-color: #27ca2d;
	box-shadow: 0 15px 40px rgba(39, 202, 45, 0.12);
}

.problem-icon {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #27ca2d;
	box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.05);
}

.partners-value .pv-intro {
	gap: 18px
}

.problem-card h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #111;
	margin: 0;
}

.problem-card p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #4b5563;
	margin: 0;
}

.partners-value--what-offer {
	padding: 40px 0 56px;
	background: #f6fcf6;
}

.houston-title-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.houston-title-img {
	width: 180px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Profile Bento Section */
.talk-speaker-container {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 40px;
}

.talk-to-us-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.talk-to-us-section .pv-heading {
	font-size: 32px;
}

.profile-image-card {
	position: relative;
	height: 340px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.profile-image-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.profile-image-card:hover img {
	transform: scale(1.08);
}

.profile-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 24px 24px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
	color: white;
	text-align: center;
}

.profile-overlay h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 2px;
	color: white;
}

.profile-overlay p {
	font-size: 0.85rem;
	opacity: 0.95;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.profile-linkedin {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	display: inline-flex;
	color: #fff;
	transition: all 0.3s ease;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 8px;
	border-radius: 50%;
}

.profile-linkedin:hover {
	color: #fff;
	background: #0077b5;
	transform: translateY(-2px);
}

.profile-text-card {
	padding: 30px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-column: span 2;
	transition: all 0.3s ease;
}

.profile-text-card h3 {
	font-size: 2rem;
	font-weight: 800;
	color: #111;
	margin-bottom: 8px;
}

.profile-text-card .talk-role {
	font-size: 1.1rem;
	color: #4b5563;
	font-weight: 600;
	margin-bottom: 24px;
}

.profile-text-card p {
	font-size: 0.874rem;
	line-height: 1.7;
	color: #4b5563;
	margin: 0;
}

.profile-text-card p+p {
	margin-top: 16px;
}

/* Staggered Row Colors */
.profile-row-1 .profile-text-card {
	background: #fff1f2;
}

/* Pinkish */
.profile-row-2 .profile-text-card {
	background: #f5f3ff;
}

/* Purpleish */
.profile-row-3 .profile-text-card {
	background: #f0fdf4;
}

/* Greenish */
.profile-row-4 .profile-text-card {
	background: #fffbeb;
}

/* Goldish */
.profile-row-5 .profile-text-card {
	background: #f1f5f9;
}

/* Slateish */

/* Layout arrangement */
.row-reverse .profile-image-card {
	order: 2;
}

.row-reverse .profile-text-card {
	order: 1;
}

@media (max-width: 724px) {
	.problem-grid {
		grid-template-columns: 1fr !important;
		width: 100% !important;
		text-align: center;
	}

	.talk-to-us-grid {
		grid-template-columns: 1fr;
	}

	.profile-text-card {
		grid-column: span 1;
		padding: 32px;
		order: 2 !important;
	}

	.profile-image-card {
		height: 400px;
		order: 1 !important;
	}

	.profile-text-card h3 {
		font-size: 1.75rem;
	}
}

.event-banner-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background-color: #fff;
	color: #111;
	padding: 14px 28px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.event-banner-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	background-color: #f8f8f8;
}

.event-banner-btn svg {
	width: 20px;
	rotate: 338deg;
	height: 20px;
	transition: transform 0.3s ease;
}

@keyframes wave-hand {
	0% {
		transform: rotate(0.0deg)
	}

	10% {
		transform: rotate(14.0deg)
	}

	20% {
		transform: rotate(-8.0deg)
	}

	30% {
		transform: rotate(14.0deg)
	}

	40% {
		transform: rotate(-4.0deg)
	}

	50% {
		transform: rotate(10.0deg)
	}

	60% {
		transform: rotate(0.0deg)
	}

	100% {
		transform: rotate(0.0deg)
	}
}

.event-banner-btn:hover svg {
	animation: wave-hand 1.2s infinite;
	transform-origin: 50% 60%;
}

@media (max-width: 960px) {
	.houston-section {
		grid-template-columns: 1fr;
	}

	.why-visit-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 30px 0;
	}

	.why-visit-left h2 {
		font-size: 28px;
		text-align: left;
	}

	.why-visit-left .intro-text {
		text-align: left;
	}

	.visit-card {
		padding: 30px 20px;
	}

	.why-checklist {
		align-items: left;
		max-width: 500px;
	}

	.profile-text-card {
		padding: 24px;
	}

	.houston-img {
		height: 300px;
		object-position: top;
	}

	.houston-image-wrap {
		margin-top: 0px;
	}
}

@media (max-width: 920px) {
	.problem-grid {
		grid-template-columns: 1fr 1fr !important;
		width: 100% !important;
		margin: 0 !important;
		display: grid !important;
	}
}

@media (max-width: 768px) {
	.event-banner-card {
		height: 420px;
		border-radius: 24px;
		align-items: flex-end;
		padding-bottom: 40px;
	}

	.event-banner-card::before {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
	}

	.event-banner-content {
		padding: 0 30px;
		text-align: left;
		max-width: 100%;
	}

	.event-banner-card h2 {
		font-size: 2.2rem;
	}

	.talk-card {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.talk-avatar {
		max-width: 220px;
		margin: 0 auto;
	}

	.talk-name-row {
		justify-content: center;
	}

	.talk-content {
		text-align: center;
	}
}