  .faq-section {
      padding: 60px 0 20px;
      position: relative;
  }
  .faq-module{
      margin-top:26px;
      position: relative;
      z-index: 3;
  }

  .faq-top-tabs{
      display:flex;
      gap:18px;
      justify-content:center;
      align-items:center;
      border:1px dashed transparent;
      margin-bottom: 4rem;
      position: relative;
      z-index: 4;
  }

  .faq-top-tab{
      border: 0;
      color: #535862 !important;
      padding: 16px 24px;
      border-radius: 10px;
      transition: .15s ease;
      font-family: Lexend, "Lexend Fallback";
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      background-color: #F5F5F5;
      position: relative;
      z-index: 5;
      pointer-events: auto;
  }

  .eco-icon,
  .eco-icon img {
      pointer-events: none;
  }
  .faq-top-tab.is-active{
      background:#1869D3;
      color: #ffffff !important;
  }

  /* CARD (FIGMA BACKGROUND + GRADIENT BORDER + SHADOWS) */
  .faq-card{
      max-width:900px;
      margin:0 auto;
      padding:22px 22px 22px;
      border-radius:22px;
      position:relative;
      background: linear-gradient(0deg,rgba(255, 217, 221, 0.2) 0%, rgba(222, 231, 255, 0.6) 100%);
      border:1px solid transparent;
      box-shadow: 0px 9px 19px 0px rgba(230,230,230,0.10), 0px 35px 35px 0px rgba(230,230,230,0.09), 0px 78px 47px 0px rgba(230,230,230,0.05), 0px 138px 55px 0px rgba(230,230,230,0.01), 0px 216px 61px 0px rgba(230,230,230,0.00);
  }
  .faq-card::before{
      content:"";
      position:absolute;
      inset:0;
      padding:1px;
      border-radius:22px;

      background:linear-gradient(
          180deg,
          #96BFF4 0%,
          #FCDBC9 100%
      );

      -webkit-mask:
          linear-gradient(#fff 0 0) content-box,
          linear-gradient(#fff 0 0);
      -webkit-mask-composite:xor;
              mask-composite:exclude;

      pointer-events:none;
      z-index:0;
  }

  /* KEEP CONTENT ABOVE BORDER LAYER */
  .faq-card > *{
      position:relative;
      z-index:1;
  }

  .faq-card-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:20px;
  }

  .faq-card-title{
      margin: 0;
      color: #181D27;
      font-family: Lexend, "Lexend Fallback";
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0px;
  }

  .faq-search{
      position:relative;
      min-width:260px;
      max-width:320px;
      width:100%;
  }

  .faq-search-input{
      width: 100%;
      border: 1px solid var(--gray-light-500, #717680);
      border-radius: 12px;
      padding: 10px 12px 10px 38px;
      background: #fff;
      color: var(--gray-light-500, #717680);
      outline: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
  }

  .faq-search-input:focus{
      border-color:#c7d2fe;
      box-shadow:0 0 0 4px rgba(99,102,241,.12);
  }

  .faq-search-ico{
      position:absolute;
      left:12px;
      top:50%;
      transform:translateY(-50%);
      width:16px;
      height:16px;
      color:#9ca3af;
      display:flex;
  }

  .faq-search-ico svg{
      width:16px;
      height:16px;
      display:block;
  }

  .faq-accordion{
      display:flex;
      flex-direction:column;
      gap:12px;
  }

  .faq-item{
      background:#fff;
      border:1px solid #edf0f6;
      border-radius:14px;
      overflow:hidden;
  }

  .faq-q{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 28px;
      background: transparent;
      border: 0;
      text-align: left;
      color: #181D27;
      /* font-weight: 500; */
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0%;
  }

  .faq-icon{
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #FEF0E6;
      flex: 0 0 auto;
      position: relative;
      border-radius: 9999px;
      gap: 10px;
  }

  .faq-icon:before,
  .faq-icon:after{
      content:"";
      position:absolute;
      background:#181D27;
      border-radius:2px;
  }
  .news2-section .eco-icon {
      height: 150px;
      width: 150px;
  }
  .faq-icon:before{
      width:12px;
      height:2px;
  }

  .faq-icon:after{
      width:2px;
      height:12px;
  }

  .faq-item.is-open .faq-icon{
      background:#f97316;
  }

  .faq-item.is-open .faq-icon:before{
      background:#fff;
  }

  .faq-item.is-open .faq-icon:after{
      display:none;
  }

  .faq-a-wrap {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding:0 28px;
  }

  .faq-a {
    padding-top: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .faq-item.is-open .faq-a {
    padding-top: 12px;
    opacity: 1;
  }

  .faq-a p{
      margin: 0 0 16px;
      color: #717680;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
  }

  .faq-item.is-open .faq-a{
      max-height:500px;
  }

  @media(max-width:768px){
      .faq-card-head{
          flex-direction:column;
          align-items:flex-start;
      }
      .faq-search{
          max-width:100%;
      }
      .faq-top-tabs{
          justify-content:flex-start;
          overflow:auto;
          flex-wrap: wrap;
      }
        .faq-card {
          padding: 12px;
      }

      .faq-module {
          padding: 0 12px;
      }

      .eco-icon {
          display: none;
      }

  }
  @media(max-width:767px){
      .faq-q {
          font-size: 16px;
          line-height: 26px;
      }
  }
