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