{"id":7,"date":"2025-10-02T10:45:00","date_gmt":"2025-10-02T10:45:00","guid":{"rendered":"https:\/\/cosmicconnectsastrology.com\/wordpress\/?page_id=7"},"modified":"2025-10-23T11:44:00","modified_gmt":"2025-10-23T11:44:00","slug":"home","status":"publish","type":"page","link":"https:\/\/cosmicconnectsastrology.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c1433a e-con-full e-flex e-con e-parent\" data-id=\"9c1433a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d1685f elementor-widget elementor-widget-html\" data-id=\"8d1685f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\" \/>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n    <title>Cosmic Connections - Astrology Reading Service<\/title>\r\n    <style>\r\n        \/* CSS Variables *\/\r\n        :root {\r\n            --primary: #A3B18A;\r\n            --primary-dark: #6B8F71;\r\n            --charcoal: #1F2937;\r\n            --offwhite: #F9FAF8;\r\n            --accent: #C6A15B;\r\n            --border: #E5E7EB;\r\n        }\r\n\r\n        \/* Reset and base styles *\/\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        html { scroll-behavior: smooth; }\r\n\r\n        body {\r\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif;\r\n            font-size: 19px;           \/* was 16px *\/\r\n            line-height: 1.75;         \/* was 1.65 *\/\r\n            color: var(--charcoal);\r\n            background-color: var(--offwhite);\r\n        }\r\n\r\n        \/* Animation keyframes *\/\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(32px); }\r\n            to   { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* Respect reduced motion preference *\/\r\n        @media (prefers-reduced-motion: reduce) {\r\n            * { animation: none !important; transition: none !important; }\r\n            html { scroll-behavior: auto; }\r\n        }\r\n\r\n        \/* Container utility *\/\r\n        .container {\r\n            max-width: 1280px; \/* was 1200px *\/\r\n            margin: 0 auto;\r\n            padding: 0 28px;   \/* was 24px *\/\r\n        }\r\n\r\n        \/* Grid system *\/\r\n        .grid { display: grid; gap: 28px; } \/* was 24px *\/\r\n        .grid-cols-1 { grid-template-columns: 1fr; }\r\n        .grid-cols-2 { grid-template-columns: repeat(2, 1fr); }\r\n        .grid-cols-3 { grid-template-columns: repeat(3, 1fr); }\r\n        .grid-cols-6 { grid-template-columns: repeat(6, 1fr); }\r\n        .grid-cols-12 { grid-template-columns: repeat(12, 1fr); }\r\n        .col-span-6 { grid-column: span 6; }\r\n        .col-span-4 { grid-column: span 4; }\r\n        .col-span-3 { grid-column: span 3; }\r\n\r\n        \/* Typography *\/\r\n        h1 {\r\n            font-size: clamp(3.75rem, 6.5vw, 5.25rem); \/* bigger *\/\r\n            font-weight: 700;\r\n            line-height: 1.06;\r\n            margin-bottom: 20px;\r\n            letter-spacing: -0.03em;\r\n        }\r\n\r\n        h2 {\r\n            font-size: clamp(2.75rem, 4.6vw, 3.75rem); \/* bigger *\/\r\n            font-weight: 650;\r\n            line-height: 1.15;\r\n            margin-bottom: 28px;\r\n            letter-spacing: -0.02em;\r\n        }\r\n\r\n        h3 {\r\n            font-size: 1.95rem; \/* was 1.5rem *\/\r\n            font-weight: 650;\r\n            line-height: 1.25;\r\n            margin-bottom: 18px;\r\n        }\r\n\r\n        h4 {\r\n            font-size: 1.6rem; \/* was 1.25rem *\/\r\n            font-weight: 600;\r\n            line-height: 1.35;\r\n            margin-bottom: 14px;\r\n        }\r\n\r\n        p {\r\n            max-width: 70ch;     \/* a bit wider *\/\r\n            margin-bottom: 26px;\r\n            font-size: 1.15rem;  \/* was ~1rem *\/\r\n        }\r\n\r\n        .lead {\r\n            font-size: 1.7rem;   \/* was 1.25\u20131.5rem *\/\r\n            font-weight: 600;\r\n            color: var(--primary-dark);\r\n        }\r\n\r\n        \/* Spacing utilities *\/\r\n        .section { padding-block: 9rem; }   \/* was 6rem *\/\r\n        .section-lg { padding-block: 11rem; } \/* was 8rem *\/\r\n\r\n        \/* Card system *\/\r\n        .card {\r\n            background: white;\r\n            border: 1px solid var(--border);\r\n            border-radius: 18px;\r\n            box-shadow: 0 1px 3px rgb(0 0 0 \/ 0.06);\r\n            padding: 44px;         \/* was 32px *\/\r\n            transition: all 0.3s ease;\r\n        }\r\n        .card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgb(0 0 0 \/ 0.1); }\r\n\r\n        \/* Button system *\/\r\n        .btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 22px 44px;      \/* bigger buttons *\/\r\n            border-radius: 9999px;\r\n            font-weight: 700;\r\n            font-size: 1.2rem;       \/* bigger text *\/\r\n            text-decoration: none;\r\n            border: 2px solid;\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n            gap: 10px;\r\n        }\r\n        .btn-primary { background: var(--primary); color: white; border-color: var(--primary); }\r\n        .btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); }\r\n        .btn-secondary { background: var(--primary); color: white; border-color: var(--primary); }\r\n        .btn-secondary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); }\r\n        .btn:focus { outline: 3px solid var(--primary); outline-offset: 2px; }\r\n\r\n        \/* Header *\/\r\n        .header {\r\n            position: sticky; top: 0; z-index: 50;\r\n            background: var(--offwhite);\r\n            border-bottom: 1px solid var(--border);\r\n            padding: 18px 0;\r\n        }\r\n        .header-content { display: flex; justify-content: space-between; align-items: center; }\r\n        .logo { font-size: 1.9rem; font-weight: 800; color: var(--charcoal); text-decoration: none; }\r\n        .nav { display: flex; gap: 36px; }\r\n        .nav a {\r\n            color: var(--charcoal);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 1.1rem; \/* larger nav *\/\r\n            transition: color 0.3s ease;\r\n        }\r\n        .nav a:hover, .nav a:focus { color: var(--primary); outline: none; }\r\n\r\n        \/* Hero *\/\r\n        .hero {\r\n            background:\r\n              linear-gradient(rgba(31, 41, 55, 0.6), rgba(31, 41, 55, 0)),\r\n              url(\"https:\/\/cosmicconnectsastrology.com\/wp-content\/uploads\/2025\/10\/pexels-jplenio-4871392-scaled.jpg\") center\/cover no-repeat;\r\n            border-bottom: 2px solid var(--primary);\r\n            text-align: center;\r\n            animation: fadeInUp 0.8s ease-out;\r\n            position: relative;\r\n            color: white;\r\n        }\r\n        .hero::before {\r\n            content: ''; position: absolute; inset: 0;\r\n            background: linear-gradient(to bottom, transparent 0%, rgba(31, 41, 55, 0.1) 100%);\r\n            pointer-events: none;\r\n        }\r\n        .hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }\r\n        .hero h1 { color: white; margin-bottom: 26px; text-shadow: 0 2px 8px rgba(0,0,0,.3); }\r\n        .hero .lead { font-size: 1.95rem; margin-bottom: 18px; color: white; text-shadow: 0 2px 6px rgba(0,0,0,.3); }\r\n        .hero p { font-size: 1.25rem; margin: 0 auto 56px; opacity: .98; text-shadow: 0 1px 4px rgba(0,0,0,.3); font-weight: bold;}\r\n        .hero-ctas { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }\r\n\r\n        \/* Section dividers *\/\r\n        .section-border { border-top: 1px solid var(--border); }\r\n\r\n        \/* About section *\/\r\n        .about { background: white; }\r\n        .about-grid {\r\n          display: grid;\r\n          grid-template-columns: 1fr 1fr;\r\n          gap: 64px;\r\n          align-items: center; \/* centers text and video vertically *\/\r\n        }\r\n                \r\n        .about-video video {\r\n          max-width: 100%;\r\n          height: auto;\r\n          display: block;\r\n        }\r\n\r\n\r\n\r\n        \/* Invitation section *\/\r\n        .invitation {\r\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\r\n            color: white; position: relative; overflow: hidden;\r\n        }\r\n        .invitation::before {\r\n            content: ''; position: absolute; top: -50%; right: -20%;\r\n            width: 520px; height: 520px;\r\n            background: radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 70%);\r\n            border-radius: 50%;\r\n        }\r\n        .invitation::after {\r\n            content: ''; position: absolute; bottom: -30%; left: -15%;\r\n            width: 420px; height: 420px;\r\n            background: radial-gradient(circle, rgba(198,161,91,.15) 0%, transparent 70%);\r\n            border-radius: 50%;\r\n        }\r\n        .invitation-content { max-width: 980px; margin: 0 auto; position: relative; z-index: 1; }\r\n        .invitation-content .about-list {\r\n            background: rgba(255,255,255,.1);\r\n            backdrop-filter: blur(10px);\r\n            border: 1px solid rgba(255,255,255,.2);\r\n            padding: 48px;           \/* was 40px *\/\r\n            border-radius: 22px;\r\n            margin-bottom: 56px;\r\n        }\r\n        .invitation-content .about-list h4 { color: white; font-size: 2rem; margin-bottom: 26px; text-align: center; }\r\n        .invitation-content .about-list ul {\r\n            display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));\r\n            gap: 22px; list-style: none;\r\n        }\r\n        .invitation-content .about-list li {\r\n            padding: 22px 22px 22px 28px;\r\n            background: rgba(255,255,255,.08);\r\n            border-radius: 14px;\r\n            border: 1px solid rgba(255,255,255,.15);\r\n            position: relative;\r\n            transition: all .3s ease;\r\n        }\r\n        .invitation-content .about-list li:hover { background: rgba(255,255,255,.15); transform: translateX(8px); }\r\n        .invitation-content .about-list li::before {\r\n            content: \"\u2726\"; color: var(--accent); font-size: 1.25rem; position: absolute; left: 8px; top: 22px;\r\n        }\r\n        .invitation-content .closing-quote {\r\n            border-left: 5px solid var(--accent);\r\n            background: rgba(255,255,255,.08);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 18px;\r\n            padding: 36px;\r\n            font-size: 1.35rem;  \/* larger *\/\r\n            line-height: 1.9;\r\n            color: white; text-align: center;\r\n            border: 1px solid rgba(255,255,255,.2);\r\n        }\r\n\r\n        .video-placeholder {\r\n            aspect-ratio: 16\/9;\r\n            background: var(--border);\r\n            border-radius: 18px;\r\n            display: flex; align-items: center; justify-content: center;\r\n            color: var(--charcoal); font-weight: 600; font-size: 1.1rem;\r\n            border: 1px solid var(--border);\r\n            transition: all .3s ease;\r\n            padding: 8px;\r\n            text-align: center;\r\n        }\r\n        .video-placeholder:hover { transform: scale(1.02); background: #f3f4f6; }\r\n\r\n        .about-list {\r\n            background: var(--offwhite);\r\n            padding: 36px; border-radius: 18px; border: 1px solid var(--border);\r\n            margin: 36px 0;\r\n        }\r\n        .about-list h4 { color: var(--primary-dark); margin-bottom: 18px; }\r\n        .about-list ul { list-style: none; margin-left: 0; }\r\n        .about-list li { padding: 10px 0 10px 28px; position: relative; }\r\n        .about-list li::before {\r\n            content: \"\u2022\"; color: var(--primary); font-weight: bold; position: absolute; left: 0;\r\n        }\r\n        .closing-quote {\r\n            font-style: italic; font-size: 1.25rem; color: var(--primary-dark);\r\n            border-left: 5px solid var(--primary); padding-left: 26px; margin-top: 34px;\r\n        }\r\n\r\n        \/* Feature band *\/\r\n        .feature-band { background: var(--charcoal); position: relative; overflow: hidden; }\r\n        .feature-band::before {\r\n            content: ''; position: absolute; top: 0; left: -50%; width: 200%; height: 100%;\r\n            background: radial-gradient(ellipse at center, rgba(163,177,138,.12) 0%, transparent 60%);\r\n        }\r\n        .feature-content { max-width: 1040px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }\r\n        .feature-band h3 { color: white; margin-bottom: 26px; position: relative; font-size: 2.8rem; }\r\n        .feature-band .kicker {\r\n            font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;\r\n            margin-bottom: 14px; color: var(--accent); position: relative;\r\n        }\r\n        .feature-band p { color: rgba(255,255,255,.92); font-size: 1.28rem; line-height: 1.9; }\r\n        .feature-bullets {\r\n            display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 26px; margin-top: 52px;\r\n        }\r\n        .feature-bullets span {\r\n            background: rgba(255,255,255,.06);\r\n            padding: 26px; border-radius: 18px;\r\n            border: 1px solid rgba(163,177,138,.35);\r\n            font-size: 1.07rem; font-weight: 600; color: white;\r\n            transition: all .3s ease; backdrop-filter: blur(10px); position: relative;\r\n        }\r\n        .feature-bullets span::before { content: '\u25c6'; color: var(--accent); font-size: 1.25rem; display: block; margin-bottom: 12px; }\r\n        .feature-bullets span:hover { background: rgba(163,177,138,.18); border-color: var(--primary); transform: translateY(-4px); }\r\n        .feature-bullets span::after { display: none; }\r\n\r\n        \/* Steps *\/\r\n        .steps { background: var(--offwhite); }\r\n        .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }\r\n        .step-card { text-align: center; animation: fadeInUp .8s ease-out calc(.2s * var(--delay)) both; position: relative; overflow: hidden; }\r\n        .step-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0;\r\n            background: linear-gradient(135deg, var(--primary), var(--primary-dark)); transition: height .4s ease; z-index: 0; }\r\n        .step-card:hover::before { height: 100%; }\r\n        .step-card > * { position: relative; z-index: 1; transition: color .4s ease; }\r\n        .step-card:hover h3, .step-card:hover p { color: white; }\r\n        .step-card:nth-child(1) { --delay: 1; }\r\n        .step-card:nth-child(2) { --delay: 2; }\r\n        .step-card:nth-child(3) { --delay: 3; }\r\n\r\n        .step-number {\r\n            width: 72px; height: 72px; border-radius: 50%;\r\n            background: var(--primary); color: white;\r\n            display: flex; align-items: center; justify-content: center;\r\n            font-size: 1.7rem; font-weight: 800; margin: 0 auto 26px; transition: all .4s ease; position: relative; z-index: 1;\r\n        }\r\n        .step-card:hover .step-number { background: white; color: var(--primary); transform: scale(1.08); }\r\n\r\n        \/* Testimonials *\/\r\n        .testimonials { background: white; }\r\n        .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }\r\n        .testimonial-card { animation: fadeInUp .8s ease-out calc(.1s * var(--delay)) both; }\r\n        .testimonial-card:nth-child(1) { --delay: 1; }\r\n        .testimonial-card:nth-child(2) { --delay: 2; }\r\n        .testimonial-card:nth-child(3) { --delay: 3; }\r\n        .testimonial-card:nth-child(4) { --delay: 4; }\r\n        .testimonial-card:nth-child(5) { --delay: 5; }\r\n        .testimonial-text { font-style: italic; font-size: 1.25rem; margin-bottom: 18px; line-height: 1.7; }\r\n        .testimonial-author { font-weight: 700; color: var(--primary-dark); font-size: 1rem; }\r\n\r\n        \/* Contact *\/\r\n        .contact { background: var(--offwhite); }\r\n        .contact-form { max-width: 680px; margin: 0 auto; animation: fadeInUp .8s ease-out .4s both; }\r\n        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }\r\n        .form-group { display: flex; flex-direction: column; }\r\n        .form-group.full-width { grid-column: span 2; }\r\n        label { font-weight: 700; margin-bottom: 10px; color: var(--charcoal); font-size: 1.05rem; }\r\n        input, textarea {\r\n            padding: 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 1.05rem; font-family: inherit; background: white; transition: all .3s ease;\r\n        }\r\n        input:focus, textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgb(163 177 138 \/ 0.12); }\r\n        textarea { min-height: 140px; resize: vertical; }\r\n        .checkbox-group { display: flex; align-items: flex-start; gap: 14px; margin: 26px 0; }\r\n        .checkbox-group input[type=\"checkbox\"] { margin: 0; transform: scale(1.25); }\r\n        .checkbox-group label { margin: 0; font-weight: 500; line-height: 1.55; font-size: 1rem; }\r\n\r\n        \/* Footer *\/\r\n        .footer { background: var(--charcoal); color: white; padding: 56px 0; text-align: center; }\r\n        .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 26px; }\r\n        .footer p { font-size: 1rem; opacity: .85; margin: 0; }\r\n        .footer-links { display: flex; gap: 26px; }\r\n        .footer-links a { color: white; text-decoration: none; font-size: 1rem; opacity: .85; transition: opacity .3s ease; }\r\n        .footer-links a:hover, .footer-links a:focus { opacity: 1; outline: none; }\r\n\r\n        \/* Responsive design *\/\r\n        @media (max-width: 768px) {\r\n            .container { padding: 0 18px; }\r\n            .section { padding-block: 6.5rem; }\r\n            .section-lg { padding-block: 8rem; }\r\n            .nav { display: none; }\r\n            .hero-ctas { flex-direction: column; align-items: center; }\r\n            .about-grid, .form-grid { grid-template-columns: 1fr; gap: 34px; }\r\n            .invitation-content { padding: 0 16px; }\r\n            .feature-content { padding: 48px 24px; }\r\n            .feature-bullets { grid-template-columns: 1fr; }\r\n            .steps-grid { grid-template-columns: 1fr; gap: 28px; }\r\n            .testimonials-grid { grid-template-columns: 1fr; }\r\n            .footer-content { flex-direction: column; text-align: center; }\r\n            .form-group.full-width { grid-column: span 1; }\r\n            h1 { font-size: clamp(2.6rem, 9vw, 4rem); }\r\n            h2 { font-size: clamp(2.1rem, 6.5vw, 3rem); }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .btn { padding: 18px 28px; font-size: 1.05rem; }\r\n            .card { padding: 30px; }\r\n            h1 { font-size: clamp(2.35rem, 10vw, 3rem); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Header -->\r\n    <header class=\"header\">\r\n        <div class=\"container\">\r\n            <div class=\"header-content\">\r\n                <a href=\"\/\" class=\"logo\">\r\n                  <img decoding=\"async\" src=\"https:\/\/cosmicconnectsastrology.com\/wp-content\/uploads\/2025\/10\/cropped-Karen-Logo.png\" \r\n                       alt=\"Cosmic Connections Logo\" \r\n                       style=\"height: 80px; width: auto;\">\r\n                <\/a>\r\n                <nav class=\"nav\">\r\n                    <a href=\"#about\">About<\/a>\r\n                    <a href=\"#how-it-works\">How It Works<\/a>\r\n                    <a href=\"#testimonials\">Testimonials<\/a>\r\n                    <a href=\"#contact\">Contact<\/a>\r\n                <\/nav>\r\n            <\/div>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- Hero -->\r\n    <section class=\"hero section-lg\">\r\n        <div class=\"container\">\r\n            <div class=\"hero-content\">\r\n                <h1>Cosmic Connects Astrology<\/h1>\r\n                <p class=\"lead\">Awareness is Powerful, Own Your Journey<\/p>\r\n                <p>Predictive Astrology Readings \u2014 The Science of the Stars, the Map of Your Soul.<\/p>\r\n                <div class=\"hero-ctas\">\r\n                    <a href=\"#contact\" class=\"btn btn-primary\">Book Your Reading<\/a>\r\n                    <a href=\"#how-it-works\" class=\"btn btn-secondary\">How It Works<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<!-- About -->\r\n<section id=\"about\" class=\"about section section-border\">\r\n  <div class=\"container\">\r\n    <div class=\"about-grid\">\r\n      \r\n      <!-- Left: Text -->\r\n      <div class=\"about-text\">\r\n        <h2>About<\/h2>\r\n        <p>Astrology, in its ancient form, is rooted in mathematics and science. It is not fortune-telling\u2014it is a timeless system, a cosmic map of your destiny. Your chart reveals your internal world, which inevitably reflects into your external reality. The movements of the planets and their energies flow through you, shaping the patterns of your life, highlighting your lessons, and illuminating your path of growth.<\/p>\r\n        <p>When you understand how these planetary energies are working within you, something profound happens. You begin to see yourself with greater clarity. You discover why certain challenges keep showing up in your life, why you carry subconscious fears, or why internal conflicts hold you back. This awareness brings freedom. It strengthens your free will. It gives you the knowledge to step into your power, reclaim your direction, and make conscious choices aligned with your soul's purpose.<\/p>\r\n        <p>Through predictive astrology, we can see the seasons of life\u2014the times of challenge, of expansion, of transformation, and of new beginnings. These readings are not meant to confine you, but to inspire you. They expand your consciousness, helping you to navigate struggles with wisdom, to transform limitations into growth, and to embrace opportunities with confidence.<\/p>\r\n      <\/div>\r\n\r\n      <!-- Right: Video (sibling of .about-text) -->\r\n      <div class=\"about-video\">\r\n        <video controls playsinline\r\n               style=\"width:60%; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,0.2);\">\r\n          <source src=\"https:\/\/cosmicconnectsastrology.com\/wp-content\/uploads\/2025\/10\/Karen-video.mp4\">\r\n          Your browser does not support the video tag.\r\n        <\/video>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n    <!-- Invitation Section -->\r\n    <section class=\"invitation section section-border\">\r\n        <div class=\"container\">\r\n            <div class=\"invitation-content\">\r\n                <div class=\"about-list\">\r\n                    <h4>Every reading is an invitation:<\/h4>\r\n                    <ul>\r\n                        <li>To understand your deeper soul lessons<\/li>\r\n                        <li>To gain clarity on conflicts and challenges<\/li>\r\n                        <li>To release fears and take back your power<\/li>\r\n                        <li>To align with your highest path of fulfilment<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"closing-quote\">\r\n                    Your astrology chart is more than lines and numbers. It is the living map of your soul's journey\u2014a mirror of your divine design, guiding you toward freedom, empowerment, and deeper purpose.\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Feature Band -->\r\n    <section class=\"feature-band section\">\r\n        <div class=\"container\">\r\n            <div class=\"feature-content\">\r\n                <div class=\"kicker\">Step Into Your Journey<\/div>\r\n                <h3>A Predictive Astrology Reading for the Year You're In<\/h3>\r\n                <p style=\"max-width: 70ch; margin: 0 auto;\">\r\n                    Your chart is more than a collection of lines and symbols\u2014it is the sacred map of your destiny, guiding you through the lessons, opportunities, and breakthroughs of this year and beyond. A Predictive Astrology Reading helps you understand the energies at play in the year you are currently in\u2014why certain themes arise, what growth they're calling you into, and how you can navigate challenges with wisdom and strength.\r\n                <\/p>\r\n                <div class=\"feature-bullets\">\r\n                    <span>Gain clarity on your path<\/span>\r\n                    <span>Reclaim your power in areas of struggle<\/span>\r\n                    <span>Align with soul lessons that bring freedom and fulfilment<\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- How It Works -->\r\n    <section id=\"how-it-works\" class=\"steps section section-border\">\r\n        <div class=\"container\">\r\n            <h2 style=\"text-align: center;\">How It Works<\/h2>\r\n            <div class=\"steps-grid\">\r\n                <div class=\"step-card card\">\r\n                    <div class=\"step-number\">1<\/div>\r\n                    <h3>Book Your Reading<\/h3>\r\n                    <p>Book your Predictive Astrology Reading for the year you are in. Secure your session and open the door to clarity.<\/p>\r\n                <\/div>\r\n                <div class=\"step-card card\">\r\n                    <div class=\"step-number\">2<\/div>\r\n                    <h3>Discover Your Chart<\/h3>\r\n                    <p>In your session, we explore the planetary energies influencing your life right now\u2014your lessons, opportunities, and growth themes.<\/p>\r\n                <\/div>\r\n                <div class=\"step-card card\">\r\n                    <div class=\"step-number\">3<\/div>\r\n                    <h3>Step Into Clarity & Empowerment<\/h3>\r\n                    <p>Walk away with deep understanding, renewed confidence, and guidance to align your choices with your soul's purpose.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Testimonials -->\r\n    <section id=\"testimonials\" class=\"testimonials section section-border\">\r\n        <div class=\"container\">\r\n            <h2 style=\"text-align: center;\">Testimonials<\/h2>\r\n            <div class=\"testimonials-grid\">\r\n                <div class=\"testimonial-card card\">\r\n                    <p class=\"testimonial-text\">\"This reading gave me clarity on why I was struggling\u2014and the confidence to move forward.\"<\/p>\r\n                    <div class=\"testimonial-author\">\u2014 Sophia M.<\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card card\">\r\n                    <p class=\"testimonial-text\">\"I finally understand the lessons behind my challenges. It feels like I've taken my power back.\"<\/p>\r\n                    <div class=\"testimonial-author\">\u2014 Daniel R.<\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card card\">\r\n                    <p class=\"testimonial-text\">\"So accurate, so inspiring\u2014it helped me see my year with new eyes and new hope.\"<\/p>\r\n                    <div class=\"testimonial-author\">\u2014 Amara T.<\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card card\">\r\n                    <p class=\"testimonial-text\">\"For the first time, I feel aligned with my path instead of fighting against it.\"<\/p>\r\n                    <div class=\"testimonial-author\">\u2014 James L.<\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-card card\">\r\n                    <p class=\"testimonial-text\">\"This wasn't just a reading\u2014it was a breakthrough for my soul.\"<\/p>\r\n                    <div class=\"testimonial-author\">\u2014 Leah K.<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact -->\r\n    <section id=\"contact\" class=\"contact section section-border\">\r\n        <div class=\"container\">\r\n            <div style=\"text-align: center; margin-bottom: 52px;\">\r\n                <h2>Book Your Reading<\/h2>\r\n                <p style=\"margin: 0 auto;\">Complete the form and we'll reach out to schedule your Predictive Astrology session.<\/p>\r\n            <\/div>\r\n            <form class=\"contact-form\" action=\"https:\/\/formsubmit.co\/karenlouisedowning@mweb.co.za\" method=\"POST\">\r\n                <div class=\"form-grid\">\r\n                    <div class=\"form-group\">\r\n                        <label for=\"firstName\">First Name *<\/label>\r\n                        <input type=\"text\" id=\"firstName\" name=\"firstName\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"lastName\">Last Name *<\/label>\r\n                        <input type=\"text\" id=\"lastName\" name=\"lastName\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"email\">Email *<\/label>\r\n                        <input type=\"email\" id=\"email\" name=\"email\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"phone\">Phone<\/label>\r\n                        <input type=\"tel\" id=\"phone\" name=\"phone\">\r\n                    <\/div>\r\n                    <div class=\"form-group full-width\">\r\n                        <label for=\"message\">Message<\/label>\r\n                        <textarea id=\"message\" name=\"message\"><\/textarea>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"checkbox-group\">\r\n                    <input type=\"checkbox\" id=\"consent\" name=\"consent\" required>\r\n                    <label for=\"consent\">I consent to be contacted about my booking. *<\/label>\r\n                <\/div>\r\n                <button type=\"submit\" class=\"btn btn-primary\" style=\"width: 100%;\">Request Booking<\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n<\/body>\r\n<\/html>\r\n\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>Cosmic Connections &#8211; Astrology Reading Service About How It Works Testimonials Contact Cosmic Connects Astrology Awareness is Powerful, Own Your Journey Predictive Astrology Readings \u2014 The Science of the Stars, the Map of Your Soul. Book Your Reading How It Works About Astrology, in its ancient form, is rooted in mathematics and science. It is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":64,"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/cosmicconnectsastrology.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}