.elementor-700 .elementor-element.elementor-element-286a0a8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-accc0ec */.rk-about-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a202c;
    line-height: 1.7;
  }

  /* Header Section */
  .rk-about-hero {
    text-align: center;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
  }

  .rk-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff6eb;
    color: #f28c28;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }

  .rk-about-title {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px 0;
    line-height: 1.2;
  }

  .rk-about-subtitle {
    font-size: 18px;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Two Column Story Section */
  .rk-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
  }

  .rk-about-text-block h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .rk-about-text-block h3 svg {
    color: #f28c28;
  }

  .rk-about-text-block p {
    font-size: 16px;
    color: #4b5563;
    margin: 0 0 16px 0;
  }

  /* Features/What it does section */
  .rk-about-features-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px 0;
    text-align: center;
  }

  .rk-feature-card {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .rk-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  }

  .rk-feature-icon {
    width: 48px;
    height: 48px;
    background: #fff6eb;
    color: #f28c28;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .rk-feature-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
  }

  .rk-feature-content p {
    font-size: 15px;
    color: #4b5563;
    margin: 0;
  }

  /* Promise Box */
  .rk-promise-box {
    margin-top: 48px;
    background: #111827;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .rk-promise-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f28c28;
  }

  .rk-promise-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #ffffff;
  }

  .rk-promise-box p {
    font-size: 16px;
    color: #9ca3af;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .rk-about-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .rk-about-title {
      font-size: 28px;
    }
    .rk-feature-card {
      flex-direction: column;
      gap: 16px;
    }
  }/* End custom CSS */