@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;
}

@media (max-width: 768px) {
 
 .banner_text_sec {
 padding: 0% 1% 6% 4% !important;
}
 .banner_text1 {
 padding: 0% 4% 0% !important;
}

 .title {
 margin:auto 10px !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%;
	line-height:1.4;
}
.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-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	/* Only apply negative margin on larger screens */
	margin-top: -100px;
}

.demo-content {
	flex: 2;
	text-align: left;
}
 @media (max-width: 768px) {
 .demo-section {
		flex-direction: column;
		text-align: center;
		padding: 30px 20px !important;
	}

	.demo-content {
		text-align: center;
		
		box-sizing: border-box;
	}

	.demo-section img {
		height: auto;
		margin-top:-100px !important; /* 🔧 Remove negative margin on mobile */
	}
}

	
	.features-grid {
      display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 1.5rem;
	  padding: 1rem;
    }
    .feature-card {
      background: #e9ecf7;
      border-radius: 16px;
      padding: 1.8rem;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    }
    .feature-icon {
      font-size: 2.8rem;
      color: #046fcf;
      margin-bottom: 1rem;
	  padding-top: 1.2rem;
    }
    .feature-title {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 0.75rem;
      color: #0965ad;
    }
    .feature-list {
      padding-left: 1.2rem;
    }
    .feature-list li {
      margin-bottom: 0.5rem;
      list-style-type: disc;
	  font-size:1.5rem;
      line-height: 1.5;
	}
	
	/* Mobile view: 1 column */
	@media (max-width: 768px) {
	  .features-grid {
		grid-template-columns: 1fr;
	  }
	}
	
	.hero-banner-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      min-height: 90vh;
	  background: linear-gradient(to right, #fef6f4, #cdd3f7);
	  border-radius: 20px;
    }
	.hero-banner-section-second {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      min-height: 80vh;
	  background: linear-gradient(to right, #fef6f4, #f7e5dc);
	  border-radius: 20px;
    }
    .hero-banner-content {
      flex: 1;
      max-width: 550px;
	  padding: 2% 4%;
    }
    .tag {
      display: inline-block;
      background-color: #d0d5f7;
      color: #0a1766;
      font-weight: 500;
      font-size: 1.2rem;
      padding: 0.4rem 0.75rem;
      border-radius: 1rem;
      margin-bottom: 1rem;
    }
	.tag-second {
      display: inline-block;
      background-color: #fbdbcb;
      color: #833007;
      font-weight: 500;
      font-size: 1.2rem;
      padding: 0.4rem 0.75rem;
      border-radius: 1rem;
      margin-bottom: 1rem;
    }
    .hero-banner-content h1 {
      font-size: 2.5rem;
      color: #2c3e50;
      margin-bottom: 1rem;
    }
    .hero-banner-content h1 span {
      color: #e67e22;
    }
    .hero-banner-content p {
      font-size:1.5rem;
      color: #555;
      margin-bottom: 1.5rem;
    }
    .feature-banner-list {
      list-style: none;
      padding: 0;
      margin-bottom: 2rem;
    }
    .feature-banner-list li {
      font-size:1.5rem;
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
      color: #333;
	  line-height:1.5;
    }
    .feature-banner-list i {
      color: white;
      background-color: #2ecc71;
      border-radius: 50%;
      padding: 0.3rem;
      font-size: 0.8rem;
      margin-right: 0.6rem;
    }
    .cta-buttons {
      display: flex;
      gap: 1rem;
    }
    .cta-buttons a,
.cta-buttons button {
      text-decoration: none;
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
	  font-size: 1.8rem;
      font-weight: 500;
      transition: background 0.3s ease;
    }
    .btn-primary {
      background-color: #6c5ce7;
      color: white;
    }
    .btn-primary:hover {
      background-color: #5a4dcf;
    }
    .btn-outline {
      border: 2px solid #6c5ce7;
      color: #6c5ce7;
    }
    .btn-outline:hover {
      background-color: #6c5ce7;
      color: white;
    }
    .hero-image {
      flex: 1;
      text-align: center;
    }
    .hero-image img {
      max-width: 100%;
      height: auto;
    }
    @media (max-width: 768px) {
  .hero-banner-section {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
  }
  .hero-banner-section-second {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
  }

  .hero-banner-content, .hero-image {
    max-width: 100%;
    padding: 0;
  }

  .feature-banner-list {
    padding-left: 0;
    text-align: left;
    margin: auto;
    max-width: 90%;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons a,
  .cta-buttons button {
    width: 90%;
    text-align: center;
  }
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background: none;
  border: none;
  padding: 16px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "▼";
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  transform: rotate(-180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 0.4s ease;
  background-color: #f8f8f8;
}

.faq-answer p {
  margin: 15px 0;
  color: #333;
  font-size: 15px;
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 15px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}
