body {
  margin: 0;
  font-family: "Lato", sans-serif !important;
}

h2 {
  color: #001359 !important;
  font-size: 34px !important;
  font-weight: 600 !important;
}

p {
  font-size: 20px;
}

.full-nav-image img {
  width: 100%;
  display: block;
}

.hero-section {
  background: url("images/img1.png") center center/cover no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
}

.hero-section h1 {
  text-align: center;
  display: flex;
  align-items: center;
}

.hero-section-2 {
  background: url("images/img7.png") center center/cover no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
}

.main-heading {
  font-size: 20px !important;
  color: #001359 !important;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}

.main-heading span {
  font-weight: 700;
  font-size: 24px;
}

.mobile-content {
  margin-top: 20px;
}

.mobile-content h6 {
  font-size: 25px !important;
  line-height: normal;
  padding: 20px 0px;
  color: #001359 !important;
  font-weight: 700;
}

.mobile-content h5,
.mobile-content2 h5 {
  text-align: left;
  font-size: 25px !important;
  padding: 20px 0px 0px;
  color: #001359 !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.usecase-card,
.usecase-card-2 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
  flex-direction: row;
  align-items: flex-start;
  display: flex !important;
  background: #fff;
  padding: 35px;
  border: 2px solid #fff;
  transition: border-color 0.5s;
  margin-bottom: 25px;
  height: 220px;
}

.usecase-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.usecase-text {
  font-size: 20px;
  color: #666666;
}

.usecase-icon {
  /* width: 70px;
  height: 70px; */
  margin-right: 20px;
}

.Height-Use {
  height: 350px;
}
.usecase-card-2 {
  height: 180px;
}
.usecase-card:hover,
.usecase-card-2:hover {
  border: 2px solid #001359;
}

.box {
  background-color: #f8f4ff;
  border-radius: 20px;
  border: 2px solid #001359;
  padding: 30px 30px;
}

.icon-box {
  text-align: center;
  margin-bottom: 40px;
}

.icon-box img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.core-advantages h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.core-advantages p {
  font-size: 20px;
  color: #666666;
}

.impact-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px;
  flex-direction: column;
  align-items: center;
  display: flex !important;
  background: #fff;
  padding: 25px;
  border: 2px solid #fff;
  transition: border-color 0.5s;
  margin-bottom: 25px;
  height: 180px;
}

.impact-card h5 {
  font-size: 55px;
  color: #001359;
  font-weight: 800;
  font-family: "Roboto Slab";
}
.impact-card p {
  text-align: center;
}

.main-container {
  color: #000000;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.faq-container {
  width: 100%;
  border-radius: 12px;
}

.faq-item {
  border-bottom: 1px solid #c8d3de;
  padding: 25px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.faq-question span {
  font-size: 22px;
  color: #001359;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 15px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #000;
}

.pricing-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 250px;
  padding: 35px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  transition: 1s ease-out;
}

.buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-demo {
  background: #0c71c3;
  border: 2px solid #0c71c3;
  padding: 11px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.22s;
}

.btn-demo:hover {
  transform: translateY(-3px);
  background: transparent;
  color: #fff;
  background-color: #001359;
}

@media screen and (max-width: 768px) {
  .hero-text-box {
    padding: 55px 25px 0px;
    backdrop-filter: none;
  }

  .usecase-card,
  .impact-card,
  .pricing-card,
  .usecase-card-2 {
    height: auto;
    flex-direction: column;
    padding: 25px;
  }

  .usecase-card img,
  .impact-card img,
  .usecase-card-2 {
    margin-bottom: 10px;
  }

  .sroll-chat2,
  .sroll-chat1,
  .sroll-chat3,
  .sroll-chat4,
  .sroll-chat5 {
    height: auto;
  }

  .all-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .img-9 {
    margin-top: 20px;
  }
}
