@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1170px;
}



html{overflow-y:scroll;}

:root {
	--white-color: #ffffff;
	--grey-color: #cdcdcd;
	--black-color: #000000;
	--read-color: #ff0000;
	--hex-color: #009491;
}




body {
	color: #111827;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Oswald', sans-serif;*/
	overflow-x: hidden;

}

.background a {
	color: white;
	text-decoration: underline;
	text-decoration: auto;
}


li {
	list-style: none;
}


header .navbar .d-flex ul {
	margin: 0px;
}

header a {
	color: var(--bs-white);
	text-decoration: underline;
	text-decoration: none;
	font-size: 21px;
	text-transform: uppercase;
}

h5#offcanvasRightLabel {
	color: #000;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
	background: #ffffff;
	padding: 10px 40px;
	border-radius: 15px;
}


a:hover {
	color: var(--hex-color);
}

header a.logo {
	font-size: 35px;
	font-weight: 600;
	text-decoration: none;
	padding: 0px;
	/*text-transform: uppercase;*/
	color: var(--white-color);
}

.header-bottom.fixed {
	top: 0px;
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #000000;
	display: block;
	width: 100%;
	padding: 3px;
	clear: both;
	font-weight: 400;
	color: black;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	/* background-color: transparent; */
	background: linear-gradient(90deg, #020024, #090979, #020024);
	border: 0;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px;
	clear: both;
	font-weight: 400;
	color: black;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 21px;
	color: black;
	font-size: 19px;
}







header {
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	right: 0;
}

.banner-section .carousel-inner .carousel-caption {
	align-items: center;
	justify-content: center;
	top: 59%;
	transform: (50% -50%);
	left: 35%;
	transform: translate(-50%, -50%);
}

.banner-section .carousel-inner .carousel-item img {
	object-fit: cover;
	height: calc(100vh - 0px);
	width: 100%;
	height: 511px;
	background-repeat: no-repeat;

}



.banner-section .carousel-inner .carousel-caption h5 {
	color: var(--grey-color);
	font-size: 45px;
	font-weight: 300;
}

.banner-section .carousel-inner .carousel-caption .heading {
	font-size: 45px;
	font-weight: 700;
	color: var(--white-color);
}

.banner-section .carousel-inner .carousel-caption p {
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
}

.carousel-indicators {
	margin-bottom: 93px;
}

.icon-section {
	display: grid;
	margin-left: 61%;
}

.icon-section i {
	font-size: 21px;
	color: var(--white-color);
	padding: 6px 0px;
}


.header-top {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 870;
	right: 0;
	/* margin: 0; */
	/* -webkit-backface-visibility: hidden; */
	width: auto;
	margin-bottom: 35px;
}

header .header-bottom button.btn.btn-primary {
	background: transparent;
	border: transparent;
	box-shadow: none;
	outline: none;
}






a.navbar-brand {
	font-size: 50px;
	font-weight: 500;
	color: var(--white-color);
}

header .navbar {
	padding: 0px;
}

header .navbar ul.navbar-nav li {
	padding: 0px 10px;
}

header .navbar ul.navbar-nav li a.nav-link {
	text-transform: uppercase;
	font-weight: 400;
	color: var(--white-color);
	border-bottom: 1px solid transparent;
	padding: 0px;
	font-size: 18px;
}

header .navbar ul.navbar-nav li a.nav-link.active,
header .navbar ul.navbar-nav li a.nav-link:hover,
header .navbar ul.navbar-nav li a.nav-link:focus {
	color: var(--hex-color);
	border-color: var(--hex-color);
}



.nav-item {
	color: #83818c;
	padding: 20px;
	text-decoration: none;
	transition: .3s;
	margin: 0px 6px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	position: relative;

}



button.navbar-toggler {
	background: #cdcdcd;
}



.banner-section {
	margin-top: 52px;
	/* keep space for fixed header */
	padding: 0;
	/* remove default section padding */
	overflow: hidden;
	/* prevent images spilling */
	position: relative;
}

/* Make carousel stretch full viewport width */
.banner-section .carousel,
.banner-section .carousel-inner,
.banner-section .carousel-item {
	width: 100vw;
}

.banner-section .carousel-item img {
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	object-fit: cover;
}

.page-banner .banner-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center
}

/* AI Classroom Section */

/* Hire Section */
.hire-section {
	background: #0f0f0f;
	overflow: hidden
}

.hire-section .hire-img {
	flex: 0 0 50%;
	width: 50%;
	background: url(../images/khan.webp) center/cover no-repeat;
	min-height: 320px;
	position: relative;
}

.hire-section .hire-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, #0f0f0f 100%);
}

.hire-section .hire-content {
	flex: 1 0 50%;
	background: #0f0f0f;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 15px;
}

.hire-icon {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 20px;
	color: #ffffff
}

.ai-classroom-section {
	background: url(../images/devops-training.jpg) center/cover no-repeat fixed;
	position: relative;
	padding: 120px 0;
}

.ai-classroom-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}

.ai-classroom-section .container {
	position: relative;
	z-index: 2;
}

.feature-list li {
	padding-left: 22px;
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.5;
}

.feature-list .icon {
	position: absolute;
	margin-left: -22px;
	color: #0ea5e9;
}


.feedback-section {
	margin-bottom: 15px;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	touch-action: pan-y;

}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-item img {
	width: 45px;
	padding: 7px !important;
	background-color: #f6f5ff;
	margin-left: 0px !important;
	border-radius: 15px;
}

.owl-carousel .allitem {
	padding: 25px;
	border-radius: 0px;
}

.owl-carousel .owl-item {
	float: left;
	border-radius: 5px;
	border: 1px solid rgba(87, 59, 255, 0.21);
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 50);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.user-blog {
	background: #0000;
	padding: 0px 0px 0px;
}

div#owl-demo1 .item {
	padding: 0 5px;
}

.blog-allof {
	background: #fff;
	border-radius: 10px;
	margin-left: 30px !important;
}

.discretion-blog {
	padding: 0px;
	align-items: left;
}

.discretion-blog p {
	font-size: 16px;
	color: #595665;
	padding-bottom: 15px !important;
	margin-top: 0px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}

.discretion-blog h3 {
	color: #1F2D3D;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	margin-top: 25px !important;
	margin-bottom: 20px !important;
}


.et_pb_module.et_pb_text_align_center {
	text-align: left;
}




.user-blog .owl-theme .owl-controls .owl-page span {
	width: 17px;
	height: 17px;
	background: #454343;
	opacity: 1;
}

.user-blog .owl-theme .owl-controls .owl-page.active span,
.user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #82b53f;
}






.dot {
	background: #08eff7;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	display: inline-block;
	/* margin-top: -21px; */
	/* margin-top: 0px; */
	margin-bottom: 15px;
}

.banner-section .inner {
	position: relative;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.banner-section .inner {
	vertical-align: middle;

}


/*header.logo .dot{
	width: 20px;
	height: 20px;
	color: #000000;
}*/
.second-section .row .box {
	align-items: center;
}

.second-section .box {
	transition: 1s;
	cursor: pointer;
}

.second-section .box:hover {
	background: #3fdbdd;
}

.second-section {
	margin-bottom: 20px;
}

.second-section .box {
	background: #26313c;
	margin-top: -45px;
	position: relative;
	padding-left: 0px;
	margin-right: 0px;

}

.second-section .seo-box {
	transition: 1s;
}

.second-section .box .img-box {
	align-items: center;
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	display: flex;
	/* cursor: pointer; */
}

.second-section .box .img-box img {
	margin-top: 49px;
	align-items: center;

}

.second-section .box .heading {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	/* padding: 27px 0px 0px; */
	margin: 35px 0px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.second-section .box p {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px 56px 21px;
}



.second-section .seo-box:hover {
	background: #3fdbdd;
	cursor: pointer;
}

.second-section .seo-box {
	background: #3faadd;
	margin-top: -71px;
	position: relative;
}

.second-section .seo-box .img-box {
	align-items: center;
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	text-align: center;
	margin: 0 auto;

}

.second-section .seo-box img {
	margin-top: 71px;
}

.second-section .seo-box .heading {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	/*padding: 27px 0px 0px;*/
	margin-top: 47px;
}

.second-section .seo-box p {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px 55px 60px;
}

.thrid-section {
	background: url(../images/3.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
	margin: 30px 0;
}

.thrid-section .row {
	display: flex;
	align-items: stretch;
	/* equal height columns */
}

.thrid-section .row>.col-md-6 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thrid-section .inner ul {
	padding: 0;
	margin: 0;

}

.thrid-section .inner ul li {
	position: relative;
	padding: 8px 0 8px 20px;
	font-size: 18px;
	color: #000;
}

.thrid-section .inner ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #08eff7;
}

.thrid-section .sub-heading {
	color: #000000;
	font-size: 52px;
	font-weight: 400;
	padding: 50px 0px 0px;
}

.thrid-section .sub-heading i {
	color: #3fdbdd;
}

.thrid-section img {
	max-width: 100%;
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
	margin-top: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.thrid-section .inner {
	background: #ffffff;
	padding: 40px 30px;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
}

.thrid-section .inner .popular {
	background-color: #08eff7;
	/* width: 100px; */

}

.thrid-section .inner ul {
	margin-bottom: 0px;
}




.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 40px;
	background-color: #418130;
	color: #000000;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}


.my-float {
	margin-top: -200px;
	color: #000000;
}



marquee {

	font-size: 30px;
	font-weight: 800;
	color: #000000;
	background-color: #cdcdcd;
	text-transform: capitalize;
}


.thrid-section p {
	color: #000000;
	font-size: 16px;

}

.thrid-section .btn {
	background: #3fdbdd;
	text-decoration: none;
	color: #000000;
	text-transform: capitalize;
	padding: 10px 24px;
	border-radius: 15px;
	display: inline-block;
}

.thrid-section .btn:hover {
	background: #140905;
	opacity: 0.5;
}

.fourth-section {
	background: url(../images/img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;

}

.fourth-section .inner {
	align-items: center;
	text-align: center;
	padding: 35px 0px;
}

.fourth-section .sub-heading {
	color: var(--white-color);
	font-size: 18px;
	font-weight: 500;
}

.fourth-section .heading {
	color: var(--white-color);
	font-size: 48px;
	font-weight: 500;

}

.fourth-section .box {
	background: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: relative;
	align-items: center;
	text-align: center;
}

.fourth-section .box span {
	color: var(--read-color);
	font-size: 16px;
	align-items: center;
	text-align: center;
}




.fifth-section {
	background: url(../images/img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 375px;

}

.fifth-section .inner {
	align-items: center;
	text-align: center;
	padding: 30px 0px;
}

.fifth-section .sub-heading {
	color: var(--white-color);
	font-size: 18px;
	font-weight: 500;
}

.fifth-section .heading {
	color: var(--white-color);
	font-size: 48px;
	font-weight: 500;

}

.fifth-section .box {
	background: #26313c;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	position: relative;
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: center;
	border: 1px solid #ffffff;
}

.fifth-section .one-box:hover .box {
	background: #29a7ff;
	color: #fff;
}

.fifth-section .box:hover {
	background-color: #3faadd;
}




.fifth-section p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: var(--white-color);
}

.fifth-section .box-heading {
	font-size: 18px;
	font-weight: 400;
	color: #f5f3f3;
}

.fifth-section .inner-box .one-box {
	position: relative;

}

.fifth-section .inner-box .one-box:before {
	content: '';
	position: absolute;
	top: 40px;
	/*left: 0;*/
	width: 100%;
	height: 1px;
	background: #3faadd;

}


.fifth-section .inner-box .one-box:last-child::before {
	width: auto;
	right: 0px;
	/*width: 0 auto;*/
}





.fifth-section .box span {
	color: var(--white-color);
	font-size: 25px;
	align-items: center;
	text-align: center;
}

.inner-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fifth-section .row {
	align-items: center;
}




.mobile-desing-section {
	margin-top: 50px;
}

.mobile-desing-section .top-box .heading {
	color: #000000;
	font-size: 46px;
	font-weight: 400;
}

.mobile-desing-section .top-box p {
	color: #1fd7d9;
	font-size: 16px;
	font-weight: 300;

}

.mobile-desing-section .top-box i {
	font-size: 25px;
}


.mobile-desing-section p {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.mobile-desing-section .box h5 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
}

.mobile-desing-section .box p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;

}

.mobile-desing-section .col-md-4:nth-child(1) .box {
	text-align: right;
}

.mobile-desing-section .box i {
	color: #1fd7d9;
}


section.six-section img {
	width: 100%;
}


.since-section {
	background: url(../images/img-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 235px;
	margin-top: 27px;
}

.since-code {
	color: #fff;
	font-size: 90px;
	font-weight: 300;
}

.since-section p {
	color: var(--white-color);
	font-size: 16px;
	line-height: 24px;
}

.since-section .row {
	align-items: center;
	text-align: center;
}



.since-text {
	font-size: 16px;
	font-weight: 500;
	color: #555;
}

.since-description {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}



.mobile-desing-section {
	background: url(../images/setion-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
}

.mobile-desing-section .box i {
	color: #1fd7d9;
	font-size: 35px;
}



.meet-our-section {
	background: url(../images/img-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	padding: 30px 0px;
}

.meet-our-section h6 {
	color: #1fd7d9;
	font-size: 16px;
	font-weight: 300;

}

.meet-our-section .heading-1 {
	font-size: 56px;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(135deg, #007CF0 0%, #00DFD8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.meet-our-section p {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.meet-our-section .row1 {
	background: #ffffff;
	height: 300px;
	box-shadow: 0px 0px 5px;
	display: inline-flex;
	/* padding-bottom: 67px; */
}

.meet-our-section img {
	max-width: 100%;
}



.meet-our-section .inner-2 {
	align-items: center;
	text-align: center;
	margin: 15px 0px;
}

.meet-our-section .inner-2 h3 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 0px;
}

.meet-our-section .inner-2 p {
	font-size: 10px;
	font-weight: 400;
	color: #000000;
}




.fifth-section .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: nowrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
	align-items: center;
	text-align: -webkit-center;
}

.header .offcanvas-body li a {
	text-decoration: none;
	font-size: 15px;
	color: #f2f2f2;

}

.offcanvas-end {
	width: 100%;
}

button.btn-close {
	background-color: var(--white-color);
}


@keyframes anima {
	100% {
		background: linear-gradient(135deg, orange, white, black, )
	}
}


.strong-box {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

/* ================= TOP BAR ================= */
.top-bar {
	background: #000;
	color: #fff;
	font-size: 14px;
}

.top-bar a {
	color: #fff;
	text-decoration: none;
}

.background {
	background-color: black;
	color: #ffffff;
	padding: 10px 0px;
}

.top-bar i,
.top-bar a {
	color: #ffffff;
}

/* Ensure address text is visible on black background */
.background address,
.top-bar address {
	padding-left: 30px;
	color: #ffffff;
}

address {
	/* margin-bottom: 1rem; */
	font-style: normal;
	line-height: inherit;
	font-size: 14px;
	/* padding: 5px 1px; */
	margin: 0px;
}

.background .icon-top,
.top-bar .icon-top {
	text-align: end;
}

.background .icon-top i,
.top-bar .icon-top i {
	border: none !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border-radius: 0 !important;
	margin: 0 6px !important;
	font-size: 14px;
	color: #ffffff;
}

.background i.fa.fa-linkedin {
	/* background-color: white; */
	width: auto;
	height: auto;
	border: none;
	padding: 0;
	margin: 0 6px;
	font-size: 16px;
	color: #ffffff;
	height: 25px;
	margin: 0px 10px;
}

.background .i .fa .fa-twitter .aria-hidden {
	width: 25px;
	height: 25px;
	margin: 0px 10px;
}

.background i.fa.fa-twitter.aria-hidden\= {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.background i.fa.fa-facebook.aria-hidden\= {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}


.meet-our-section img {
	max-width: 100%;
	transition: 2s;
	cursor: pointer;

}

.meet-our-section img:hover {
	transform: scale3d(1.1, 1.1, 1);
}


.prodect-section {
	position: relative;

}

.prodect-section .item {
	align-items: center;
	text-align: center;
	justify-content: center;
	padding-bottom: 15px;
}

.prodect-section .item img {
	max-width: 81%;
	overflow: hidden;
	object-fit: cover;
	display: initial;
	padding: 15px 0px;
}

.prodect-section .item {
	border: 1px solid #cdcdcd;
	box-shadow: 0px 0px 5px #cdcdcd;
}


.prodect-section button.owl-prev,
.prodect-section button.owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
}

.prodect-section button.owl-prev span,
.prodect-section button.owl-next span {
	/*background: #cdcdcd;*/
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	font-size: 29px;
	line-height: 31px;
}

.prodect-section button.owl-next span:hover {
	background: var(--hex-color);
}

.prodect-section button.owl-prev span:hover {
	background: var(--hex-color);
}

.prodect-section button.owl-prev {
	top: 39%;
	left: -100px;
}

.prodect-section button.owl-next {
	top: 39%;
	right: -100px;
}

.prodect-section .owl-dots {
	text-align: center;
}

.prodect-section .owl-dots .owl-dot span {
	background: #cdcdcd;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	margin: 0px 2px;
}

.prodect-section .owl-dots .owl-dot.active span {
	background: var(--black-color);
}


.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
	align-items: center;
	display: flex;
}

.prodect-section .item {
	/* border: 1px solid #cdcdcd; */
	box-shadow: 0px 0px 5px #cdcdcd;
	padding: 0px 5px;
	margin: 0px 10px;
}



.envato-section .inner {
	align-items: center;
	display: flex;
}

.envato-section .evorat-heading {
	font-size: 39px;
	font-weight: 700;
	color: #999595;
	padding: 0px 63px;
}


.prodect-section {
	position: relative;
	margin: 51px 0px;
}

.prodect-section .item {
	align-items: center;
	text-align: center;
	justify-content: center;
	padding-bottom: 15px;
}

.prodect-section .item img {
	max-width: 81%;
	overflow: hidden;
	object-fit: cover;
	display: initial;
	padding-top: 21px;
}

.prodect-section .btn {
	background: var(--black-color);
	padding: 5px 25px;
	border-radius: 25px;
	border: none;
}

.prodect-section .btn:hover {
	background: var(--hex-color);
}

.prodect-section .item {
	border: 1px solid #cdcdcd;
	box-shadow: 0px 0px 5px #cdcdcd;
}

.prodect-section .item .prodect-heading {
	font-size: 21px;
	font-weight: 500;
	color: #000000;
}

.prodect-section button.owl-prev,
.prodect-section button.owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
}

.prodect-section button.owl-prev span,
.prodect-section button.owl-next span {
	/* background: #cdcdcd;*/
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	font-size: 59px;
	line-height: 31px;
}

.prodect-section button.owl-next span:hover {
	background: var(--hex-color);
}

.prodect-section button.owl-prev span:hover {
	background: var(--hex-color);
}

.prodect-section button.owl-prev {
	top: 39%;
	left: -100px;
}

.prodect-section button.owl-next {
	top: 39%;
	right: -100px;
}

.prodect-section .owl-dots {
	text-align: center;
}

.prodect-section .owl-dots .owl-dot span {
	background: #cdcdcd;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	margin: 0px 2px;
}

.prodect-section .owl-dots .owl-dot.active span {
	background: var(--black-color);
}


.owl-demo .item {
	background: #3fbf79;
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.customNavigation {
	text-align: center;
}

use styles below to disable ugly selection .customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.what-people-section {
	background: url(../images/image.jpeg.jpg) no-repeat fixed;
	/* background-repeat: no-repeat; */
	background-size: cover;
	object-fit: cover;
	padding: 87px 0px;
	width: 100%;
	margin-bottom: 50px;
}

.inner1 {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0.45);
	color: #ffffff;
	padding: 30px 25px;
	border-radius: 8px;
	text-align: center;
}

.inner1 p {
	margin: 0;
	color: #ffffff;
	line-height: 1.6;
}

.what-people-section::before {
	content: '';
	position: absolute;
	background: #901515;
	margin: 0 auto;
	opacity: 0.4;
}



.what-people-section .inner {
	align-items: center;
	text-align: center;
	float: right;
}

.what-people-section .inner p {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;

}

.what-people-section .inner h1 {
	color: var(--white-color);
	font-size: 48px;
	font-weight: 400;
}

.what-people-section .inner1 h1 {
	color: var(--white-color);
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 15px;
}

.jon-section img {
	border-radius: 100%;
	object-fit: cover;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	position: relative;
}

.jon-section .box {
	text-align: center;
}

.jon-section .box .name {
	font-size: 23px;
	font-weight: 400;
	color: #7ce4e6;
}

.jon-section .box .sub-name {
	font-size: 16px;
	font-weight: 400;
	color: #999595;
}



section.jon-section .row {
	align-items: center;
}


.jon-section .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: inherit;
	/* -webkit-transform: translate3d(0,0,0); */
}

.jon-section p {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.owl-carousel .owl-item .box {
	position: relative;
	width: 300px;
	align-items: center;
	text-align: center;
}

.owl-carousel .owl-item .box .name {
	color: #7ce4e6;
	font-size: 23px;
	font-weight: 400;

}

.owl-carousel .owl-item .box .sub-name {
	color: #999595;
	font-size: 16px;
	font-weight: 400;
}



.owl-carousel .owl-item img {
	display: block;
	width: none;
	position: inherit;
}

.stay-connected-section .box-row {
	background: #ffffff;
	box-shadow: 0px 0px 5px #cdcdcd;
	/* height: 157px; */
	display: inline-flex;
	align-items: center;
	padding: 63px 0px;
	text-align: center;
}

.stay-connected-section .box-row input {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 7px 33px;
	border: none;
	outline: none;
	box-shadow: 0px 0px 3px #cdcdcd;
}

.stay-connected-section .box-row button {
	/* background-color: #000000; */
	/* padding: 7px 111px 0px 19px; */
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	padding: 7px 86px;
	background-color: #cdcdcd;
	border-radius: 26px;
	border: none;
	box-shadow: 0px 0px 3px #cdcdcd;
	background: rgb(76, 151, 224);
	background: linear-gradient(90deg, rgba(76, 151, 224, 1) 11%, rgba(6, 203, 245, 1) 100%, rgba(12, 198, 243, 1) 100%);
}

.copyright {
	background: #000000;
	padding: 10px 10px;
}

.copyright p {
	font-size: 16px;
	font-weight: 400;
	color: hwb(0 97% 2%);
	align-items: center;
	text-align: center;
	margin: 0px;

}

.job-card,
.contact-card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.job-card:hover,
.contact-card:hover {
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.job-card .card-title,
.contact-card h4 {
	color: #111827;
	font-weight: 700;
}

.job-card .card-text,
.contact-card p,
.contact-card label {
	color: #374151;
	font-weight: 500;
}

.job-card .card-text {
	font-size: 1rem;
	line-height: 1.6;
}

.contact-card a {
	color: #007CF0;
	font-weight: 600;
	text-decoration: none;
}

.contact-card a:hover {
	color: #00DFD8;
	text-decoration: underline;
}

.job-card strong,
.contact-card strong {
	font-size: inherit;
	font-weight: 700;
	color: #111827;
}

.job-card .btn,
.contact-card .btn {
	border-radius: 10px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.job-card .btn {
		width: 100%;
	}

	.contact-card {
		padding: 18px;
	}
}

.project-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	padding: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.project-card img {
	border-radius: 6px;
	margin-bottom: 12px;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.project-card .tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #eceff3;
	color: #000000;
	padding: 3px 6px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.project-card h5 {
	font-size: 18px;
	margin-bottom: 8px;
}

.project-card p {
	font-size: 14px;
	color: #5f6b7a;
	line-height: 1.5;
}

footer {
	background: url(../images/footer-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
	padding: 60px 0 35px;
}

footer .text-heading {
	font-size: 36px;
	font-weight: 400;
	color: #f7f4f4;
}

footer .dot {
	color: #009491;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 6px;
}

footer .icon-box a {
	font-size: 21px;
	color: var(--white-color);
	border-radius: 100%;
	border: 1px solid #ffffff;
	line-height: normal;
	padding: 7px;
	width: 41px;
	height: 41px;
	text-align: center;
	display: inline-block;
	line-height: 27px;
	margin: 0px 15px 0px 0px;
}

footer .heading {
	font-size: 30px;
	font-weight: 400;
	color: var(--white-color);
}

footer p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #ffffff;
	margin: 0px;
	margin-top: 15px;
}

footer .title-heading {
	font-size: 18px;
	font-weight: 400;
	color: #7ce4e6;
	text-transform: capitalize;
}

footer .icon-box-1 {
	margin-top: 15px;
}

footer .icon-box-1 .fa-mobile {
	padding-right: 10px;
	font-size: 21px;
}

.icon-box {
	margin-top: 15px;
}

.title-box {
	border-bottom: 3px solid #cdcdcd;
	margin-bottom: 25px;
}

/* Ensure all footer text white */
footer,
footer * {
	color: #ffffff !important;
}

footer ul {
	margin: 0px;
}

/* Premium navbar dropdown styles */
.navbar .dropdown-menu {
	border: none;
	border-radius: 12px;
	padding: 0.75rem;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
	min-width: 220px;
	/* removed blur filter */
}

.navbar .dropdown-menu .dropdown-item {
	padding: 0.55rem 1rem;
	border-radius: 8px;
	font-weight: 500;
	color: #101317;
	transition: all .25s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
	background: linear-gradient(135deg, #007CF0 0%, #00DFD8 100%);
	color: #000000;
}

.navbar .dropdown-toggle::after {
	margin-left: 0.35rem;
	vertical-align: 0.15em;
}

#mainHeader,
#mainHeader.sticky {
	background: linear-gradient(90deg, #020024 0%, #090979 50%, #020024 100%) !important;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {

	/* ===== TOP BAR ===== */
	.top-bar .row {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.top-bar .col-md-3,
	.top-bar .col-xl-6,
	.top-bar .col-lg-3 {
		width: 100%;
		text-align: left;
	}

	.icon-top {
		display: none;
	}

	/* ===== HEADER BOTTOM ===== */
	.header-bottom .row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/* LOGO LEFT */
	.header-bottom .col-md-3 {
		flex: 1;
	}

	/* NAV / TOGGLER RIGHT */
	.header-bottom .col-xl-9,
	.header-bottom .col-lg-9,
	.header-bottom .col-md-9,
	.header-bottom .col-md-6 {
		flex: 0;
		display: flex;
		justify-content: flex-end;
	}

	.navbar {
		padding: 0;
		position: relative;
	}

	.navbar-toggler {
		border: none;
		padding: 4px 6px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	/* COLLAPSE MENU */
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 10px 0;
		margin-top: 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
		z-index: 9999;
		overflow-y: auto;
	}

	/* stack links vertically */
	.navbar-nav {
		flex-direction: column;
		width: 100%;
	}

	.navbar-nav .nav-item {
		width: 100%;
	}

	.navbar-nav .nav-link {
		padding: 10px 20px;
	}
}


footer li {
	list-style: none;
	padding: 7px 0px;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.stay-connected-section .box-row button {
	/* background-color: #000000; */
	/* padding: 7px 111px 0px 19px; */
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	padding: 7px 86px;
	background-color: #cdcdcd;
	border-radius: 26px;
	border: none;
	box-shadow: 0px 0px 3px #cdcdcd;
	background: rgb(76, 151, 224);
	background: linear-gradient(90deg, rgba(76, 151, 224, 1) 11%, rgba(6, 203, 245, 1) 100%, rgba(12, 198, 243, 1) 100%);
}

.copyright {
	background: #000000;
	padding: 10px 10px;
}

.copyright p {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	align-items: center;
	text-align: center;
	margin: 0px;

}



/* Premium section title */
.section-title {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	background: linear-gradient(135deg, #007CF0 0%, #00DFD8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* WHY CHOOSE */
.why-choose {
	padding: 80px 0;
	background: #f8f9fa;
}

.choose-card {
	background: white;
	padding: 30px;
	border-radius: 18px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: 0.4s;
}

.choose-card i {
	font-size: 40px;
	color: #0d6efd;
	margin-bottom: 15px;
}

.choose-card:hover {
	background: linear-gradient(135deg, #0d6efd, #6610f2);
	color: white;
	transform: translateY(-12px);
}

.choose-card:hover i {
	color: white;
}

/* TECH SECTION */
.tech-section {
	padding: 80px 0;
	background: #0b0d17;
}

.tech-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 25px;
	border-radius: 18px;
	text-align: center;
	backdrop-filter: blur(6px);
	transition: transform .35s ease, box-shadow .35s ease;
	color: #ffffff;
}

.tech-card i {
	font-size: 48px;
	margin-bottom: 20px;
	background: linear-gradient(135deg, #00DFD8, #007CF0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.tech-card:hover {
	transform: translateY(-12px) scale(1.03);
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
}

.tech-card h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

/* ROADMAP */
.roadmap {
	padding: 80px 0;
}

.timeline {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 -15px;
}

.timeline .col-md-3 {
	padding: 0 15px;
	flex: 0 0 25%;
	max-width: 25%;
}

.timeline .step {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.step {
	background: #f1f3f5;
	padding: 25px;
	border-radius: 16px;
	text-align: center;
	transition: 0.3s;
}

.step span {
	font-size: 30px;
	color: #05080f;
	font-weight: bold;
}

.step:hover {
	background: #0d6efd;
	color: white;
}


.it-career-section {
	padding: 80px 0;
	background: #f8fafc;
}

.it-career-section .section-title {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 50px;
}

.it-career-section .section-title span {
	color: #0d6efd;
}

.career-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
}

.career-card {
	background: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.career-card:hover {
	transform: translateY(-8px);
}

.career-card i {
	font-size: 40px;
	color: #0d6efd;
	margin-bottom: 15px;
}

.career-card h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.career-card p {
	font-size: 14px;
	color: #555;
}

/* ===== Tools Section ===== */
.tools-section {
	padding: 70px 0;
	background: #ffffff;
	overflow: hidden;
	/* important for animation */
}

.tools-section .section-title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
}

/* Container for animation */
.tools-list {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: scrollRTL 25s linear infinite;
}

/* Tool item */
.tools-list span {
	background: #0d6efd;
	color: #ffffff;
	padding: 10px 22px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Animation keyframes (Right → Left) */
@keyframes scrollRTL {
	0% {
		transform: translateX(100%);
	}

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

/* Pause animation on hover (optional but professional) */
/* .tools-section:hover .tools-list {
  animation-play-state: paused;
} */

/* ==================================================
   PREMIUM STYLES – MEET OUR EXPERTS SECTION
   ================================================== */

/* Responsive grid instead of fixed inline-flex */
.meet-our-section .row1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 25px;
	background: transparent;
	height: auto;
	/* let cards decide their own height */
	box-shadow: none;
	padding: 10px 0;
}

/* Expert card */
.meet-our-section .col-md-3 {
	flex: 0 0 calc(25% - 25px);
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94),
		box-shadow .35s cubic-bezier(.25, .46, .45, .94);
}

/* Hover elevation */
.meet-our-section .col-md-3:hover {
	transform: translateY(-14px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Card image */
.meet-our-section .col-md-3 img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}

/* Subtle zoom-in on hover */
.meet-our-section .col-md-3:hover img {
	transform: scale(1.08);
}

/* Details */
.meet-our-section .col-md-3 .inner-2 {
	padding: 22px 15px 28px;
	background: #ffffff;
}

.meet-our-section .col-md-3 .inner-2 h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #111827;
}

.meet-our-section .col-md-3 .inner-2 p {
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #6b7280;
	margin: 0;
}

/* Glass overlay for name/job on hover (mobile-friendly) */
.meet-our-section .col-md-3::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.55) 100%);
	opacity: 0;
	transition: opacity .35s ease;
	pointer-events: none;
}

.meet-our-section .col-md-3:hover::before {
	opacity: 1;
}

/* Make heading consistent & responsive */
@media (max-width: 992px) {
	.meet-our-section .col-md-3 {
		flex: 0 0 calc(50% - 25px);
	}
}

.meet-our-section {
	margin-bottom: 60px;
}

@media (max-width: 576px) {
	.meet-our-section .col-md-3 {
		flex: 0 0 100%;
	}

	.meet-our-section .row1 {
		gap: 18px;
	}
}

/* ====  HORIZONTAL TIMELINE – fifth-section  ==== */
.fifth-section {
	background: #1d2530;
	/* dark backdrop */
	padding: 0 0 90px;
	margin-top: -60px;
	color: #fff;
}

.fifth-section .heading {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}

/* container flex */
.fifth-section .inner-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto;
	position: relative
}

/* connecting line */
.fifth-section .inner-box::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 5%;
	right: 5%;
	height: 2px;
	background: #29a7ff;
	z-index: 0;
}

/* each step */
.fifth-section .one-box {
	width: 18%;
	text-align: center;
	position: relative;
	z-index: 1
}

/* circle */
.fifth-section .one-box .box {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #29a7ff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	background: #1d2530;
	color: #fff;
	font-size: 20px;
	font-weight: 600
}


/* card content */
.fifth-section .box-heading {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #fff
}

.fifth-section .one-box p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	color: #d6dce5
}

/* border around text block */
.fifth-section .one-box {
	padding-bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

/* responsive */
@media(max-width:992px) {
	.fifth-section .one-box {
		width: 23%;
	}

	.fifth-section .inner-box::before {
		left: 4%;
		right: 4%;
	}
}

@media(max-width:768px) {
	.fifth-section .inner-box {
		flex-direction: column;
		align-items: center
	}

	.fifth-section .inner-box::before {
		display: none
	}

	.fifth-section .one-box {
		width: 90%;
		margin-bottom: 40px
	}

	.fifth-section .one-box .box {
		margin-bottom: 15px
	}
}


.section-heading {
	margin-bottom: 40px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-heading p {
	color: #666;
	font-size: 16px;
}

/* === Demo Invite Section === */
.demo-invite-section {
	background: #f8fafc;
	color: #0f172a
}

.demo-invite-section small {
	letter-spacing: 2px
}

.demo-invite-section .demo-list li {
	margin-bottom: 8px;
	font-size: 15px;
}

.demo-invite-section .btn-primary {
	background: #0066ff;
	border: none
}

/* === FAQ Section === */

/* === Scrolling Ticker Banner === */
.ticker-section {
	background: #ffffff;
	overflow: hidden;
	padding: 10px 0
}

.ticker-inner {
	white-space: nowrap;
	display: inline-block;
	animation: ticker-left 30s linear infinite
}

.ticker-inner span {
	display: inline-block;
	font-weight: 600;
	color: #000;
	font-size: 14px
}

@keyframes ticker-left {
	0% {
		transform: translateX(100%)
	}

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

.faq-section {
	background: #ffffff
}

.faq-section .accordion-button {
	background: #f1f5f9;
	font-weight: 500;
	color: #0f172a
}

.faq-section .accordion-button:not(.collapsed) {
	background: #e8f0fe;
	color: #0f172a
}

.faq-section .accordion-body {
	font-size: 15px;
	color: #475569
}

/* === Simplified Feedback Section === */

/* Responsive adjustments for Roadmap */
@media (max-width: 767.98px) {
  /* thrid-section list/image stack */
  .thrid-section .row { flex-direction: column !important; }
  .thrid-section .row > .col-md-6 { width:100% !important; flex:0 0 100% !important; }
  .thrid-section img { height:auto !important; }


	/* meet our experts section mobile */
	.meet-our-section {
		height: auto !important;
		padding: 40px 0 !important;
	}

	.meet-our-section .row1 {
		flex-wrap: wrap !important;
		gap: 20px !important;
		justify-content: center;
	}

	.meet-our-section .col-md-3 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}


	/* Roadmap */
	.timeline {
		flex-direction: column;
		align-items: center;
	}

	.timeline .col-md-3 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}


/* === Company Logos Marquee === */
.companies-section {
	background: gainsboro;
	color: #0d0b0b;
	padding: 70px 0;
	text-align: center
}

.companies-section .section-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px
}

.companies-section .section-subtitle {
	color: #94a3b8;
	margin-bottom: 32px
}

.company-marquee {
	overflow: hidden;
	position: relative
}

.company-marquee .logo-row {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 60px;
	animation: scroll-left 25s linear infinite;
}

.company-marquee img {
	height: 40px;
	max-width: 120px;
	width: auto;
	/*filter: brightness(0) invert(1);*/
	opacity: .85;
	transition: opacity .3s
}

.company-marquee img:hover {
	opacity: 1
}

.company-marquee .logo-row:nth-child(1) {
	animation: scroll-left 25s linear infinite;
}

.company-marquee .logo-row:nth-child(2) {
	animation: scroll-right 25s linear infinite;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

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

@keyframes scroll-right {
	0% {
		transform: translateX(-100%);
	}

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

/* gap and alternate direction done */
.feedback-section {
	background: #f9fafb;
	padding: 60px 0;
	color: #1e293b;
}

.feedback-section .allitem {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 30px 25px;
	transition: transform .3s, box-shadow .3s;
}

.feedback-section .allitem:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.feedback-section .img-date {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #e0f2fe;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.feedback-section .img-date img {
	width: 32px;
	height: 32px;
}

.feedback-section .discretion-blog h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #1e293b;
}

.feedback-section .discretion-blog p {
	font-size: 14px;
	line-height: 22px;
	color: #475569;
	margin: 0;
}





.ai-chat-icon {
	position: fixed;
	bottom: 25px;
	right: 25px;
	background: #0d6efd;
	color: #fff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	cursor: pointer;
	z-index: 9999;
}

.ai-chat-popup {
	position: fixed;
	bottom: 90px;
	right: 25px;
	width: 320px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
	display: none;
	flex-direction: column;
	z-index: 9999;
	overflow: hidden;
}

.ai-chat-header {
	background: #0d6efd;
	color: #fff;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border-radius: 12px 12px 0 0;
}

.ai-chat-body {
	height: 260px;
	padding: 10px;
	overflow-y: auto;
	font-size: 14px;
	border-radius: 0 0 12px 12px;
}

.ai-chat-footer {
	display: flex;
	border-top: 1px solid #ddd;
	border-radius: 0 0 12px 12px;
}

.ai-chat-footer input {
	flex: 1;
	padding: 8px;
	border: none;
	outline: none;
	border-radius: 0 0 0 12px;
}

.ai-chat-footer button {
	background: #0d6efd;
	color: #fff;
	border: none;
	padding: 8px 12px;
	border-radius: 0 0 12px 0;
}

.user-msg {
	text-align: right;
	margin: 6px 0;
	color: #0d6efd;
}

.bot-msg {
	text-align: left;
	margin: 6px 0;
	color: #198754;
}

.ai-loader img {
	vertical-align: middle;
}