@media only screen and (min-width:950px) {
 .navbar {
 position: relative !important;
}
}
.title {
	font-size: 22px;
	font-weight: 400;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	margin-bottom: 40px;/*font-family: 'Poppins';*/
}
.title i {
	margin-right: 10px;
	color: #444;
}
.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px; /* Gap between boxes */
}
.feature-box {
	flex: 1 1 calc(33.33% - 20px); /* 3 boxes per row with spacing */
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.first {
	background: linear-gradient(to bottom, #eaeeff, #ffefef);
}
.second {
	background: linear-gradient(to bottom, #eaeeff, #f0fffa);
}
.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.feature-title {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;/*font-family: 'Poppins';*/
}
.first-title {
	color: #023c58;
}
.feature-title i {
	font-size: 24px;
	margin-right: 10px;
	color: #0861c1;
	margin-top: 4px;
}
.feature-content {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}
.feature-content ul {
	padding-left: 30px;
}
.feature-content ul li {
	margin-bottom: 8px;
	list-style:disc;
}
/* Responsive Design */
@media (max-width: 1024px) {
 .feature-box {
 flex: 1 1 calc(50% - 20px); /* 2 boxes per row on tablets */
}
}
@media (max-width: 768px) {
 .features {
 flex-direction: column;
}
 .feature-box {
 flex: 1 1 100%; /* 1 box per row on mobile */
}
 .banner_text_sec {
 padding: 0% 1% 6% 4% !important;
}
 .banner_text1 {
 padding: 0% 4% 0% !important;
}
 .features {
 margin:10px;
}
 .title {
 margin:auto 10px !important;
}
 .demo-content {
 margin-top:-100px !important;
}
}
.banner_text_sec {
	padding: 1% 40% 6% 4%;
}
.banner_text1 {
	padding: 5% 4% 0%;
}
.banner_text2 {
	padding-left: 4%;
	font-size: 3vw;
	color: #024668;
}
.banner_text3 {
	padding-left: 4%;
	color: #894702;
	font-size: 1.7vw;
	padding-bottom: 2%;
}
.demo-section {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding: 40px 50px !important;
	background: linear-gradient(79deg, #0d7ddd, #7ecee5)!important;
}
.demo-section .image-container {
	flex: 1;
	position: relative;
}
.demo-section img {
	width: 100%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	margin-top:-100px;
}
.demo-content {
	flex: 2;
	text-align: left;
}
 @media (max-width: 768px) {
 .demo-section {
 flex-direction: column;
 text-align: center;
}
 .demo-content {
 text-align: center;
}
 .demo-section img {
 height: auto;
}
}