{"id":7502,"date":"2025-08-14T07:11:32","date_gmt":"2025-08-14T07:11:32","guid":{"rendered":"https:\/\/edstaranalytics.com\/?page_id=2"},"modified":"2025-08-14T07:11:32","modified_gmt":"2025-08-14T07:11:32","slug":"sample-page-2","status":"publish","type":"page","link":"https:\/\/test.edstaranalytics.com\/?page_id=7502","title":{"rendered":"Edstar Analytics"},"content":{"rendered":"\n<style>\n    .edstar-homepage * {\n        box-sizing: border-box;\n    }\n\n    .edstar-homepage {\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        line-height: 1.6;\n        color: #333;\n    }\n\n    .edstar-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n\n\n    \/* Hero Section *\/\n    .edstar-hero {\n        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        padding: 80px 0;\n        text-align: center;\n    }\n\n    .edstar-hero h2 {\n        font-size: 3rem;\n        color: #10739a;\n        margin-bottom: 20px;\n        font-weight: 700;\n    }\n\n    .edstar-hero p {\n        font-size: 1.3rem;\n        color: #666;\n        max-width: 800px;\n        margin: 0 auto 40px;\n    }\n\n    .edstar-cta-buttons {\n        display: flex;\n        gap: 20px;\n        justify-content: center;\n        flex-wrap: wrap;\n    }\n\n    .edstar-btn {\n        padding: 15px 30px;\n        text-decoration: none;\n        border-radius: 8px;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        display: inline-block;\n    }\n\n    .edstar-btn-primary {\n        background: #10739a;\n        color: white;\n    }\n\n    .edstar-btn-primary:hover {\n        background: #0a5577;\n        transform: translateY(-2px);\n    }\n\n    .edstar-btn-secondary {\n        background: white;\n        color: #10739a;\n        border: 2px solid #10739a;\n    }\n\n    .edstar-btn-secondary:hover {\n        background: #10739a;\n        color: white;\n    }\n\n    \/* Services Section *\/\n    .edstar-services {\n        padding: 80px 0;\n        background: white;\n    }\n\n    .edstar-section-title {\n        text-align: center;\n        margin-bottom: 60px;\n    }\n\n    .edstar-section-title h2 {\n        font-size: 2.5rem;\n        color: #10739a;\n        margin-bottom: 15px;\n    }\n\n    .edstar-section-title p {\n        font-size: 1.2rem;\n        color: #666;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    .edstar-services-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 40px;\n        margin-top: 60px;\n    }\n\n    .edstar-service-card {\n        background: white;\n        padding: 40px 30px;\n        border-radius: 15px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        text-align: center;\n        transition: transform 0.3s ease;\n        border-top: 4px solid #10739a;\n    }\n\n    .edstar-service-card:hover {\n        transform: translateY(-10px);\n    }\n\n    .edstar-service-icon {\n        width: 80px;\n        height: 80px;\n        background: linear-gradient(135deg, #10739a, #0a5577);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin: 0 auto 25px;\n        color: white;\n        font-size: 2rem;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .edstar-service-icon::after {\n        content: '';\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        width: 60px;\n        height: 60px;\n        background-size: contain;\n        background-repeat: no-repeat;\n        background-position: center;\n        border-radius: 50%;\n    }\n\n    \/* Individual service icons - replace URLs with your images *\/\n    .edstar-service-icon.program-evaluation::after {\n        background-image: url('https:\/\/edstaranalytics.com\/wp-content\/uploads\/2025\/08\/Picture6.png');\n    }\n\n    .edstar-service-icon.research-analysis::after {\n        background-image: url('https:\/\/edstaranalytics.com\/wp-content\/uploads\/2025\/08\/Picture6.png');\n    }\n\n    .edstar-service-icon.data-collection::after {\n        background-image: url('https:\/\/edstaranalytics.com\/wp-content\/uploads\/2025\/08\/Picture6.png');\n    }\n\n    .edstar-service-icon.educator-workshops::after {\n        background-image: url('https:\/\/edstaranalytics.com\/wp-content\/uploads\/2025\/08\/Picture6.png');\n    }\n\n    .edstar-service-icon.grant-writing::after {\n        background-image: url('https:\/\/edstaranalytics.com\/wp-content\/uploads\/2025\/08\/Picture6.png');\n    }\n\n    .edstar-service-icon.technical-assistance::after {\n        background-image: url('https:\/\/edstaranalytics.com\/wp-content\/uploads\/2025\/08\/Picture6.png');\n    }\n\n    .edstar-service-card h3 {\n        font-size: 1.5rem;\n        color: #10739a;\n        margin-bottom: 15px;\n    }\n\n    .edstar-service-card p {\n        color: #666;\n        line-height: 1.8;\n    }\n\n    \/* Mission & Vision *\/\n    .edstar-mission-vision {\n        background: #f8f9fa;\n        padding: 80px 0;\n    }\n\n    .edstar-mission-vision-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n        gap: 60px;\n        margin-top: 40px;\n    }\n\n    .edstar-mission-box, .edstar-vision-box {\n        background: white;\n        padding: 40px;\n        border-radius: 15px;\n        box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n    }\n\n    .edstar-mission-box h3, .edstar-vision-box h3 {\n        color: #10739a;\n        font-size: 1.8rem;\n        margin-bottom: 20px;\n    }\n\n    .edstar-mission-box p, .edstar-vision-box p {\n        color: #666;\n        line-height: 1.8;\n    }\n\n    \/* Team Preview *\/\n    .edstar-team-preview {\n        padding: 80px 0;\n        background: white;\n    }\n\n    .edstar-team-stats {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 40px;\n        margin-top: 40px;\n        text-align: center;\n    }\n\n    .edstar-stat {\n        padding: 30px;\n    }\n\n    .edstar-stat-number {\n        font-size: 3rem;\n        font-weight: 700;\n        color: #10739a;\n        display: block;\n    }\n\n    .edstar-stat-label {\n        font-size: 1.1rem;\n        color: #666;\n        margin-top: 10px;\n    }\n\n    \/* Contact CTA *\/\n    .edstar-contact-cta {\n        background: linear-gradient(135deg, #10739a 0%, #0a5577 100%);\n        color: white;\n        padding: 80px 0;\n        text-align: center;\n    }\n\n    .edstar-contact-cta h2 {\n        font-size: 2.5rem;\n        margin-bottom: 20px;\n    }\n\n    .edstar-contact-cta p {\n        font-size: 1.2rem;\n        margin-bottom: 40px;\n        opacity: 0.9;\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n        .edstar-hero h2 {\n            font-size: 2.2rem;\n        }\n\n        .edstar-hero p {\n            font-size: 1.1rem;\n        }\n\n        .edstar-cta-buttons {\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .edstar-mission-vision-grid {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n\n\n        .edstar-services-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n<\/style>\n\n\n\n<div class=\"wp-block-group edstar-homepage is-layout-flow wp-block-group-is-layout-flow\">\n\n\n\n\n<div class=\"wp-block-group edstar-hero is-layout-flow wp-block-group-is-layout-flow\">\n    \n    <div class=\"wp-block-group edstar-container is-layout-flow wp-block-group-is-layout-flow\">\n        \n        \n        <h2 class=\"wp-block-heading edstar-hero-title\">Transform Data Into Impact<\/h2>\n        \n\n        \n        <p class=\"edstar-hero-text\">We specialize in program evaluations, research, and statistical analysis for educational institutions and non-profits. Our customized data collection tools and expert workshops help you make informed decisions that drive real results.<\/p>\n        \n\n        \n        <div class=\"edstar-cta-buttons\">\n            <a href=\"#services\" class=\"edstar-btn edstar-btn-primary\">Our Services<\/a>\n            <a href=\"#contact\" class=\"edstar-btn edstar-btn-secondary\">Get Started<\/a>\n        <\/div>\n        \n\n    <\/div>\n    \n<\/div>\n\n\n\n<div class=\"wp-block-group edstar-services is-layout-flow wp-block-group-is-layout-flow\" id=\"services\">\n    \n    <div class=\"wp-block-group edstar-container is-layout-flow wp-block-group-is-layout-flow\">\n        \n        \n        <div class=\"wp-block-group edstar-section-title is-layout-flow wp-block-group-is-layout-flow\">\n            \n            <h2 class=\"wp-block-heading\">Our Expertise<\/h2>\n            \n\n            \n            <p>Comprehensive analytics solutions tailored for education and non-profit sectors<\/p>\n            \n        <\/div>\n        \n\n        \n        <div class=\"edstar-services-grid\">\n            <div class=\"edstar-service-card\">\n                <div class=\"edstar-service-icon program-evaluation\"><\/div>\n                <h3>Program Evaluations<\/h3>\n                <p>Comprehensive evaluations for grant-funded programs across all educational levels, providing actionable insights to maximize program effectiveness and compliance.<\/p>\n            <\/div>\n\n            <div class=\"edstar-service-card\">\n                <div class=\"edstar-service-icon research-analysis\"><\/div>\n                <h3>Research &#038; Analysis<\/h3>\n                <p>Expert statistical analysis and research methodologies to support evidence-based decision making and policy development in educational settings.<\/p>\n            <\/div>\n\n            <div class=\"edstar-service-card\">\n                <div class=\"edstar-service-icon data-collection\"><\/div>\n                <h3>Data Collection Tools<\/h3>\n                <p>Custom-designed, user-friendly data collection instruments that streamline the gathering of meaningful information for your specific needs.<\/p>\n            <\/div>\n\n            <div class=\"edstar-service-card\">\n                <div class=\"edstar-service-icon educator-workshops\"><\/div>\n                <h3>Educator Workshops<\/h3>\n                <p>Professional development sessions that empower educators to effectively use data for instructional improvement and student success.<\/p>\n            <\/div>\n\n            <div class=\"edstar-service-card\">\n                <div class=\"edstar-service-icon grant-writing\"><\/div>\n                <h3>Grant Writing Support<\/h3>\n                <p>Expert assistance in securing funding through comprehensive grant writing, management, and compliance services.<\/p>\n            <\/div>\n\n            <div class=\"edstar-service-card\">\n                <div class=\"edstar-service-icon technical-assistance\"><\/div>\n                <h3>Technical Assistance<\/h3>\n                <p>Ongoing support for data analysis, reporting, and strategic planning to ensure sustained organizational growth and success.<\/p>\n            <\/div>\n        <\/div>\n        \n\n    <\/div>\n    \n<\/div>\n\n\n\n<div class=\"wp-block-group edstar-mission-vision is-layout-flow wp-block-group-is-layout-flow\">\n    \n    <div class=\"wp-block-group edstar-container is-layout-flow wp-block-group-is-layout-flow\">\n        \n        \n        <div class=\"wp-block-group edstar-section-title is-layout-flow wp-block-group-is-layout-flow\">\n            \n            <h2 class=\"wp-block-heading\">Our Foundation<\/h2>\n            \n        <\/div>\n        \n\n        \n        <div class=\"edstar-mission-vision-grid\">\n            <div class=\"edstar-mission-box\">\n                <h3>Our Mission<\/h3>\n                <p>To empower organizations through data-driven insights and solutions, enhancing their impact and effectiveness. Edstar Analytics commits to delivering high-quality evaluation, grant writing, and technical assistance, focusing on educational and non-profit sectors.<\/p>\n            <\/div>\n\n            <div class=\"edstar-vision-box\">\n                <h3>Our Vision<\/h3>\n                <p>We envision a world where data empowers decision-making and drives social change. Edstar Analytics strives to be a leader in analytics and program evaluation, helping organizations achieve measurable success and sustainable growth.<\/p>\n            <\/div>\n        <\/div>\n        \n\n    <\/div>\n    \n<\/div>\n\n\n\n<div class=\"wp-block-group edstar-team-preview is-layout-flow wp-block-group-is-layout-flow\">\n    \n    <div class=\"wp-block-group edstar-container is-layout-flow wp-block-group-is-layout-flow\">\n        \n        \n        <div class=\"wp-block-group edstar-section-title is-layout-flow wp-block-group-is-layout-flow\">\n            \n            <h2 class=\"wp-block-heading\">Our Impact<\/h2>\n            \n\n            \n            <p>Delivering measurable results for educational institutions and non-profits<\/p>\n            \n        <\/div>\n        \n\n        \n        <div class=\"edstar-team-stats\">\n            <div class=\"edstar-stat\">\n                <span class=\"edstar-stat-number\">30+<\/span>\n                <div class=\"edstar-stat-label\">Years of Experience<\/div>\n            <\/div>\n\n            <div class=\"edstar-stat\">\n                <span class=\"edstar-stat-number\">$36M+<\/span>\n                <div class=\"edstar-stat-label\">Grants Secured<\/div>\n            <\/div>\n\n            <div class=\"edstar-stat\">\n                <span class=\"edstar-stat-number\">100+<\/span>\n                <div class=\"edstar-stat-label\">Projects Completed<\/div>\n            <\/div>\n\n            <div class=\"edstar-stat\">\n                <span class=\"edstar-stat-number\">8<\/span>\n                <div class=\"edstar-stat-label\">Expert Team Members<\/div>\n            <\/div>\n        <\/div>\n        \n\n    <\/div>\n    \n<\/div>\n\n\n\n<div class=\"wp-block-group edstar-contact-cta is-layout-flow wp-block-group-is-layout-flow\" id=\"contact\">\n    \n    <div class=\"wp-block-group edstar-container is-layout-flow wp-block-group-is-layout-flow\">\n        \n        \n        <h2 class=\"wp-block-heading\">Ready to Transform Your Data?<\/h2>\n        \n\n        \n        <p>Let&#8217;s discuss how Edstar Analytics can help your organization achieve its goals through data-driven solutions.<\/p>\n        \n\n        \n        <div class=\"edstar-cta-buttons\">\n            <a href=\"\/contact\" class=\"edstar-btn edstar-btn-primary\">Contact Us Today<\/a>\n            <a href=\"\/about\" class=\"edstar-btn edstar-btn-secondary\">Learn More<\/a>\n        <\/div>\n        \n\n    <\/div>\n    \n<\/div>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Transform Data Into Impact We specialize in program evaluations, research, and statistical analysis for educational institutions and non-profits. Our customized data collection tools and expert workshops help you make informed decisions that drive real results. Our Services Get Started Our Expertise Comprehensive analytics solutions tailored for education and non-profit sectors Program Evaluations Comprehensive evaluations for [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-7502","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=\/wp\/v2\/pages\/7502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7502"}],"version-history":[{"count":0,"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=\/wp\/v2\/pages\/7502\/revisions"}],"wp:attachment":[{"href":"https:\/\/test.edstaranalytics.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}