@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;
}
}
.dashboard-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      /*padding: 80px 100px;*/
      
      margin: auto;
      background: #fff;
    }

    .dashboard-image {
      /*flex: 1 1 33.333%;*/
	  flex: 1 1 41.6667%;
      padding: 20px;
      text-align: center;
    }

    .dashboard-content {
      /*flex: 1 1 66.667%;*/
	  flex: 1 1 58.3333%;
      padding: 20px;
    }

    .dashboard-image img {
      width: 100%;
      max-width: 500px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .dashboard-content h2 {
      color: #2a3f54;
      font-size: 28px;
      margin-bottom: 15px;
    }

    .dashboard-content p {
      font-size: 16px;
      margin-bottom: 25px;
    }

    .features-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      /*background: #f0f4f8;*/
      /*padding: 1px;*/
      /*border-radius: 10px;*/
      /*box-shadow: 0 1px 5px rgba(0,0,0,0.05);*/
    }

    .feature-item i {
      font-size: 20px;
      color: #006eaa;
      margin-top: 3px;
      min-width: 24px;
    }

    .feature-item p {
      font-size: 16px;
	  line-height:1.8;
	  margin-bottom:0px;
    }
	.bold{
		font-weight:400;
		color:#197cb9;
	}
.banner-content{
	background: #f5e7db; padding: 30px; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); max-width: 1100px; margin: 40px auto;
}
.tab-container {
      text-align: center;
      background: #ffffff;
      padding: 1.5rem 0;
     /* box-shadow: 0 4px 12px rgba(0,0,0,0.05);*/
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .tab-container a {
      display: inline-block;
      margin: 0 1rem;
      font-size: 1.4rem;
      text-decoration: none;
      color: #444;
      position: relative;
      padding-bottom: 5px;
      transition: color 0.3s ease;
    }

    .tab-container a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #007BFF;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    .tab-container a:hover::after {
      width: 100%;
    }

    .tab-container a:hover {
      color: #007BFF;
    }
	.pt-2{
		padding-top:20px;
	}
    @media (max-width: 768px) {
      .dashboard-section {
        flex-direction: column;
		padding:40px 10px;
      }

      .dashboard-image, .dashboard-content {
        flex: 1 1 100%;
        text-align: center;
      }

      .dashboard-content {
        text-align: left;
      }
  
    }
 .section-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 40px 0px;
      max-width: 1200px;
      margin: auto;
      background-color: #ffffff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      border-radius: 16px;
      gap: 40px;
    }
	.text-content {
      width: 100%;
    }
	.text-heading h2 {
      font-size: 28px;
      color: #1e1e1e;
      margin-bottom: 10px;
	  text-align:center;
    }

    .text-heading h3 {
      font-size: 20px;
      color: #297bc3;
      font-weight: normal;
	  text-align:center;
      margin-bottom: 24px;
    }

    .text-content {
      flex: 1 1 55%;
    }

    

    .text-content ul {
      padding-left: 0;
      list-style: none;
    }

    .text-content ul li {
      margin-bottom: 14px;
      font-size: 16px;
      color: #333;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .text-content ul li i {
      color: #00a76f;
      margin-top: 4px;
      min-width: 18px;
    }

.highlight-blue {
  color: #297bc3;
  font-weight: 600;
  white-space: nowrap; /* 🔹 prevents wrapping of just the blue text */
}

.workflow-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.workflow-step i {
  color: green;
  font-size: 18px;
  margin-top: 4px;
}

.text-workflow-content {
  flex: 1;
}

.step-title {
  display: block;
  color: #297bc3;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

.step-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}


    .image-content {
      flex: 1 1 35%;
      text-align: center;
    }

    .image-content img {
      width: 100%;
      max-width: 480px;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .image-content img:hover {
      transform: scale(1.02);
    }

	
    @media (max-width: 768px) {
      .section-wrapper {
        flex-direction: column-reverse;
        padding: 40px 16px;
      }

      .text-content h2 {
        font-size: 24px;
      }

      .text-content ul li {
        font-size: 15px;
      }
    }
