/** Shopify CDN: Minification failed

Line 206:0 Unexpected "}"

**/
.faq-section{
  
    background: linear-gradient(180deg, #215AE0 7.58%, #2055d2 30.61%);

.section-faq{
  padding:50px 0;

  .heading-title{
    padding-bottom:0;
    h2{
      text-align:center;
      color:rgb(33 88 218);
      background-color: white !important;
            font-size:calc(4rem + 20px);
      font-family: "Gilroy-Bold", sans-serif;
      text-align: center;
margin-bottom:32px;
      border-radius: 15px;
    }
   
  }
 
.subheading-title p {
  font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
.question {

    display: block;
}
}
}
  .faq-question {
    width: 100%;
    text-align: left;
    padding: 1.5rem 0;
    background: none;
    border: none;
    color: #fbc40c;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 .faq-icon {
    transition: transform 0.3s ease;
    color: #ffffff;
  }
  .faq-answer {
    display: none;
    padding: 0 0 1.5rem;
    color: white;
    line-height: 1.6;
  }
  .faq-list {
    display: grid;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
  }

 .technical-support {
    background: white;
    padding: 2rem;
    border-radius: 8px;

   
    margin: 0 auto;
  }

  .technical-support h2 {
    color: #333;
   text-align:left;
    font-weight:400;
    margin-bottom: 0.5rem;
  }

  .technical-support p {
    color: #666;
  font-size:16px
  }

  .support-form {
    display: flex;
    justify-content: center;
   
   align-items: center;
    input{
      height:42px;
   border:1px solid #D9D9D9;
   border-radius:8px;
border-right:none;
border-bottom-right-radius:0px;
border-top-right-radius:0px;
&:focus-visible{
    height:42px;
   border:1px solid #D9D9D9;
   outline:none;

box-shadow:none;}
    }
  }


  /* .form-group {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
  }

  .form-group input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
  } */

  .send-button {
    background: #fbc40c;
    color: #333;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
font-size:14px;
    transition: opacity 0.2s;
border-left:none;
border-bottom-left-radius:0px;
border-top-left-radius:0px;

  }

  .send-button:hover {
    opacity: 0.9;
  }

  /* Decorative elements */
  .faq-section::before,
  .faq-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url('{{ "leaf-pattern.png" | asset_url }}');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
  }

  .faq-section::before {
    top: 0;
    left: 0;
    transform: rotate(180deg);
  }

  .faq-section::after {
    bottom: 0;
    right: 0;
  }

  @media (max-width: 768px) {
    .faq-title {
      font-size: 3rem;
    }

    .faq-question {
      font-size: 1rem;
      padding: 1rem 0;
    }

    .technical-support {
      padding: 1.5rem;
    }

    .form-group {
      flex-direction: column;
    }

    .send-button {
      width: 100%;
      justify-content: center;
    }
  }
}
}
}