 
 

 

@media screen and (max-width:1080px) {
	.main {
		padding: 30px 0;
	}
}
     

.box {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
}

.box a {
	margin: 4px 0;
}

.box img {
	width: 28px;
	height: 28px;
}

 
@media screen and (max-width:768px) {
	 
	 

	.box {
		flex-direction: unset;
		justify-content: space-around;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		right: 0;
		top: auto;
		padding: 10px 0;
	} 

} 

/* --- Featured Attendees page: uniform spacing between major sections --- */
.page-featured-attendees {
	--feat-section-gap: clamp(2.25rem, 4.5vw, 3.75rem);
}

@media screen and (max-width: 768px) {
	.page-featured-attendees {
		--feat-section-gap: clamp(1.75rem, 5vw, 2.5rem);
	}
}

.page-featured-attendees .sponsorsnewmain1 {
	margin-bottom: var(--feat-section-gap);
}

.page-featured-attendees .sponsorsmain3.hiic-awards-process-wrap {
	margin-bottom: var(--feat-section-gap);
	padding-top: 0;
	padding-bottom: 0;
}

.page-featured-attendees #app > .btn-box {
	margin: 0 0 var(--feat-section-gap);
}

.page-featured-attendees main:not(.sponsorsnewmain1):not(.main12):not(.main13) {
	margin-bottom: var(--feat-section-gap);
}

.page-featured-attendees main.main12 {
	margin-bottom: var(--feat-section-gap);
	padding-top: clamp(0.75rem, 1.5vw, 1.25rem);
	padding-bottom: clamp(0.75rem, 1.5vw, 1.25rem);
}

.page-featured-attendees main.main13 {
	margin-bottom: 0;
	padding-top: clamp(0.75rem, 1.5vw, 1.25rem);
	padding-bottom: 0;
}

.page-featured-attendees footer {
	margin-top: 0;
}

.page-featured-attendees #app {
	padding-bottom: 0;
}

.page-featured-attendees main.main13 ul {
	margin-bottom: 0;
}

.page-featured-attendees main .title {
	margin-top: 0;
}

.page-featured-attendees main .main6 {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
}

.page-featured-attendees main .main6 ul {
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.page-featured-attendees main.main12 .main-box {
	margin-top: clamp(1.5rem, 2.8vw, 2rem);
}

.page-featured-attendees main.main12 > a {
	margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.page-featured-attendees main.main12 .swiper-container {
	padding-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

/* HIIC Asia 2026 Awards — single block under sponsorsmain3: cyan title + categories + 4 steps */
.hiic-awards-inner {
	max-width: 1560px;
	margin: 1.5rem auto 0;
	padding: 0 min(20px, 4vw);
	box-sizing: border-box;
}

.sponsorsmain3.hiic-awards-process-wrap > .title {
	margin-top: 0 !important;
	margin-bottom: 0.25rem;
	line-height: 1.22;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 min(20px, 4vw);
	text-shadow: none;
}

.hiic-awards-cats {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
	margin-top: 0;
}

.sponsorsmain3.hiic-awards-process-wrap {
	position: relative;
	max-width: none;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
	padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 2.8vw, 2rem);
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	/* Used for exact two-end alignment (space-between math). */
	--hiic-awards-gap-x: clamp(1.15rem, 2.2vw, 2.5rem);
}

@media screen and (max-width: 768px) {
	.sponsorsmain3.hiic-awards-process-wrap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.sponsorsmain3.hiic-awards-process-wrap::before {
	content: none;
}

.hiic-awards-cat {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(7, 210, 251, 0.2);
	border-radius: 14px;
	padding: 1rem 1.1rem 0.85rem;
	box-shadow: 0 8px 24px rgba(0, 57, 143, 0.06);
	backdrop-filter: blur(2px);
	/* 3 items => (W - 2*gap) / 3 so space-between creates equal gaps with flush edges. */
	flex: 0 0 calc((100% - (2 * var(--hiic-awards-gap-x))) / 3);
	max-width: calc((100% - (2 * var(--hiic-awards-gap-x))) / 3);
}

.hiic-awards-cat h3 {
	font-family: 'Popins-Bold', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #00398f;
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #99e6e6;
	line-height: 1.3;
}

.hiic-awards-cat ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hiic-awards-cat li {
	font-family: 'Popins-Light', 'Popins-Medium', sans-serif;
	font-size: 18px;
	color: #4b5563;
	padding: 0.5rem 0;
	border-bottom: 1px solid #f3f4f6;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	line-height: 1.5;
	transition: color 0.25s ease, transform 0.25s ease;
}

.hiic-awards-cat li::before {
	content: '🏆';
	font-size: 16px;
	flex-shrink: 0;
	line-height: 1.5;
}

.hiic-awards-cat li:last-child {
	border-bottom: none;
}

.hiic-awards-cat li:hover {
	color: #1f365f;
	transform: translateX(2px);
}

.hiic-awards-nomination-note {
	text-align: center;
	margin: 2rem auto 0;
	font-size: 18px;
	color: #6b7280;
	font-family: 'Popins-Light', 'Popins-Medium', sans-serif;
	line-height: 1.6;
	max-width: 640px;
	padding: 0.6rem 1rem;
	border: 1px solid rgba(7, 210, 251, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
}

.hiic-awards-nomination-note strong {
	color: #374151;
	font-family: 'Popins-Bold', sans-serif;
	font-weight: 600;
}

@media screen and (max-width: 900px) {
	.hiic-awards-cats {
		flex-direction: column;
		gap: 2rem;
	}

	.hiic-awards-cat {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.sponsorsmain3.hiic-awards-process-wrap > .title {
		font-size: clamp(1.05rem, 4.2vw, 1.35rem) !important;
		line-height: 1.28;
		margin-top: 0 !important;
	}
}

/* Awards winners logo Swiper — pagination above overlap, bullets clickable */
.main12 .awards-winners-swiper .swiper-pagination {
	position: relative;
	z-index: 4;
	margin-top: 8px;
	bottom: auto !important;
}
.main12 .awards-winners-swiper .swiper-pagination-bullet {
	cursor: pointer;
	opacity: 0.45;
}
.main12 .awards-winners-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}

/* AWARDS SUBMISSION PROCESS — same pattern as hiic-asia-2026 awards steps; matches HIIC blues + Popins */
.sponsorsmain3.hiic-awards-process-wrap .awards-process {
	margin-top: 2.8rem;
}

.sponsorsmain3 .awards-process {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0;
	margin: 2.25rem auto 0;
	max-width: 1560px;
	width: 100%;
	padding: 0 min(20px, 4vw) 0.5rem;
	box-sizing: border-box;
	position: relative;
}

.sponsorsmain3 .awards-process::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 19px;
	height: 2px;
	background: linear-gradient(90deg, rgba(7, 210, 251, 0.35), rgba(0, 57, 143, 0.28));
	z-index: 0;
}

.sponsorsmain3 .awards-step {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 0.4rem;
	/* 4 items => (W - 3*gap) / 4 so space-between creates equal gaps with flush edges. */
	flex: 0 0 calc((100% - (3 * var(--hiic-awards-gap-x))) / 4);
	max-width: calc((100% - (3 * var(--hiic-awards-gap-x))) / 4);
}

.sponsorsmain3 .awards-step-num {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(180deg, #e8f8fc 0%, #dff4fb 100%);
	border: 1px solid rgba(7, 210, 251, 0.35);
	color: #00398f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Popins-Bold', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1;
	margin: 0 auto 0.85rem;
	box-shadow: 0 4px 12px rgba(0, 57, 143, 0.06);
}

.sponsorsmain3 .awards-step-title {
	font-family: 'Popins-Bold', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1f2937;
	margin: 0 0 0.4rem;
	line-height: 1.35;
}

.sponsorsmain3 .awards-step-desc {
	font-family: 'Popins-Light', 'Popins-Medium', sans-serif;
	font-size: 18px;
	color: #6b7280;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 17rem;
	padding: 0.2rem 0.45rem;
}

@media screen and (max-width: 992px) {
	.sponsorsmain3.hiic-awards-process-wrap {
		padding: 1.75rem 0.85rem 2rem;
		border-radius: 16px;
		--hiic-awards-gap-x: 1.25rem;
	}
	.sponsorsmain3 .awards-process {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 1.75rem;
	}
	.sponsorsmain3 .awards-process::before {
		display: none;
	}

	.sponsorsmain3 .awards-step {
		/* 2 items per row => (W - gap) / 2 so space-between creates equal gaps. */
		flex: 0 0 calc((100% - var(--hiic-awards-gap-x)) / 2);
		max-width: calc((100% - var(--hiic-awards-gap-x)) / 2);
	}

	.sponsorsmain3 .awards-step-desc {
		max-width: 22rem;
	}
}

@media screen and (max-width: 520px) {
	.hiic-awards-cat {
		padding: 0.9rem 0.85rem 0.75rem;
	}
	.hiic-awards-cat h3,
	.sponsorsmain3 .awards-step-title {
		font-size: 18px;
	}
	.hiic-awards-cat li,
	.sponsorsmain3 .awards-step-desc,
	.hiic-awards-nomination-note {
		font-size: 16px;
	}
	.sponsorsmain3 .awards-process {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 1.5rem;
	}

	.sponsorsmain3 .awards-process::before {
		display: none;
	}

	.sponsorsmain3 .awards-step {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.sponsorsmain3 .awards-step-desc {
		max-width: 100%;
	}
}

/* Featured attendees speaker cards: keep 6 columns on desktop */
.page-featured-attendees .main6 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	justify-content: flex-start;
}

.page-featured-attendees .main6 ul li {
	flex: 0 0 calc((100% - 100px) / 6);
	max-width: calc((100% - 100px) / 6);
	width: calc((100% - 100px) / 6);
	min-width: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.page-featured-attendees .main6 .mask-view,
.page-featured-attendees .main6 .mask-view .tx-logo-da {
	width: 100%;
	max-width: 230px;
}

.page-featured-attendees .main6 .mask-view {
	aspect-ratio: 1 / 1;
	height: auto;
	margin: 0 auto;
}

.page-featured-attendees .main6 .mask-view .tx-logo-da {
	height: 100%;
}

.page-featured-attendees .main6 .mask-view .tx-logo-da img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-featured-attendees .main6 .mask-view p {
	width: 100%;
	height: 100%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	text-align: center;
}

@media screen and (max-width: 1440px) {
	.page-featured-attendees .main6 ul li {
		flex-basis: calc((100% - 80px) / 5);
		max-width: calc((100% - 80px) / 5);
		width: calc((100% - 80px) / 5);
	}
}

@media screen and (max-width: 1200px) {
	.page-featured-attendees .main6 ul li {
		flex-basis: calc((100% - 60px) / 4);
		max-width: calc((100% - 60px) / 4);
		width: calc((100% - 60px) / 4);
	}
}

@media screen and (max-width: 992px) {
	.page-featured-attendees .main6 ul li {
		flex-basis: calc((100% - 40px) / 3);
		max-width: calc((100% - 40px) / 3);
		width: calc((100% - 40px) / 3);
	}
}

@media screen and (max-width: 680px) {
	.page-featured-attendees .main6 ul {
		gap: 24px 16px;
	}

	.page-featured-attendees .main6 ul li {
		flex-basis: calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
		width: calc((100% - 16px) / 2);
	}
}

@media screen and (max-width: 480px) {
	.page-featured-attendees .main6 ul li {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

 