.elementor-150022 .elementor-element.elementor-element-3fc912a2{padding:0px 0px 36px 0px;}.elementor-150022 .elementor-element.elementor-element-7e03a19f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-57dc606c */.tab-subheader{
	color: #283A5E;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
	text-align: center;
	padding: 0px 12% 0px 12%;
}
.section-heading-customer {
  
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
  color: #18294C;
}
.accordion_img-customer {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-content-customer.active .accordion_img-customer {
  opacity: 1;
  transform: translateY(0);
}



.tick-customer{
    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-customer b{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.list-item-customer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;  
  color: #283A5E;
  
font-weight: 400;
font-size: 16px;
line-height: 24px;


}

.sub_description-customer{
     margin-bottom: 24px;  
  color: #283A5E;
  
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.workflow-text-customer h4{
   
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
color:#18294C;
padding-bottom: 24px;

}

.workflow-text-customer{
    padding-right: 40px;
}

.workflow-text-customer a{
    color: #5925DC;
    font-weight: 600;
}

.workflow-text-customer a:hover{
   text-decoration: underline;
}

    .tab-container-customer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .tab-customer {
      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-customer:hover{
        background-color: #EFF3F9;
    }

    .tab-customer.active {
      background-color: #6938EF;
      color: #FFF;
      border: none;
    }

    .tab-content-customer {
      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-customer.active {
      display: block;
    }
    
.workflow-container-customer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-top: 30px;
}




.workflow-text-customer,
.workflow-img-customer {
  flex: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  .tab-content-customer {
    max-width: 100%; /* Allow full width for inner flex children */
  }

  .workflow-container-customer {
    flex-direction: row;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;    
  }

  .workflow-img-customer {
    display: block;
    text-align: right;
  }

  .accordion_img-customer {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .workflow-container-customer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-top: 30px;
}
}/* End custom CSS */