.navbar .megamenu {
	padding: 1rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.ms-auto-nav {
	border-radius: 20px;
	border: 1px solid rgb(255 255 255 / 0%);
	box-shadow: 0 8px 32px rgb(242 242 242 / 3%), inset 0 1px 0 #b565ff6b, inset 0 -1px 0 #3a86ff73, inset 0 0 20px 10px rgb(255 255 255 / 4%);
}

.fa,
.fas {
	font-weight: 900;
	margin-right: 10px;
}

.feature-box-right {
	border-left: 1px solid #80808042;
	padding: 10px;
	margin-left: 10px;

}

.right-side button {
	border-radius: 10px;
	/* padding: 5px; */
	border: 1px solid rgb(101, 84, 192);
	font-size: 14px;
	padding-left: 10px;
	margin-top: 20px;
	padding-right: 10px;
	background: #fff0;
	color: #000000e3;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all ease 0.3s;

}

.plan-side button {
	border-radius: 10px;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 13px;
	transition: all ease 0.3s;

}

.plan-side button:hover {
	border-radius: 10px;
	background: rgb(101 84 192 / 22%);
}

.right-side button:hover {
	border-radius: 10px;
	border: 1px solid rgb(101 84 192 / 22%);
	background: rgb(101 84 192 / 22%);
}

.right-side {
	margin-top: 30px;
	margin-left: 20px;
	font-family: poppins !important;
}

.feature-box {
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 20px;
	font-family: poppins !important;
}

.feature-box:hover {
	padding: 10px;
	border-radius: 5px;
	background: #8080801a;
	cursor: pointer;
	transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s;
}

.navbar .megamenu {
	padding: 0rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	border: none;
	border-radius: 0px;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: #ffffff00 !important;
}

.nav-link {

	color: rgba(255, 255, 255, 0.50);
	font-family: 'Poppins';
	font-size: 14.64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.column-dropdown-last {
	background-color: #E1F7FF;
}

a {
	color: #000;
	text-decoration: none;
}

.para-last {
	border-bottom: 1.5px solid #80808063;
	padding-bottom: 15px;
}

.social-heading {
	color: rgb(23, 43, 77);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5rem;
	padding-right: 0.3rem;
	margin: 0px !important;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.row>* {

	margin-top: 0px;
}

.list-unstyled {
	list-style: none;
}

.icon-flex img {
	width: 30px;
	top: -5px;
	position: relative;
	margin-right: 11px;
}

.icon-flex {
	display: flex;
	width: 100%;
}

.box-para {
	color: rgb(80, 95, 121);
	font-size: 0.75rem;
	line-height: 1rem;
	margin-top: 30px;
}

.fixed-top {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.p-5 {
	padding: 1.25rem !important;
}

/*.text-sm {*/
/*    font-size: 1rem!important;*/
/*    line-height: 1.25rem!important;*/
/*}*/
.mb-4 {
	margin-bottom: 1rem !important;
}

p {
	margin-top: 0;
	margin-bottom: 0rem !important;
}

.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.py-2\.5 {
	padding-top: .625rem !important;
	padding-bottom: .625rem !important;
}

.border {
	border: 0 !important;
}

.modal-content {
	background-color: #fefefe12;
	/* margin: 15% auto; */
	/* padding: 20px; */
	/* border: 1px solid #888; */
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	margin-top: 80px;
}

/*.nav-item.active::after {
                content: "";
                z-index: 9999;
                position: relative;
                display: block;
                width: 100%;
                height: 2px;
                background-color: #0A5A94;
                transform: scaleX(0);
                transition: transform 0.3s ease;
            }*/

.nav-item.active:hover::after {
	transform: scaleX(1);
	/* Expand the border bottom on hover of the active item */
}

.active,
.accordions,
.accordion:hover {
	border-bottom: 0px;
}

.shadow-lg,
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.main {
	height: 200px;
	cursor: pointer;
	transition: all ease 0.5s;
	overflow: hidden;
}

.main:hover {
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 3-8 */
	transform: scale(1.05);
}

.grid-item {

	text-align: left;
	padding: 20px;
	border-radius: 10px;
	/* border: 1px solid #ccc; */
	background-color: #000000bf;
	cursor: pointer;
	transition: all ease 0.5s;
	overflow: hidden;

}

.grid-item:hover {
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 3-8 */
	transform: scale(1.05);
}

.grid-item p {
	font-size: 16px;
	color: #0000008f;

}

/* Learn more dropdown */
img.faq-img {
	width: 22%;
}

span.faq_title {
	color: #0A5A94;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.24px;
	padding-left: 5px;
}

p.content {
	color: #505F79;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.24px;
	padding-top: 10px;
}

.overlay-backround-image {
	background-image: url('https://betawebsite.konnectinsights.com/wp-content/uploads/2023/09/handshake-abstract-image-handshake-form-starry-sky-consists-points-2-scaled.jpg');
	background-repeat: no-repeat;
	background-color: #111827b0;
	background-blend-mode: overlay;
	margin-top: 50px;
	background-size: cover;
}

.grid-container {
	padding: 30px;
}

.modal-header {
	border-bottom: 0px !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.button-center-header button {
		border-radius: 6px;
		border: 2px solid #0284C7;
		display: flex;
		padding: 14px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #0A5A94;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 115%;
		transition: all 0.3s ease-in-out;
		/* Smooth transition */
	}

	.lastbuttonheader button {
		color: #fff;
		background: #0A5A94;
		box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.1) !important;
	}

	.button-center-header button:hover {
		color: #fff;
		background: #0A5A94;
		box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.1) !important;
		transform: translateY(-1px) !important;
		border: 2px solid #0284C7;
	}

	.button-center button {
		margin-right: 10px;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
		margin-left: 30px;
		align-items: center;
	}

	.button-center button {
		margin-right: 10px;
	}

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 10px;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
		margin-left: 30px;
		padding: 0px 10px;
	}

	.why-brands-love h2 {
		font-size: 40px !important;
		color: #fff !important;
	}

	.grid-item img {
		max-width: 60%;
		/* height: auto; */
		margin-left: -50px;
		/* overflow: hidden; */
		margin-top: -30px;
		object-fit: contain;
		/* position: relative; */
		aspect-ratio: 3/2;

	}

	.feature-box {
		height: 120px;
	}

	/*.text-2xl {*/
	/*    font-size: 2rem!important;*/
	/*    line-height: 2rem;*/
	/*}*/
	.fixed-top {
		position: sticky;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		height: 60px;
	}

	.row {
		/*     box-shadow: rgba(9, 30, 66, 0.15) 0px 1.5rem 1rem -1rem inset; */
		font-size: 1rem;
		padding: 2rem 0px 2rem;
		/*     margin-top: 0px;
     */
	}

	.row h4 {
		border-bottom: 1px solid rgb(223, 225, 230);
		color: rgb(23, 43, 77);
		font-size: 1rem;
		padding-bottom: 1rem;
		width: 100%;
		font-family: poppins;
		padding-left: 60px;
		margin-bottom: 0px;
		font-weight: 600;
		margin-top: 10px;

	}

	.mega-menu-layout {
		padding-left: 30px;
	}

	.button-right-header button {
		padding: 20px;
		background: #0A5A94;
		color: white;
		font-size: 1rem;
		margin-left: 6px;
		margin-right: -12px;
		border: none !important;
		font-family: poppins !important;
		border-radius: 0px;
	}

	.button-right-header button:hover {
		border: none !important;
		background-color: #0A5A94 !important;
	}

	.button-right-header-login button {
		padding: 10px 20px;
		color: #fff;
		font-size: 1rem;
		margin-right: 10px;
		background: #ffffff00 !important;
		font-family: poppins !important;
		border-radius: 31.72px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(4.2px);
		border: 1px solid rgba(255, 255, 255, 0.3);

	}

	.gradient-border-btn {
		border-radius: 31.72px;
		padding: 10px 25px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		background: transparent;
		position: relative;
		z-index: 1;
		border: none;
		color: #FFF;
		font-family: Poppins;
		font-size: 14.64px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	/* Gradient border effect */
	.gradient-border-btn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 31.72px;
		padding: 1px;
		/* border thickness */
		background: linear-gradient(90deg, #3A86FF, #8338EC, #FF006E);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
	}

	.ai-banner__btn--ghost {
		border-radius: 31.72px;
		padding: 10px 25px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		background: transparent;
		position: relative;
		z-index: 1;
		border: none;
		color: #FFF;
		font-family: Poppins;
		font-size: 14.64px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	/* Gradient border effect */
	.ai-banner__btn--ghost::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 31.72px;
		padding: 1px;
		/* border thickness */
		background: linear-gradient(90deg, #3A86FF, #8338EC, #FF006E);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
	}

	.grid-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px;
	}

	.lg\:justify-center {
		justify-content: left !important;
	}

	.px-4 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}

	.modal1 .modal-content {
		width: 60% !important;
		margin-top: 8% !important;
	}

	.heading {

		/* position: relative; */
		color: #fff;
		/* font-weight: bold; */
		font-size: 18px;
		line-height: 28px;
		padding-top: 4em;
		padding-left: 1em;
		transition: .4s ease-in-out;
	}

	.glasses {
		position: relative;
		top: -12.5em;
		left: 1em;
		width: 55%;
		height: 83%;
		transition: .4s ease-in-out;

	}

	.dekshtop {
		display: none;
	}

	/* Megamenu hover drop down code start from here*/

	/* Show mega menu on hover */
	.has-megamenu:hover .dropdown-menu {
		display: block;
	}

	/* Hide mega menu by default */
	.dropdown-menu {
		display: none;
	}

	.logomain img {
		position: relative;
		z-index: 9999;
	}

	.btnxzxz-top button {
		position: relative;
		z-index: 9999;
	}

	.container-fluid .logoimage {
		width: 250px;
	}

	/* Megamenu hover drop down code end from here*/

}

/* ============ desktop view .end// ============ */
@media (max-width: 768px) {
	.glasses {
		position: relative;
		top: -14em !important;
		left: 1em !important;
		width: 70%;
		height: 90%;
		transition: .4s ease-in-out;
	}

	.mobile {
		display: none;
	}



}

/* ============ mobile view ============ */
@media(max-width: 991px) {
	.container-fluid .button-right-header-loginnewmobile {
		color: #fff;
		background: #0A5A94;
		box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.1) !important;
		font-size: 12px;
	}

	.container-fluid .logoimage {
		width: 200px;
	}

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		/*       height: 90vh; */
		margin-top: 0px;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.column-dropdown-last {
		padding-bottom: 1rem;
	}

	.grid-item img {
		margin-top: -30px;

	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: relative;
		border: none;
		border-radius: 0px;
		margin-top: 10px;
	}

	.navbar .megamenu {
		padding: 1rem;
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	}

	.mobile {
		display: none;
	}

	.glasses {
		position: relative;
		top: -12em;
		left: -1em;
		width: 70%;
		height: 90%;
		transition: .4s ease-in-out;
	}

	.heading {
		/* position: relative; */
		color: #fff;
		/* font-weight: bold; */
		font-size: 16px;
		line-height: 20px;
		padding-top: 4em;
		padding-left: 1em;
		transition: .4s ease-in-out;
	}

	.fade:not(.show) {
		opacity: 1;
	}

	.why-brands-love h2 {
		font-size: 25px !important;
		color: #fff !important;
	}

	.grid-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		padding: 0px !important;
	}

	.col-6 {
		width: 100% !important;
	}

	.navbar-toggler-icon {

		background-image: var(--bs-navbar-toggler-icon-bg);
		filter: brightness(100%);
		/* This makes the background black */
	}

	.row h4 {
		border-bottom: 1px solid rgb(223, 225, 230);
		color: rgb(23, 43, 77);
		font-size: 1rem;
		padding-bottom: 1rem;
		width: 100%;
		margin-bottom: 0px;
		margin-top: 20px;

	}

	.mega-menu-layout {
		padding-left: 0px;
	}

	.login-button {
		margin-bottom: 10px;
	}

	.button-right-header button {
		padding: 14px;
		background: #0A5A94;
		color: white;
		font-size: 1.2rem;
		width: 100% !important;
	}

	.button-right-header-login button {
		padding: 14px;
		width: 100% !important;
		color: #fff;
		font-size: 1.2rem;
		background: #0A5A94;
	}

	.button-right-header-loginnew button {
		padding: 14px;
		width: 100% !important;
		color: #fff;
		font-size: 1.2rem;
		background: #0A5A94;
	}

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		height: 90vh !important;
		/*padding-left: 15px!important;*/
		background: #0000000a !important;
		/*transition: all ease 0.5s;*/

	}

	.show {
		transition: all ease 0.3s;
		/*     padding-left: 30px;
        padding-right: 30px!important; */

	}

	.container-fluid {
		padding-right: 0px !important;
		padding-left: 0px !important;

	}

	.navbar-nav {
		padding-top: 30px !important;
		margin-bottom: 50px !important;

	}

}

.konnectparagraph {
	color: #38343F;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	margin-top: 10px;
}

.gradient-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	border-radius: 5px;
	background: white;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

/* Text gradient */
.gradient-button span {
	background: linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.4s ease-in-out;
}

/* Border gradient */
.gradient-button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 5px;
	padding: 2px;
	background: linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	transition: all 0.4s ease-in-out;
}


/* Hover Effect - Background gradient transition from left to right */
.gradient-button:hover {
	background: linear-gradient(to right, #3A86FF, #B565FF, #FF8FAB);
}

/* Change text color to black on hover */
.gradient-button:hover span {
	-webkit-text-fill-color: #fff;
}


.aibutton img {
	width: 300px;
	height: auto;
}

@media (max-width: 1024px) {


	.gradient-text {
		line-height: normal !important;
	}

	img.faq-img {
		width: 8%;
	}

	span.faq_title {
		font-size: 32px;
	}
}

.faqs-wrapper .faqs-link {
	display: block;
	/* link wraps the entire block */
	text-decoration: none;
	color: inherit;
	max-width: 400px;
	/* optional width */
}

/* Image + Title in one line */
.faqs-wrapper .faqs-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	/* space between title row & content */
}

/* Image */
.faqs-wrapper .faqs-img {
	width: 10%;
	/* 10% of container width */
	max-width: 40px;
	/* optional max size */
	height: auto;
}

/* Title */
.faqs-wrapper .faqs-title {
	font-size: 25px;
	/* ? Title size */
	font-weight: bold;
	color: #0A5A94;
}

/* Description */
.faqs-wrapper .faqs-content {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

/* ? No changes here, keeping original layout */
.containerskonnect {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.gradient-text {
    background: linear-gradient(90deg, #7479FB 49.96%, #F98BB2 99.83%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	display: inline-block;
	margin: 0;
	margin-left: 5px;
}

.wave-animation {
	background-size: 200% 100%;
	animation: wave 3s ease-in-out infinite;
}

@keyframes wave {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 100% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.svg-container {
	display: inline-block;
	animation: wave 3s ease-in-out infinite;
	vertical-align: middle;
}

.svg-container svg {
	width: 10px;
	height: 10px;
	margin-top: -3px;
	margin-left: -2px;
}

@media only screen and (max-width: 767px) {
    .button-right-header-login button {
		padding: 10px 20px;
		color: #fff;
		font-size: 1rem;
		margin-right: 10px;
		background: #ffffff00 !important;
		font-family: poppins !important;
		border-radius: 31.72px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(4.2px);
		border: 1px solid rgba(255, 255, 255, 0.3);

	}
	.ai-insights__container {
    position: relative;
    padding: 20px;
    border-radius: 40px;
    background: linear-gradient(180deg, #131414, #9EA1A1);
    overflow: hidden;
}

	.gradient-border-btn {
		border-radius: 31.72px;
		padding: 10px 25px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		background: transparent;
		position: relative;
		z-index: 1;
		border: none;
		color: #FFF;
		font-family: Poppins;
		        width: 100%;
		font-size: 14.64px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	/* Gradient border effect */
	.gradient-border-btn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 31.72px;
		padding: 1px;
		/* border thickness */
		background: linear-gradient(90deg, #3A86FF, #8338EC, #FF006E);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
	}

	.ai-banner__btn--ghost {
		border-radius: 31.72px;
		padding: 10px 25px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		background: transparent;
		position: relative;
		z-index: 1;
		border: none;
		color: #FFF;
		font-family: Poppins;
		font-size: 14.64px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	/* Gradient border effect */
	.ai-banner__btn--ghost::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 31.72px;
		padding: 1px;
		/* border thickness */
		background: linear-gradient(90deg, #3A86FF, #8338EC, #FF006E);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
	}


	.gradient-text {
    background: linear-gradient(90deg, #7479FB 49.96%, #F98BB2 99.83%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 114.606px;
		text-align: center;
		display: inline-block;
		margin-left: 0px!important;
	}

	.containerskonnect {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
	}

	.svg-container svg {
		width: 10px;
		height: 10px;
	}
}

/* -------------------------------------------------------------------------- */
/* Hero landing page -------------------------------------------------------- */
body.hero-page {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #0E0F15;
    margin-top: -100px;
}

.site-header nav {
	width: 100%;
}

.hero-section {
	position: relative;
	min-height: 100vh;
	padding: 180px clamp(1.5rem, 6vw, 6rem) 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-backdrop {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 22% 18%, rgba(131, 98, 255, 0.22), transparent 58%),
		radial-gradient(circle at 88% 32%, rgba(255, 137, 219, 0.16), transparent 65%),
		linear-gradient(145deg, rgba(92, 71, 183, 0.38), rgba(9, 7, 27, 0.65));
	filter: blur(0px);
	z-index: 0;
}

.hero-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(2.5rem, 6vw, 7rem);
	width: min(1200px, 100%);
	z-index: 1;
}

.hero-copy {
	flex: 1 1 420px;
	max-width: 540px;
}

.hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: rgba(129, 104, 252, 0.12);
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-size: 0.95rem;
	background-image: linear-gradient(90deg, #3a86ff, #b565ff, #ff8fab);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 1.5rem;
}

.hero-title {
	margin: 0 0 1.5rem;
	font-size: clamp(2.8rem, 3vw + 1.8rem, 4.8rem);
	line-height: 1.05;
	color: #ffffff;
	text-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
}

.hero-subtitle {
	margin: 0 0 2.5rem;
	font-size: clamp(1rem, 0.9vw + 0.95rem, 1.35rem);
	color: rgba(237, 233, 255, 0.75);
	max-width: 480px;
}

.hero-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.1rem;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 2.6rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 1rem;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	text-decoration: none;
}

.hero-btn--primary {
	background-image: linear-gradient(90deg, #734bff 0%, #5a4dff 40%, #49a0ff 100%);
	box-shadow: 0 22px 45px rgba(83, 66, 255, 0.45);
	color: #fff;
}

.hero-btn--primary:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 55px rgba(83, 66, 255, 0.55);
}

.hero-btn--ghost {
	border: 1px solid rgba(192, 174, 255, 0.5);
	color: #efe8ff;
	background: rgba(34, 23, 71, 0.35);
	backdrop-filter: blur(6px);
}

.hero-btn--ghost:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 22px 40px rgba(112, 92, 255, 0.35);
}

.hero-visual {
	position: relative;
	flex: 1 1 380px;
	min-height: clamp(320px, 40vw, 460px);
}

.hero-card {
	position: absolute;
	inset: 0;
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(69, 58, 128, 0.75), rgba(16, 12, 36, 0.95));
	border: 1px solid rgba(174, 157, 255, 0.12);
	box-shadow: 0 35px 80px rgba(8, 6, 24, 0.55);
	backdrop-filter: blur(14px);
}

.hero-card--back {
	transform: translate(68px, 65px) scale(0.88);
	opacity: 0.4;
	filter: blur(1px);
}

.hero-card--middle {
	transform: translate(36px, 34px) scale(0.94);
	opacity: 0.65;
}

.hero-card--front {
	z-index: 3;
	background: linear-gradient(150deg, rgba(88, 77, 155, 0.85), rgba(18, 16, 45, 0.98));
}

.hero-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 1.75rem 1.25rem;
}

.hero-card__badge {
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.5rem 1.1rem;
	border-radius: 999px;
	background: rgba(110, 88, 255, 0.22);
	border: 1px solid rgba(189, 171, 255, 0.35);
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-card__status {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: radial-gradient(circle, #67ffb9 0%, #2bc086 65%, #0a7a54 100%);
	box-shadow: 0 0 18px rgba(77, 255, 197, 0.5);
}

.hero-card__content {
	padding: 0 2.25rem 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.hero-orbit {
	position: relative;
	width: clamp(160px, 16vw, 220px);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at 50% 40%, rgba(134, 117, 255, 0.38), rgba(24, 20, 54, 0.9));
	border: 1px solid rgba(189, 171, 255, 0.25);
	box-shadow: inset 0 15px 25px rgba(21, 14, 60, 0.65), 0 20px 45px rgba(11, 7, 45, 0.6);
}

.hero-orbit__ring {
	position: absolute;
	inset: 14%;
	border-radius: 50%;
	border: 2px dashed rgba(158, 141, 255, 0.55);
	opacity: 0.8;
}

.hero-orbit__core {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: radial-gradient(circle, #844aff 0%, #5f4fff 55%, #2b2c77 100%);
	color: #fff;
	font-weight: 600;
	font-size: clamp(1.2rem, 1.5vw + 0.6rem, 1.8rem);
	letter-spacing: 0.05em;
	box-shadow: 0 15px 35px rgba(68, 56, 159, 0.6);
}

.hero-metrics {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.hero-metric {
	display: block;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(106, 118, 254, 0.85), rgba(79, 223, 255, 0.4));
	opacity: 0.85;
}

.hero-metric:nth-child(2) {
	width: 82%;
	opacity: 0.65;
}

.hero-metric:nth-child(3) {
	width: 65%;
	opacity: 0.5;
}

.hero-spark {
	position: absolute;
	width: clamp(90px, 12vw, 140px);
	height: clamp(90px, 12vw, 140px);
	border-radius: 26px;
	border: 1px solid rgba(191, 173, 255, 0.12);
	background: linear-gradient(140deg, rgba(126, 102, 255, 0.18), rgba(29, 20, 63, 0.45));
	filter: blur(0.2px);
}

.hero-spark--left {
	top: 6%;
	left: -16%;
	transform: rotate(12deg);
}

.hero-spark--right {
	bottom: -10%;
	right: -12%;
	transform: rotate(-18deg);
}

.hero-dotted-path {
	position: absolute;
	bottom: 12%;
	right: 6%;
	width: clamp(300px, 45vw, 520px);
	height: 140px;
	background-image: radial-gradient(circle, rgba(174, 156, 255, 0.35) 12%, transparent 12%);
	background-size: 22px 22px;
	opacity: 0.35;
	transform: rotate(-10deg);
	z-index: 0;
}

.header-fallback {
	text-align: center;
	padding: 1rem;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
	.hero-section {
		padding-top: 160px;
	}
}

@media (max-width: 992px) {
	.hero-container {
		flex-direction: column;
		text-align: center;
	}

	.hero-copy {
		max-width: 620px;
	}

	.hero-subtitle {
		max-width: none;
	}

	.hero-visual {
		width: 100%;
		max-width: 420px;
	}

	.hero-spark--left {
		left: -10%;
		top: 2%;
	}

	.hero-spark--right {
		right: -6%;
		bottom: -6%;
	}

	.hero-dotted-path {
		display: none;
	}
}

@media (max-width: 640px) {
	.hero-section {
		padding: 140px 1.5rem 100px;
	}

	.hero-actions {
		width: 100%;
		justify-content: center;
	}

	.hero-btn {
		width: 100%;
	}

	.hero-card--back {
		transform: translate(34px, 32px) scale(0.92);
	}

	.hero-card--middle {
		transform: translate(18px, 18px) scale(0.96);
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1200;
}

/* -------------------------------------------------------------------------- */
/* AI banner with Lenis scroll reveal -------------------------------------- */
.ai-banner {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	padding-top: 170px;

}

.ai-banner__grid {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: clamp(3rem, 4vw, 7rem);
	width: min(1100px, 100%);
	z-index: 1;
}


.ai-banner__kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.45rem 1.2rem;
	border-radius: 999px;
	background-image: linear-gradient(90deg, #3a86ff, #b565ff, #ff8fab);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 1.4rem;
}

.ai-banner__title {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 107.7%;
	/* 92.858px */
	letter-spacing: -2.587px;
	text-transform: capitalize;
		margin: 30px 0;

}

.ai-banner__subtitle {
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Poppins;
	font-size: 16.166px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	/* 25.866px */
	letter-spacing: 0.162px;
	text-transform: capitalize;
}

.ai-banner__actions {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.ai-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 2.6rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 1rem;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	text-decoration: none;
}

.ai-banner__btn--primary {
    color: #fff;
    border-radius: 6.893px;
    background: #6A47F2;
}
.ai-banner__actions .ai-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.6rem;
    border-radius: 6px!important;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-decoration: none;

}
.ai-banner__btn--ghost::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 1px;
    background: linear-gradient(90deg, #3A86FF, #8338EC, #FF006E);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.ai-banner__btn--primary:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 55px rgba(83, 66, 255, 0.55);
}


.ai-banner__btn--ghost {
	border: 1px solid rgba(192, 174, 255, 0.5);
	color: #efe8ff;
	background: rgba(34, 23, 71, 0.35);
	backdrop-filter: blur(6px);
}

.ai-banner__btn--ghost:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 22px 40px rgba(112, 92, 255, 0.35);
}

.ai-banner__cards {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	align-items: start;
	width: min(540px, 82vw);
	height: clamp(360px, 62vw, 500px);
	position: relative;
	transition: width 0.6s ease, height 0.6s ease;
}

.ai-card {
	grid-area: 1 / 1 / 2 / 2;
	width: clamp(240px, 55vw, 360px);
	padding: 1.35rem 1.5rem 1.7rem;
	border-radius: 28px;
	background: linear-gradient(150deg, rgba(88, 77, 155, 0.86), rgba(18, 16, 45, 0.96));
	border: 1px solid rgba(174, 157, 255, 0.16);
	box-shadow: 0 35px 80px rgba(8, 6, 24, 0.55);
	backdrop-filter: blur(14px);
	opacity: 0.75;
	overflow: hidden;
	transform-origin: center;
	transition: transform 0.75s ease, opacity 0.6s ease, box-shadow 0.6s ease;
}

.ai-card:nth-child(1) {
	transform: translate(-38%, -12%) rotate(-15deg) scale(0.9);
	z-index: 3;
}

.ai-card:nth-child(2) {
	transform: translate(-4%, 6%) rotate(-2deg) scale(1);
	z-index: 4;
}

.ai-card:nth-child(3) {
	transform: translate(30%, 22%) rotate(12deg) scale(0.92);
	z-index: 2;
}

.ai-card.is-active {
	opacity: 1;
	box-shadow: 0 45px 95px rgba(17, 11, 54, 0.7);
}

.ai-card__figure {
	margin: 0 0 1.25rem;
	border-radius: 20px;
	overflow: hidden;
	background: radial-gradient(circle at 40% 0%, rgba(132, 112, 255, 0.4), rgba(24, 20, 54, 0.6));
	border: 1px solid rgba(189, 171, 255, 0.18);
}

.ai-card__figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ai-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.ai-card__badge {
	font-size: 0.85rem;
	font-weight: 600;
	padding: 0.45rem 1.15rem;
	border-radius: 999px;
	background: rgba(110, 88, 255, 0.22);
	border: 1px solid rgba(189, 171, 255, 0.35);
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ai-card__status {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: radial-gradient(circle, #67ffb9 0%, #2bc086 65%, #0a7a54 100%);
	box-shadow: 0 0 18px rgba(77, 255, 197, 0.5);
}

.ai-card__body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.45s ease 0.05s, transform 0.45s ease 0.05s;
}

.ai-card.is-active .ai-card__body,
.ai-banner__cards.is-grid .ai-card__body {
	opacity: 1;
	transform: translateY(0);
}

.ai-card__title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #f6f3ff;
}

.ai-card__text {
	margin: 0;
	color: rgba(225, 222, 255, 0.75);
	line-height: 1.6;
	font-size: 0.95rem;
}

.ai-card__metrics {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.ai-card__metrics li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.6rem 0.75rem 0.55rem;
	border-radius: 14px;
	background: rgba(40, 32, 88, 0.55);
	border: 1px solid rgba(164, 147, 255, 0.18);
}

.ai-card__metrics span {
	color: rgba(219, 213, 255, 0.7);
	font-size: 0.82rem;
}

.ai-card__metrics strong {
	font-size: 0.95rem;
	color: #ffffff;
	letter-spacing: 0.02em;
}

.ai-banner__glow {
	position: absolute;
	width: clamp(220px, 32vw, 420px);
	height: clamp(220px, 32vw, 420px);
	border-radius: 36px;
	filter: blur(0.5px);
	opacity: 0.65;
	z-index: 0;
}

.ai-banner__glow--left {
	position: absolute;
	top: 10%;
	left: -12%;
	width: 200px;
	/* adjust size */
	height: 200px;
	/* adjust size */
	background-image: url("https://betawebsite.konnectinsights.com/wp-content/uploads/2025/09/Ellipse-4198-1.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	/* keep above other elements */
}

.ai-banner__glow--right {
	bottom: 0%;
	right: -10%;
	background: radial-gradient(circle at 70% 40%, rgba(227, 80, 255, 0.55), rgba(9, 4, 18, 0));
}

.ai-banner__path {
	position: absolute;
	bottom: 18%;
	right: 6%;
	width: clamp(320px, 48vw, 560px);
	height: 150px;
	background-image: radial-gradient(circle, rgba(174, 156, 255, 0.35) 12%, transparent 12%);
	background-size: 22px 22px;
	opacity: 0.35;
	transform: rotate(-10deg);
	z-index: 0;
}

.ai-banner__cards.is-grid {
	width: 100%;
	max-width: 1100px;
	height: auto;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem);
	justify-items: stretch;
	align-items: stretch;
}

.ai-banner__cards.is-grid .ai-card {
	grid-area: auto;
	transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	opacity: 1;
}

@media (max-width: 992px) {
	.ai-banner {
		padding: 150px 2rem 140px;
	}


	.ai-banner__cards {
		width: min(460px, 90vw);
	}

	.ai-banner__cards.is-grid {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.ai-banner {
		padding: 140px 1.5rem 120px;
	}

	.ai-banner__btn {
		width: 100%;
	}

	.ai-banner__cards {
		height: clamp(320px, 80vw, 440px);
	}

	.ai-card {
		width: min(340px, 78vw);
		padding: 1.2rem 1.35rem 1.5rem;
	}
}

.ai-banner {
	position: relative;
	/* Make sure absolute elements stay inside */
	overflow: hidden;
}

.ai-banner__corner {
	position: absolute;
	top: 0;
	z-index: 2;
	/* Above background, behind content */
}

.ai-banner__corner img {
	width: 1000px;
	/* Adjust size */
	height: auto;
}

.ai-banner__corner--left {
	left: -25%;
	top: -6%;
	/* Move slightly outside the container */
}

.ai-banner__corner--right {
right: -25%;
    top: -6%;
}

/* Optional: Responsive tweak */
@media (max-width: 768px) {
	.ai-banner__corner img {
		width: 120px;
	}

	.ai-banner__corner--left {
		left: -40px;
	}

	.ai-banner__corner--right {
		right: -40px;
	}
}

.konnectaiplusnew-containerki {
	display: flex;
	justify-content: center;
	align-items: center;
}

.konnectaiplusnew-gradient-textki {
	background: linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Poppins, sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 57px;
	text-align: center;
	display: inline-block;
}

.konnectaiplusnew-wave-animationki {
	background-size: 200% 100%;
	animation: konnectaiplusnew-wave 3s ease-in-out infinite;
}

@keyframes konnectaiplusnew-wave {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 100% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.konnectaiplusnew-svg-containerki {
	display: inline-block;
	animation: konnectaiplusnew-wave 3s ease-in-out infinite;
	margin-left: 10px;
	vertical-align: middle;
}

.konnectaiplusnew-svg-containerki svg {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

@media only screen and (max-width: 767px) {
	.konnectaiplusnew-gradient-textki {
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 50px;
		line-height: 60px;
	}

	.konnectaiplusnew-svg-containerki svg {
		width: 20px;
		height: 20px;
	}
/* Image styling */
.rotate-image {
    width: 50px;
    height: auto;
    transition: transform 1s ease;
    transform: rotate(0deg);
    float: right;
    position: absolute;
    right: 0;
    top: 0px;
}

    /* Active rotation */
    .rotate-active {
      transform: rotate(360deg);
    }
}/* -------------------------------------------------------------------------- */
/* AI insights section ------------------------------------------------------ */
.ai-insights {
    position: relative;
    width: 100%;
    padding: 30px 40px;
}

.ai-insights__container {
     position: relative;
    display: flex
;
    flex-direction: column;
    gap: clamp(2.5rem, 5vw, 3.5rem);
    border: 1px solid white;
    border-radius: 40px;
    border: 1px solid #131414;
}

.ai-insights__intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
}

.ai-insights__eyebrow {
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.ai-insights__heading {
    margin: 0;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: clamp(2rem, 2.4vw + 1.2rem, 3.2rem);
    color: #ffffff;
}

.ai-insights__lead {
    margin: 0;
    color: rgba(232, 229, 255, 0.72);
    font-size: clamp(1rem, 1vw + 0.85rem, 1.2rem);
    line-height: 1.6;
}

.ai-insights__grid {
    display: grid;
    gap: clamp(2.25rem, 5vw, 3.25rem);
}

.ai-highlight {
background: var(--Ai-gradient, linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.ai-insights__item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.75rem, 4vw, 3rem);
}
    

.ai-insights__content,
.ai-insights__media {
    position: relative;
    z-index: 1;
}

.ai-insights__content h3 {
    margin: 0 0 1.2rem;
    font-size: clamp(1.45rem, 1.3vw + 1.1rem, 2rem);
    font-weight: 600;
    color: #ffffff;
}

.ai-insights__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

.ai-insights__list li {
position: relative;
    padding-left: 1.9rem;
    color: #CFCDD6;
    font-family: Poppins;
    font-size: 18.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.6px;
}

.ai-insights__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(120deg, #3A86FF, #B565FF);
    box-shadow: 0 0 12px rgba(117, 102, 255, 0.6);
}

.ai-insights__media {
    justify-self: center;
}

.ai-insights__media-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.ai-insights__glyph--pulse {
    background: linear-gradient(140deg, #FF8FAB, #6E8CFF);
    left: clamp(-6px, 4vw, 18px);
    right: auto;
}

.ai-insights__item--flip .ai-insights__content {
    order: 2;
}

.ai-insights__item--flip .ai-insights__media {
    order: 1;
    justify-self: flex-start;
}

@media (max-width: 1080px) {
    .ai-insights__item {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    }
}

@media (max-width: 900px) {
    .ai-insights__item,
    .ai-insights__item--flip {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .ai-insights__item--flip .ai-insights__content,
    .ai-insights__item--flip .ai-insights__media {
        order: unset;
    }

    .ai-insights__media,
    .ai-insights__item--flip .ai-insights__media {
        justify-self: center;
    }

    .ai-insights__glyph,
    .ai-insights__glyph--pulse {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: -18px;
    }
	.ai-insights__container {
  position: relative;
  padding: 20px; /* adjust padding as needed */
  border-radius: 40px;
  background: linear-gradient(180deg, #131414, #9EA1A1); /* border gradient */
  overflow: hidden;
}
}

@media (max-width: 640px) {
    .ai-insights {
        padding: 0px 10px;
        margin: clamp(3rem, 10vh, 4rem) auto;
    }

    .ai-insights__heading {
        font-size: clamp(1.9rem, 5vw + 1rem, 2.6rem);
    }

    .ai-insights__list li {
        font-size: 0.95rem;
    }

    .ai-insights__media-frame {
        min-width: min(320px, 90vw);
        padding: 1rem;
    }
	.ai-insights__container {
  position: relative;
  padding: 20px; /* adjust padding as needed */
  border-radius: 40px;
  background: linear-gradient(180deg, #131414, #9EA1A1); /* border gradient */
  overflow: hidden;
}
}

.ai-insights__container {
  position: relative;
  padding: 40px 40px 20px 40px; /* adjust padding as needed */
  border-radius: 40px;
  background: linear-gradient(180deg, #131414, #9EA1A1); /* border gradient */
  overflow: hidden;
}

.ai-insights__container::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 39px; /* one pixel smaller to reveal border */
  background: #131414; /* match the section/page background */
  z-index: 1;
}

.ai-insights__grid {
  position: relative;
  z-index: 2;
}


    .konnectai-section {
      text-align: center;
      position: relative;
      width: 100%;
      max-width: 100%;
    }

    .konnectai-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 10px auto;
      background: linear-gradient(145deg, #ff6ec7, #a68cff);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 15px rgba(255, 110, 199, 0.6);
      font-size: 28px;
    }
.konnectai-title {
  position: relative;
  display: inline-block;
  padding: 0px 36px;
  font-weight: 700;
  font-size: 30px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;

  /* Glass background */
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.7px);
  -webkit-backdrop-filter: blur(3.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);

  /* Gradient text */
  background-image: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: all 0.3s ease;
}

/* Gradient border with pseudo-element */
.konnectai-title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px; /* thickness of gradient border */
  background: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.konnectai-title:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.2);
}

    .konnectai-subtitle {
      color: #aaa;
      margin-bottom: 40px;
    }

    .konnectai-line {
      height: 40px;
      width: 2px;
      background: #888;
      margin: 0 auto;
    }

    .konnectai-cards {
      display: flex;
      justify-content: space-around;
      gap: 20px;
      margin-top: 40px;
      flex-wrap: wrap;
    }

    .konnectai-card {
      background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
      border-radius: 10px;
      padding: 20px 25px;
      min-width: 200px;
      flex: 1;
      max-width: 250px;
      box-shadow: 0 0 20px rgba(255, 110, 199, 0.2);
    }

    .konnectai-card h3 {
      background: linear-gradient(90deg, #ff6ec7, #a68cff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 20px;
    }

    @media (max-width: 768px) {
      .konnectai-cards {
        flex-direction: column;
        align-items: center;
      }
	  .ai-insights__container {
  position: relative;
  padding: 20px; /* adjust padding as needed */
  border-radius: 40px;
  background: linear-gradient(180deg, #131414, #9EA1A1); /* border gradient */
  overflow: hidden;
}
.site-header nav {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}
    }
    .navbar-nav:before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
 backdrop-filter: blur(4.2px);
  z-index: -1;
}
  .offerings-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      gap: 15px;
	  overflow: hidden;
    }

  .top-node .icon {
     width: 90px;
    height: auto;
    margin: 0 auto 10px;
    display: flex
;
    align-items: center;

}

.top-node .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* keeps proportions */
  border-radius: 12px; /* matches parent */
}


    .konnectai-title {
      position: relative;
      display: inline-block;
      padding: 0px 60px;
      font-weight: 700;
      font-size: 30px;
      border-radius: 50px;
      cursor: default;
      background: rgba(255, 255, 255, 0.02);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(3.7px);
      -webkit-backdrop-filter: blur(3.7px);
      border: 1px solid rgba(255, 255, 255, 0.1);

      /* Gradient text */
      background-image: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

  .top-node .label {
    color: #FFF;
    font-family: Poppins;
    font-size: 20.814px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.823px;
    margin-top: 15px;
}

 

.vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-50%);
}

/* wider horizontal line */
.horizontal-line {
  position: absolute;
  top: 40px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

/* left vertical line */
/* left curved connector */
.vertical-line-left {
    position: absolute;
    top: 40px;
    left: 10%;
    width: 20px;
    height: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-top-left-radius: 15px;
    transform: translateX(-50%);
}

/* right curved connector */
.vertical-line-right {
  position: absolute;
  top: 40px;     /* starts at horizontal line */
  left: 90%;     /* aligns with horizontal end */
  width: 20px;   /* little elbow */
  height: 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-top-right-radius: 15px; /* curve */
  transform: translateX(-50%);
}

.vertical-line-bottom {
  position: absolute;
  top: 40px;        /* starts at horizontal line */
  left: 50%;        /* middle */
  width: 1px;
  height: 55px;     /* adjust as needed */
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-50%);
}

    /* Bottom nodes */
    .bottom-nodes {
      display: flex;
      justify-content: center;
      gap: 60px;
    }

    .node {
      background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.3));
      border-radius: 12px;
      padding: 24px 40px;
      font-weight: 700;
      font-size: 1.05rem;
      text-align: center;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
      border: 1px solid rgba(255, 255, 255, 0.05);

      /* Gradient text */
      background-image: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .node .sub {
      font-style: italic;
      font-weight: 400;
    }
       .gradient-boxEssentials {
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* centers vertically */

  width: 362.093px;
  height: 144.709px;
  padding: 41.808px 50.497px 40.9px 51.596px;
  flex-shrink: 0;

  background-image: url("https://betawebsite.konnectinsights.com/wp-content/uploads/2025/09/Div-flex-col-2.png");
  background-repeat: no-repeat;
  background-size: contain;   /* ensures image fits */
  background-position: center;/* centers the image */
}
       .gradient-boxEssentialskrc {
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* centers vertically */

  flex-shrink: 0;

  background-repeat: no-repeat;
  background-size: contain;   /* ensures image fits */
  background-position: center;/* centers the image */
}
.gradient-textEssentials {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 41.614px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.624px;

  background: var(
    --KI-AI,
    linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-textEssentials  .empower {
    position: relative;
    top: -34px;
    right: 13px;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

   .tabs-section {
  max-width: 100%;
  width: 100%;
}

/* Tabs container */
.tabs {
  display: flex;
  justify-content: center;  /* centers all tabs */
  gap: 20px;
  margin-bottom: 20px;
}

/* Default tab button (inactive) */
.tab-btn {
  position: relative;
  background: transparent;
  border: none;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 600;
  color: #aaa; /* plain gray text */
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
  background: rgba(217, 217, 217, 0.00);
  border-top: 1px solid #19161C;
  border-bottom: 1px solid #19161C;
}

/* Active tab (fade-button style) */
.tab-btn.active {
  background: rgba(217, 217, 217, 0.00);
  border-top: 1px solid #19161C;
  border-bottom: 1px solid #19161C;
  box-shadow: 0 4px 22.7px 2px rgb(181 101 255 / 13%);

  /* Gradient text */
  background: var(
    --Ai-gradient,
    linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Top fade border (only active) */
.tab-btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
  90deg, 
  #19161C 0%, 
  #ECBFBF 50%, 
  #19161C 100%
);
}
.tab-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(58, 134, 255, 0) 0%,
    rgba(180, 180, 180, 0.8) 50%,
    rgba(255, 143, 171, 0) 100%
  );
}
.tab-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(58, 134, 255, 0) 0%,
    rgba(180, 180, 180, 0.8) 50%,
    rgba(255, 143, 171, 0) 100%
  );
}
/* Bottom fade border (only active) */
.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
  90deg, 
  #19161C 0%, 
  #ECBFBF 50%, 
  #19161C 100%
);
}
.tabs svg{
	height: 60px;
	width: auto;
	margin-top: 6px;

}
/* Grid layout for tab content */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.2));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.card:hover {
  transform: translateY(-6px);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

}

/* Icon container */
.card .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

/* Title */
.card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

/* Description */
.card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

/* Tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
}



.card .icon img {
  width: 32px;   /* adjust icon size */
  height: 32px;
  object-fit: contain;
}
/* Description */
.card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.ai-insights__containertab {
    border-radius: 28px;
    border: 1px solid #222;
    box-shadow: 0 -1px 4px 0.5px rgba(19, 19, 19, 0.50) inset,
              0 1px 4px 0.5px rgba(19, 19, 19, 0.50) inset;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    background: radial-gradient(circle at bottom center, rgb(181 101 255 / 49%) 0%, /* Strong glow at bottom */ rgb(181 101 255 / 9%) 50%, /* Mid fade */ rgba(181, 101, 255, 0) 90% /* Transparent as it rises */);
}
.tab-content-wrapper{
    margin-top: 70px;
}
.ai-insights__containervideo {
  width: 100%;
  max-width: 100%; /* ensure it spans fully */
  margin: 0 auto;
  padding: 40px 0;
}

.ai-insights__grid {
  width: 100%;
}

/* Labels (centered but not restricting width) */
.video-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.video-labels .label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ccc;
    background: var(--plate, radial-gradient(70.71% 70.71% at 50% 50%, #3B3B3B 0%, #888787 12.61%, #FFF 50%, #888787 80%, #3B3B3B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Poppins;
    font-size: 51.212px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.768px;
}

.divider {
  color: rgba(255,255,255,0.2);
}

/* Video full-width */
.video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.2));
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.ytp-error{
        border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.00) 100%);
}
/*Comparision section*/
.perplexity-comparison-section {
  background: #0E0F15;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.perplexity-comparison-heading {
text-align: center;
font-family: Poppins;
font-size: 44.324px;
font-style: normal;
font-weight: 700;
line-height: 64.167px; /* 144.767% */
letter-spacing: -2.243px;
background: var(--plate, radial-gradient(70.71% 70.71% at 50% 50%, #3B3B3B 0%, #888787 12.61%, #FFF 50%, #888787 80%, #3B3B3B 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.perplexity-comparison-heading .perplexity-highlight {
  color: #ccc;
}

.perplexity-gradient-text {
  background: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.perplexity-comparison-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}


.perplexity-brand-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.perplexity-brand-logo {
  width: 170px;
  height: auto;
}

.perplexity-comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.perplexity-comparison-list li {
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1.155px;
color: #fff;
margin: 0px 0px 20px 0px;
}

.perplexity-comparison-list li img {
  width: 40px;
  height: auto;
  padding-right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .perplexity-comparison-heading {
    font-size: 25.324px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
}
.perplexity-comparison-box {
    background: 0 0;
    padding: 20px;
    flex: 1;
    min-width: 280px;
    text-align: left;
}
   /* Connector Lines */
.connector {
  position: relative;
  width: 100%;
  height: 80px;
}
.perplexity-comparison-section {
    background: #0E0F15;
    padding: 0px;
    text-align: center;
    color: #fff;
}
    .footer-top {
        text-align: left;
    }
.footer h2 {
    font-size: 20px;

}
  .perplexity-comparison-content {
    flex-direction: column;
    gap: 20px;
  }
  .perplexity-comparison-box {
    text-align: center;
  }
  .perplexity-comparison-list li {
    justify-content: center;
    text-align: left;
  }
  .gradient-textEssentials {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.624px;
    background: var(
    --KI-AI,
    linear-gradient(96deg, #3A86FF -11.44%, #B565FF 41.88%, #FF8FAB 78.67%)
  );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-boxEssentials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 70px;
    padding: 0;
    flex-shrink: 0;
    background-image: url("https://betawebsite.konnectinsights.com/wp-content/uploads/2025/09/Div-flex-col-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.konnectai-title {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    cursor: default;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3.7px);
    -webkit-backdrop-filter: blur(3.7px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-insights__containertab {
    border-radius: 28px;
    border: 1px solid #222;
    box-shadow: 0 -1px 4px 0.5px rgba(19, 19, 19, 0.50) inset,
              0 1px 4px 0.5px rgba(19, 19, 19, 0.50) inset;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 6px;
    background: radial-gradient(circle at bottom center, rgb(181 101 255 / 49%) 0%, /* Strong glow at bottom */ rgb(181 101 255 / 9%) 50%, /* Mid fade */ rgba(181, 101, 255, 0) 90% /* Transparent as it rises */);
}
.tab-btn {
    position: relative;
    background: transparent;
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    background: rgba(217, 217, 217, 0.00);
    border-top: 1px solid #19161C;
    border-bottom: 1px solid #19161C;
}
.tabs svg {
    height: 39px;
    width: auto;
    margin-top: 0px;
}
.bottom-nodes {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.gradient-textEssentials  .empower {
    position: relative;
    top: -10px;
    right: 13px;
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(96deg, #3A86FF, #B565FF, #FF8FAB);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-insights__containervideo {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.video-labels .label {
    font-size: 30px;

}
.section-title {
    font-size: 37.09px!important;

}
}

/*Footer*/
.footer {
  position: relative;
  background: linear-gradient(180deg, #10141F 0%, #0B1220 100%);
  color: #fff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  overflow: hidden; /* ensures the glow doesn’t spill */
}

.footer::before {
  content: "";
  position: absolute;
  bottom: -200px; /* adjust glow position */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 400px; /* height of glow */
  border-radius: 1280px;
  background: linear-gradient(
    90deg,
    rgba(19, 19, 19, 0) 0%,
    rgba(181, 101, 255, 0.38) 50%,
    rgba(19, 19, 19, 0) 100%
  );
  filter: blur(225px);
  z-index: 0;
}

.footer * {
  position: relative;
  z-index: 1; /* keeps text & content above glow */
}


/* Top row (3 columns) */
.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  text-align: left;
}
.footer-item h3 { margin-bottom: 0px;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.24px;}
.footer-item p {     color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin-top: 20px;
    letter-spacing: 0.16px;}

/* Bottom row (5 columns) */
.footer-bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.logo img{
	width: 200px;
}
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #ccc; text-decoration: none; font-size: 14px; }
.footer-col ul li a:hover { color: #fff; }

/* Logo + social */
.logo { font-weight: bold; margin-bottom: 15px; }
.socials a { margin-right: 10px; color: #ccc; font-size: 18px; }
.socials a:hover { color: #fff; }
.certs {     margin-top: 10px;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-style: italic;}

/* Copyright */
.copyright { border-top: 1px solid #222; padding-top: 15px; text-align: center; font-size: 13px; color: #aaa; }
.copyright a { color: #ccc; text-decoration: none; }
.copyright a:hover { color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .footer-top { grid-template-columns: 1fr; text-align: left; }
  .footer-bottom { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .footer-bottom { grid-template-columns: 1fr; text-align: left; }
}
.socials {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 20px;
}

.socials a {
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease;
}

.socials a:hover {
  color: #B565FF; /* glow color */
}
.footer h2{
	    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.478px;
}
.iconfooter{
	display: flex;

}
.iconfooter img{
	width: 35px;
    margin-right: 10px;
}
.what-more {
  padding: 60px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title {
margin-bottom: 40px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 53.09px;
    font-style: normal;
    font-weight: 700;
    line-height: 66.244px;
    letter-spacing: 1.396px;
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-card {
    border-radius: 12px;
    padding: 30px 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(
  90deg,
  #1A1428 60%,   /* darker start */
  #675298 170%    /* violet glow shifted right */
);
    box-shadow: 0 0 40px rgb(103 82 152 / 0%);}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(181, 101, 255, 0.4);
}

.feature-card .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.feature-card .icon img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  font-weight: 300;
}
/*Cards*/
@media (min-width: 768px) {
       /* Connector Lines */
.connector {
  position: relative;
  width: 70%;
  height: 80px;
}
.perplexity-comparison-box {
    background: 0 0;
    padding: 20px 20px 20px 100px;
    flex: 1;
    min-width: 280px;
    text-align: left;
}
    .hero-section {height: 1020px;}
.cards-container {position: relative; width: 100%; max-width: 900px;
display: flex; justify-content: center; align-items: center;}
.cardsanimate {position: relative;   padding: 0 0 370px 0;}
.card-item {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  border: 1px solid #fff;
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  backdrop-filter: blur(10px);
  left: 50%; /* start in middle of window */
  margin-left: -150px;
  box-shadow: 16px 8px 0px 4px #5c5c5b,
              inset 14px 5px 5px 5px rgb(0 0 0);

  /* Smooth transitions */
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1),
              opacity 2.5s ease,
              box-shadow 2s ease,
              border-color 2s ease;
  opacity: 1;
}

/* Initial 3D rotated states before scroll */
.card-1 { transform: rotateX(14deg) rotateY(310deg); z-index: 3; }
.card-2 { transform: rotateX(14deg) rotateY(310deg); margin-left: -70px; margin-top: 22px; z-index: 2; border-color: rgba(147, 112, 219, 0.5); }
.card-3 { transform: rotateX(14deg) rotateY(310deg); margin-left: 2px; margin-top: 54px; z-index: 1; }

/* After scroll – center in window and slide left/right/down */
.scrolled .card-1 {
  left: 50%; 
  transform: translateX(-400px) translateY(0) rotateX(0deg) rotateY(0deg); /* move more left */
  box-shadow: none;
  border-color: grey;
}

.scrolled .card-2 {
  left: 50%; 
  transform: translateX(-70px) translateY(0) rotateX(0deg) rotateY(0deg); /* drop middle */
  box-shadow: none;
  border-color: grey;
   margin-top: 0;
}

.scrolled .card-3 {
  left: 55%; 
  transform: translateX(250px) translateY(0) rotateX(0deg) rotateY(0deg); /* move more right */
  box-shadow: none;
  border-color: grey;
  margin-top: 0;
}
.card-item img{
  width: 100%;
}

.card-header {display: flex; align-items: center; width: 100%; margin-bottom: 15px;}
.card-logo {width: 25px; height: 25px; margin-right: 10px; background-color: #9370DB; 
 border-radius: 5px; display: flex; justify-content: center; align-items: center;
font-size: 0.8rem; font-weight: bold;}
.card-title-text {font-size: 1rem; font-weight: bold; color: #ffffff;}
.card-content-placeholder {width: 100%; height: 10px; background-color: rgba(255, 255, 255, 0.2);
            border-radius: 3px; margin-bottom: 8px;}
.card-content-placeholder:nth-child(even) {width: 90%;}
.card-content-placeholder:last-of-type {width: 70%; margin-bottom: 0;}

}
@media (max-width: 768px) {
.card-item img{
  width: 100%;
  margin-bottom: 10px;
}
    .ai-insights {
        padding: 0px 10px;
        margin: clamp(3rem, 10vh, 4rem) auto;
    }
 
    
}
/* Responsive */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 980px) {
  .gradient-textEssentials img{
	width: 200px;
}
.perplexity-comparison-content svg {
    
    margin-top: 30px;
}
.rotate-image {
    width: 141px;
    height: auto;
    transition: transform 1s ease;
    transform: rotate(0deg);
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
}

.rotate-active {
      transform: rotate(360deg);
    }
}
@media (max-width: 980px) {
.navbar-nav {
    padding-top: 30px !important;
    margin-bottom: 50px !important;
	padding: 10px;
}
   .gradient-textEssentials img {
width: 100px!important;
}
.rotate-image {
    width: 50px;
    height: auto;
    transition: transform 1s ease;
    transform: rotate(0deg);
    float: right;
    position: absolute;
    right: 0;
    top: 0px;
}
.rotate-active {
      transform: rotate(360deg);
    }
.perplexity-comparison-content svg {
    display: none;
}
.ai-banner__title {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.7%;
    letter-spacing: normal;
    text-transform: capitalize;
}
.konnectaiplusnew-containerki {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
}
}
.imgsection{
	    display: grid
;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 30px;
}
b, strong {
    font-weight: 300;
}
.bannerbg {
  background-image: url("https://betawebsite.konnectinsights.com/wp-content/uploads/2025/09/Frame-2147225024-scaled.webp");
  background-size: cover;      /* makes it cover full container */
  background-position: center; /* keeps it centered */
  background-repeat: no-repeat; /* prevents tiling */
  width: 100%;
  min-height: 100vh;           /* takes full screen height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bannerbg {
    background-position: top center; /* better crop for mobile */
    min-height: auto;
    padding: 60px 20px; /* keep breathing space */
  }
}

