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

.features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px 50px;
      max-width: 1200px;
      margin: auto;
    }
    .feature {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .feature-icon {
      background: #ffcc00;
      color: #222;
      font-size: 18px;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      flex-shrink: 0;
    }
    .feature h3 {
      margin: 0;
      font-size: 16px;
      color: #222;
    }
    .feature p {
      margin: 4px 0 0;
      font-size: 15px;
      color: #555;
      line-height: 1.5;
    }
	.highlight
	{
		color:#0b87b9;
	}

    /* Responsive */
    @media (max-width: 768px) {
      .features {
        grid-template-columns: 1fr;
		padding:10px;
      }
    }

.section-container {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 5%;
      gap: 80px;
	  background: linear-gradient(90deg, #afbacc 0, #ced6e3 50%, #c4d4e4 100%);
    }

    .section-image {
      flex: 1;
      text-align: center;
    }

    .section-image img {
      max-width: 100%;
      border-radius: 10px;
    }

    .section-content {
      flex: 1;
    }

    .section-content h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 20px;
    }

    .section-content p {
      color: #555;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .section-features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-bottom: 30px;
    }

    .section-feature {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 17px;
      color: #1e293b;
    }

    .section-feature i {
      font-size: 20px;
      color: #254ab9;
    }

    .section-buttons {
      display: flex;
      gap: 15px;
    }

    .btn-primary {
      background: #254ab9;      
	  color: #fff;
      border: none;
      padding: 12px 25px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .btn-primary:hover {
      background: #063ca3;
    }

    .btn-outline {
      background: #fff;
      color: #1e293b;
      border: 1px solid #ccc;
      padding: 12px 25px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .btn-outline:hover {
      border-color: #888;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .section-container {
        flex-direction: column;
        text-align: center;
      }

      .section-features {
        grid-template-columns: 1fr;
      }

      .section-buttons {
        justify-content: center;
      }
    }


.why-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding:4% 0%;
}

.why-feature-card {
  background-color: #e6edf7;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.why-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.why-feature-icon {
  font-size: 2.5rem;
  color: #f4f7fb;
}

.why-feature-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3b79d5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}
.why-feature-title{
  font-size: 1.7rem;
  color: #333;
  line-height: 1.7;
  margin-bottom:5px;
}
.why-feature-text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}


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

.faq-item {
  background: #e3e9f1d6;
  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;
}
.faq-answer ul
{
	list-style-type:disc;
	font-size: 1.6rem;
}

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

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