.faq-accor {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.faq-top::before {
    background: url("../images/contact-top.jpg") center center / cover no-repeat;
}
.faq-bg{
    position: relative;
}
.faq-img-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 220vh;
    overflow: hidden;
}
.faq-top-txt h2{
    line-height: 2;
    text-align: center;
    color: #535353;
    padding-bottom: 3rem;
}
.faq-home{
    display: flex;
}
.accordion{
    gap: 0 3rem;
}
.faq-container, .faq-inner{
    padding: 5rem 0;
    max-width: 700px;
    margin: auto;
}
.faq-wrap {
    max-width: 700px;
    margin: auto;  
}
.faq-answer-img{
    display: flex;
    justify-content: center;
    gap: 0 1rem;
}
.tabs {
    display: flex;
    margin-bottom: 20px;
    gap: 0 20px;
    margin-top: 3rem;
}
.faq-answer-p{
    line-height: 40px;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 14px;
    font-weight: 500;
    color: white;
    border-radius: 8px 8px 0 0;
    font-size: 1.5rem;
    cursor: pointer;
}
#client, #flow-client{
    background-color: #007acc; 
}
#persion, #flow-persion{
    background-color: #f2703f;
}
#client.flow01, #flow-client.flow01{
    background-color: #ffffff;
    border: 3px solid #007acc;
    color: #007acc;
}
#persion.flow02, #flow-persion.flow02{
    background-color: #ffffff;
    border: 3px solid #f2703f;
    color: #f2703f;
}

.step {
    background: white;
    padding: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.step-icon {
    width: 95px;
    height: 95px;
    background: #57B7F7;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-right: 25px;
    flex-direction: column;
}

.step-content h3 {
    margin: 0 0 8px;
    color: #0056b3;
    border-bottom: 1px dashed silver;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
}
.step-icon span {
    display: block;
    font-size: 3rem;
    font-weight: 600;
}
.step-content p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.step-arrow{
    display: block;
    margin: 0.7rem auto;
}
.step-content{
    width: 100%;
}

.flow-link{
  color: #007acc;
  text-decoration: underline;
}
.step-icon-persion {
    background: #F2703F;
    border: 2px solid #ffbfa7;
}
.step-content-persion h3 {
    color: #f2703f;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    color: #1792E5;
    background: #ffffff;
}
  
.faq-question-left, .faq-answer-inner {
    display: flex;
    gap: 8px;
    font-size: 1rem;
    align-items: center;
}
  
  .faq-toggle-icon {
    font-size: 27px;
    color: #676767;
    transition: transform 0.3s ease;
}
  
  /* khi mở ra */
  .faq-item.active .faq-toggle-icon {
    content: "−";
  }
  
  .faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    background: #f6f6f6;
  }
  .faq-answer-inner {
    line-height: 1.6;
    padding: 10px 0;
    font-weight: 300;
    color: #000000;
    font-size: 0.9rem;
    align-items: self-start;
}
.tab-flow-persion {
    background: #fff6f2;
    padding: 20px;
}
.tab-flow-client{
    background: rgb(234 247 255);
    padding: 20px;
} 
  .faq-diagram {
    margin-top: 10px;
    max-width: 100%;
  }
.faq-question-q{
    font-size: 1.5rem;
    font-family: none;
}
.faq-question-a {
    color: #E98151;
    font-size: 1.5rem;
    font-weight: bold;
}
.faq-question-per {
    color: #f2703f;
}

@media screen and (max-width: 575.98px){
    .step {
        gap: 0 1rem;
        padding: 10px;
    }
    .tabs {
        gap: 0 5px;
    }
    .tab {
        padding: 12px 3px;
        font-size: 1rem;
    }
    #client.flow01, #flow-client.flow01 {
        border: 2px solid #007acc;
    }
    #persion.flow02, #flow-persion.flow02 {
        border: 2px solid #f2703f;
    }
    .step-icon {
        margin-right: 0;
        width: 60px;
        height: 60px;
        font-size: 0.8rem;
    }
    .step-content h3 {
        margin: 0.5rem 0;
    }
    .step-icon span {
        font-size: 1.5rem;
    }
    .faq-container, .faq-inner {
        padding: 2rem 0.5rem;
    }
    .sp-none{
        display: none;
    }
    .faq-img-bg {
        height: 100vh;
    }
    .tab-flow-client , .tab-flow-persion{
        padding: 20px 5px;
    }
    .faq-answer-img {
        flex-direction: column;
        gap: 1rem 0;
    }
.faq-answer-p{
    line-height: normal;
}
.faq-question {
    padding: 10px 15px;
}
.faq-top-txt h2 {
    line-height: 1.6;
    text-align: justify;
}















}
























