@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/* 2 button start  */

.upsale-button {
  position: relative;
  z-index: 0;
  height: 45px;
  overflow: hidden;
  border: none !important;
  padding: 0 !important;
  background: #eaecf0 !important;
  background: #fff;
  border-radius: 8px;
  width: 126px;
}

.upsale-button span {
  position: relative;
  z-index: 1;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  top: -2px;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  color: #000;
  background: #fff;
}

.upsale-button:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: -52%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #fff0;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(90deg, #7c54f7 0%, #7c54f7 50%, #fff0 100%);
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .set-width {
    margin-top: 33px !important;
  }
  .start-trial-btn1 {
    width: 100% !important;
  }
  .start-trial-btn2 {
    width: 100% !important;
  }
}

/* 2 button end  */

/* optiimize toggle section start */

.optimize-section {
  display: flex;
  margin-bottom: 50px;
}
.optimize-section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.optimize-buttons-div {
  display: flex;
  justify-content: center;
  gap: 17px;
  padding: 10px 14px;
  max-width: 1000px;
  border-radius: 25px;
  flex-wrap: wrap;
  background-color: rgba(247, 248, 251, 1);
}
.optimize-hd {
  text-align: center;
  font-size: 35px;
  font-weight: bolder;
  font-family: "Inter", serif;
  color: #855cf8;
  margin-bottom: 30px;
  /* font-family: 40px; */
}
.optimize-btns {
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  font-family: "Inter", serif;
  font-weight: bold;
}
.btn-1 {
  background-color: white;
  color: #8562e4;
}
.optimize-content-div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.optimize-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.optimize-right {
  width: 44%;
  display: flex;
  align-items: center;
}
.optimize-imgs {
  max-width: 100%;
  height: auto;
}
.optimize-left-text {
  padding-top: 45px;
}
.optimize-left-btnsDiv {
  display: flex;
  gap: 20px;
}
.optimize-left-btns {
  padding: 10px 22px;
  border-radius: 4px;
  font-family: "Inter", serif;
}
.optimize-left-btn {
  color: white;
  font-weight: bolder;
  background-color: #7c54f7;
}
.optimize-right-btn {
  color: #7c54f7;
  border: 1px solid #7c54f7;
  font-weight: bolder;
}
@media (max-width: 1024px) {
  .optimize-content-div {
    flex-direction: column-reverse;
    align-items: center;
  }
  .optimize-left {
    width: 100%;
  }
  .optimize-right {
    width: 70%;
  }
  .optimize-left-btnsDiv {
    justify-content: center;
  }
  .optimize-hd {
    font-size: 28px;
  }
  .optimize-buttons-div {
    gap: 3px;
    padding: 7px 3px;
  }
  .optimize-btns {
    padding: 10px 5px 10px 5px;
    border-radius: 20px;
    background-color: rgba(247, 248, 251, 1);
  }
}
@media (max-width: 768px) {
  .optimize-buttons-div {
    background-color: white;
  }
  .optimize-hd {
    font-size: 28px;
  }
  .optimize-right {
    width: 90%;
  }
  .optimize-left-btns {
    padding: 9px 15px;
  }
  .optimize-buttons-div {
    gap: 15px;
    margin-bottom: 20px;
  }
  .optimize-btns {
    padding: 10px 15px 10px 15px;
  }
 
}
@media (max-width: 600px) {
  .optimize-hd {
    font-size: 24px;
  }
  .sect-texts{
    font-size: 14px !important;
  }
  .tick-class{
    width: 25px !important;
    height: 26px !important;
  }
}
@media (max-width: 480px) {
  .optimize-section {
    margin-bottom: 50px;
  }
  .optimize-hd {
    font-size: 23px;
  }
  .optimize-buttons-div {
    gap: 11px;
  }
  .optimize-btns {
    padding: 8px 15px 8px 15px;
    font-size: 14px;
  }
  .optimize-left-btns {
    padding: 10px 14px;
    font-size: 14px;
  }
  .optimize-right {
    width: 98%;
  }
  .optimize-left-text {
    padding-top: 30px;
  }
}
/* optiimize toggle section end */

/* platform section start*/
@media (max-width: 500px) {
  .card-sticky {
    position: sticky;
    top: 80px;
    background-color: white;
  }
}

/* platform section end*/

/* 1st FAQ section start */

.first-faq-main {
  background-color: #f8f9fc;
  padding: 2rem;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  /* margin-top: 50px; */
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #1a1a1a;
  margin-bottom: 3rem;
  font-weight: 700;
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.faq-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question {
  font-size: 1.1rem;
  color: rgba(32, 26, 66, 1);
  font-weight: 600;
  transition: color 0.3s ease;
  word-spacing: 1.1px;
}

.faq-item.active .faq-question {
  color: #855cf8;
}

.faq-arrow {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  color: #9ca3af;
}

.faq-item:hover .faq-arrow {
  transform: translateX(5px);
  color: #855cf8;
}

.faq-item.active .faq-arrow {
  color: #855cf8;
}

.faq-answer {
  display: none;
  padding: 1.5rem 0;
  color: rgba(32, 26, 66, 1);
  line-height: 1.6;
  font-size: 0.95rem;
  border-bottom: 1px solid #e5e7eb;
}

.faq-answer.active {
  display: block;
}

.answer-content {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: rgba(32, 26, 66, 1);
}

.answer-content.expanded {
  max-height: none;
}

.read-more {
  color: #855cf8;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  display: none;
  margin-top: 1rem;
}

.read-more.visible {
  display: inline-block;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 700;
  }

  .faq-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .faq-item,
  .faq-answer {
    background: white;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .faq-question {
    font-size: 0.85rem;
  }
  .answer-content {
    font-size: 0.8rem;
  }
}

/* 1st FAQ section end */

/* 3 card section start */

.three-cards-main {
  background-color: #f8f9fa;
  padding: 2rem;
}
.three-card-hd {
  text-align: center;
  color: #855cf8;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.solutions-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 1rem;
}

.solution-card {
  background: white;
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #855cf8;
  margin-bottom: 1rem;
}

.card-description {
  color: rgba(32, 26, 66, 1);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  color: #855cf8;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.learn-more:hover {
  transform: translateX(5px);
}

.learn-more::after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.learn-more:hover::after {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .solution-card {
  }
  .card-content {
    padding: 1rem;
  }
  .three-cards-main {
    padding: 1rem;
  }
  .three-card-hd {
    font-size: 1.5rem;

    margin-bottom: 2rem;
  }
  .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .card-description {
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
  }
  .learn-more {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
  }
  .learn-more::after {
    font-size: 1.3rem;
    position: relative;
    top: -3px;
    margin-left: 0rem;
  }
  .solutions-container {
    grid-template-columns: 1fr;
  }
}

/* 3 card section end  */

/* 2nd faq section start */

.second-faq-main {
  font-family: "Inter", sans-serif;
  /* min-height: 73vh;  */
  padding: 40px 20px;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  background: #f8f9fa;
  align-items: flex-start;
}

.second-main-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background: #f8f9fa;
}

.second-faq-title {
  text-align: center;
  color: #855cf8;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.faq-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.faq-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1.5px solid #eaeaea;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.faq-card:hover {
  border-color: #e0e0e0;
  background: #fafafa;
}

.faq-card.active {
  height: auto;
  background: #fafafa;
  border-color: #e0e0e0;
}

.faq-query {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #2d2d3d;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
}

.toggle-btn {
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 6px;
  background: #f6f3ff;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.toggle-btn::before,
.toggle-btn::after {
  content: "";
  position: absolute;
  background: #855cf8;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.toggle-btn::before {
  width: 10px;
  height: 2px;
  top: 11px;
  left: 7px;
}

.toggle-btn::after {
  width: 2px;
  height: 10px;
  top: 7px;
  left: 11px;
}

.faq-card.active .toggle-btn {
  background: #855cf8;
}

.faq-card.active .toggle-btn::before,
.faq-card.active .toggle-btn::after {
  background: white;
}

.faq-card.active .toggle-btn::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-response {
  max-height: 0;
  overflow-y: scroll;  
  overflow-x: hidden; 
  /* overflow: hidden; */
  color: #4a4a4a;
  line-height: 1.6;
  font-size: 1rem;
  transition: all 0.3s ease;
  opacity: 0;
  margin-top: 0;
  word-spacing: 2px;
  
}

.faq-card.active .faq-response {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
  padding-bottom: 8px;
}

@media (max-width: 1024px) {
  .second-main-container {
    padding: 35px;
  }

  .second-faq-title {
    font-size: 2.2rem;
  }

  .faq-query {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  
  .faq-grid-container {
    grid-template-columns: 1fr;
  }

  .second-main-container {
    padding: 30px;
  }

  .second-faq-title {
    font-size: 1.5rem;
    margin-bottom: 35px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .second-faq-main {
    padding: 8px;
  }

  .second-main-container {
    padding: 10px;
  }

  .title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .faq-query {
    font-size: 0.95rem;
  }

  .faq-response {
    font-size: 0.85rem;
    /* text-align: justify; */
  }

  .faq-card {
    padding: 16px;
  }
}

.faq-grid-container > div {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-grid-container > div:nth-child(1) {
  animation-delay: 0.1s;
}
.faq-grid-container > div:nth-child(2) {
  animation-delay: 0.2s;
}
.faq-grid-container > div:nth-child(3) {
  animation-delay: 0.3s;
}
.faq-grid-container > div:nth-child(4) {
  animation-delay: 0.4s;
}
.faq-grid-container > div:nth-child(5) {
  animation-delay: 0.5s;
}
.faq-grid-container > div:nth-child(6) {
  animation-delay: 0.6s;
}
.faq-grid-container > div:nth-child(7) {
  animation-delay: 0.7s;
}
.faq-grid-container > div:nth-child(8) {
  animation-delay: 0.8s;
}

/* 2nd faq section end */

/* sec2 section start */

.sec2-wrapper {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
  padding: 4rem 1rem;
}

.sec2-container {
  max-width: 1400px;
  font-family: "Inter", serif;
  margin: 0 auto;
}

.sec2-heading-wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.sec2-heading {
  color: #1e1e1e;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  background: linear-gradient(135deg, #855cf8 0%, #5c33f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", serif;
}

.sec2-subheading {
  color: rgba(32, 26, 66, 1);
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: "Inter", serif;
}

.sec2-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.sec2-feature-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(133, 92, 248, 0.07);
  transition: all 0.3s ease;
}

.sec2-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(133, 92, 248, 0.12);
}

.sec2-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #855cf8, #5c33f6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sec2-feature-card:hover::before {
  opacity: 1;
}

.sec2-feature-icon {
  background: #855cf8;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.sec2-feature-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  top: 0;
  left: 0;
}

.sec2-feature-icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.sec2-feature-title {
  font-size: 1.25rem;
  color: rgba(32, 26, 66, 1);
  margin-bottom: 1rem;
  font-family: "Inter", serif;
  font-weight: 600;
}

.sec2-feature-description {
  color: #475467;
  line-height: 1.6;
  font-family: "Inter", serif;
  font-size: 1rem;
}

.sec2-feature-list {
  margin-top: 1rem;
  list-style: none;
}

.sec2-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #475467;
  font-family: "Inter", serif;
  font-size: 0.9rem;
}

.sec2-feature-item::before {
  content: '•';
  color: #855cf8;
  margin-right: 0.5rem;
  font-family: "Inter", serif;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  .sec2-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sec2-wrapper {
    padding: 3rem 1rem;
    margin-bottom: 70px;
  }

  .sec2-heading {
    font-size: 1.8rem;
  }

  .sec2-features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .sec2-feature-card {
    padding: 1.5rem;
  }
  .sec2-subheading{
font-size: 16px;
  }
}

@media (max-width: 480px){
  .sec2-heading {
    font-size: 1.3rem;
  }
  .sec2-subheading{
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    line-height: 23px;
    /* padding-left: 3px; */
    /* padding-right: 3px; */
    
  }
  .sec2-feature-title{
font-size: 14px;
font-weight: bolder;
  }
  .sec2-feature-icon {
    width: 41px;
    height: 41px;}
    .sec2-feature-icon svg{
      width: 21px;
      height: 21px;
    }

    .sec2-feature-description {
      /* color: #475467; */
      line-height: 1.5;
      /* text-align: justify; */
      /* font-family: "Inter", serif; */
      font-size: 13px;
    }
    
.sec2-feature-item{
  font-size: 12px;
  margin-bottom: 0rem !important;
}
.sec2-feature-title{
  margin-bottom: 0.5rem;
}
.sec2-feature-list{
  margin-top: 0.5rem;
}

.sec2-feature-icon{
  margin-bottom:1rem ;
}
.sec2-feature-card{
position: sticky;
top: 79px;
}
.sec2-heading-wrapper{
  margin-bottom: 3rem;
}
.sec2-wrapper{
  margin-top: 70px;
}
}
/* sec2 section end */


/* section-5-main  */
.section-5-main{
  padding: 40px 0;

  margin-bottom: 70px;
}
.sec-5-para-li{
  
}
@media (max-width: 768px) {
  .section-5-main{
    padding: 0px;
  margin-bottom: 50px;

  }
  .sec-5-hd{
    padding-top: 30px;
  
  /* font-size: 22px; */
  }
.sec-5-para{
  font-size: 15px !important;
/* text-align: justify; */
/* text-align-last:center ; */
padding-right:5px ;
padding-left: 5px;
line-height: 22px !important;
text-align: center;

}
.sec-5-para-li{
  font-size: 15px;
}

.sec-5-tick{
  width: 27px;
  height:28px;
}
}

@media (max-width: 480px) {
  .sec-5-hd{
font-size: 22px;
padding-left:20px;
  padding-right: 20px;
  line-height: 34px;
  margin-bottom: 18px;
  }
  .sec-5-para{
    font-size: 14px !important

    }
    .sec-5-para-li{
      font-size: 14px;
    }

    .sec-5-tick{
      width: 24px;
      height:25px;
    }
}

/* section-5-main */



