@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

:root {
	--glass-bg: rgba(255, 255, 255, 0.1);
	--glass-border: rgba(186, 186, 186, 0.35);
	--glass-blur: blur(22px);
	--ibdic-blue-1: #0A40A1;
	--ibdic-blue-2: #1D6DD0;
	--ibdic-sky: #EDFAFF;
	--ibdic-white: #FEFEFE;
	--wp-adminbar-height: 0px
}

html {
	scroll-behavior: auto
}

body {
	font-family: "Manrope", sans-serif;
	overflow-x: hidden
}

body.admin-bar {
	--wp-adminbar-height: 32px
}

@media screen and (max-width:782px) {
	body.admin-bar {
		--wp-adminbar-height: 46px
	}
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 64px
}

section {
	padding: 60px 0;
	position: relative;
	overflow: hidden
}

#initialLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .5s ease
}

.loader-content {
	text-align: center;
	color: #fff;
	font-family: sans-serif
}

.spinner {
	width: 48px;
	height: 48px;
	border: 4px solid rgba(255, 255, 255, .3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin .8s linear infinite;
	margin: 0 auto 1rem
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

body.loading {
	overflow: hidden;
	height: 100vh
}

.navbar {
	position: fixed;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	max-width: 1400px;
	background: #f3f2ef;
	border-radius: 20px;
	padding: 16px 24px;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .08)
}

.navbar .logo img {
	max-width: 135px
}

.nav-side-wrapper {
	display: flex;
	justify-self: center;
	align-items: center
}

.nav-mobile-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px
}

.nav-mobile-btn-wrapper button {
	display: flex
}

.mute-btn-nav.blue {
	border-radius: 50%;
	padding: 10px;
	border: 1px solid #1D6DD0;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	cursor: pointer;
}

.mute-btn-nav img {
	width: 17px;
	height: 17px
}

.nav-center {
	display: flex;
	gap: 32px;
	align-items: center
}

.nav-item {
	position: relative;
	cursor: pointer
}

.nav-item>a {
	text-decoration: none;
	color: #1d6dd0;
	font-size: 14px;
	font-weight: 500
}

.dropwrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -8px
}

.nav-actions .dropwrap {
	margin-right: initial
}

.dropwrap>a {
	text-decoration: none;
	color: #1d6dd0;
	font-size: 14px;
	font-weight: 500
}

.dropdown {
	position: absolute;
	top: 68px;
	left: 50%;
	transform: translateX(-50%);
	width: 270px;
	background: #f3f2ef;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
	padding: 16px;
	display: none
}

.dropdown.login-dropdown {
	width: 120px
}

.dropdown.show {
	display: block
}

.dropdown-item {
	font-size: 12px;
	font-weight: 500;
	color: #1d6dd0;
	text-decoration: none
}

.dropdown a {
	margin-bottom: 20px;
	display: block
}

.dropdown a:last-of-type {
	margin-bottom: 0
}

.dropdown-item p {
	font-weight: 500;
	font-size: 14px;
	color: #1d6dd0
}

.dropdown-item span {
	font-weight: 400;
	font-size: 12px;
	color: #d0d0d0;
	margin-top: 4px
}

.nav-actions {
	display: flex;
	gap: 12px;
	padding: 8px 12px
}

.login {
	border: 1px solid #1d6dd0;
	font-size: 12px;
	height: 42px;
	color: #1d6dd0;
	padding: 8px 12px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500
}

.contact {
	background: #1d6dd0;
	height: 42px;
	font-size: 12px;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 999px;
	font-weight: 500
}

.circle-search {
	border-radius: 50%;
	padding: 10px;
	border: 1px solid #1D6DD0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent
}

.menu-toggle {
	display: none;
	font-size: 28px;
	cursor: pointer;
	justify-content: center;
	align-items: center
}

.mobile-drawer {
	display: none
}

.drawer-backdrop {
	display: none
}

.btn-primary {
	height: 46px;
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: rgba(37, 99, 235, .48) 0 4px 22px;
	letter-spacing: .1px;
	padding: 0 28px;
	background: #1d6dd0;
	border: none;
	border-radius: 50px;
	transition: background .2s, transform .15s
}

/* ── HERO ── */
#ibdic-hero {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
	background: #000;
	isolation: isolate
}

.hero-home {
	padding: 0;
	margin: 0;
}

#stageWrap {
	display: contents
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, .12) 40%, rgba(0, 0, 0, .45) 100%);
	z-index: 2;
	pointer-events: none
}

.hero-swiper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.hero-swiper .swiper-wrapper {
	height: 100%
}

.hslide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.slide-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform
}

.slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .10) 40%, rgba(0, 0, 0, .48) 100%);
	z-index: 1;
	pointer-events: none
}

.slide-inner {
	position: absolute;
	left: 60px;
	bottom: 60px;
	width: 100%;
	max-width: 520px;
	padding: 32px;
	background: rgba(255, 255, 255, .10);
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(186, 186, 186, .35);
	border-radius: 24px;
	box-shadow: 0 8px 48px rgba(0, 0, 0, .28);
	z-index: 2;
	transform: translateZ(0);
	will-change: opacity, transform
}

.slide-inner .slide-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px
}

.slide-inner .slide-body {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 300;
	color: rgba(255, 255, 255, .85)
}

/* ── DOT NAVIGATION ── */
.hdots {
	position: absolute;
	right: 44px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 24px;
	pointer-events: auto;
	will-change: opacity
}

.hdot {
	position: relative;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0
}

.hdot-ring-svg {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg)
}

.hdot.active .hdot-ring-svg {
	opacity: 1;
}

.hdot-track {
	fill: none;
	stroke: rgba(255, 255, 255, .22);
	stroke-width: 2
}

.hdot-progress-ring {
	fill: none;
	stroke: rgba(255, 255, 255, .9);
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-dasharray: 94.25;
	stroke-dashoffset: 94.25;
	will-change: stroke-dashoffset
}

.hdot-circle {
	position: relative;
	z-index: 2;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .35);
	border: 1.5px solid rgba(255, 255, 255, .55);
	transition: transform .3s ease, background .3s ease, border-color .3s ease
}

.hdot.active .hdot-circle {
	background: #fff;
	border-color: #fff;
	transform: scale(1.15)
}

/* ── HERO CONTROLS ── */
.hero-controls {
	position: absolute;
	right: 44px;
	bottom: 60px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 12px;
	will-change: opacity
}

.ctrl-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .10);
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(186, 186, 186, .35);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
	font-size: 18px
}

.ctrl-btn:hover {
	transform: scale(1.08);
	background: rgba(255, 255, 255, .18)
}

.muteBtn-nextSec {
	visibility: 1;
}

.hskip {
	height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	border: 1px solid rgba(186, 186, 186, .35);
	background: rgba(255, 255, 255, .10);
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
	color: #cecece;
	font-size: 13px;
	font-weight: 600;
	font-family: "Manrope", sans-serif;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: background .2s ease
}

.hskip:hover {
	background: rgba(255, 255, 255, .18)
}

#ibdic-hero,
#ibdic-hero * {
	transform: translateZ(0);
	backface-visibility: hidden
}

/* ── HERO NEXT SECTION ── */
.hero-next-section {
	padding: 0;
	overflow: visible
}

.hero-final-wrap {
	padding: 100px 64px 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
}

.hero-title {
	font-size: 52px;
	line-height: 1.12;
	font-weight: 600;
	color: var(--ibdic-white);
	margin-bottom: 32px
}

.hero-btns {
	display: flex;
	gap: 14px;
	justify-content: center
}

/* ── AWARDS BAR ── */
.awards-wrap-flow {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	margin-top: -70px;
	margin-bottom: 0;
	padding: 0 24px
}

.awards-wrap-flow .awards-bar {
	position: relative;
	width: 100%;
	max-width: 1194px;
	min-height: 145px;
	background: #0a40a1;
	border-radius: 18px;
	display: flex;
	align-items: stretch;
	padding: 0 80px;
	box-shadow: 0 8px 40px rgba(10, 36, 99, .25)
}

.awards-wrap-flow .swiper-slide {
	max-width: fit-content
}

.awards-wrap-flow .swiper-wrapper {
	justify-content: space-around
}

.award-item {
	flex: 1;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 28px 14px;
	max-width: 256px
}

.award-laurel {
	font-size: 20px;
	opacity: .55;
	flex-shrink: 0;
	align-self: flex-start
}

.award-text {
	text-align: center;
	align-self: center
}

.award-title {
	font-size: 14px;
	font-weight: 700;
	color: #fefefe;
	line-height: 1.35;
	letter-spacing: .2px
}

.award-sub {
	font-size: 12px;
	color: #fefefe;
	opacity: .5;
	margin-top: 16px;
	font-weight: 400;
	line-height: 1.4
}

.award-pagination {
	display: none
}

/* ── PUZZLE ── */
.h100 {
	height: 100px
}

.desktop-version {
	display: grid;
	grid-template-columns: repeat(6, auto);
	grid-template-rows: repeat(4, auto);
	gap: 0;
	width: fit-content;
	margin: 0 auto
}

.desktop-version .puzzle-grid-item {
	display: flex;
	margin: -13px;
	position: relative
}

.desktop-version .puzzle-grid-item img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none
}

.puzzle-grid-item .center-back {
	position: relative
}

.center-back img {
	position: absolute
}

.desktop-version .puzzle-grid-item:nth-child(9) {
	grid-column: span 2;
	grid-row: span 2;
	z-index: 3
}

.desktop-version .gif-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10
}

.desktop-version .gif-logo img,
.desktop-version .gif-logo video {
	max-width: 280px
}

.mobile-version {
	display: none
}

.resources-list {
	margin-top: 90px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.resource-card-small {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 350px;
	height: 400px;
	display: flex;
	flex-shrink: 0;
}

.resource-card-link {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.resource-card-image {
	width: 100%;
	height: 100%;
}

.resource-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* =====================
   OVERLAY
   ===================== */

.resource-card-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.78),
			rgba(0, 0, 0, 0.18),
			transparent);
}

/* =====================
   TOP BADGE
   ===================== */

.resource-type {
	display: flex;
	margin-bottom: 24px;
}

.resource-card-small .type-badge {
	font-weight: 600;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 100px;
	color: white;
	background: #1d6dd0;
	border: none;
	width: fit-content;
	height: fit-content;
}

/* =====================
   BOTTOM CONTENT
   ===================== */

.resource-card-small .resource-meta {
	margin-top: auto;
	display: flex;
	flex-direction: column;
}

.resource-card-small .article-tag {
	font-weight: 500;
	font-size: 16px;
	color: white;
}

.resource-card-small .resource-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: white;
	margin-top: 16px;

	/* Equal alignment across cards */
	min-height: 72px;

	/* Optional line clamp */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* =====================
   CTA SECTION
   ===================== */

.resource-card-small .resource-cta-section {
	background: url(/wp-content/themes/twentyten/asset/images/offering-banner.png);
	background-size: cover;
	background-position: center;
	color: #ffffff;
}

.resource-card-small .resource-cta-content {
	display: flex;
	flex-direction: column;
	gap: 120px;
	max-width: 488px;
}

.resource-card-small .resource-cta-text {
	max-width: 385px;
}

.resource-card-small .resource-cta-text h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
}

.resource-card-small .resource-cta-text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

@media screen and (max-width:768px) {
	.desktop-version {
		display: none
	}

	.resource-card-small {
		width: 300px;
	}

	.mobile-version {
		display: grid;
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(6, auto);
		width: fit-content;
		padding-top: 0px;
		margin: 0 auto
	}

	.mobile-version .puzzle-grid-item {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: -9px;
		position: relative
	}

	.mobile-version .puzzle-grid-item:nth-child(6) {
		grid-column: span 2
	}

	.mobile-version .puzzle-grid-item:nth-child(9) {
		grid-column: span 2;
		position: relative;
		z-index: -1
	}

	.mobile-version .puzzle-grid-item:nth-child(12) {
		grid-column: span 2
	}

	.mobile-version .gif-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10
	}

	.mobile-version .gif-logo video {
		max-width: 140px
	}
}

.hero-next {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100vh;
}

.video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.32) 45%, rgba(0, 0, 0, 0.75) 100%);
	z-index: 2;
}

.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 140px;
}

#shippingVideo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

/* ── SOLUTIONS ── */
.sticky-wrapper {
	position: relative;
	padding-bottom: 100px;

}

.cards-stack {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.card-scene {
	position: sticky;
	/* top: calc(100px + var(--index) * 70px); */
	width: 100%;
	margin-bottom: 0;
	/* height: 900px; */
}

.solution-card {
	background: #fff;
	border-radius: 24px;
	padding: 28px 44px 44px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	box-shadow: 0 2px 8px rgba(10, 36, 99, .07), 0 8px 32px rgba(10, 36, 99, .10);
	position: sticky;
	/* top: calc(100px + var(--index) * 70px); */

}


.card-scene:nth-child(1) {
	--index: 0;
	z-index: 1;
	top: 8rem;
	margin-bottom: 15rem;
}

.card-scene:nth-child(2) {
	--index: 1;
	z-index: 3;
	top: 13rem;
	margin-bottom: 10rem;
}

.card-scene:nth-child(3) {
	--index: 2;
	z-index: 4;
	top: 18rem;
	margin-bottom: 4.5rem;
}

.card-scene:nth-child(4) {
	--index: 3;
	z-index: 5;
	top: 23rem;
	margin-bottom: 0;
}

section.solutions {
	background-color: var(--ibdic-blue-1);
	padding: 120px 0 0;
	/* overflow: visible !important; */
	overflow-x: clip;
	overflow-y: visible;
}

.solution-card .top .left h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	color: #0A40A1;
}

.solution-card .bottom .right {
	width: 100%;
	max-width: 250px;
}

.solution-card .bottom .right lottie-player {
	height: 100%;
	width: 100%;
}

.top,
.bottom {
	display: flex;
	justify-content: space-between;
}

.left h2 {
	font-weight: 500;
	font-size: 32px;
	color: var(--ibdic-blue-1);
}

.right h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--ibdic-blue-1);
}

.explore {
	padding: 16px 24px;
	border: none;
	border-radius: 32px;
	background: var(--ibdic-blue-2);
	color: var(--ibdic-white);
	font-weight: 500;
	font-size: 12px;
	cursor: pointer;
}

.explore:hover {
	background: #1348a8;
}

.features-list {
	margin-top: 24px;
	margin-bottom: 48px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 20px;
	list-style: none;
}

.features-list li {
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 400;
	font-size: 14px;
	color: var(--ibdic-blue-2);
}

.features-list li img.icon {
	width: 18px;
	height: 18px;
}

/* ── SEARCH SECTION ── */

.search-page {
	height: 100vh;
	min-height: 700px;
	background-color: aliceblue;
	padding: 225px 0px 0px;
}

section.search-section {
	min-height: 700px;
	background-color: aliceblue;
	z-index: 0;
	padding: 100px 0 0;
	margin: 0 0 60px
}

.video-background {
	z-index: -1
}

.video-background video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover
}

.search-section-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.search-wrapper {
	position: relative;
	margin-bottom: 24px;
	text-align: center;
	width: 100%
}


.ai-info {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ai-info .mid-row {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 32px;
	margin-bottom: 50px;
	color: #1D6DD0;
}

.ai-info .mid-row p {
	font-size: 12px;
	line-height: 1.5;
	color: #1D6DD0;
	margin-top: 16px
}

.ai-tag-title {
	font-size: 16px;
	font-weight: 400;
}

.ai-infowrap {
	max-width: 140px;
	width: 100%;
}

.ai-intro-content .top-row {
	color: #0A40A1;
	margin-bottom: 50px;
}

.ai-intro-content .top-row h2,
.ai-intro-content .top-row span,
.ai-intro-content .top-row p {

	color: #0A40A1;
	text-wrap: balance;

}

.btn-ai-primary {
	height: 42px;
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: .1px;
	padding: 0 28px;
	background: #1d6dd0;
	border: none;
	border-radius: 50px;
}

.btn-ai-secondary {
	border: 1px solid #1d6dd0;
	font-size: 12px;
	height: 42px;
	color: #1d6dd0;
	background-color: transparent;
	padding: 8px 28px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.bottom-row {
	display: flex;
	justify-content: flex-start;
	gap: 16px;
}

.bottom-row a {
	text-decoration: none;
}

.ai-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 56px;
	font-size: 40px;
	font-weight: 500;
	color: var(--ibdic-blue-1)
}

.search-section-wrapper .input-group {
	position: relative;
	max-width: 100%;
}

#ai-input {
	width: 100%;
	border-radius: 50px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	z-index: 1;
	font-size: 1.1rem;
	outline: none;
	font-weight: 400;
	padding: 20px 35px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

#ai-input:not(:placeholder-shown)+.placeholder-overlay .search-left {
	opacity: 0;
	visibility: hidden
}

.placeholder-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: #bdcbe6;
	font-size: 20px;
	pointer-events: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0 32px;
	font-weight: 400
}

.search-left {
	display: flex;
	justify-content: center;
	align-items: center
}

.ai-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}

.ai-header h2 {
	color: var(--ibdic-blue-1);
	font-size: 2.5rem;
	font-weight: 500;
}

.search-wrapper input {
	width: 100%;
	padding: 20px 35px;
	border-radius: 50px;
	border: 1px solid #ddd;
	font-size: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	font-weight: 400;
}

.search-icons {
	position: absolute;
	gap: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: green;
}



.text-rotator {
	height: 1.6rem;
	overflow: hidden;
	margin-left: 6px
}

.text-rotator ul {
	animation: rotateText 9s infinite ease-in-out;
	font-weight: 400;
	font-size: 20px
}

.text-rotator li {
	display: flex;
	align-items: center;
	white-space: nowrap;
	height: 1.5rem
}

@keyframes rotateText {

	0%,
	25% {
		transform: translateY(0)
	}

	33%,
	58% {
		transform: translateY(-1.5rem)
	}

	66%,
	91% {
		transform: translateY(-3rem)
	}

	100% {
		transform: translateY(0)
	}
}

.search-right {
	display: flex;
	align-items: center;
	padding: 4px 10px;
	gap: 2px;
	pointer-events: auto;
	background: #fff;
	border: none
}

.search-right .icon {
	cursor: pointer
}

.suggestion-grid {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 821px;
	margin: 0 auto
}

.chip-flex {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap
}

.chip {
	background-color: var(--ibdic-blue-2);
	color: #fff;
	border: none;
	padding: 10px 21px;
	border-radius: 25px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	white-space: nowrap;
	transition: transform .2s ease
}

.chip:hover {
	transform: translateY(-2px)
}

.chip:active {
	transform: scale(.96)
}

/* ── COLLAB ── */
.collab-header {
	margin-bottom: 40px
}

h2.btn-side-header {
	text-wrap: balance;
}

.eyebrow {
	color: var(--ibdic-blue-1);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative
}

.eyebrow::after {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	top: 10px;
	left: calc(100% + 6px);
	height: .1ch;
	background: var(--ibdic-blue-1)
}

.collab-header h2 {
	color: var(--ibdic-blue-1);
	font-size: 40px;
	max-width: 760px;
	line-height: 60px;
	margin-top: 40px;
	font-weight: 500
}

.collab-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 280px;
	gap: 24px 22px
}

.grid-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.banks-block {
	grid-row: span 2
}

.professionals-block {
	grid-column: span 2
}

.regulators-block {
	grid-column: span 2
}

.msme-block{
  grid-column: span 1
}

.label-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	z-index: 1
}

.label-overlay h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0
}

.label-overlay p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.45;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .6s ease, transform .3s ease;
	height: 0
}

.grid-item:hover .animation-p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	height: auto
}

.explore-solution-btn {
	position: absolute;
	font-size: 14px;
	top: 24px;
	right: 24px;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 32px;
	color: #0D1E4C;
	gap: 8px;
	display: none
}

.grid-item:hover .explore-solution-btn {
	display: flex
}

.grid-item:hover .animation-p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	height: auto;
}

.benefits-grid-item:hover .animation-p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	height: auto;
}

/* =====================================================
   CUSTOMERS SECTION STYLES
   ===================================================== */
.rp-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;

}

.rp-card {
	position: relative;
	color: var(--ibdic-white);
	background-color: #0A40A1;
	flex: 1;
	height: 696px;
	border-radius: 20px;
	border: 1px solid #0A40A12B;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	padding-top: 250px;
}

.rp-gif {
	position: absolute;
	top: -100px;
	left: 30%;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	opacity: 14%;
}

.rp-gif img {
	width: 100%;
	height: 100%;
}

.rp-card h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 24px 0px 28px
}

.rp-card p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

/* ── MARQUEE ── */
.marquee-container {
	width: 100%
}

.geek-flex {
	display: flex;
	width: max-content;
	gap: 130px;
	padding-right: 130px;
	animation: marqueeMove 30s linear infinite;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	max-height: 67px;
	align-items: center
}

.geek1 {
	flex-shrink: 0
}

.geek-flex:hover {
	animation-play-state: paused
}

.geek1 img {
	width: auto;
	display: block;
	transition: .3s ease
}

@keyframes marqueeMove {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

/* ── INFRASTRUCTURE ── */
section.infrastructure {
	margin: 60px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: soft-light;
	background-color: rgba(6, 62, 132, 1)
}


.top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--ibdic-white);
	margin-bottom: 150px
}

.public-infra {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 1.4
}

.ndi-logo img {
	height: 90px;
	width: auto
}

.bottom-row {
	display: flex;
	justify-content: flex-start
}

.intro-group {
	max-width: 704px
}

.intro-group span {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--ibdic-white);
	display: block
}

.main-title {
	font-size: 40px;
	font-weight: 600;
	color: var(--ibdic-white);
	margin: 10px 0 24px;
	line-height: 52px
}

.description {
	font-weight: 400;
	font-size: 20px;
	color: var(--ibdic-white);
	line-height: 32px;
	margin: 0
}

/* ── INSIGHTS ── */

.insights-section {
	padding: 80px 0px;
}

.slider-controls-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.slider-controls img {
	background: #EEF4FF;
	padding: 22px 25px;
	border-radius: 100%;
	cursor: pointer
}

.slider-controls {
	display: flex;
	gap: 15px
}

.swiper-button-disabled {
	opacity: .5 !important;
	cursor: not-allowed !important;
	pointer-events: none
}


.insight-prev.swiper-button-disabled,
.insight-next.swiper-button-disabled,
.news-prev.swiper-button-disabled,
.news-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.insight-prev,
.insight-next {
	transition: opacity 0.3s ease;
}


.insight-cards-cont {
	width: 100%;
	display: flex;
	gap: 25px;
	align-items: stretch;
	background: transparent
}

.insight-card {
	flex: 1;
	min-width: 230px;
	position: relative;
	background-color: var(--ibdic-blue-1);
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: bottom right;
	display: flex;
	flex-direction: column;
	height: 400px;
}

.insight-coolshape-wrapper {
	position: absolute;
	right: 0%;
	bottom: 0%;
	max-width: 300px;
	height: 300px;
	overflow: hidden;
	opacity: 14%;
}

.insight-card-content {
	padding: 28px;
	color: var(--ibdic-white);
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.insight-card-top {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	font-weight: 400
}

.insight-card-top span {
	background: #1D6DD080;
	padding: 10px 18px;
	border-radius: 24px
}

.insight-card-mid {
	font-weight: 400;
	margin-bottom: 50px
}

.insight-card-mid h2 {
	font-weight: 400;
	font-size: 24px
}

.insight-card-bottom {
	font-size: 12px;
}

.insight-card-bottom span {
	margin-right: 5px
}

.insight-swiper a {
	text-decoration: none;
	height: 100%;
}

.insight-swiper .swiper-wrapper {
	align-items: stretch
}

.insight-swiper .swiper-slide {
	height: auto;
	display: flex
}

/* ── REGULATORY PARTNERS ── */
.rp-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px
}

.rp-card {
	position: relative;
	color: var(--ibdic-white);
	background-color: #0A40A1;
	flex: 1;
	height: 696px;
	border-radius: 20px;
	border: 1px solid #0A40A12B;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	padding-top: 250px
}

.rp-gif {
	position: absolute;
	top: -100px;
	left: 30%;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	opacity: 14%
}

.rp-card h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 24px 0 28px
}

.rp-card p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px
}

.rp-content img {
	width: 100%;
	height: auto;
	max-width: fit-content;
}

/* ── NEWS ── */
.news-img {
	max-width: 1238px;
	max-height: 500px;
	border-radius: 24px;
	overflow: hidden
}

.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-content {
	max-width: 943px;
	margin-top: 34px
}

.news-content h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	color: var(--ibdic-blue-1);
	margin-bottom: 10px
}

.news-content p {
	font-weight: 300;
	font-size: 20px;
	color: var(--ibdic-blue-1)
}

.news-swiper .swiper-wrapper {
	margin-bottom: 82px
}

.news-pagination {
	position: static;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	cursor: pointer
}

.news-pagination .swiper-pagination-bullet {
	width: 46px;
	height: 2px;
	border-radius: 5px;
	background: #d0d0d0;
	opacity: 1;
	margin: 0 !important;
	transition: all .4s ease
}

.news-pagination .swiper-pagination-bullet-active {
	width: 46px;
	height: 4px;
	background: #0A40A1
}

/* ── FAQS ── */
.accordion {
	background: transparent;
	border-bottom: 2px solid #EEEEEE;
	transition: all .3s ease
}

.accordion__question {
	padding: 24px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	color: var(--ibdic-blue-1);
	font-weight: 400;
	font-size: 20px
}

.icon-plus {
	width: 20px;
	height: 20px;
	transition: transform .5s ease;
	flex-shrink: 0
}

.accordion.active .icon-plus {
	transform: rotate(180deg)
}

.accordion__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s cubic-bezier(.4, 0, .2, 1)
}

.accordion.active .accordion__answer {
	max-height: 400px
}

.answer-content {
	padding: 0 0 24px 24px;
	color: var(--ibdic-blue-1);
	max-width: 90%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px
}

.btn-view-more {
	background: none;
	border: 1px solid #1D6DD0;
	padding: 17px 24px;
	border-radius: 40px;
	color: #1D6DD0;
	margin-top: 40px;
	cursor: pointer
}

.layout .accordion:nth-child(n+9) {
	display: none
}

.layout.show-all .accordion:nth-child(n+9) {
	display: block
}

/* ── FOOTER ── */
.footer {
	background-color: var(--ibdic-blue-1)
}

.footer-content {
	padding: 74px 0 140px
}

.footer-top {
	display: flex;
	margin-bottom: 80px;
	justify-content: space-between;
	gap: 61px
}

.footer-col h4 a {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--ibdic-white);
	white-space: nowrap
}

.footer-col h4 {
	margin-bottom: 20px
}

.footer-col ul {
	list-style: none;
	padding: 0
}

.footer-col li {
	margin-bottom: 16px
}

.footer-col a {
	text-decoration: none;
	color: #EBEBEB;
	transition: color .3s;
	font-weight: 500;
	font-size: 14px
}

.footer-col a:hover {
	color: #fff
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: end
}

.footer-col {
	max-width: 150px
}

.social-icons {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	max-width: 24px;
	max-height: 24px
}

.email-input-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid var(--ibdic-white);
	padding-bottom: 24px;
	margin-top: 22px
}

.email-input-group input {
	background: transparent;
	border: none;
	outline: none;
	color: var(--ibdic-white);
	font-size: 18px;
	font-weight: 300;
	width: 90%
}

.email-input-group input::placeholder {
	color: #fff;
	opacity: 95%;
	font-weight: 400
}

.email-input-group button {
	background: transparent;
	border: none;
	color: var(--ibdic-white);
	font-size: 24px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	transition: transform .3s ease
}

.email-input-group button:hover {
	transform: translateX(5px)
}

.signup-cont p {
	font-weight: 700;
	font-size: 16px;
	color: var(--ibdic-white)
}

.copyright {
	font-weight: 300;
	font-size: 14px;
	color: var(--ibdic-white)
}

.footer-logos {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 20px
}

/* ── SEARCH RESULTS PAGE ── */
.ibdic-search-results {
	min-height: 100vh;
	padding: 180px 0 120px;
	background: #04173B
}

.search-results-wrapper {
	max-width: 900px;
	margin: 0 auto
}

/* SEARCH PAGE */

.ibdic-search-results {
	padding: 80px 0;
}

.search-results-wrapper {
	max-width: 850px;
	margin: 0 auto;
}

.search-top {
	margin-bottom: 50px;
	margin-top: 64px;
}

.search-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #7a7a7a;
	margin-bottom: 15px;
}

.search-title {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 500;
}

.search-title span {
	color: #0b57d0;
}

/* SECTION HEADING */

.results-group {
	margin-bottom: 60px;
}

.results-group__heading {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #000000; 
	margin-bottom: 30px;

}

/* RESULTS LIST */

.results-list {
	display: flex;
	flex-direction: column;
}

/* RESULT CARD */

.result-card {
	border-top: 1px solid #dcdcdc;
}

.result-card:last-child {
	border-bottom: 1px solid #dcdcdc;
}

.result-card a {
	display: block;
	padding: 28px 0;
	text-decoration: none;
}

.result-content h3 {
	font-size: 22px;
	line-height: 1.4;
	color: #0056b3;
	margin-bottom: 12px;
	transition: .3s;
}

.result-card:hover h3 {
	color: #003f86;
}

.result-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0;
}

/* FAQ SECTION */

.results-group--faqs {
	margin-top: 70px;
}

.faq-heading {
	margin-bottom: 30px;
	font-size: 28px;
	color: #1f1f1f;
}

.faq-results-list {
	display: flex;
	flex-direction: column;
}

.faq-result-card {
	padding: 24px 0;
}

.faq-question {
	font-size: 22px;
	line-height: 1.4;
	color: #0056b3;
	margin-bottom: 15px;
	font-weight: 500;
}

.faq-answer {
	color: #555;
	line-height: 1.9;
	font-size: 16px;
}

.faq-answer ul,
.faq-answer ol {
	margin-top: 15px;
	padding-left: 25px;
}

.faq-answer li {
	margin-bottom: 8px;
}

/* HIGHLIGHT SEARCH TERM */

mark {
	background: #fff3a0;
	padding: 0 2px;
}

/* NO RESULTS */

.no-results {
	text-align: center;
	padding: 80px 0;
}

.no-results h2 {
	margin-bottom: 15px;
}

.no-results p {
	color: #666;
}

/* MOBILE */

@media (max-width:768px) {
	button#muteBtn-nextSec {
        visibility: visible !important;
        opacity: 1 !important;
    }

	.search-title {
		font-size: 30px;
	}

	.results-group__heading,
	.faq-heading {
		font-size: 24px;
	}

	.result-content h3,
	.faq-question {
		font-size: 20px;
	}

	.result-content p,
	.faq-answer {
		font-size: 15px;
	}
}

.flex-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: end;
}


.short-desc,
.full-desc {
	display: inline;
}

.read-more-btn {
	background: none;
	border: none;
	color: rgb(29, 109, 208);
	;
	cursor: pointer;
	font-weight: 600;
	margin-left: 5px;
	padding: 0;
}

.nav-actions button,
.playbutton,
.offering-card-btn {
	cursor: pointer;
}

.secondary-hero-cta-btn,
.collab-hero-cta-btn,
.offering-card-btn {
	cursor: pointer;
}

p.newsletter-success,
p.newsletter-error {
	display: block;
	padding-top: 24px;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;

}


@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Block scrolling while loader is active */
body.loading {
	overflow: hidden;
	height: 100vh;
}



/* ── MOBILE <=768px ── */
@media (max-width:768px) {
	section {
		padding: 50px 0
	}

	.container {
		padding: 0 24px
	}

	.menu-toggle {
		display: flex
	}

	.btn-primary {
		padding: 0 16px;
		white-space: nowrap
	}

	.btn-secondary {
		padding: 0 16px;
		white-space: nowrap
	}

	.ai-title {
		font-size: 24px;
		line-height: 24px
	}

	.left,
	.text-rotator li {
		font-weight: 500;
		font-size: 14px
	}

	.eyebrow {
		font-size: 14px
	}

	.flex-btn-wrap {
		flex-direction: column;
		align-items: initial !important;
		gap: 20px;
	}

	.collab-header h2 {
		font-size: 24px;
		margin-top: 24px;
		line-height: 34px
	}

	.infra-content .top-row {
		flex-direction: row;
		justify-content: space-between
	}

	.public-infra {
		font-size: 10px
	}

	.infra-content {
		position: relative;
		padding: 24px 0px
	}


	.intro-group span {
		font-size: 10px
	}

	.main-title {
		font-size: 24px;
		line-height: 30px
	}

	.description {
		font-size: 14px;
		line-height: 24px
	}

	section.infrastructure {
		padding: 0;
		margin: 20px 0px;
	}

	.regulatory-partner {
		padding: 20px 0px;
	}

	.accordion__question p {
		font-size: 14px
	}

	.btn-view-more {
		padding: 16px 17px;
		margin-top: 24px
	}

	.accordion__question {
		padding: 18px 0
	}

	.icon-plus {
		margin-left: 18px
	}


	.footer-logos {
		align-items: flex-start;
		gap: 0px;
	}

	.footer-logos img:first-child {
		max-width: 80%;
	}

	.footer {
		margin-top: 50px
	}

	.footer-top {
		flex-direction: column;
		gap: 0
	}

	.footer-col {
		max-width: 100%;
		margin-bottom: 56px
	}
	.footer-col:not(:has(ul)) {
        margin-bottom: 0 !important;
    }
	.footer-bottom {
		flex-direction: column;
		justify-content: flex-start;
	}

	.logos-copyright-cont {
		margin-top: 100px
	}

	.footer-content {
		padding-bottom: 37px
	}

	.search-wrapper input {
		padding: 16px 32px
	}

	.search-left {
		font-size: 14px;
		flex-direction: column;
		align-items: flex-start
	}

	.news-content h2 {
		font-size: 24px;
		line-height: 32px
	}

	.news-content p {
		font-size: 14px;
		line-height: 28px
	}

	.news-content {
		margin-top: 29px
	}

	.news-img img {
		min-height: 354px;
		border-radius: 16px
	}

	.news .swiper {
		padding-bottom: 60px;
		overflow: visible !important
	}

	.news-pagination {
		justify-content: center
	}

	.ndi-logo img {
		width: 64px;
		height: 40px
	}

	.solution-card {
		padding: 22px 20px 28px;
		gap: 24px
	}

	section.solutions {
		padding: 60px 0 0
	}

	.solution-card .left h2 {
		font-size: 24px;
		line-height: 1.4
	}

	.solution-card .left img {
		max-width: 80%;
	}

	.solution-card .right h2 {
		font-size: 12px;
		line-height: 1.2;
		text-align: end;
		max-width: 140px
	}

	.solution-card .top .left h3 {
		font-size: 16px;
		line-height: 1.3
	}

	.solution-card .bottom {
		flex-direction: column-reverse;
		gap: 0
	}

	.solution-card .bottom .right {
		align-self: center;
		max-width: 124px
	}

	.features-list {
		grid-template-columns: 1fr;
		margin-bottom: 24px
	}

	.suggestion-grid {
		gap: 0;
		width: 100%
	}

	.chip-flex {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		gap: 12px;
		padding: 8px 24px;
		margin: 0 -24px;
		width: calc(100% + 48px);
		scrollbar-width: none
	}

	.chip-flex::-webkit-scrollbar {
		display: none
	}

	.chip-flex .chip {
		flex-shrink: 0;
		padding: 14px 24px
	}

	/* ===== COLLABORATION GRID (HORIZONTAL SCROLL) ===== */
	.collab-grid {
		gap: 20px 14px;
		grid-template-columns: repeat(4, 1fr);
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin: 0px -25px;
		padding: 0px 24px;
	}

	.collab-grid::-webkit-scrollbar {
		display: none;
	}

	.grid-item {
		min-width: 300px;
	}

	.label-overlay p {
		line-height: 1.6;
	}

	/* Grid item span overrides */
	.banks-block {
		grid-row: span 1;
	}

	.fintechs-block {
		grid-row: span 2;
	}

	.professionals-block {
		grid-column: span 1;
	}

	.global-block {
		grid-column: span 1;
	}

	/* Grid item order for mobile */
	.banks-block {
		order: 1;
	}

	.msmes-block {
		order: 2;
	}

	.corporates-block {
		order: 3;
	}

	.fintechs-block {
		order: 5;
	}

	.ecosystems-block {
		order: 5;
	}

	.professionals-block {
		order: 4;
	}

	.regulators-block {
		order: 7;
	}

	.msme-block {
		order: 9;
	}

	.global-block {
		order: 8;
	}

	.label-overlay h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}

	.insight-swiper {
		overflow: visible !important;
		padding: 0;
		margin: 0;
		width: calc(100% - 50px)
	}

	.insight-card-content {
		padding: 32px;
	}

	.insight-card-mid h2 {
		font-size: 24px
	}

	.insight-card-top {
		margin-bottom: 60px
	}

	.insight-card-mid {
		margin-bottom: 300px
	}

	.insight-card-bottom span {
		font-size: 14px
	}

	.insight-card-bottom span:nth-child(2) {
		display: none
	}

	.slider-controls {
		display: none
	}

	.rp-wrapper {
		gap: 16px;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 24px;
		margin: 0 -24px;
		scrollbar-width: none
	}

	.rp-card {
		flex-shrink: 0 !important;
		flex: initial;
		max-width: 320px;
		height: 500px;
		padding: 24px;
		padding-top: 100px
	}

	.rp-card h3 {
		font-size: 20px
	}

	.rp-card p {
		font-size: 16px
	}

	.awards-wrap-flow {
		padding: 0 16px
	}

	.awards-wrap-flow .awards-bar {
		padding: 24px 0;
		border-radius: 14px
	}

	.awards-wrap-flow .swiper-slide {
		width: 100% !important;
		flex-shrink: 0 !important;
		max-width: none;
		justify-content: center;
		align-items: center;
		display: flex
	}

	.award-pagination {
		position: absolute !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px
	}

	.award-item {
		padding: 0;
		margin-bottom: 10px
	}

	.input-group {
		min-width: 350px
	}

	#ai-input {
		padding: 24px 32px
	}

	.hero-title {
		font-size: 32px;
		line-height: 40px
	}

	.hero-final-wrap {
		padding: 60px 24px 40px
	}

	.h100 {
		height: 60px
	}

	.cards-stack {
		padding: 0 !important;
		margin: 0 auto;
		max-width: 100%;
		min-height: 150vh
	}

	.solution-card {
		border-radius: 20px
	}

	.mobile-drawer {
		display: flex
	}

	.drawer-backdrop {
		display: block
	}

	.nav-center,
	.nav-actions {
		display: none !important
	}

	.nav-mobile-btn-wrapper {
		position: fixed;
		right: 55px
	}

	.menu-toggle {
		position: fixed;
		right: 24px
	}

	.mobile-drawer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 480px;
		height: 100%;
		background: #fff;
		z-index: 2000;
		transform: translateX(-100%);
		transition: transform .3s cubic-bezier(.2, .9, .4, 1.1);
		box-shadow: 2px 0 20px rgba(0, 0, 0, .15);
		flex-direction: column;
		overflow: hidden;


	}

	.mobile-drawer.open {
		transform: translateX(0)
	}

	.drawer-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 24px;
		border-bottom: 1px solid #eef2f6
	}

	.drawer-header .drawer-logo img {
		height: 36px
	}

	.drawer-close {
		background: none;
		border: none;
		font-size: 28px;
		cursor: pointer;
		color: #1d6dd0;
		line-height: 1
	}

	.drawer-content-wrapper {
		flex: 1;
		overflow: hidden;
		position: relative
	}

	.drawer-pane {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: transform .3s ease-out;
		overflow-y: auto;
		padding: 0 0 32px
	}

	.drawer-pane.root-pane {
		transform: translateX(0);
		z-index: 2
	}

	.drawer-pane.sub-pane {
		transform: translateX(100%);
		z-index: 3;
		background: #fefefe
	}

	.drawer-pane.sub-pane.open-sub {
		transform: translateX(0)
	}

	.sub-pane-header {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 26px 24px;
		border-bottom: 1px solid #eee
	}

	.back-btn {
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #1d6dd0;
		padding: 6px;
		border-radius: 50%
	}

	.sub-pane-title {
		font-weight: 700;
		font-size: 14px;
		color: #1D6DD0
	}

	.drawer-nav-list {
		list-style: none;
		padding: 0;
		margin: 0
	}

	.drawer-nav-link,
	.drawer-simple-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 26px 24px;
		text-decoration: none;
		color: #1D6DD0;
		background: #fff;
		width: 100%;
		border: none;
		text-align: left;
		font-family: Manrope;
		font-weight: 500;
		font-size: 14px;
		border-bottom: 1px solid #eee
	}

	.drawer-simple-link {
		justify-content: flex-start
	}

	.drawer-nav-link span:first-child {
		flex: 1
	}

	.chevron {
		font-size: 18px;
		color: #1D6DD0
	}

	.drawer-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 1999;
		opacity: 0;
		visibility: hidden;
		transition: .2s
	}

	.drawer-backdrop.active {
		opacity: 1;
		visibility: visible
	}

	.mobile-close-wrapper {
		display: flex;
		gap: 12px
	}

	.slide-inner {
		left: 16px;
		right: 16px;
		max-width: calc(100% - 32px);
		bottom: 100px
	}

	.slide-inner .slide-title {
		font-size: 16px
	}

	.hdots {
		right: 50%;
		top: auto;
		bottom: 40px;
		transform: translateX(50%) !important;
		flex-direction: row;
		gap: 16px
	}

	.hero-controls {
		display: none;
	}

	.puzzle-grid-item .center-back {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-height:760px) {
	section.solutions {
		padding: 120px 0 100px
	}
}



/* extra */
.mute-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* =====================================================
   TALK TO US BANNER (FAQ – not in test)
   ===================================================== */

.container9 {
	background-color: #EFE8E3;
	padding: 350px 0 100px 0;
}

.talk-to-us {
	background-color: #f5f2f0;
	border: 1px solid #b0a9a9;
	border-radius: 8px;
	max-width: 940px;
	margin: 40px auto;
	height: 90px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.talk-logo {
	position: absolute;
}

.inner-talk {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 40px;
	position: relative;
	z-index: 2;
}

.inner-talk h2 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.talk-btn {
	width: auto !important;
	min-width: 180px;
	height: 50px;
	padding: 0 30px;
}

/* =====================================================
   UTILITY / READ MORE (not in test)
   ===================================================== */

.flex-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.short-desc,
.full-desc {
	display: inline;
}

.read-more-btn {
	background: none;
	border: none;
	color: rgb(29, 109, 208);
	cursor: pointer;
	font-weight: 600;
	margin-left: 5px;
	padding: 0;
}

/* =====================================================
   PUZZLE EXTRA (big-piece video – not in test)
   ===================================================== */

.puzzle-grid-item.big-piece video {
	max-width: 100%;
}

/* =====================================================
   COLLABORATION EXTRA CLASSES 
   ===================================================== */

.cool-shape-wrapper {
	position: absolute;
	top: 50px;
	right: 0;
}

.eyebrow.white {
	color: var(--ibdic-white);
}

.eyebrow.white::after {
	background: var(--ibdic-white);
}

.collab-header.white h2 {
	color: #FFF;
}


/* search result css */
.ibdic-search-results {
	min-height: 100vh;
	padding: 180px 0 120px;
	background: #EDFAFF;
}

.search-results-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.search-top {
	margin-bottom: 50px;
}

.search-label {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4ea1ff;
	margin-bottom: 14px;
}

.search-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #000000;
}

.results-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* .result-card {
		border-radius: 28px;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.08);
		overflow: hidden;
		transition: 0.3s ease;
		backdrop-filter: blur(18px);
	} */

.result-card:hover {
	transform: translateY(-4px);
	border-color: rgba(78, 161, 255, 0.35);
}

.result-card a {
    display: block;
    text-decoration: none;
    padding: 24px 0 32px;
    max-width: 750px;
}

.result-card h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 18px;
	font-weight: 500;
}

.result-card p {
	color: #2B2B2B;
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
}

.result-card mark {
	background: #4ea1ff;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
}

.no-results {
	text-align: center;
	padding: 120px 20px;
}

.no-results h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 12px;
}

.no-results p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
}

@media(max-width:768px) {

	.ibdic-search-results {
		padding: 140px 0 80px;
	}

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

	.result-card a {
		padding: 24px;
	}

	.result-card h2 {
		font-size: 24px;
	}

	.result-card p {
		font-size: 15px;
		line-height: 1.7;
	}


}


/* =====================================================
   TABLET VIEW RESPONSIVE CSS
   Breakpoint: 769px to 1024px
   ===================================================== */

@media (min-width: 769px) and (max-width: 1024px) {


	.nav-center,
	.nav-actions {
		display: none !important
	}

	.nav-mobile-btn-wrapper {
		position: fixed;
		right: 55px
	}

	.menu-toggle {
		display: flex;
		position: fixed;
		right: 24px
	}

	.mobile-drawer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 480px;
		height: 100%;
		background: #fff;
		z-index: 2000;
		transform: translateX(-100%);
		transition: transform .3s cubic-bezier(.2, .9, .4, 1.1);
		box-shadow: 2px 0 20px rgba(0, 0, 0, .15);
		flex-direction: column;
		overflow: hidden;
		display: flex;
	}

	.mobile-drawer.open {
		transform: translateX(0)
	}

	.drawer-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 24px;
		border-bottom: 1px solid #eef2f6
	}

	.drawer-header .drawer-logo img {
		height: 36px
	}

	.drawer-close {
		background: none;
		border: none;
		font-size: 28px;
		cursor: pointer;
		color: #1d6dd0;
		line-height: 1
	}

	.drawer-content-wrapper {
		flex: 1;
		overflow: hidden;
		position: relative
	}

	.drawer-pane {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: transform .3s ease-out;
		overflow-y: auto;
		padding: 0 0 32px
	}

	.drawer-pane.root-pane {
		transform: translateX(0);
		z-index: 2
	}

	.drawer-pane.sub-pane {
		transform: translateX(100%);
		z-index: 3;
		background: #fefefe
	}

	.drawer-pane.sub-pane.open-sub {
		transform: translateX(0)
	}

	.sub-pane-header {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 26px 24px;
		border-bottom: 1px solid #eee
	}

	.back-btn {
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #1d6dd0;
		padding: 6px;
		border-radius: 50%
	}

	.sub-pane-title {
		font-weight: 700;
		font-size: 14px;
		color: #1D6DD0
	}

	.drawer-nav-list {
		list-style: none;
		padding: 0;
		margin: 0
	}

	.drawer-nav-link,
	.drawer-simple-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 26px 24px;
		text-decoration: none;
		color: #1D6DD0;
		background: #fff;
		width: 100%;
		border: none;
		text-align: left;
		font-family: Manrope;
		font-weight: 500;
		font-size: 14px;
		border-bottom: 1px solid #eee
	}

	.drawer-simple-link {
		justify-content: flex-start
	}

	.drawer-nav-link span:first-child {
		flex: 1
	}

	.chevron {
		font-size: 18px;
		color: #1D6DD0
	}

	.drawer-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 1999;
		opacity: 0;
		visibility: hidden;
		transition: .2s
	}

	.drawer-backdrop.active {
		opacity: 1;
		visibility: visible
	}

	.mobile-close-wrapper {
		display: flex;
		gap: 12px
	}

	.slide-inner {
		left: 16px;
		right: 16px;
		max-width: calc(100% - 32px);
		bottom: 200px
	}

	.slide-inner .slide-title {
		font-size: 16px
	}

	/* General container spacing */
	.container {
		padding: 0 32px;
	}

	section {
		padding: 80px 0;
	}

	/* Hero Section - Adjust slide-inner positioning */
	.slide-inner {
		left: 40px;
		bottom: 80px;
		max-width: 460px;
		padding: 28px;
	}

	.slide-inner .slide-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.slide-inner .slide-body {
		font-size: 14px;
	}

	/* Hero dots navigation - keep on right side but adjust position */
	.hdots {
		right: 30px;
		top: 40%;
		transform: translateY(-50%);
		flex-direction: column;
		gap: 20px;
	}

	.hero-controls {
		right: 30px;
		bottom: 80px;
	}

	/* Awards Bar - improve padding and spacing */
	.awards-wrap-flow .awards-bar {
		padding: 0 40px;
		min-height: 130px;
	}

	.award-item {
		padding: 20px 12px;
		max-width: 220px;
	}

	.award-title {
		font-size: 13px;
	}

	.award-sub {
		font-size: 11px;
		margin-top: 12px;
	}

	/* PUZZLE SECTION - scale down desktop version for tablet */

	.for-tab {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.desktop-version {
		transform: scale(clamp(0.45,
					0.5 + 0.25 * ((100vw - 480px) / 544px),
					0.7));
		transform-origin: top center;
	}

	.desktop-version .gif-logo img,
	.desktop-version .gif-logo video {
		max-width: 240px;
	}

	/* Solutions Sticky Cards - adjust sticky offsets for tablet height */

	.solution-card {
		padding: 24px 32px 36px;
		gap: 32px;
	}

	.solution-card .left h2 {
		font-size: 28px;
	}

	.features-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.solution-card .bottom .right {
		max-width: 200px;
	}

	.resource-card-small {
		width: 290px;
	}

	/* AI Search Section */
	.ai-title {
		font-size: 32px;
		margin-bottom: 40px;
	}

	#ai-input {
		padding: 18px 30px;
		font-size: 1rem;
	}

	.placeholder-overlay {
		font-size: 16px;
		padding: 0 24px;
	}

	.chip {
		padding: 8px 18px;
		font-size: 12px;
	}

	/* Collaboration Grid - 2 columns tablet layout */
	.collab-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.banks-block {
		grid-row: span 1;
		grid-column: span 2;
	}

	.professionals-block {
		grid-column: span 2;
	}

	.regulators-block {
		grid-column: span 1;
	}

	.grid-item {
		min-width: auto;
	}

	.label-overlay h3 {
		font-size: 20px;
	}

	.label-overlay p {
		font-size: 12px;
	}

	/* Insights Section */
	.insight-card {
		height: 380px;
	}

	.insight-card-content {
		padding: 24px;
	}

	.insight-card-mid h2 {
		font-size: 20px;
	}

	.insight-card-top span {
		padding: 6px 14px;
		font-size: 10px;
	}

	/* Regulatory Partners - 2 cards side by side */
	.rp-wrapper {
		gap: 20px;
		justify-content: flex-start;
		align-items: flex-start;
		overflow-x: auto;
		padding: 0 24px;
		margin: 0 -24px;
		scrollbar-width: none;
	}

	.rp-card {
		flex-shrink: 0 !important;
		flex: initial;
		max-width: 380px;
		height: 500px;
		padding: 24px;
		padding-top: 100px
	}

	.rp-gif {
		left: 20%;
		opacity: 12%;
	}

	/* Infrastructure Section */
	.top-row {
		margin-bottom: 80px;
	}

	.main-title {
		font-size: 32px;
		line-height: 44px;
	}

	.description {
		font-size: 16px;
		line-height: 28px;
	}

	/* News Section */
	.news-img {
		max-height: 420px;
	}

	.news-content h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.news-content p {
		font-size: 16px;
	}

	/* Footer */
	.footer-top {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 40px;
	}

	.footer-col {
		flex: 0 1 calc(25% - 30px);
		max-width: none;
	}

	.footer-bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px;
		justify-content: flex-start;
	}

	.signup-cont {
		width: 100%;
		order: -1;
	}

	.email-input-group {
		max-width: 400px;
	}

	.footer-logos {
		gap: 30px;
	}

	/* General type adjustments */
	h2.btn-side-header {
		font-size: 32px;
	}

	.collab-header h2 {
		font-size: 32px;
		line-height: 48px;
	}

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

@media print {
    .navbar,
    .nav-side-wrapper,
    .nav-center,
    .menu-toggle,
    .mobile-drawer,
    .drawer-backdrop,
    .nav-overlay,
    .nav-actions,
    .nav-mobile-btn-wrapper,
    .footer,
    .footer-content,
    .footer-top,
    .footer-bottom,
    .collab-hero,
    .hero-secondary,
    .secondary-hero-media,
    .secondary-hero-overlay,
    .hero-home,
    #ibdic-hero,
    .hero-swiper,
    .hero-controls,
    .hdots,
    .awards-wrap-flow,
    .trust-badge-container,
    .recognition-slider,
    .awards-bar,
    .action-icons-right,
    .download-link,
    .share-link,
    .testimonials,
    .testimonial-swiper,
    .testimonial-card,
    .faqs,
    .insights-wrapper,
    .accordion,
    .viewallbutton,
    .resource-cta-section,
    .offerings-cta-section,
    .trade-hero-banner,
    #sidebar,
    .widget-area,
    .sidebar {
        display: none !important;
    }
    
    .main-content {
        display: block !important;
        padding: 40px !important;
        margin: 0 auto !important;
        max-width: 900px !important;
        background: white !important;
        color: black !important;
        font-size: 12pt !important;
        line-height: 1.8 !important;
    }
    
    .main-content * {
        display: block !important;
    }
    
    a {
        display: none;
    }
    
    hr {
        margin: 30px 0 !important;
        border: 1px solid #ddd !important;
    }
	.superwebshare_normal_button1 {
    display: none !important;
}
}

.table-of-contents a {
    font-weight: 400;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.table-of-contents a:hover {
    color: #1D6DD0;
}

.table-of-contents a.active {
    font-weight: 700 !important;
    color: #1D6DD0 !important;
    border-left-color: #1D6DD0;
}