@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  width: 100% !important;
  font-family: poppins, sans-serif;
  width: 100% !important;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgba(135, 113, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.9) 100% 100%
  );
}
/* .down-css {
  display: flex;
  flex-direction: row;
  /* justify-content: end; */
} */
.h1-css {
  font-size: 42px;
  font-weight: bold;
}
#typing {
  -webkit-text-fill-color: transparent;
  padding-left: 2px;
  margin-left: 8px;
  background: linear-gradient(
      130deg,
      rgb(105, 188, 218) 21%,
      rgb(49, 117, 188) 100%
    )
    text;
  border-right: 3px solid rgb(105, 188, 218);
  animation:
    0.7s ease 0s infinite normal none running blink,
    0.5s ease-out 0s 1 normal forwards running slideUp;
}
.card-css {
  width: 340px;
  box-shadow:
    rgba(120, 80, 220, 0.08) 0px 2px 8px,
    rgba(120, 80, 220, 0.1) 0px 12px 40px;
  position: relative;
  background: linear-gradient(
    145deg,
    rgb(243, 240, 255) 0%,
    rgb(232, 226, 250) 60%,
    rgb(221, 213, 248) 100%
  );
  border-radius: 24px;
  padding: 25px 15px;
  overflow: hidden;
}
.see-more-btn {
  color: rgb(170, 51, 106);
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 6px;
  border-radius: 5px;
}
.feature-list-css .li-css {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(61, 61, 85);
  font-weight: 500;
}
.extra-item {
  display: none;
}
.faq {
  max-width: 900px;
  font-family: Arial;
  margin: auto;
}
.faq-item {
  margin-bottom: 15px;
  background: rgb(242, 242, 242);
  border-radius: 15px;
  overflow: hidden;
}
.faq-answer {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
  padding: 0px 20px;
}
.faq-question {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 20px;
}
.check-icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        color: rgb(124, 77, 224);
    }
    .card-title-css {
        font-size: 18px;
        font-weight: 600;
        color: rgb(124, 77, 224) !important;
        margin-bottom: 12px;
        letter-spacing: -0.2px;
    }
    .feature-list {
        display: flex;
        flex-direction: column;
        list-style: none;
        gap: 13px;
    }
.contact-css{
   background: linear-gradient(
    135deg,
    rgb(255, 255, 255) 0%,
    rgba(135, 113, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.9) 100% 100%
  );
  box-shadow:
    rgba(120, 80, 220, 0.08) 0px 2px 8px,
    rgba(120, 80, 220, 0.1) 0px 12px 40px;
}
/* search bar styles */
 /* Search bar styling */
.search-wrapper {
    position: relative;
    max-width: 400px;
    /* margin: 20px auto; */
}

.search-wrapper input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 25px;
    border: 2px solid #ccc;
    outline: none;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
/* Navbar search results */
/* .search-box {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.search-box #searchInput {
  width: 100%;
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  color: #212529;
  outline: none;
}

.search-box #searchInput::placeholder {
  color: rgba(33, 37, 41, 0.6);
}

.search-box #results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  max-height: 320px;
  overflow: auto;
  display: none;
  z-index: 9999;
}

.result-item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

.result-item:last-child {
  border-bottom: none;
}

.result-item a {
  text-decoration: none;
  color: #222;
}

.result-item a:hover {
  text-decoration: underline;
}

.result-item .page-result-link {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  color: #222;
  cursor: pointer;
  font: inherit;
}

.result-item .page-result-link small {
  color: rgba(0, 0, 0, 0.6);
} */