@font-face {
	font-family: 'Articulat CF Demi';
	src: url('assets/fonts/ArticulatCF-DemiBold.woff2') format('woff2'), url('assets/fonts/ArticulatCF-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Demi';
	src: url('assets/fonts/ArticulatCF-DemiBold.woff2') format('woff2'), url('assets/fonts/ArticulatCF-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'articulat_cfmedium';
	src: url('assets/fonts/articulatcf-medium.woff2') format('woff2'),
		url('assets/fonts/articulatcf-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Articulat CF';
	src: url('assets/fonts/ArticulatCF-Bold.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF';
	src: url('assets/fonts/ArticulatCF-Bold.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Demi';
	src: url('assets/fonts/ArticulatCF-DemiBold.woff2') format('woff2'), url('assets/fonts/ArticulatCF-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF';
	src: url('assets/fonts/ArticulatCF-Bold.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Normal';
	src: url('assets/fonts/ArticulatCF-Normal.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Normal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF';
	src: url('assets/fonts/ArticulatCF-Light.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF';
	src: url('assets/fonts/ArticulatCF-Light.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Normal';
	src: url('assets/fonts/ArticulatCF-Normal.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Normal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Medium Oblique';
	src: url('assets/fonts/ArticulatCF-MediumOblique.woff2') format('woff2'), url('assets/fonts/ArticulatCF-MediumOblique.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Medium Oblique';
	src: url('assets/fonts/ArticulatCF-MediumOblique.woff2') format('woff2'), url('assets/fonts/ArticulatCF-MediumOblique.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Normal';
	src: url('assets/fonts/ArticulatCF-Normal.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Normal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF';
	src: url('assets/fonts/ArticulatCF-Light.woff2') format('woff2'), url('assets/fonts/ArticulatCF-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Articulat CF Medium Oblique';
	src: url('assets/fonts/ArticulatCF-MediumOblique.woff2') format('woff2'), url('assets/fonts/ArticulatCF-MediumOblique.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

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

:root {
	overflow-x: hidden
}

body {
	font-family: 'Articulat CF Normal';
	background-color: #fff;
}

.section {
	margin-top: 100px;
	margin-bottom: 100px;
}

h1 {
	margin-bottom: 35px;
}

h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	margin-bottom: 12px
}

ol,
ul {
	margin-bottom: 15px
}

ol li,
ul li {
	margin-bottom: 5px
}

img {
	max-width: 100%
}

#bm {
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {

	.h2,
	h2 {
		font-size: 3.2rem;
	}
}

.navbar {
	width: 100%;
	padding: 0 1rem;
	z-index: 1000;
}

.nav-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 150px;
	align-items: center;
	margin: 0 auto;
	height: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white;
	font-size: 1.5rem;
	font-weight: 700;
	transition: transform 0.3s ease;
}

.logo:hover {
	transform: scale(1.05);
}

.logo-icon {
	width: 80px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-menu,
.nav-menu-2 {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 2rem;
	margin-top: 30px
}

.nav-menu .right {
	margin-left: auto
}

.nav-item {
	position: relative;
}

.nav-link {
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-weight: 400;
	padding: 10px 16px;
	border-radius: 8px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transition: width 0.3s ease;
	z-index: -1;
}

.nav-link:hover::before {
	width: 100%;
}

.nav-link:hover {
	transform: translateY(-2px);
}

.nav-container .cta-button {
	background: #F5F5F5;
	color: #000;
	padding: 3px 8px 3px 15px;
	border-radius: 25px;
	font-weight: 400;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 15px;
}

.nav-container .cta-button::before {
	display: none;
}

.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 5px;
	z-index: 1001;
}

.counter-section {
	padding: 50px 20px;
	text-align: center;
	width: 100%;
	margin-top: 70px
}

/* Core container --------------------------------------------------------- */
.built-for {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	/* space between children  */
	flex-wrap: wrap;
	/* wrap on small screens   */
	padding: 0.7rem 1rem;
	border: 2px dashed #3b82f6;
	/* blue dashed outline     */
	border-radius: 9999px;
	/* pill / fully rounded    */
	margin-bottom: 15px;
}

/* “+” button ------------------------------------------------------------- */
.add-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	width: 1.4rem;
	height: 1.4rem;

	color: #3b82f6;
	/* same blue as border     */
	font-size: 1.1rem;
	text-decoration: none;
	cursor: pointer;
}

.add-btn:hover {
	transform: scale(1.2);
}

/* Label ------------------------------------------------------------------ */
.built-label {
	font-weight: 600;
	font-size: 20px;
	color: rgba(0, 0, 0, .8);
	white-space: nowrap;
}

/* Audience tags ---------------------------------------------------------- */
.audience-tag {
	padding: 0.90rem 1.8rem 0.75rem 1.8rem;
	background: #eef4ff;
	/* very light blue         */
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1.1px;
	color: rgba(0, 0, 0, .8);
	transition: background 0.2s; cursor:auto
}

.stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	max-width: 1000px;
	margin: auto;
}

.stat-item {
	flex: 1 1 200px;
}

.animated-number {
	font-family: 'Articulat CF Demi';
	display: flex;
	justify-content: center;
	gap: 0px;
	font-size: 110px;
	background: linear-gradient(to right, #0056F9, white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* For better browser support */
	background-clip: text;
	color: transparent;
}

.digit {
	position: relative;
	display: inline-block;
	width: 72px;
	height: 1.47em;
	overflow: hidden;
	background: linear-gradient(to right, #0056F9, white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* For better browser support */
	background-clip: text;
	color: transparent;
}

.digit span {
	width: 100%;
	transition: transform 0.4s ease;
	text-align: center;
}

.stat-label {
	margin-top: 8px;
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 600
}

@media (max-width: 600px) {
	.stats {
		flex-direction: column;
		gap: 40px;
	}
}

.morning-box {
	padding: 20% 13%;
	font-size: 18px;
	line-height: 1.4
}

.morning-box img {
	width: 60px;
	margin: 20px 0
}

.morning-box h4 {
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 10px;
	font-size: 28px;
}

.title-header {
	margin-bottom: 50px;
}

.title-header.center {
	text-align: center
}

.title-header h2 {
	font-size: 36px;
	font-family: 'Articulat CF Demi';
	margin: 20px 0 30px 0
}

.title-header .subtitle {
	font-size: 18px;
}

.business-workflow {
	background-color: #E9F2FF;
	border: 1px solid #2F77FF;
	border-radius: 35px;
	padding: 4% 6%;
}

.flow-box {
	padding: 60px 50px;
	font-size: 20px;
	font-family: 'articulat_cfmedium';
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #2F77FF;
	border-radius: 35px;
}

.flow-box img {
	width: 60px;
	margin-bottom: 50px;
}

#icon1,
#icon2,
#icon3,
#icon4 {
	width: 30%;
	margin: 0 auto
}

.bar {
	width: 25px;
	height: 3px;
	background-color: rgb(0, 0, 0);
	margin: 3px 0;
	transition: 0.3s;
	border-radius: 2px;
}

.hamburger.active .bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}

.cta-container {
	margin-top: 20px;
}

.cta-button {
	color: #fff;
	display: flex;
	gap: 0px;
	align-items: center;
	background: none;
	font-size: 17px;
	text-decoration: none;
	padding: 0;
}

.button-text {
	background-color: #0056F9;
	padding: 20px 25px 16px 25px;
}

.button-arrow {
	background: #000;
	padding: 19px 20px 18px 20px;
	display: flex;
	align-items: center;
}

.hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0 60px 0;
	position: relative
}

.hero-content h5 {
	font-size: 1rem;
	color: #888888
}

.hero-content .logo:hover {
	transform: none;
}

.hero-content .logo-icon {
	width: 100%;
	margin-bottom: 12px;
	margin-top: 30px;
}

.hero-content h1 {
	font-size: 46px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 6px;
}

.hero-content h2 {
	font-size: 75px;
	font-weight: 600;
	margin-bottom: 3px
}

.animation1,
.animation2,
.animation3,
.animation4,
.animation5,
.animation6 {
	position: absolute
}

.animation1 {
	left: 8%;
	top: 10%;
	width: 22%
}

.animation2 {
	left: -5%;
	top: 42%;
	width: 20%
}

.animation3 {
	left: 8%;
	bottom: 0;
	width: 18%
}

.animation4 {
	right: 8%;
	top: 14%;
	width: 20%
}

.animation5 {
	right: -8%;
	top: 28%;
	width: 17%
}

.animation6 {
	right: 0;
	bottom: 11%;
	width: 18%
}

@media (max-width: 540px) {

	.animation1,
	.animation2,
	.animation3,
	.animation4,
	.animation5,
	.animation6 {
		display: none
	}
}

.footer-hero {
	background-color: #E9F2FF
}

@keyframes glowAnimation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.gradient-heading {
	font-family: 'Articulat CF Demi';
	margin: 1px 0 20px 0;
	background: linear-gradient(90deg, #41bfd9, #4ef0e0, #49dbe3, #42b8ed, #3577ef, #2f44ed);
	background-size: 300% 300%;
	animation: glowAnimation 5s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-align: center;
	position: relative;
}

.gradient-heading::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(90deg, #41bfd9, #4ef0e0, #49dbe3, #42b8ed, #3577ef, #2f44ed);
	background-size: 300% 300%;
	animation: glowAnimation 5s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: blur(20px);
}

.hero-content .subtitle {
	color: #888888;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0 20px 0;
}

.hero-content .subtitle2 {
	font-size: 13px;
	margin-top: 15px
}

.hero-content .cta-container {
	margin-top: 0px;
}

.hero-content .cta-button {
	color: #fff;
	display: flex;
	gap: 0px;
	align-items: center;
	background: none;
	font-size: 17px;
	text-decoration: none;
	padding: 0;
}

.button-text {
	background-color: #0056F9;
	padding: 15px 25px 14px 25px;
}

.button-arrow {
	background: #000;
	padding: 16px 20px 18px 20px;
	display: flex;
	align-items: center;
}

.tab-section {
	display: flex;
	flex-direction: column;
	gap: 0px;
	margin-top: 0px;
}

.tab-section .tab-content {
	display: none;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.tab-content.active {
	display: flex;
}

.tab-content img {
	border-radius: 10px;
	max-width: 100%;
	box-shadow: -20px 0 60px rgba(0, 187, 255, 0.3),
		/* Left side blue glow */
		20px 0 60px rgba(187, 0, 255, 0.2);
	/* Right side purple glow */
}

.tab-bar {
	display: flex;
	justify-content: center;
	padding: 50px 0;
	gap: 20px;
}

.tab {
	text-align: center;
	color: #696969;
	cursor: pointer;
	padding: 9px 19px 7px 15px;
	border: 1px solid #696969;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	transition: 0.3s;
}

.tab:hover,
.tab.active {
	background-color: #2F77FF;
	color: #fff;
	border: none;
}

.tab:hover svg path,
.tab.active svg path {
	fill: #fff;
}

.tab svg path,
.tab svg path {
	fill: #2F77FF;
}

.carousel-section {
	margin-top: 60px;
	margin-bottom: 140px
}

/*.carousel-container {
    max-width: 1400px;
}
*/
.carousel-section .carousel-title {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 4rem;
}

.carousel-section .carousel-item {
	display: block;
	width: initial;
	float: none;
	margin: 0 10px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
	cursor: grab;
}

.carousel-item:active {
	cursor: grabbing;
}

.carousel-item img {
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.second-section {
	padding: 40px 0 40px 0;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px;
}

.second-section .content {
	width: 40%;
}

.second-section .image {
	width: 60%;
	display: flex;
	justify-content: flex-end;
}

.second-section .wrapper {
	margin-bottom: 60px;
}

#no,
#customers,
#no-calls {
	width: 80px;
	margin: 0 auto 25px
}

.second-section .wrapper h4,
.blue-subtitle {
	font-weight: 400;
	padding: 12px 20px 10px 20px;
	color: #0056F9;
	background-color: #EAF2FF;
	border-radius: 30px;
	display: inline-block;
	font-size: 18px;
}

.blue-subtitle {
	font-family: 'articulat_cfmedium';
}

.second-section .wrapper h2,
{
font-family: 'Articulat CF Demi';
font-size: 45px;
}

/* ——— CSS VARIABLES ————————————————————————————— */
:root {
	--blue: #2F77FF;
	/* badge / accent blue           */
	--light-blue: #edf5ff;
	/* light card background         */
	--dark-card: #151530;
	/* dark “Founder” card bg        */
	--radius: 30px;
	/* consistent rounded corners    */
}

/* ——— LAYOUT WRAPPER ———————————————————————————— */
.timeline {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	padding: 4rem 0 2rem 0;
}

/* ——— CARD BASE STYLES ————————————————————————— */
.nightmare-wrapper {}

.nightmare-wrapper h2 {
	font-size: 40px;
	font-weight: 600
}

.nightmare-wrapper .subtitle2 {
	text-align: center;
	margin-top: 20px
}

.card2 {
	flex: 1 1 250px;
	/* 4‑col on desktop, stack on phone */
	background: var(--light-blue);
	border-radius: var(--radius);
	padding: 2rem 3.5rem 2rem 2.5rem;
	position: relative;

	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card2:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	background: var(--dark-card);
	color: #fff;
}

/* dark variant */
.card2.founder {}

/* ——— TOP BADGE (“time”) —————————————————————— */
.badge {
	font-size: 0.75rem;
	background: url(assets/alarm-clock_white.png) no-repeat left 9px center var(--blue);
	font-weight: 600;
	padding: 0.6rem 1rem 0.48rem 2rem;
	border-radius: 9999px;
	color: #fff;
	background-size: 16px;
	letter-spacing: 1px;
}

.card2:hover .badge {
	background: url(assets/alarm-clock_black.png) no-repeat left 9px center #fff;
	color: #000;
	background-size: 16px;
}

.card2.founder .badge {
	background: #fff;
	/* white badge ‑ black text on dark card */
	color: #000;
}

/* ——— TITLES & BODY TEXT —————————————————————— */
.card2 h3 {
	margin: 1.5rem 0 0.75rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.3;
}

.card2 p {
	font-size: 0.88rem;
	line-height: 1.55;
}

/* ——— OPTIONAL VERTICAL GUIDE LINE ——————————— */
@media (max-width: 640px) {

	/* hide guide line on small screens */
	.timeline::before {
		display: none;
	}
}

.second-section .tag-lines {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}

.second-section .tag-lines h3 {
	font-size: 28px;
	color: #D1D1D1;
	font-weight: 400;
	margin-top: 18px;
	margin-bottom: 0
}

.second-section .tag-lines .blue-text {
	font-family: 'Articulat CF Demi';
}

.blue-text {
	color: #0056F9 !important;
}

.tag-lines .cta-container {
	margin-top: 80px;
	margin-bottom: 80px;
}

.tag-lines .cta-button {
	color: #fff;
	display: flex;
	gap: 0px;
	align-items: center;
	background: none;
	font-size: 17px;
	text-decoration: none;
	padding: 0;
}

.pandda-ai {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 80px;
}

.pandda-ai p {
	font-size: 20px;
	margin-bottom: 50px;
}

.pandda-ai h3 {
	font-family: 'Articulat CF Demi';
	font-size: 38px;
	margin-top: 50px;
	margin-bottom: -50px;
	text-align: center;
}

.with-shadow {
	position: relative;
	z-index: 1;
	top: -35px;
}

.shadow-before {}

@media (min-width:1340px) and (max-width:1550px) {
	.animation1 {
		left: 3%;
		top: 10%;
		width: 23%
	}

	.animation4 {
		right: 2%;
		top: 6%;
		width: 22%
	}

	.nightmare-wrapper h2 {
		font-size: 36px
	}

}

@media (min-width:768px) {

	.with-shadow:after {
		content: "";
		width: 99%;
		height: 100%;
		background-color: #000;
		position: absolute;
		right: -13px;
		top: 14px;
		z-index: -1;
		display: block;
		opacity: .1;
	}

	.with-shadow:before {
		content: "";
		width: 99%;
		height: 100%;
		background-color: #000;
		position: absolute;
		right: -35px;
		top: 31px;
		z-index: -1;
		display: block;
		opacity: .05;
	}

	.shadow-before:after {
		content: "";
		width: 99%;
		height: 100%;
		background-color: #000;
		position: absolute;
		right: -58px;
		top: 50px;
		z-index: -1;
		display: block;
		opacity: .03;
	}
}

.banner-image {
	max-width: 99%;
}

.third-section {
	background: #f9f9f9;
	padding-top: 600px;
	margin-top: -670px;
}

.features-section {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	padding: 10px;
}

.features-content {
	display: flex;
	flex-direction: column;
	width: 39%;
	gap: 10px;
}

.features-image {
	width: 60%;
}

.features-content p:first-child {
	font-size: 20px;
	padding: 14px 17px 11px 29px;
	background: #0057f921;
	border-radius: 30px;
	color: #0056F9;
	width: 130px;
}

.features-content h3 {
	font-size: 40px;
	font-family: 'Articulat CF Demi';
	margin-top: 15px;
	margin-bottom: 20px;
}

.features-content p {
	font-size: 24px;
	line-height: 30px;
}

.features-section-two {
	padding-top: 50px;
}

.faqs .features-section-two {
	padding-top: 0
}

.features-section-two .content {
	margin: 100px 0 60px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.features-section-two .content .gradient-heading {
	margin-bottom: 0px;
	font-size: 31px;
}

.features-section-two h3 {
	text-align: center;
	font-size: 40px;
	font-family: 'Articulat CF Demi';
}

.cta-container.black {
	margin-top: 35px;
}

.cta-container.black .button-arrow {
	background-color: #fff;
}

.button-arrow img {
	animation: rocketArrow 4s infinite;
}

@keyframes rocketArrow {
	0% {
		transform: translateX(0) scale(1);
		opacity: 1;
	}

	10% {
		transform: translateX(15px) scale(1.2);
		opacity: 1;
	}

	20% {
		transform: translateX(50px) scale(1.5);
		opacity: 0;
	}

	30% {
		transform: translateX(-60px) scale(0.5);
		opacity: 0;
	}

	40% {
		transform: translateX(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.why-pandda-wrapper {
	margin-top: 70px;
}

.why-pandda-wrapper ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 35px;
}

.why-pandda-wrapper li {
	margin-bottom: 0
}

.why-pandda-wrapper h2 {
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.why-pandda-bg {
	background: url(assets/dashboard2.png) no-repeat bottom right #000;
	color: #fff;
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 80px;
	min-height: 550px
}

.logo-white {
	margin-top: 150px;
}

.img-bottom {
	position: relative;
	top: 80px;
	left: 12px;
}

.price-details-wrapper {
	display: flex;
	width: 850px;
	margin: 0 auto;
	justify-content: space-between;
}

.price-details {
	line-height: 1.6;
	padding-top: 40px;
	padding-left: 40px;
}

.price-details h4 {
	line-height: 1.4
}

.price-early-bird {}

.price-early-bird p {
	font-size: 18px;
	line-height: 1.6
}

.price-early-bird p span {
	color: #0056F9
}

.with-icon {
	list-style: none;
	padding-left: 0;
	margin-top: 40px;
	margin-bottom: 35px;
}

.with-icon li {
	background: url(assets/checklist.png) no-repeat left center;
	padding-left: 25px;
}

.features-section-two p {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1.3px;
}

.insights,
.second-insights {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.insights {
	margin-top: 80px;
}

.insights .banner-image:first-child {
	width: 70%;
}

.insights .banner-image:nth-child(2) {
	width: 27%;
}

.banner-image img {
	max-width: 99%;
}

.second-insights .banner-image:first-child {
	width: 38%;
}

.second-insights .banner-image:nth-child(2) {
	width: 60%;
}

.btn-center {
	margin: 30px auto;
}

.parallax-section {
	min-height: 600px;
	position: relative;
}

.fourth-section {
	background-color: #f9f9f9
}

.columns-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 600px;
}

.column {
	position: relative;
	will-change: transform;
	transition: transform 0.1s ease-out;
	padding-top: 100px;
	padding-bottom: 100px;
}

.column-content {
	color: black;
	padding: 25px;
	transition: 0.3s;
}

.column-content h3 {
	font-size: 29px;
	margin-bottom: 1rem;
	color: #0056F9;
	font-family: 'Articulat CF Demi';
}

.column:hover .column-content h3 {
	color: #fff;
	transition: 0.3s;
}

.column-content p {
	line-height: 1.6;
	margin-bottom: 1rem;
	font-size: 19px;
}

.column:nth-child(1) {
	--multiplier: -1.9;
	border-right: 1px solid #DCDCDC;
}

.column:nth-child(2) {
	--multiplier: -2.9;
	border-right: 1px solid #DCDCDC;
}

.column:nth-child(3) {
	--multiplier: -1.9;
	border-right: 1px solid #DCDCDC;
}

.column:nth-child(4) {
	--multiplier: -3.9;
}

.column:nth-child(2) .column-content img {
	margin-bottom: 60px;
	margin: 0 29% 60px 29%;
	width: 140px;
}

.column:hover .column-content {
	background-color: #0055F9;
	color: #fff;
}

.testimonials-section {
	margin: 100px 0 60px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.testimonials-section h3 {
	font-size: 55px;
	font-family: 'Articulat CF Demi';
	margin-top: 0;
	margin-bottom: 35px;
}

.testimonial-section {
	position: relative;
	margin-top: 40px;
	max-width: 100%;
}

.testimonial-card:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	left: 0;
	top: 0
}

.testimonial-card {

	color: white;
	padding: 30px 20px;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
}

.testimonial-text {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 24px;
	z-index: 2;
	text-align: left;
}

.author-name {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	z-index: 2;
	text-align: left;
}

.author-title {
	font-size: 12px;
	z-index: 2;
	text-align: left;
}

/* Custom Owl Carousel Navigation */

/*.owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
}
.owl-nav button {
	position: absolute;
	background: #0056F9 !important;
	border: none;
	width: 50px;
	height: 50px;
	color: white !important;
	font-size: 24px !important;
	border-radius: 0px !important;
	cursor: pointer;
	transition: background 0.3s ease;
}
.owl-nav button:hover {
	background: rgba(37, 99, 235, 1) !important;
}
.owl-nav .owl-prev {
	left: 136px;
}
.owl-nav .owl-next {
	right: 136px;
}
.owl-nav button span {
	font-size: 24px;
	line-height: 1;
}
.owl-dots {
	display: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	z-index: 1;
}*/
.fifth-section .wrapper {
	max-width: 1650px;
}

.sixth-section {
	padding-top: 50px
}

#business {
	margin-top: -50px;
}

.sixth-section .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sixth-section .title {
	font-size: 42px;
	font-family: 'Articulat CF Demi';
	text-align: center;
	margin-bottom: 0;
}

.pandda-card-wrapper p {
	text-align: center
}

.pandda-ai-card {
	padding: 60px 0 0px 0;
	backdrop-filter: blur(25px);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 30px;
	margin-top: -240px;
}

.pandda-ai-card ul {
	padding-left: 0;
	width: 100%
}

.pandda-ai-card p {
	color: #8D8D8D;
	font-size: 20px;
}

.future-box {
	border-radius: 30px;
	padding: 35px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;

}

.future-box.first {
	box-shadow: 0 0 15px #3261ee, 0 0 37px #4be4e2;
	animation: glowShadow 2s infinite alternate;
}

.future-box h2 {
	font-size: 35px;
	font-family: 'Articulat CF Demi';
	transition: color 0.3s ease-in-out;
}

.future-box h2:hover {
	color: #2F77FF;
}

.future-box ul {
	padding-left: 20px;
}

/* Animated multicolor glowing shadow */
@keyframes glowShadow {
	0% {
		box-shadow: -10px -10px 10px #3261ee, -10px -10px 20px #4be4e2;
	}

	25% {
		box-shadow: 10px -10px 20px #3261ee, 10px -10px 30px #4be4e2;
	}

	50% {
		box-shadow: 10px 10px 25px #3261ee, 10px 10px 35px #4be4e2;
	}

	75% {
		box-shadow: -10px 10px 20px #3261ee, -10px 10px 30px #4be4e2;
	}

	100% {
		box-shadow: -10px -10px 15px #3261ee, -10px -10px 30px #4be4e2;
	}
}

.pandda-ai-card h3 {
	font-family: 'articulat_cfmedium';
	font-size: 32px;
}

.pandda-ai-card ul li {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
	flex: 1;
}

.pandda-ai-card .nav-tabs .nav-link {
	font-weight: bold
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none
}

.nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	text-align: left;
	min-height: 40px;
	width: 100%;
	font-size: 19px;
	padding-left: 5%
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border: none;
	border-bottom: 2px solid;
	color: #0056F9;
}

.price-section {
	margin: 100px 0 0 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.price-section h2 {
	font-weight: bold
}

.price-table {
	border: 1px solid #C8DAFF;
	text-align: center;
	width: 850px;
	margin-top: 50px
}

.price-table thead td {
	border-bottom: 1px solid #C8DAFF;
	font-size: 32px;
	font-weight: bold;
	padding: 23px 10px
}

.price-table tr td:last-child {
	background-color: #EDF3FF
}

.price-table tbody tr:first-child td {
	padding-top: 25px;
}

.price-table tbody tr:last-child td {
	padding-bottom: 35px;
}

.price-table td {
	padding: 15px 10px;
	font-size: 25px;
}

.price-table td:nth-child(2) {
	border-left: 1px solid #C8DAFF;
	border-right: 1px solid #C8DAFF;
}

.price-details-wrapper {
	background-color: #D1E0FF
}

.spot-wrapper {
	background-color: #f9f9f9;
	padding: 50px 0 80px 0;
	margin-top: 100px;
}

.title-wrapper {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 35px;
}

.spot-wrapper .title-wrapper p {
	font-size: 20px
}

.spot-box {
	margin-bottom: 35px;
	padding-right: 90px;
}

.spot-box img {
	width: 40px;
	margin-bottom: 15px;
}

.spot-box h4 {
	font-size: 23px;
	font-weight: bold;
	color: #0454F9;
	margin-top: 10px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.spot-box p {
	color: #848484;
	font-size: 18px;
}

.pandda-position-wrapper {
	padding-top: 50px
}

.pandda-position {
	background-color: #E8F1FF;
	padding: 7% 3% 7% 7%;
	border-radius: 30px;
	border: 2px solid #2F77FF;
	border-right: none;
	border-bottom: none;
}

.pandda-position ul {
	margin-top: 30px;
}

.pandda-position li {
	margin-bottom: 20px;
	font-size: 20px;
}

.faqs p {
	color: #8D8D8D
}

.faqs h3 {
	margin-top: 0;
	font-size: 55px;
}

.faq-item {

	margin-bottom: 12px;
	transition: all 0.3s ease;
}

.faq-container {
	margin-top: 50px;
}

.features-section-two p.faq-subtitle {
	font-weight: normal;
	font-size: 24px
}

.footer-hero {
	padding-top: 7%
}

.footer-hero h4 {
	font-family: 'Articulat CF Demi';
	color: #0056F9;
	font-size: 30px;
}

.footer-hero h1 {
	font-weight: 600
}

.footer-hero h5 {
	font-family: 'articulat_cfmedium';
	font-size: 30px;
	color: #0056F9;
	margin-bottom: 25px;
}

.footer-hero .hero-content .subtitle {
	margin-bottom: 0;
	padding-top: 20px;
}

.footer-hero .hero-content .subtitle2 {
	color: #24223E;
	font-size: 18px;
}

.faq-subtitle strong {
	display: block
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 34px 43px 29px 50px;
	cursor: pointer;
	font-size: 23px;
	color: #000000;
	background-color: #f9f9f9;
	border-radius: 35px;
	font-weight: normal;
}

.faq-icon {
	font-size: 25px;
	color: #0056F9;
	border: 1px solid #0056F9;
	border-radius: 50%;
	transition: transform 0.3s ease;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 1.1;
	padding-left: 1px;
	margin-top: -1px;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	font-size: 17px;
	padding: 0 20px;
	color: #7f7d7d;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer strong {
	display: block;
	margin-bottom: 25px;
	padding-top: 40px;
	color: #000;
	font-size: 22px;
}

.faq-item.active .faq-answer {
	max-height: 1200px;
	padding: 10px 53px 26px;
}

.faq-item.active .faq-icon {}

.site-footer {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 50px;
}

.footer-nav {
	margin-top: 50px;
}

.footer-nav li {
	display: inline-block;
	margin: 0 40px;
}

.footer-nav li a {
	text-decoration: none;
	color: #8D8D8D;
	font-size: 17px;
}

/*.tab-content{background:url(assets/shadow.png) no-repeat;}*/
.video-embed {
	width: 90%;
	height: auto;
	border-radius: 12px;
	border-bottom: 1px solid;
	object-fit: cover;
	/* if you want it to fill its container */
	display: block;
	box-shadow: 0 0px 50px rgba(65, 178, 237, .4);
}

.page-header {
	background: radial-gradient(circle at center, #fff 50%, #d0ebff 100%, #ede1ff 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 140px;
	margin-top: -70px
}

.title-wrapper {}

.sub-title {
	background-color: rgba(0, 86, 249, .15);
	color: #0056F9;
	display: inline-block;
	border-radius: 25px;
	padding: 13px 35px 11px 35px;
	margin-bottom: 10px;
}

.page-title {
	font-weight: bold;
	font-family: 'Articulat CF';
	margin-bottom: 10px;
	font-size: 3.5rem
}

.title-wrapper p {
	font-size: 22px;
	color: #BCBCBC
}

.title-wrapper .date {
	font-size: 26px;
	font-weight: 300;
	color: #888888;
	margin-bottom: 45px
}

.ol-title {
	color: #0056F9;
	font-family: 'Articulat CF Demi';
	font-weight: bold
}

#v-pills-tabContent {
	font-size: 17px;
}

#v-pills-tabContent strong {
	font-size: 18px;
}

#v-pills-tabContent ol>li {
	margin-bottom: 10px;
	margin-top: 10px;
}

#v-pills-tabContent ol ul {
	margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1450px) {

	.nav-menu,
	.nav-menu-2 {
		gap: 1rem
	}

	.hero-content h2 {
		font-size: 55px;
	}

	.second-section .wrapper h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.pandda-ai h3,
	.sixth-section .title {
		font-size: 35px;
	}

	.testimonials-section h3,
	.features-section-two h3 {
		font-size: 45px;
	}

	.h2,
	h2 {
		font-size: 2.7rem
	}
}

/* Mobile Styles */
@media (max-width: 1200px) {
	.pandda-ai-card {
		margin-top: -180px;
	}

	.carousel-container {
		max-width: 940px;
	}

	.third-section {
		padding-top: 330px;
		margin-top: -360px;
	}

	.features-content {
		width: 38%;
	}
}

@media (max-width: 992px) {
	.carousel-container {
		padding: 0 15px;
	}

	.price-early-bird {
		text-align: left;
		margin-top: 20px;
		padding-left: 40px
	}

	.price-details-wrapper {
		width: 100%;
		display: block;
	}

	.image-carousel {
		padding: 20px;
	}

	.carousel-item img {
		height: 200px;
	}
}

.process-animation {
	background-color: #fff;
	min-height: 465px
}

.intro-video {
	margin-top: 7%;
	width: 100%;
	border-radius: 25px;
	box-shadow: 0px 6px 46px rgba(29, 90, 191, .5), 0px 0px 84px rgba(61, 203, 244, .5)
}

.my-pre {
	background: url(assets/my-pre.png) no-repeat;
	width: 43px;
	display: inline-block;
	background-size: 100%;
	height: 40px;
}

.my-next {
	background: url(assets/my-next.png) no-repeat;
	width: 43px;
	display: inline-block;
	background-size: 100%;
	height: 40px;
}

.full-screen-btn {
	background: border-box;
	float: right;
	font-size: 15px;
	border: 1px dashed #000;
	width: 15px;
	height: 15px;
	position: relative;
	top: -35px;
	left: -16px;
}

.aling-left,
.align-left {
	text-align: left !important
}

.align-center {
	text-align: center !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt100 {
	margin-top: 100px;
}

.mt80 {
	margin-top: 80px;
}

.footer-contact {
	display: flex;
	margin: 0 auto;
	max-width: 340px
}

#native-ai {
	padding: 15.8% 0;
	border: 1px solid rgba(0, 0, 0, .1)
}

.sub-blue {
	color: #0056F9;
	font-weight: normal !important
}

.privacy-wrapper .blue-big {
	color: #0056F9;
	font-size: 44px;
	margin-bottom: 0
}

.privacy-wrapper .down-sub {
	font-weight: normal !important;
	text-align: center
}

.privacy-wrapper ul.no-margin li {
	margin-top: 0;
	margin-bottom: 0
}

.mb10 {
	margin-bottom: 10%;
}

.privacy-wrapper ul.no-margin li:first-child {
	margin-top: 20px;
}

.privacy-wrapper h5 {
	font-weight: bold
}

.pt80 {
	padding-top: 80px
}

.relative100 {
	position: relative;
	top: 30%
}

.section.privacy-wrapper {
	margin-top: 0;
	margin-bottom: 0
}

.privacy-wrapper {}

.privacy-wrapper strong, .term-of-services strong{
	display: block
}

.privacy-wrapper ul {
	list-style: none;
	padding-left: 0
}

.privacy-wrapper ul li {
	margin-top: 20px;
}

.privacy-wrapper h2 {
	font-family: 'Articulat CF Demi';
	font-size: 40px;
	text-align: center;
	margin-bottom: 80px;
}

.section-white h4 {
	font-weight: bold;
	color: #0056F9;
	font-size: 22px
}

.privacy-wrapper h6 {
	font-weight: bold
}

.section section {
	padding-bottom: 100px;
	padding-top: 100px
}

.section-blue {
	background-color: #EAF2FF
}

.color-blue {
	color: #0056F9;
}

.box-border {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 40px 40px 20px;
	border-radius: 35px;
}

.box-center .box-border {
	text-align: center;
}

.box-center .box-border h4 {
	color: #000
}

.box-border img {
	margin-bottom: 40px;
	height: 40px;
}

.my-em {
	display: block;
	margin-top: 30px;
	margin-bottom: 50px
}

.box-no-border h4 {
	color: #000;
	font-weight: normal;
	position: relative;
	top: 80px
}

.data-row {
	margin-top: 100px;
}

#myTab li {
	width: 50%;
	margin-bottom: 0
}

.tab-content ul {
	margin-top: 50px;
}

.privacy-wrapper .tab-content ul li {
	background: url(assets/black-bullet.png) no-repeat 0 6px;
	padding-left: 35px;
}

.blue-list li {
	background: url(assets/blue-bullet.png) no-repeat 0 6px;
	padding-left: 35px;
}

.section-black {
	background-color: #000;
	color: #fff;
	border-radius: 35px;
	text-align: center
}

.justify-center {
	justify-content: center
}

.button-arrow.white {
	background-color: #fff
}

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

	.counter-section {
		margin-top: 0
	}

	.carousel-section {
		margin-bottom: 50px
	}

	.carousel-section .carousel-title {
		margin-bottom: 2rem
	}

	.process-animation {
		min-height: auto
	}

	section {
		margin-left: 15px;
		margin-right: 15px;
	}

	.with-shadow {
		top: 35px;
	}

	.navbar {
		padding: 0 1rem;
	}

	.price-table {
		width: 100%;
	}

	.price-table thead td {
		font-size: 19px;
		padding: 15px 10px
	}

	.price-table td {
		padding: 10px;
		font-size: 19px;
	}

	.fifth-section {
		margin-top: 50px;
	}

	.features-section-two {
		padding-top: 0
	}

	.price-section h3 {
		font-size: 35px;
	}

	.faq-question {
		font-size: 20px;
		padding: 18px
	}

	.faq-answer strong {
		font-size: 20px;
	}

	.faq-answer {
		font-size: 17px;
		line-height: 1.4
	}

	.faq-item.active .faq-answer {
		padding: 0 17px;
	}

	.footer-nav li {
		margin: 0 10px;
	}

	.site-footer {
		margin-top: 50px;
	}

	.hamburger {
		display: flex;
		top: 18px;
		right: 24px;
	}

	.nav-menu {
		position: fixed;
		height: 100%;
		left: -100%;
		top: -30px;
		flex-direction: column;
		width: 100%;
		text-align: center;
		transition: 0.3s;
		padding: 5rem 1rem;
		gap: 1rem;
		background: rgba(255, 255, 255, 0.3);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		z-index: 1001;
	}

	.nav-menu.active {
		left: 0;
		align-items: start;
	}

	.nav-item {
		margin: 0.5rem 0;
	}

	.cta-button img {
		width: 34px;
	}

	.button-arrow {
		padding: 15px 15px 15px 15px;
	}

	.cta-button {
		height: 99%;
	}

	.button-text {
		height: 46.5px;
		padding: 13.5px 28px 13px 28px;
		font-size: 16px;
	}

	.button-arrow {
		padding: 15px 15px 15px 15px;
	}

	.button-arrow img {
		width: 21px;
	}

	.carousel-title {
		font-size: 1.8rem;
	}

	.carousel-item img {
		height: 70px;
	}

	.carousel-item {
		margin: 0 5px;
	}

	.tab-content img {
		max-width: 95%;
	}

	.carousel-container {
		max-width: 700px;
	}

	.second-section .wrapper h1 {
		font-weight: 400;
		font-size: 20px;
	}

	.second-section .wrapper h2 {
		font-size: 36px;
		line-height: 36px;
		margin-top: 10px;
	}

	.second-section .wrapper img {
		max-width: 100%;
	}

	.second-section .tag-lines h3 {
		font-size: 24px;
		text-align: center;
	}

	.pandda-ai h3 {
		font-size: 27px;
		margin-top: 30px;
		margin-bottom: -20px;
	}

	.pandda-ai p {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.pandda-ai .section-logo {
		max-width: 80%;
	}

	.features-section br {
		display: none;
	}

	.features-content {
		width: 100%;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.features-image {
		width: 100%;
	}

	.features-content p:first-child {
		font-size: 18px;
		padding: 10px 17px 7px 17px;
		background: #0057f921;
		border-radius: 30px;
		color: #0056F9;
		width: 98px;
	}

	.features-content h3 {
		font-size: 26px;
		font-family: 'Articulat CF Demi';
	}

	.features-content p {
		font-size: 16px;
		line-height: 20px;
	}

	.second-insights .banner-image:nth-child(1),
	.second-insights .banner-image:nth-child(2),
	.insights .banner-image:nth-child(1),
	.insights .banner-image:nth-child(2) {
		width: 100%;
		text-align: center;
	}

	.second-insights .banner-image:nth-child(1) img,
	.second-insights .banner-image:nth-child(2) img,
	.insights .banner-image:nth-child(1) img,
	.insights .banner-image:nth-child(2) img {
		max-height: 300px;
	}

	.second-insights .banner-image:nth-child(2) .cta-container {
		bottom: 80px;
		left: 25px;
	}

	.features-section-two p.faq-subtitle {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.3px;
	}

	.features-section-two h3 {
		font-size: 30px;
		text-align: center;
	}

	.insights {
		margin-top: 20px;
	}

	.parallax-section {
		overflow: visible;
	}

	.column {
		transform: none !important;
		border-bottom: 1px solid #DCDCDC;
	}

	.columns-container {
		grid-template-columns: 1fr;
	}

	.testimonial-card {
		padding: 40px 30px;
		min-height: 400px;
		margin: 0 5px;
	}

	.testimonial-text {
		font-size: 18px;
	}

	.owl-nav button {
		width: 50px;
		height: 50px;
		font-size: 20px !important;
	}

	.owl-nav .owl-prev {
		left: 15px;
	}

	.owl-nav .owl-next {
		right: 15px;
	}

	.column {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.testimonials-section {
		margin: 10px 0 20px 0;
	}

	.testimonials-section h3 {
		font-size: 36px;
	}

	.testimonial-section {
		margin-top: 30px;
	}

	.testimonial-text {
		font-size: 16px;
		line-height: 1.1;
		margin-bottom: 5px;
	}

	.column:nth-child(2) .column-content img {
		margin-bottom: 30px;
		margin: 0 0 15px 0;
		width: 100px;
	}

	.pandda-ai-card {
		width: 440px;
		gap: 20px;
	}

	.pandda-ai-card h3 {
		font-size: 30px;
	}

	.pandda-ai-card p {
		font-size: 16px;
	}

	.pandda-ai-card ul li {
		font-size: 16px;
		margin-bottom: 0;
	}

	.nav-tabs {
		
	}

	.pandda-ai-card br {
		display: none;
	}

	.why-pandda-bg {
		background: #000;
		padding-left: 0;
		text-align: center;
		min-height: 350px
	}

	.logo-white {
		margin-top: 50px;
	}

	.cta-container.black {
		margin-left: 15px;
	}

	.audience-tag {
		font-size: 15px;
	}

	.morning-box {
		padding: 10% 5%
	}

	.card2 {
		padding: 2rem 1.5rem 2rem 1.5rem
	}

	.site-footer {
		display: none
	}

	.pandda-position li {
		font-size: 16px;
	}

	.pandda-position img {
		padding: 0 30px;
	}
}

@media screen and (max-width: 530px) {
	.main-header {
		display: none
	}

	#business {
		margin-top: 0;
	}

	.built-for {
		gap: .7rem;
		border-radius: 35px;
		justify-content: space-between;
		padding: 0.7rem .5rem;
		margin-left: -10px;
		margin-right: -10px;
	}

	.audience-tag {
		font-size: 12px;
		margin-bottom: 10px;
		padding: 0.90rem .7rem 0.75rem;
		margin: 0
	}

	.built-label {
		margin-right: 10px;
		font-size: 15px
	}

	.nightmare-wrapper .subtitle2 {
		text-align: left;
		font-size: 16px;
	}

	.future-box {
		margin-left: 0;
		margin-right: 0;
	}

	.future-box h2 {
		font-size: 28px;
	}

	.nightmare-wrapper h2 {
		font-size: 28px;
	}

	.business-workflow {
		padding: 15px
	}

	.flow-box {
		margin-bottom: 25px;
		padding: 40px 25px;
	}

	.business-workflow .row .col-md-4:last-child .flow-box {
		margin-bottom: 0
	}

	.features-section-two .content .gradient-heading {
		font-size: 26px
	}

	.features-section-two .content {
		gap: 5px
	}

	.footer-hero {
		text-align: center
	}

	.footer-hero h4,
	.footer-hero h1,
	.footer-hero p,
	.footer-hero h5 {
		padding-left: 10% !important;
		padding-right: 10% !important
	}

	br {
		display: none
	}

	.intro-video {
		width: 100%;
	}

	.pandda-ai-card {
		width: 100%;
		gap: 15px;
		padding: 20px 40px;
		margin: 0;
	}

	.nav-menu-2 {
		display: none
	}

	.pandda-ai-card h3 {
		font-size: 26px;
	}

	.pandda-ai-card p {
		font-size: 12px;
	}

	.logo-icon {
		width: 71px;
		height: 50px;
	}

	.hero-content h2 {
		font-size: 35px;
		padding-left: 30px;
	}

	.tab-bar {
		flex-wrap: wrap;
	}

	.tab-content {
		padding: 0px;
	}

	.hero-content h1 {
		font-size: 24px;
	}

	.carousel-container {
		padding: 0 10px;
	}

	.image-carousel {
		padding: 15px;
	}

	.second-section .content {
		width: 100%;
	}

	.second-section .wrapper h2 {
		font-size: 30px;
		line-height: 34px;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.timeline {
		padding-top: 1rem;
		margin-top: 0;
		padding-bottom: 10px;
		margin-left: 0
	}

	.second-section .image {
		width: 100%;
	}

	.tag-lines .cta-container {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.hero-content {
		padding: 40px 0 0 0;
	}

	.hero-content .subtitle {
		font-size: 15px;
	}

	.hero-content h5 {
		text-align: center
	}

	.pandda-ai h3 {
		font-size: 24px;
		margin-bottom: 0px;
	}

	.pandda-ai br {
		display: none;
	}

	.second-insights .banner-image:nth-child(2) .cta-container {
		bottom: 0px;
		left: 0px;
	}

	.second-insights .banner-image:nth-child(2) {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.nav-container {
		gap: 300px
	}

	.tab-section .tab-content {
		padding-left: 0;
		padding-right: 0
	}

	.animated-number {
		font-size: 57px
	}

	.digit {
		width: 40px
	}

	.stats {
		gap: 0;
	}

	.stat-item {
		flex: 1 1 150px
	}

	.column-content {
		padding: 25px 0
	}

	.sixth-section .title {
		font-size: 35px;
		line-height: 1.2
	}
	.title-wrapper {
		padding: 0 24px;
	}

	.page-title {
		font-size: 34px;
	}
	.title-wrapper p {
		font-size: 18px;
	}
	.privacy-wrapper h2 {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center !important;
	}
	.section-white h4 {
		font-size: 20px;
		margin-top: 15px;
	}
	.section-blue {
		margin: 0;
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.sub-blue {
		text-align: center;
	}
	.privacy-wrapper .blue-big {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.pt80 {
		padding-top: 50px;
	}

	.relative100 {
		position: relative;
		top: 0px;
		text-align: center;
	}

	.share-info-wrapper {
		gap: 20px;
		margin-top: 40px;
	}

	.section-white {
		margin: 0;
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.box-border {
		text-align: center;
		
	}
	.my-em {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.box-no-border h4 {
		top: 0px;
		text-align: center;
		font-size: 20px;
	}
	.data-row p, .p-text {
		text-align: center;
	}

	.nav-tabs .nav-link {
		text-align: center;
		font-size: 18px;
		padding-left: 5%;
	}

	.mt100 {
		margin-top: 50px;
	}

	.section-black {
		margin: 0 0 50px 0;
		padding: 60px 20px !important;
	}
	.black-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}

@media (min-width: 769px) {
	.column {
		transform: translateY(calc(var(--scroll-y, 0) * var(--multiplier) * 2px));
	}
}