.elementor-150018 .elementor-element.elementor-element-47cfee54{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:96px 0px 0px 0px;}.elementor-150018 .elementor-element.elementor-element-47cfee54 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-150018 .elementor-element.elementor-element-a3fc07d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-150018 .elementor-element.elementor-element-46841814 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-46841814 */.tab-subheader{
	color: #283A5E;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
	text-align: center;
	padding: 0px 12% 0px 12%;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-47cfee54 */.faq-section{
   background: linear-gradient(180deg, #F6F7FA 0%, #FFFFFF 96.83%);

 
}
.section-heading {
  
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
  color: #18294C;
}

.accordion_img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-content.active .accordion_img {
  opacity: 1;
  transform: translateY(0);
}


.tab-content.active .accordion_img {
  opacity: 1;
  transform: translateY(0);
}

.tick{
    content: url(https://storage.googleapis.com/cdn-website-bolddesk/2024/06/3d689cdd-check-icon.svg);
    display: flex !important;
    margin-right: 18px;
    margin-top: 1px;
    width: 25px;
    height: 25;
}

.list-item b{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;  
  color: #283A5E;
  
font-weight: 400;
font-size: 16px;
line-height: 24px;


}

.sub_description{
     margin-bottom: 24px;  
  color: #283A5E;
  
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.workflow-text h4{
   
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
color:#18294C;
padding-bottom: 24px;

}

.workflow-text{
    padding-left: 40px;
}

.workflow-text a{
    color: #5925DC;
    font-weight: 600;
}

.workflow-text a:hover{
   text-decoration: underline;
}

    .tab-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .tab {
      padding: 10px 20px;
      border-radius: 9999px;
      border: 1px solid #d1d5db;
      background-color: #fff;
      color: #536587;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 16px;
      font-weight: 500
      
    }
    
        .tab:hover {
    
      background-color:#EFF3F9;
      
      
    }

    .tab.active {
      background-color: #6938EF;
      color: #FFF;
      border: none;
    }

    .tab-content {
      margin-top: 30px;
      display: none;
      padding: 20px;
      /*border: 1px solid #e5e7eb;*/
      border-radius: 10px;
      max-width: 600px;
      /*margin-left: auto;*/
      /*margin-right: auto;*/
      text-align: left;
    }

    .tab-content.active {
      display: block;
    }
    
.workflow-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-top: 30px;
}

.workflow-container {
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; 
}


.workflow-text,
.workflow-img {
  flex: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  .tab-content {
    max-width: 100%; /* Allow full width for inner flex children */
  }

  .workflow-container {
    flex-direction: row;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;    
  }

  .workflow-img {
    display: block;
    text-align: right;
  }

  .accordion_img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px){
  .workflow-container {
    flex-direction: column !important; 
  }

  .workflow-text {
    order: 1;
  }

  .workflow-img {
    order: 2;
  }
}/* End custom CSS */