.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.solution-tags span {
  background-color: rgba(253, 239, 233, 1);
  color: rgba(236, 93, 36, 1);
  border: 1px solid rgba(236, 93, 36, 0.5);
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}





.faq-section {
  padding: 60px 20px;
  background: #fff;

}

.faq-container {
  display: flex;
  flex-wrap: wrap;

  margin: 0 auto;
  gap: 64px;
}

.faq-left {
  flex: 1 1 35%;
}

.faq-left h2 {
  font-size: 48px;
  line-height: 1.3;
  color: rgba(81, 37, 32, 1);
  margin-bottom: 20px;
}

.faq-left h2 span {
  color: rgba(236, 93, 36, 1);
}

.faq-left p {
  color:rgba(74, 63, 62, 1);
  font-size: 16px;
}

.faq-right {
  flex: 1 1 50%;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  cursor: pointer;
}

.faq-question {
  font-size: 18px;
  color: rgba(81, 37, 32, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  font-size: 16px;
  color: rgba(74, 63, 62, 1);
}

.faq-item.active .faq-answer {
  max-height: 300px; /* Adjust based on expected content height */
  opacity: 1;
}


.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  font-size: 22px;
}
.faq-toggle{
    font-size: 22px;
}


  .system-components li {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #f2f2f2;
    padding: 8px 0;
    display: flex;
    align-items: center;
    transition: background 0.3s ease, color 0.3s ease;
  }



  .system-components li img.icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .our-solution-header-page h2{
    margin-bottom: 16px !important;
  }
  .solution-card1{
    padding: 24px !important;
  }
  .margin-bottom-20{
    margin-bottom: 20px !important;
  }
  .pb-64{
    padding-bottom: 64px !important;
  }
  .mb-20{
    margin-bottom: 20px !important;
  }
  .text-strong{
    font-weight: 500 !important;
  }
  .scope-of-solution{
font-family: Satoshi;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
vertical-align: middle;
margin-bottom: 20px;
  }
  @media screen and (max-width: 768px) {
    .container-top-120-bottom-64{
      width: 375;
height: 174;
gap: 16px;
angle: 0 deg;
opacity: 1;
padding-top: 32px !important;
padding-right: 16px !important;
padding-bottom: 32px !important;
padding-left: 16px !important;

    }

    .our-solution-header-page h2 {
      font-size: 24px !important;
    }
    
  .our-solution-header-page-section{
    padding-bottom: 32px !important;
  }

  }

  .our-solution-header-page-section{
    padding-bottom: 64px ;
  }
  @media (max-width: 576px) {

  .solutions-section3 .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .solutions-section3 .solution-card1 {
    height: 220px !important;
    max-height: none !important;
    margin-bottom: 16px;
  }

  .solutions-section3 .overlay1 h3 {
    font-size: 16px;
  }

  .solutions-section3 .overlay1 p {
    font-size: 13px;
  }

  .solutions-section3 .overlay1 a {
    font-size: 12px;
  }
.faq-left{
  margin-bottom: -32px !important;
}

.faq-question {
  font-size: 16px;

}
.faq-answer {

  font-size: 14px;

}
}