{"id":2030,"date":"2025-08-23T07:15:52","date_gmt":"2025-08-23T07:15:52","guid":{"rendered":"https:\/\/www.replybox.app\/?page_id=2030"},"modified":"2025-11-14T12:08:41","modified_gmt":"2025-11-14T12:08:41","slug":"features","status":"publish","type":"page","link":"https:\/\/www.replybox.app\/index.php\/features\/","title":{"rendered":"Features"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2030\" class=\"elementor elementor-2030\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29291a1 e-flex e-con-boxed e-con e-parent\" data-id=\"29291a1\" 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-5e4ff4f elementor-widget elementor-widget-hfe-breadcrumbs-widget\" data-id=\"5e4ff4f\" 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-a94dadc e-flex e-con-boxed e-con e-parent\" data-id=\"a94dadc\" 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-93ce770 elementor-widget elementor-widget-text-editor\" data-id=\"93ce770\" 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<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>ReplyBox Features<\/title>\n  <style>\n    body {\n      margin: 0;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      background: #ffffff;\n      color: #333;\n      overflow-x: hidden;\n    }\n\n    .features-section {\n      position: relative;\n      padding: 60px 40px;\n      text-align: center;\n      overflow: hidden;\n    }\n\n    .features-container {\n      position: relative;\n      max-width: 1400px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(2, 1fr); \/* 2 per row *\/\n      gap: 4rem;\n      z-index: 2;\n    }\n\n    \/* Decorative cyan bars removed *\/\n\n    .feature-card {\n      background: #fff;\n      color: #333;\n      padding: 3.75rem 3rem;\n      min-height: 420px; \/* bigger cards *\/\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      position: relative;\n      z-index: 2;\n      box-shadow: 0 15px 40px rgba(0, 0, 0, .15);\n      border-radius: 0;\n      opacity: 0;\n      transform: translateY(50px);\n      animation: fadeInUp 1.2s ease forwards;\n    }\n\n    .feature-card:nth-of-type(1) { animation-delay: .2s }\n    .feature-card:nth-of-type(2) { animation-delay: .4s }\n    .feature-card:nth-of-type(3) { animation-delay: .6s }\n    .feature-card:nth-of-type(4) { animation-delay: .8s }\n    .feature-card:nth-of-type(5) { animation-delay: 1.0s }\n    .feature-card:nth-of-type(6) { animation-delay: 1.2s }\n    .feature-card:last-child { animation-delay: 1.4s }\n\n    .feature-card h3 {\n      font-size: 2rem; \/* larger heading *\/\n      font-weight: 700;\n      margin: 0 0 1.5rem;\n      color: #000;\n      line-height: 1.25;\n    }\n\n    .feature-card p {\n      font-size: 1.06rem;\n      line-height: 1.75;\n      color: #666;\n      margin: 0;\n    }\n\n    \/* \u2705 Center the final (7th) card on its own row *\/\n    .features-container > .feature-card:last-child {\n      grid-column: 1 \/ -1; \/* take a whole row *\/\n      width: min(100%, 720px); \/* not full width *\/\n      justify-self: center; \/* center in row *\/\n    }\n\n    @keyframes fadeInUp {\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n      .features-container { gap: 3rem; max-width: 1000px }\n      .feature-card { min-height: 380px; padding: 3rem 2.5rem }\n    }\n\n    @media (max-width: 768px) {\n      .features-section {\n        padding: 40px 20px;\n      }\n      \n      .features-container { \n        grid-template-columns: 1fr; \n        max-width: 560px;\n        gap: 2rem;\n      }\n      \n      .feature-card { \n        min-height: 300px; \n        padding: 2rem 1.5rem;\n      }\n      \n      .feature-card h3 { \n        font-size: 1.6rem;\n      }\n      \n      \/* last card: full width on mobile *\/\n      .features-container > .feature-card:last-child { \n        width: 100%;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .features-section {\n        padding: 30px 15px;\n      }\n      \n      .features-container { \n        max-width: 360px; \n        gap: 1.5rem;\n      }\n      \n      .feature-card { \n        min-height: 260px; \n        padding: 1.75rem 1.25rem;\n      }\n      \n      .feature-card h3 { \n        font-size: 1.35rem; \n        margin-bottom: 1rem;\n      }\n      \n      .feature-card p { \n        font-size: .95rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <section class=\"features-section\">\n    <div class=\"features-container\">\n      <div class=\"feature-card\">\n        <h3>Voice-to-Email with Speech-to-Text<\/h3>\n        <p>Turn spoken words into professional emails instantly. Reduce time spent writing while keeping your natural tone. Perfect for busy professionals and multitaskers who need efficient communication solutions.<\/p>\n      <\/div>\n\n      <div class=\"feature-card\">\n        <h3>Smart Summaries &#038; Custom Replies<\/h3>\n        <p>AI-generated summaries for fast decision making. Custom reply suggestions with tone adjustment. Sentiment detection for clear communication that adapts to your style and preferences.<\/p>\n      <\/div>\n\n      <div class=\"feature-card\">\n        <h3>Listen to Your Emails with Text-to-Speech<\/h3>\n        <p>Hear your emails while multitasking with clear, natural-sounding audio playback. Stay informed and productive while commuting, exercising, or working on other tasks.<\/p>\n      <\/div>\n\n      <div class=\"feature-card\">\n        <h3>Unified Dashboard for All Your Emails<\/h3>\n        <p>See all your emails in one intelligent dashboard with instant AI summaries to save time. Seamlessly integrates with your existing inbox for a streamlined workflow experience.<\/p>\n      <\/div>\n\n      <div class=\"feature-card\">\n        <h3>Save and Access Your Draft Replies Anytime<\/h3>\n        <p>Auto-save AI-generated drafts for later use and quickly edit before sending to maintain complete control. Never lose your work again with persistent draft storage and retrieval.<\/p>\n      <\/div>\n\n      <div class=\"feature-card\">\n        <h3>Multilingual Email Support<\/h3>\n        <p>Compose and reply in multiple languages effortlessly with native-level fluency for global communication. Ideal for international business, travel, and cross-cultural correspondence.<\/p>\n      <\/div>\n\n      <!-- This is the 7th card; now centered on its own row -->\n      <div class=\"feature-card\">\n        <h3>Smart Reminders &#038; Google Calendar Integration<\/h3>\n        <p>Never miss an important meeting or deadline again. ReplyBox scans your emails for events and provides a one-click &#8220;Add to Calendar&#8221; for Google Calendar \u2014 perfect for professionals, students, and teams.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/body>\n<\/html>\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 ReplyBox Features Voice-to-Email with Speech-to-Text Turn spoken words into professional emails instantly. Reduce time spent writing while keeping your [&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-2030","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages\/2030","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=2030"}],"version-history":[{"count":11,"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages\/2030\/revisions"}],"predecessor-version":[{"id":2335,"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/pages\/2030\/revisions\/2335"}],"wp:attachment":[{"href":"https:\/\/www.replybox.app\/index.php\/wp-json\/wp\/v2\/media?parent=2030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}