{"id":222,"date":"2025-08-31T09:10:20","date_gmt":"2025-08-31T09:10:20","guid":{"rendered":"https:\/\/jalpaeyecare.com\/?page_id=222"},"modified":"2025-08-31T09:11:31","modified_gmt":"2025-08-31T09:11:31","slug":"our-services-jalpa-eye-care-optical","status":"publish","type":"page","link":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/","title":{"rendered":"Our Services"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Our Services &#8211; Jalpa Eye Care &#038; Optical<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&#038;family=Poppins:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        :root {\n            --primary-purple: #6a1b9a;\n            --light-purple: #9c4dcc;\n            --skyblue: #4fc3f7;\n            --light-skyblue: #e1f5fe;\n            --black: #212121;\n            --white: #ffffff;\n            --gray-light: #f5f5f5;\n            --gray: #9e9e9e;\n            --dark-gray: #616161;\n        }\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            color: var(--black);\n            background-color: var(--white);\n            overflow-x: hidden;\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n        }\n        h1, h2, h3, h4, h5, h6 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \/* Hero Section *\/\n        .services-hero {\n            padding: 100px 0;\n            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--skyblue) 100%);\n            color: var(--white);\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .services-hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .services-hero-title {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n        .services-hero-subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \/* Services Section *\/\n        .services-section {\n            padding: 80px 0;\n            margin-bottom: 60px;\n        }\n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            margin-bottom: 60px;\n            color: var(--primary-purple);\n            position: relative;\n        }\n        .section-title:after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 4px;\n            background: var(--skyblue);\n            margin: 15px auto;\n            border-radius: 2px;\n        }\n        .services-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        @media (min-width: 768px) {\n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        .service-card {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        .service-icon {\n            font-size: 3.5rem;\n            color: var(--primary-purple);\n            margin-bottom: 25px;\n        }\n        .service-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: var(--black);\n        }\n        .service-desc {\n            color: var(--dark-gray);\n            margin-bottom: 25px;\n            line-height: 1.6;\n        }\n        .service-features {\n            text-align: left;\n            margin-bottom: 30px;\n        }\n        .service-feature {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        .feature-icon {\n            color: var(--skyblue);\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        .service-button {\n            display: inline-block;\n            background: var(--primary-purple);\n            color: var(--white);\n            padding: 12px 25px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        .service-button:hover {\n            background: var(--light-purple);\n            transform: scale(1.05);\n        }\n        \/* Technology Section *\/\n        .technology-section {\n            padding: 80px 0;\n            background: var(--gray-light);\n            margin-bottom: 60px;\n        }\n        .technology-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 50px;\n        }\n        @media (min-width: 992px) {\n            .technology-container {\n                grid-template-columns: 1fr 1fr;\n                align-items: center;\n            }\n        }\n        .technology-content {\n            padding-right: 20px;\n        }\n        .technology-visual {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        .tech-icon {\n            font-size: 8rem;\n            color: var(--primary-purple);\n            opacity: 0.8;\n        }\n        \/* Process Section *\/\n        .process-section {\n            padding: 80px 0;\n            margin-bottom: 60px;\n        }\n        .process-steps {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 30px;\n            counter-reset: step-counter;\n        }\n        @media (min-width: 768px) {\n            .process-steps {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n        .process-step {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            position: relative;\n            text-align: center;\n        }\n        .process-step:before {\n            counter-increment: step-counter;\n            content: counter(step-counter);\n            position: absolute;\n            top: -25px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 50px;\n            height: 50px;\n            background: var(--primary-purple);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: 700;\n        }\n        .step-icon {\n            font-size: 3rem;\n            color: var(--primary-purple);\n            margin-bottom: 25px;\n            margin-top: 15px;\n        }\n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: var(--black);\n        }\n        .step-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n        }\n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, var(--skyblue) 0%, var(--light-purple) 100%);\n            text-align: center;\n            color: var(--white);\n            margin-bottom: 60px;\n            border-radius: 15px;\n        }\n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n        }\n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        .btn {\n            display: inline-block;\n            padding: 16px 32px;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-size: 16px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .btn-primary {\n            background: var(--white);\n            color: var(--primary-purple);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        .btn-primary:hover {\n            background: var(--light-skyblue);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.15);\n        }\n        .btn-secondary {\n            background: transparent;\n            color: var(--white);\n            border: 2px solid var(--white);\n        }\n        .btn-secondary:hover {\n            background: var(--white);\n            color: var(--primary-purple);\n        }\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .services-hero-title {\n                font-size: 2.5rem;\n            }\n            .services-hero-subtitle {\n                font-size: 1.2rem;\n            }\n            .section-title {\n                font-size: 2rem;\n            }\n            .tech-icon {\n                font-size: 5rem;\n            }\n            .cta-title {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Hero Section --><\/p>\n<section>\n<h1>Comprehensive Eye Care Services<\/h1>\n<p>From routine eye exams to specialized treatments, we provide complete vision care for the whole family.<\/p>\n<\/section>\n<p>    <!-- Services Section --><\/p>\n<section>\n<h2>Our Services<\/h2>\n<h3>Comprehensive Eye Exams<\/h3>\n<p>Thorough evaluation of your eye health and vision performed by our experienced optometrists.<\/p>\n<p>                            Vision acuity testing<br \/>\n                            Refraction assessment<br \/>\n                            Eye health evaluation<br \/>\n                            Prescription updates<br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Book an Exam<\/a><\/p>\n<h3>Eyeglasses &#038; Frames<\/h3>\n<p>Find the perfect frames from our extensive collection of stylish and quality eyewear.<\/p>\n<p>                            Style consultation<br \/>\n                            Frame fitting<br \/>\n                            Lens customization<br \/>\n                            Adjustments &#038; repairs<br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Browse Frames<\/a><\/p>\n<h3>Contact Lens Fitting<\/h3>\n<p>Professional fitting and training for all types of contact lenses to suit your lifestyle.<\/p>\n<p>                            Comprehensive fitting<br \/>\n                            Training &#038; education<br \/>\n                            Follow-up care<br \/>\n                            All major brands<br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Get Fitted<\/a><\/p>\n<h3>Sunglasses &#038; Protection<\/h3>\n<p>Premium sunglasses with UV protection to shield your eyes from harmful rays.<\/p>\n<p>                            100% UV protection<br \/>\n                            Polarized options<br \/>\n                            Prescription sunglasses<br \/>\n                            Style selection<br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">View Collection<\/a><\/p>\n<h3>Digital Eye Strain Solutions<\/h3>\n<p>Specialized lenses and treatments for those who spend long hours on digital devices.<\/p>\n<p>                            Blue light filtering<br \/>\n                            Anti-fatigue lenses<br \/>\n                            Computer vision syndrome treatment<br \/>\n                            Ergonomic advice<br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Learn More<\/a><\/p>\n<h3>Pediatric Eye Care<\/h3>\n<p>Specialized eye care services for children to ensure healthy vision development.<\/p>\n<p>                            Child-friendly exams<br \/>\n                            Vision development assessment<br \/>\n                            Myopia management<br \/>\n                            Durable kids&#8217; frames<br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Schedule Visit<\/a><br \/>\n    <\/section>\n<p>    <!-- Technology Section --><\/p>\n<section>\n<h2>Advanced Technology<\/h2>\n<p>At Jalpa Eye Care, we utilize state-of-the-art technology to provide accurate diagnoses and precise vision corrections.<\/p>\n<p>                            Digital retinal imaging<br \/>\n                            Auto-refraction technology<br \/>\n                            Corneal topography<br \/>\n                            Visual field testing<br \/>\n                            Optical coherence tomography<br \/>\n    <\/section>\n<p>    <!-- Process Section --><\/p>\n<section>\n<h2>Our Process<\/h2>\n<h3>Schedule Appointment<\/h3>\n<p>Book your eye exam online or by phone at your convenience.<\/p>\n<h3>Comprehensive Exam<\/h3>\n<p>Receive a thorough eye health evaluation and vision assessment.<\/p>\n<h3>Find Perfect Frames<\/h3>\n<p>Get help selecting frames that match your style and needs.<\/p>\n<h3>Precision Crafting<\/h3>\n<p>Our technicians craft your lenses to exact specifications.<\/p>\n<h3>Quality Check<\/h3>\n<p>We ensure your glasses meet our high standards before delivery.<\/p>\n<h3>Enjoy Clear Vision<\/h3>\n<p>Experience the world with perfect clarity and style.<\/p>\n<\/section>\n<p>    <!-- CTA Section --><\/p>\n<section>\n<h2>Ready to Improve Your Vision?<\/h2>\n<p>                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Book an Appointment<\/a><br \/>\n                <a href=\"tel:9815825800\">Call Us Now<\/a><br \/>\n    <\/section>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Our Services &#8211; Jalpa Eye Care &#038; Optical Comprehensive Eye Care Services From routine eye exams to specialized treatments, we [&hellip;]<\/p>\n","protected":false},"author":2,"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-222","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/comments?post=222"}],"version-history":[{"count":5,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/222\/revisions"}],"predecessor-version":[{"id":227,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/222\/revisions\/227"}],"wp:attachment":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/media?parent=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}