.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-9e09f3e */.about-wrap{
    max-width: 720px;
  }

  .about-title{
    margin:0 0 18px;
    font-size:52px;
    line-height:1.12;
    font-weight:800;
    color:#0f2347;
  }

  .about-intro{
    margin:0 0 32px;
    font-size:17px;
    line-height:1.9;
    color:#667085;
    max-width:620px;
  }

  .about-features{
    display:flex;
    flex-direction:column;
    gap:24px;
    margin:0 0 32px;
  }

  .about-feature{
    display:flex;
    align-items:flex-start;
    gap:18px;
  }

  .feature-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:18px;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  .feature-icon i{
    font-size:22px;
    color:#1b5cff;
    line-height:1;
  }

  .feature-content h5{
    margin:0 0 6px;
    font-size:22px;
    line-height:1.25;
    font-weight:800;
    color:#0f2347;
  }

  .feature-content p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#667085;
  }

  .about-highlight{
    margin:0 0 28px;
    padding:20px 22px;
    background:#f8fbff;
    border-left:4px solid #1b5cff;
    border-radius:12px;
    font-size:16px;
    line-height:1.8;
    color:#344054;
  }

  .about-highlight strong{
    color:#1b5cff;
    font-weight:800;
  }

  .about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    border-radius:999px;
    background:#1b5cff;
    color:#fff;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    transition:all .25s ease;
  }

  .about-btn:hover{
    background:#0f4de0;
    color:#fff;
    transform:translateY(-2px);
  }

  @media (max-width: 991px){
    .about-title{
      font-size:40px;
    }
  }

  @media (max-width: 767px){
    .about-title{
      font-size:32px;
    }

    .about-intro{
      font-size:16px;
    }

    .about-feature{
      gap:14px;
    }

    .feature-icon{
      width:50px;
      height:50px;
      min-width:50px;
      border-radius:14px;
    }

    .feature-icon i{
      font-size:18px;
    }

    .feature-content h5{
      font-size:19px;
    }

    .about-btn{
      width:100%;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6ff1e83 */.atk-features-section{
    padding: 80px 0;
    background: #ffffff;
  }

  .atk-features-inner{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .atk-section-label{
    display:inline-block;
    margin-bottom:12px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#1b5cff;
  }

  .atk-section-title{
    margin:0 0 12px;
    font-size:42px;
    line-height:1.15;
    font-weight:800;
    color:#0f2347;
    max-width: 760px;
  }

  .atk-section-subtitle{
    margin:0 0 40px;
    font-size:17px;
    line-height:1.8;
    color:#667085;
    max-width: 720px;
  }

  .atk-features-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .atk-feature-card{
    background:#f8fbff;
    border:1px solid #e6eefc;
    border-radius:20px;
    padding:28px;
    box-shadow: 0 8px 24px rgba(15, 35, 71, 0.04);
  }

  .atk-feature-icon{
    width:56px;
    height:56px;
    border-radius:16px;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
  }

  .atk-feature-icon i{
    font-size:22px;
    color:#1b5cff;
    line-height:1;
  }

  .atk-feature-card h5{
    margin:0 0 10px;
    font-size:22px;
    line-height:1.25;
    font-weight:800;
    color:#0f2347;
  }

  .atk-feature-card p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#667085;
  }

  .atk-features-cta{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:40px;
  }

  .atk-btn-primary,
  .atk-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 28px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:all .25s ease;
  }

  .atk-btn-primary{
    background:#1b5cff;
    color:#fff;
  }

  .atk-btn-primary:hover{
    background:#0f4de0;
    color:#fff;
    transform:translateY(-2px);
  }

  .atk-btn-secondary{
    background:#f3f7ff;
    color:#1b5cff;
    border:1px solid #dbe8ff;
  }

  .atk-btn-secondary:hover{
    background:#eaf1ff;
    color:#1b5cff;
    transform:translateY(-2px);
  }

  @media (max-width: 991px){
    .atk-features-grid{
      grid-template-columns: repeat(2, 1fr);
    }

    .atk-section-title{
      font-size:34px;
    }
  }

  @media (max-width: 767px){
    .atk-features-section{
      padding: 64px 0;
    }

    .atk-features-grid{
      grid-template-columns: 1fr;
    }

    .atk-section-title{
      font-size:30px;
    }

    .atk-section-subtitle{
      font-size:16px;
      margin-bottom:32px;
    }

    .atk-feature-card{
      padding:24px;
    }

    .atk-feature-card h5{
      font-size:20px;
    }

    .atk-features-cta{
      flex-direction:column;
    }

    .atk-btn-primary,
    .atk-btn-secondary{
      width:100%;
    }
  }/* End custom CSS */