{"id":177,"date":"2025-03-27T13:08:29","date_gmt":"2025-03-27T13:08:29","guid":{"rendered":"https:\/\/www.replybox.app\/?page_id=177"},"modified":"2026-08-31T13:31:03","modified_gmt":"2026-08-31T13:31:03","slug":"about-us","status":"publish","type":"page","link":"https:\/\/www.replybox.app\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"177\" class=\"elementor elementor-177\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abb3221 e-flex e-con-boxed e-con e-parent\" data-id=\"abb3221\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78d752b elementor-widget elementor-widget-hfe-breadcrumbs-widget\" data-id=\"78d752b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hfe-breadcrumbs-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav aria-label=\"Breadcrumb\"><ul class=\"hfe-breadcrumbs hfe-breadcrumbs-show-home\"><li class=\"hfe-breadcrumbs-item hfe-breadcrumbs-first\"><span class=\"hfe-breadcrumbs-home-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-home\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"><\/path><\/svg><\/span><a href=\"https:\/\/www.replybox.app\"><span class=\"hfe-breadcrumbs-text\">Home<\/span><\/a><\/li><\/ul><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c175111 e-flex e-con-boxed e-con e-parent\" data-id=\"c175111\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3a1e5b elementor-widget elementor-widget-text-editor\" data-id=\"e3a1e5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<style>\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background: #ffffff;\n      color: #000;\n      line-height: 1.7;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: auto;\n      padding: 40px 20px;\n    }\n\n    \/* Main title *\/\n    .main-title {\n      font-size: 52px;\n      font-weight: 900;\n      text-align: center;\n      color: #25265E;\n      margin-bottom: 20px;\n      animation: fadeIn 1s ease-in-out;\n    }\n\n    .subtitle {\n      text-align: center;\n      font-size: clamp(18px, 3vw, 22px);\n      font-weight: 500;\n      margin-bottom: 60px;\n      color: #000;\n    }\n\n    \/* Section titles *\/\n    .section-title {\n      font-size: clamp(26px, 4vw, 34px);\n      font-weight: 700;\n      margin: 70px 0 40px;\n      color: #000;\n      position: relative;\n    }\n    .section-title::after {\n      content: '';\n      position: absolute;\n      left: 0;\n      bottom: -10px;\n      width: 60px;\n      height: 3px;\n      background: #25265E;\n      border-radius: 2px;\n    }\n\n    \/* Paragraphs *\/\n    p {\n      font-size: clamp(16px, 2.5vw, 18px);\n      margin-bottom: 30px; \/* increased spacing under all paragraphs *\/\n      color: #000;\n    }\n\n    \/* Features grid with modern cards *\/\n    .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 30px;\n      margin: 30px 0;\n    }\n    .feature-box {\n      background: #fff;\n      border-radius: 14px;\n      padding: 25px;\n      box-shadow: 0 4px 14px rgba(0,0,0,0.08);\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      text-align: center;\n    }\n    .feature-box:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 6px 20px rgba(0,0,0,0.12);\n    }\n    .feature-icon {\n      font-size: 30px;\n      color: #25265E;\n      margin-bottom: 15px;\n    }\n    .feature-box strong {\n      display: block;\n      margin-bottom: 20px; \/* increased spacing between heading and description *\/\n      font-size: 19px;\n      color: #000;\n    }\n    .feature-box {\n      color: #444; \/* card description text color changed *\/\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(-20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @media (max-width: 768px) {\n      .section-title {\n        text-align: center;\n      }\n      .section-title::after {\n        left: 50%;\n        transform: translateX(-50%);\n      }\n    }\n<\/style>\n\n<div class=\"container\">\n  <h1 class=\"main-title\">ABOUT US<\/h1>\n  <p class=\"subtitle\">Welcome to <strong>ReplyBox<\/strong> \u2013 Your AI-Powered Email Assistant<\/p>\n\n  <h2 class=\"section-title\">Our Story<\/h2>\n  <p>Email is a powerful tool, but let\u2019s be honest \u2014 writing emails can often feel like a chore. From drafting formal replies to writing follow-ups, many of us spend hours stuck in our inbox instead of focusing on what truly matters.<\/p>\n  <p>That\u2019s why we built <strong>ReplyBox<\/strong>. What started as a simple idea \u2014 \u201cWhat if AI could help write emails faster?\u201d \u2014 has now become a productivity tool trusted by professionals, students, and businesses worldwide.<\/p>\n\n  <h2 class=\"section-title\">Who We Are<\/h2>\n  <p>We\u2019re a team of developers and problem-solvers passionate about making communication smarter and easier. Our mission is to simplify email writing using the power of artificial intelligence, so you can save time, reduce stress, and communicate more effectively.<\/p>\n\n  <h2 class=\"section-title\">What We Do<\/h2>\n  <div class=\"features\">\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\u2728<\/div>\n      <strong>Write smarter emails<\/strong>\n      Generate AI-powered responses tailored to your tone and needs.\n    <\/div>\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\u26a1<\/div>\n      <strong>Boost productivity<\/strong>\n      Save hours each week by letting AI handle repetitive typing.\n    <\/div>\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n      <strong>Personalize communication<\/strong>\n      Choose the style, tone, and length that fit every situation.\n    <\/div>\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\ud83d\udd12<\/div>\n      <strong>Keep privacy first<\/strong>\n      Your content stays safe \u2014 we never misuse or sell your data.\n    <\/div>\n  <\/div>\n\n  <h2 class=\"section-title\">Our Mission<\/h2>\n  <p><strong>To transform email writing from a time-consuming task into a quick, effortless experience powered by AI.<\/strong><\/p>\n  <p>We believe technology should serve you, not overwhelm you. With ReplyBox, every email becomes an opportunity to connect better, faster, and smarter.<\/p>\n\n  <h2 class=\"section-title\">Our Vision<\/h2>\n  <p>We imagine a future where communication is seamless, stress-free, and intelligent. ReplyBox is more than just a tool \u2014 it\u2019s your everyday companion for clear, impactful communication.<\/p>\n\n  <h2 class=\"section-title\">Why Choose ReplyBox?<\/h2>\n  <div class=\"features\">\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\ud83d\ude80<\/div>\n      <strong>Easy to use<\/strong>\n      Install and start writing instantly.\n    <\/div>\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\ud83e\udde0<\/div>\n      <strong>Smart AI suggestions<\/strong>\n      Professional, natural, and context-aware.\n    <\/div>\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\ud83c\udf0d<\/div>\n      <strong>Built for everyone<\/strong>\n      From busy professionals to students and teams.\n    <\/div>\n    <div class=\"feature-box\">\n      <div class=\"feature-icon\">\ud83d\udd04<\/div>\n      <strong>Constantly improving<\/strong>\n      Updated regularly with new features and user feedback.\n    <\/div>\n  <\/div>\n\n  <h2 class=\"section-title\">Join Our Journey<\/h2>\n  <p>Thousands of users are already transforming the way they write emails with ReplyBox. Whether you\u2019re replying to clients, managing a team, or just trying to keep your inbox under control \u2014 ReplyBox is here to help.<\/p>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home ABOUT US Welcome to ReplyBox \u2013 Your AI-Powered Email Assistant Our Story Email is a powerful tool, but let\u2019s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-177","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages\/177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/comments?post=177"}],"version-history":[{"count":33,"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages\/177\/revisions"}],"predecessor-version":[{"id":2043,"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages\/177\/revisions\/2043"}],"wp:attachment":[{"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/media?parent=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}