.topstrip {
  background: #312D89;
  height: 50px;
  padding: 5px;
  position: sticky;
  top: 90px;
  z-index: 9;
}

.topstrip .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.topstrip ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.topstrip ul li,
.topstrip ul li a {
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.topstrip .btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.topstrip .btn-group .custom-btn {
  min-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.topstrip .btn-group .custom-btn:nth-child(2) {
  background: #E66F1A;
}

.topstrip .btn-group .custom-btn:nth-child(2):after {
  background: #106B41;
}

.breadcrumb {
  background: linear-gradient(90deg, #F3FFF7 0%, #FFFBF4 50%, #FFF6FF 100%);
  padding: 10px 0;
  margin: 0;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.breadcrumb li {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.breadcrumb li::before {
  color: var(--dark);
  content: "/";
  position: absolute;
  left: -10px;
}

.breadcrumb li:nth-child(1):before {
  display: none;
}

.breadcrumb li a {
  color: var(--blue);
  text-decoration: none;
}

.banner {
  padding: 60px 0;
  background: linear-gradient(90deg, #F3FFF7 0%, #FFFBF4 50%, #FFF6FF 100%);
}

.banner .heading {
  color: var(--blue);
  margin-bottom: 20px;
}

.banner .tagline {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.banner ul li {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.banner ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  width: 9px;
  height: 16px;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: monospace;
  font-size: 20px;
  font-weight: 600;
}

.banner .btn-group {
  gap: 30px;
}
.banner .btn-group div p, .banner .btn-group div p a{
  color: #1A1A1A;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.banner .btn-group div:nth-child(2) .custom-btn{
  background: #E66F1A;
}

.banner .btn-group div:nth-child(2) .custom-btn::after {
  background: #106B41;
}

.Whychoose {
  padding: 60px 0;
}

.Whychoose .heading {
  margin-bottom: 20px;
}

.Whychoose .heading,
.Whychoose .tagline {
  text-align: center;
}

.Whychoose .tagline {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.Whychoose .item {
  border-radius: 20px;
  background: #FFF1FF;
  padding: 35px;
  height: 100%;
}

.Whychoose .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(49, 45, 137, 0.25);
}

.Whychoose .item .head {
  color: #312D89;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}

.Whychoose .item p {
  margin-bottom: 0;
}

.Whychoose .col-lg-4:nth-child(2) .item {
  background: #FFFAE9;
}

.Whychoose .col-lg-4:nth-child(3) .item {
  background: #EEF6FF;
}

.conversion-formate {
  padding: 60px 0;
  background: linear-gradient(90deg, #F3FFF7 0%, #FFFBF4 50%, #FFF6FF 100%);
}

.conversion-formate .heading {
  margin-bottom: 20px;
}

.conversion-formate .tagline {
  margin-bottom: 40px;
}

.conversion-formate .heading,
.conversion-formate .tagline {
  text-align: center;
}

.conversion-formate .table {
  border-radius: 10px;
  overflow: hidden;
}

.conversion-formate .table thead tr th {
  background-color: #312D89;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
}

.conversion-formate .table tbody tr th {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
}

.conversion-formate .table tbody tr td {
  padding: 20px 30px;
}

.common-case {
  padding: 60px 0;
}

.common-case .heading {
  margin-bottom: 20px;
}

.common-case .heading,
.common-case .tagline {
  text-align: center;
}

.common-case .tagline {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.common-case .row {
  row-gap: 1.5rem;
}

.common-case .item {
  border-radius: 30px;
  border: 3px solid #EEF6FF;
  background: #FFF1FF;
  box-shadow: 0 0 3px 0 #D6FBFD;
  padding: 30px;
  height: 100%;
}

.common-case .item .head {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.common-case .item p {
  margin-bottom: 0;
}

.common-case .col-md-6:nth-child(2) .item {
  background: #FFFAE9;
}

.common-case .col-md-6:nth-child(3) .item {
  background: #EAFFF3;
}

.common-case .col-md-6:nth-child(4) .item {
  background: #EEF6FF;
}

.advanced-features {
  padding: 60px 0;
  background: #EEF6FF;
}

.advanced-features .heading {
  margin-bottom: 20px;
}

.advanced-features .heading,
.advanced-features .tagline {
  text-align: center;
}

.advanced-features .tagline {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.advanced-features .row {
  row-gap: 1.5rem;
}

.advanced-features .item {
  border-radius: 30px;
  background: #FFF;
  padding: 30px;
  height: 100%;
}

.advanced-features .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: #EEF6FF;
  box-shadow: 0 0 4px 0 rgba(49, 45, 137, 0.25);
}

.advanced-features .item .head {
  color: #312D89;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}

.advanced-features .item p {
  margin-bottom: 0;
}

.how-to-use {
  padding: 60px 0;
}

.how-to-use .heading {
  margin-bottom: 20px;
}

.how-to-use .tagline {
  font-size: 18px;
  margin-bottom: 30px;
}

.how-to-use ul li {
  margin-bottom: 10px;
}

.system-requirements {
  padding: 60px 0;
  background: linear-gradient(90deg, #F3FFF7 0%, #FFFBF4 50%, #FFF6FF 100%);
}

.system-requirements .heading {
  text-align: center;
  margin-bottom: 20px;
}

.system-requirements .tagline {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.system-requirements .points {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.system-requirements .point:nth-child(1) {
  min-width: 300px;
  max-width: 300px;
}

.system-requirements .point .head {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.system-requirements .point .btn-group {
  gap: 20px;
  flex-wrap: wrap;
}

.comparision-table {
  padding: 60px 0;
}

.comparision-table .heading {
  margin-bottom: 20px;
}

.comparision-table .tagline {
  margin-bottom: 40px;
}

.comparision-table .heading,
.comparision-table .tagline {
  text-align: center;
}

.comparision-table .table {
  border-radius: 10px;
  overflow: hidden;
}

.comparision-table .table thead tr th {
  background-color: #312D89;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
  text-align: center;
}

.comparision-table .table thead tr th:nth-child(1) {
  text-align: left;
}

.comparision-table .table tbody tr th {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 30px;
}

.comparision-table .table tbody tr td {
  text-align: center;
  padding: 20px 30px;
}

.comparision-table .table tbody tr td:nth-child(3) .custom-btn {
  background: #E66F1A;
}

.comparision-table .table tbody tr td:nth-child(3) .custom-btn::after {
  background: #106B41;
}

.award-winning {
  padding: 40px 60px;
  margin-bottom: 60px;
  border-radius: 30px;
  background: linear-gradient(90deg, #F3FFF7 0%, #FFFBF4 50%, #FFF6FF 100%);
}

.award-winning .left-part {
  text-align: center;
  border-right: 2px solid #ddd;
  padding: 30px 0;
  height: 100%;
}

.award-winning .left-part .head {
  color: #51B53C;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.award-winning .item {
  padding: 30px;
}

.award-winning .item img {
  max-height: 70px;
  width: auto;
  margin-bottom: 30px;
}

.award-winning .item .name {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.2%;
  padding-left: 20px;
  border-left: 2px solid #312D89;
  margin-top: 30px;
  margin-bottom: 0;
}

.award-winning .item .name span {
  display: block;
  color: #312D89;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.2%;
}

.award-winning .next-pre {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.award-winning .next-pre span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #312D89;
  border-radius: 7px;
}

.clients-review {
  padding: 60px 0;
  background: linear-gradient(90deg, #f3fff7 0%, #fffbf4 50%, #fff6ff 100%);
}

.clients-review .heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-review .swiper {
  margin-top: 40px;
}

.clients-review .swiper .swiper-slide .item {
  padding: 35px;
  border-radius: 30px;
  border: 3px solid #eef6ff;
  background: #fff1ff;
  box-shadow: 0px 0px 3px 0px #d6fbfd;
  min-height: 300px;
}

.clients-review .swiper .swiper-slide:nth-child(even) .item {
  background: #fffae9;
}

.clients-review .swiper .swiper-slide .item .quote-left-icon {
  width: 50px;
  height: 38px;
}

.clients-review .swiper .swiper-slide .item .content {
  padding-left: 38px;
}

.clients-review .swiper .swiper-slide .item .content .profile {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 1px solid var(--blue);
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.clients-review .swiper .swiper-slide .item .content .profile span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.clients-review .swiper .swiper-slide .item .content .profile {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 2px solid var(--blue);
}

.clients-review .swiper .next-pre {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.clients-review .swiper .next-pre span,
.clients-review .swiper .next-pre span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 7px;
  width: 40px;
  height: 40px;
}

.faq {
  padding: 60px 0;
}

.faq .heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  overflow: hidden;
}

.faq .accordion .accordion-item .accordion-header {}

.faq .accordion .accordion-item .accordion-header .accordion-button {
  padding: 30px;
  padding-right: 60px;
  background-color: transparent;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-shadow: none;
}

.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background-image: none;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button:not(.collapsed)::after{
  --bs-accordion-btn-icon-transform: rotate(-45deg);
}

.faq .accordion .accordion-item .accordion-body {
  padding: 0 30px 30px 30px;
}

.faq .accordion .accordion-item .accordion-body p,
.faq .accordion .accordion-item .accordion-body ul li {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@media (max-width: 1200px) {
  .topstrip{
    overflow-x: auto;
  }
  .topstrip::-webkit-scrollbar{
    display: none;
  }
  .topstrip ul li, .topstrip ul li a{
    white-space: nowrap;
  }
  .how-to-use .col-lg-6 img{
    position: sticky;
    top: 150px;
  }
  .system-requirements .point:nth-child(1){
    min-width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .banner .btn-group{
    margin-bottom: 40px;
  }
  .Whychoose .row{
    justify-content: center;
    row-gap: 1.5rem;
  }
  .how-to-use .row{
    row-gap: 1.5rem;
  }
  .how-to-use .row .col-lg-6:nth-child(1){
    text-align: center;
  }
  .system-requirements .points{
    flex-wrap: wrap;
    gap: 10px;
  }
  .system-requirements .point:nth-child(1){
    min-width: 100%;
    max-width: 100%;
  }
  .comparision-table .table-responsive::-webkit-scrollbar{
    height: 2px;
  }
  .comparision-table .table tbody tr td .custom-btn{
    white-space: nowrap;
  }
  .award-winning .left-part{
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 768px) {
  .banner .btn-group{
    flex-wrap: wrap;
  }
  .award-winning{
    padding: 30px;
  }
  .award-winning .item{
    padding: 0;
  }
  .award-winning .next-pre{
    justify-content: center;
    margin-top: 20px;
  }
}