{"id":571,"date":"2025-10-31T17:41:28","date_gmt":"2025-10-31T17:41:28","guid":{"rendered":"https:\/\/fujiindia.softwaregiant.in\/?page_id=571"},"modified":"2025-11-17T02:34:39","modified_gmt":"2025-11-17T02:34:39","slug":"lens-options","status":"publish","type":"page","link":"https:\/\/fujiindia.softwaregiant.in\/index.php\/lens-options\/","title":{"rendered":"Lens Options"},"content":{"rendered":"\n\n\t<section>\n    <!-- Heading Center -->\n      <h2>Lens Options<\/h2>\n    <!-- Lens Option Boxes -->\n        Rx\n        Stock\n<\/section>\n<style>\n\/* ===== LENS OPTIONS SECTION ===== *\/\n.fjvx-products-section {\n  background: #000435;\n  position: relative;\n  overflow: hidden;\n  padding: 60px 20px 80px;\n  font-family: \"Poppins\", sans-serif;\n  text-align: center;\n}\n\/* Container *\/\n.fjvx-products-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 80px;\n}\n\/* Header *\/\n.fjvx-products-header {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\/* Title *\/\n.fjvx-products-title {\n  color: rgba(255,255,255,0.95);\n  font-size: 54px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  margin-bottom: 20px;\n  animation: fjvx-fadeInTitle 1.5s ease forwards;\n}\n\/* Separator line *\/\n.fjvx-products-sep {\n  width: 100px;\n  height: 3px;\n  background: linear-gradient(90deg, #6db9ff, #fff);\n  border-radius: 2px;\n  animation: fjvx-glowSep 2s infinite alternate;\n}\n@keyframes fjvx-glowSep {\n  from { box-shadow: 0 0 5px #6db9ff; }\n  to   { box-shadow: 0 0 15px #6db9ff; }\n}\n@keyframes fjvx-fadeInTitle {\n  from { opacity: 0; transform: translateY(-20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\/* Lens Boxes Wrapper *\/\n.fjvx-products-boxes {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 50px;\n  flex-wrap: wrap;\n}\n\/* Individual Box *\/\n.fjvx-product-box {\n  width: 260px;\n  height: 260px;\n  background-image: url(\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/10\/Untitled-design-6.jpg\");\n  background-size: cover;\n  background-position: center;\n  border-radius: 20px;\n  position: relative;\n  text-align: center;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  color: #000;\n  font-weight: 600;\n  font-size: 20px;\n  overflow: hidden;\n  transition: all 0.4s ease;\n  backdrop-filter: blur(6px);\n}\n\/* Hover effect *\/\n.fjvx-product-box:hover {\n  transform: translateY(-10px) scale(1.04);\n  box-shadow: 0 8px 25px rgba(255,255,255,0.15);\n}\n\/* Icon *\/\n.fjvx-product-box i {\n  font-size: 60px;\n  margin-bottom: 18px;\n  color: #000;\n  background: rgba(255,255,255,0.4);\n  border-radius: 50%;\n  padding: 16px;\n  transition: all 0.3s ease;\n}\n.fjvx-product-box:hover i {\n  background: rgba(255,255,255,0.7);\n  transform: scale(1.1);\n}\n\/* Responsive *\/\n@media (max-width: 992px) {\n  .fjvx-products-title {\n    font-size: 38px;\n  }\n  .fjvx-product-box {\n    width: 200px;\n    height: 200px;\n  }\n  .fjvx-product-box i {\n    font-size: 48px;\n  }\n}\n<\/style>\n<!-- Boxicons -->\n<link href='https:\/\/unpkg.com\/boxicons@2.1.4\/css\/boxicons.min.css' rel='stylesheet'\/>\n\t<section>\n    <!-- Text Left -->\n      <h2>Single vision Lenses<\/h2>\n      \n        Single vision lenses are the most widely used spectacle lenses. Optimised for your eyes and adjusted in your chosen frame to fit the shape of your face.\n      \n      \n        This ensures extraordinary visual quality because bothersome blurring or distortions in the peripheral zone are prevented.\n      \n      \n        An optimally fitted pair of distance lenses can help you see clearly when looking at objects which are near or far away.\n      \n    <!-- Image Right -->\n        <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/3.-SingleVision.png\" alt=\"Single Vision Lens\"\/>\n        <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/3.-SingleVision.png\" alt=\"Single Vision Lens\"\/>\n        <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/3.-SingleVision.png\" alt=\"Single Vision Lens\"\/>\n<\/section>\n<style>\n.fuji-single-vision-section {\n  background: #f9fafc;\n  padding: 0px 20px;\n  padding-bottom: 50px;\n  font-family: 'Poppins', sans-serif;\n  overflow: hidden;\n}\n.fuji-single-vision-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  gap: 80px;\n  flex-wrap: wrap;\n}\n\/* Text Left *\/\n.fuji-single-vision-text {\n  flex: 1;\n  color: #111;\n  max-width: 600px;\n}\n.fuji-single-vision-text h2 {\n  font-size: 42px;\n  font-weight: 700;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n.fuji-single-vision-sep {\n  width: 120px;\n  height: 4px;\n  background: linear-gradient(90deg, #0077b6, #0b3256);\n  border-radius: 2px;\n  margin-bottom: 25px;\n  animation: glowSep 2s infinite alternate;\n}\n@keyframes glowSep {\n  from { box-shadow: 0 0 5px #0077b6; }\n  to { box-shadow: 0 0 15px #0b3256; }\n}\n.fuji-single-vision-text p {\n  font-size: 18px;\n  line-height: 1.8;\n  margin-bottom: 15px;\n  opacity: 0;\n  transform: translateY(30px);\n  transition: all 0.8s ease;\n}\n\/* Image Right with Layers *\/\n.fuji-single-vision-image-wrapper {\n  flex: 1;\n  position: relative;\n  width: 100%;\n  max-width: 700px;\n  height: 500px;\n  perspective: 1200px;\n  display: flex;\n  justify-content: center;\n  align-items: center; \/* Vertically center image *\/\n}\n.sv-layer {\n  position: absolute;\n  top: 50%; left: 50%;\n  width: 100%; height: auto;\n  overflow: visible;\n  opacity: 0;\n  transform: translate(-50%, -50%) scale(0.5) rotateY(-10deg);\n  transition: all 1.2s ease;\n}\n.sv-layer img {\n  width: 100%;\n  height: auto;\n  object-fit: contain;\n  display: block;\n}\n\/* Individual Layers *\/\n.sv-layer-back {\n  filter: blur(15px) brightness(0.8);\n  z-index: 1;\n}\n.sv-layer-middle {\n  filter: blur(7px);\n  z-index: 2;\n}\n.sv-layer-front {\n  z-index: 3;\n  overflow: hidden;\n  position: relative;\n}\n\/* Magnifier Circle *\/\n.magnifier-circle {\n  position: absolute;\n  width: 100px;\n  height: 100px;\n  border-radius: 50%;\n  border: 2px solid rgba(255,255,255,0.5);\n  overflow: hidden;\n  pointer-events: none;\n  display: none;\n}\n.magnifier-circle img {\n  position: absolute;\n  width: 200%;\n  height: 200%;\n  top: -50%;\n  left: -50%;\n  object-fit: contain;\n}\n\/* Scroll Active *\/\n.fuji-single-vision-container.active .sv-layer-back { opacity: 1; transform: translate(-50%, -50%) scale(1) rotateY(0deg); transition-delay: 0.4s; }\n.fuji-single-vision-container.active .sv-layer-middle { opacity: 1; transform: translate(-50%, -50%) scale(1.05) rotateY(0deg); transition-delay: 0.6s; }\n.fuji-single-vision-container.active .sv-layer-front { opacity: 1; transform: translate(-50%, -50%) scale(1.1) rotateY(0deg); transition-delay: 0.8s; }\n.fuji-single-vision-container.active .fuji-single-vision-text p { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }\n\/* Responsive *\/\n@media(max-width:992px){\n  .fuji-single-vision-container { flex-direction: column-reverse; gap: 50px; }\n  .fuji-single-vision-image-wrapper { max-width: 100%; height: auto; }\n  .fuji-single-vision-text { text-align: center; }\n  .fuji-single-vision-text h2 { font-size: 36px; }\n}\n\/* --------------------- *\/\n\/* MOBILE FIXES ONLY     *\/\n\/* --------------------- *\/\n@media (max-width: 768px) {\n  \/* Add top padding to full section *\/\n  .fuji-single-vision-section {\n    padding-top: 60px;\n    padding-bottom: 60px;\n  }\n  \/* Stack layout vertically *\/\n  .fuji-single-vision-container {\n    flex-direction: column-reverse;\n    gap: 45px;\n    padding: 0 10px;\n    text-align: center;\n  }\n  \/* Heading size *\/\n  .fuji-single-vision-text h2 {\n    font-size: 32px;\n    margin-bottom: 12px;\n  }\n  \/* Center separator *\/\n  .fuji-single-vision-sep {\n    margin: 0 auto 25px;\n  }\n  \/* Paragraph spacing *\/\n  .fuji-single-vision-text p {\n    font-size: 16px;\n    line-height: 1.7;\n    margin-bottom: 14px;\n    transform: translateY(20px);\n  }\n  \/* Image wrapper fix *\/\n  .fuji-single-vision-image-wrapper {\n    height: auto;\n    max-width: 100%;\n  }\n  \/* Remove 3D layering scale issues *\/\n  .sv-layer {\n    transform: translate(-50%, -50%) scale(0.9) rotateY(0deg);\n  }\n  \/* Reduce image width *\/\n  .sv-layer img {\n    width: 100%;\n    height: auto;\n  }\n  \/* Disable magnifier on mobile *\/\n  .magnifier-circle {\n    display: none !important;\n  }\n}\n<\/style>\n\t<section>\n    <!-- LEFT COLUMN -->\n      <h2>Single Vision &#8211; Clear &#038; Clear Blue Secure<\/h2>\n      \n        Fuji by VisualEyes, made with Japanese technologies, safeguards your vision with ideal solutions tailored to any need. Precision engineering ensures the highest standards and quality for exceptional visual comfort and high durability.\n      \n      \n        The lenses are available in multiple indices &#8211; 1.50, 1.56, 1.59 (Poly), 1.60 (MR8), 1.67 (MR7), and 1.74 (MR) &#8211; and coating combinations (SHMC, BGC, HDC).\n      \n      \n        Clear Blue Secure versions are designed with blue-light protection technology for modern digital environments, ensuring less eye fatigue, improved visual contrast, and enhanced protection against harmful HEV light.\n      \n      \n        These lenses combine everyday comfort, clarity, and style &#8211; suitable for both office and outdoor use.\n      \n      <!-- MAIN FEATURES -->\n      <h3>Main Features<\/h3>\n      \u2713<p>Personalization<\/p>\n      \u2713<p>Compensated Power<\/p>\n      \u2713<p>Optimized for accommodative object space<\/p>\n      \u2713<p>Consistency<\/p>\n    <!-- RIGHT COLUMN -->\n      <!-- BENEFITS -->\n      <h3>Benefits<\/h3>\n      \u2713<p>Provides a more relaxed viewing experience with reduced accommodative effort.<\/p>\n      \u2713<p>Specifically designed to enhance reading speed on digital devices.<\/p>\n      \u2713<p>Ensures comfortable and accurate focus at all distances.<\/p>\n      \u2713<p>Minimizes blur at the edges of the lenses for clearer vision.<\/p>\n      \u2713<p>Offers superior visual clarity when using digital devices.<\/p>\n      \u2713<p>Delivers impeccable image quality and precise focus for a seamless visual experience.<\/p>\n      <!-- LENS IMAGE -->\n          <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/11\/img251.jpg\"\/>\n          <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/11\/img251.jpg\"\/>\n<\/section>\n<style>\n\/* SECTION *\/\n.fjvx-blue-secure {\n  background: #000435;\n  padding: 70px 20px;\n  font-family: 'Poppins', sans-serif;\n}\n\/* GRID *\/\n.fjvx-blue-container {\n  max-width: 1300px;\n  margin: auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: start;\n}\n\/* COLUMN *\/\n.fjvx-blue-column {\n  display: flex;\n  flex-direction: column;\n  gap: 18px;\n}\n\/* HEADINGS *\/\n.fjvx-blue-heading {\n  font-size: 40px;\n  font-weight: 700;\n  color: #fff;\n  text-transform: uppercase;\n}\n.fjvx-blue-sep {\n  width: 120px;\n  height: 4px;\n  background: linear-gradient(90deg, #6db9ff, #fff);\n  margin: 10px 0 25px;\n}\n\/* TEXT *\/\n.fjvx-blue-text {\n  color: rgba(255,255,255,0.9);\n  font-size: 18px;\n  line-height: 1.7;\n}\n\/* SUB-HEADING *\/\n.fjvx-sub-heading {\n  color: #6db9ff;\n  font-size: 22px;\n  font-weight: 600;\n  text-transform: uppercase;\n  margin-top: 10px;\n}\n\/* TICK ROW *\/\n.fjvx-tick-row {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.tick {\n  color: #6db9ff;\n  font-size: 20px;\n}\n.fjvx-tick-row p {\n  color: rgba(255,255,255,0.88);\n  font-size: 17px;\n  margin: 0;\n  line-height: 1.6;\n}\n\/* LENS IMAGE *\/\n.fjvx-blue-image {\n  position: relative;\n  height: 330px;\n  margin-top: 15px;\n}\n.fjvx-blue-circle {\n  position: absolute;\n  border-radius: 50%;\n  overflow: hidden;\n  opacity: 0;\n  transform: scale(0.5);\n  transition: 1.2s ease;\n}\n.fjvx-blue-circle.big {\n  width: 260px;\n  height: 260px;\n  top: 25px;\n  left: 10px;\n  filter: blur(18px) brightness(0.8);\n  opacity: 0.4;\n}\n.fjvx-blue-circle.small {\n  width: 160px;\n  height: 160px;\n  right: 30px;\n  top: 90px;\n}\n.fjvx-blue-circle img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.fjvx-blue-glow {\n  position: absolute;\n  inset: 0;\n  border-radius: 50%;\n  box-shadow: 0 0 25px 10px rgba(109,185,255,0.45) inset,\n              0 0 45px 20px rgba(109,185,255,0.25);\n}\n\/* SCROLL ANIMATION *\/\n.animate-on-scroll { opacity: 0; transform: translateY(40px); transition: 1s ease; }\n.animate-on-scroll.active { opacity: 1; transform: translateY(0); }\n.animate-on-scroll.active .fjvx-blue-circle { opacity: 1; transform: scale(1); }\n\/* RESPONSIVE *\/\n@media (max-width: 992px) {\n  .fjvx-blue-container { grid-template-columns: 1fr; }\n  .fjvx-blue-heading { font-size: 32px; }\n  .fjvx-blue-image { height: 280px; }\n}\n<\/style>\n\t<section>\n    <!-- LEFT IMAGE -->\n        <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/11\/img175.jpg\" alt=\"Photochromic Background\"\/>\n        <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/11\/img175.jpg\" alt=\"Photochromic Front\"\/>\n      <!-- \u2b50 IDEAL WEARER -->\n        <h4>Ideal Wearer<\/h4>\n        <p>People who frequently transition between indoor and outdoor environments.<\/p>\n        <p>Users who want automatic light adaptation, UV protection, and reduced visual fatigue.<\/p>\n    <!-- RIGHT CONTENT -->\n      <h2>\n        Single Vision Photochromic\n        <br \/>(Neochromes &#038; Transitions GEN-S)\n      <\/h2>\n      <!-- TABS -->\n        <button data-tab=\"neochromes\">Neochromes<\/button>\n        <button data-tab=\"transitions\">Transitions GEN-S<\/button>\n        <!-- NEOCHROMES TAB -->\n            <!-- LEFT -->\n              <h3>What is Neochromes?<\/h3>\n              \nNeochromes is a line of state-of-the-art photochromic lenses offering wearers optimal vision and maximum comfort in any light, without needing to change glasses. Neochromes lenses adapt instantly to changes of light, darkening in seconds and returning to clear again in record time.\n              \n              <h3>How do they work?<\/h3>\n              \nCrystal clear indoors. Dark in seconds. Fade back in just a few minutes.\n              \n              <h3>Highlights<\/h3>\n              <!-- \u2b50 HIGHLIGHTS \u2192 TICKS -->\n              \u2713<p>Amazingly fast.<\/p>\n              \u2713<p>Blocks 100% UVA &#038; UVB rays.<\/p>\n              \u2713<p>Filters blue-violet light indoors and outdoors.<\/p>\n              \u2713<p>Fully clear indoors.<\/p>\n              \u2713<p>Long-lasting photochromic performance.<\/p>\n              \u2713<p>Effortless vision.<\/p>\n            <!-- RIGHT -->\n              <h3>Benefits<\/h3>\n              <!-- \u2b50 BENEFITS \u2192 TICKS -->\n              \u2713<p>Greater comfort than standard clear lenses in changing light conditions.<\/p>\n              \u2713<p>Daily protection against harmful UV light by blocking 100% of UVA and UVB rays.<\/p>\n              \u2713<p>Blue light filter to guard against eye fatigue both indoors and outdoors.<\/p>\n              \u2713<p>Fast adaptation to changes of light in any environment.<\/p>\n              <h3>Protection<\/h3>\n              <!-- \u2b50 PROTECTION \u2192 TICKS -->\n              \u2713<p>Helps protect eyes by blocking 100% UVA &#038; UVB rays and filtering blue light.<\/p>\n        <!-- TRANSITIONS GEN-S TAB -->\n            <!-- LEFT -->\n              <h3>Overview<\/h3>\n              <!-- \u2b50 OVERVIEW \u2192 TICKS -->\n              \u2713<p>Fully clear indoors.<\/p>\n              \u2713<p>Fade back to clear in less than 2 minutes.<\/p>\n              \u2713<p>Clear with a hint of protective tint.<\/p>\n              \u2713<p>Special contrast tint with polarization.<\/p>\n              \u2713<p>Extra dark.<\/p>\n              \u2713<p>Fast fade-back.<\/p>\n              \u2713<p>The fastest dark lens.<\/p>\n              <h3>Performance<\/h3>\n              <!-- \u2b50 PERFORMANCE \u2192 TICKS -->\n              \u2713<p>Darkens to category 3 in 25 seconds.<\/p>\n              \u2713<p>High activation outdoors.<\/p>\n              <h3>Colours<\/h3>\n              <!-- \u2b50 COLOURS \u2192 TICKS -->\n              \u2713<p>Available in Ruby, Sapphire, Emerald, Amethyst, Amber, Grey, Brown, Graphite Green and more.<\/p>\n            <!-- RIGHT -->\n              <h3>Benefits<\/h3>\n              <!-- \u2b50 BENEFITS \u2192 TICKS -->\n              \u2713<p>Ultra-responsive to light.<\/p>\n              \u2713<p>Spectacular color palette.<\/p>\n              \u2713<p>HD vision.<\/p>\n              \u2713<p>Comfort and safety while driving in glare and changing light.<\/p>\n              \u2713<p>Polarized lens option for driving.<\/p>\n              <h3>Blue-Violet Light Filtration<\/h3>\n              <!-- \u2b50 BLUE-VIOLET \u2192 TICKS -->\n              \u2713<p>Indoors: Up to 32-45% filtration.<\/p>\n              \u2713<p>Outdoors: Up to 85-96% filtration.<\/p>\n              <h3>In-Car Activation<\/h3>\n              <!-- \u2b50 IN-CAR \u2192 TICK -->\n              \u2713<p>React to visible light and darken inside the car.<\/p>\n<\/section>\n<style>\n\/* MAIN BASE *\/\n.fjvx-photochromic {\n  background:#000435;\n  padding:70px 20px;\n  font-family:'Poppins',sans-serif;\n}\n\/* GRID *\/\n.fjvx-photo-container {\n  max-width:1300px;\n  margin:auto;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:60px;\n  align-items:start;\n}\n\/* IMAGE SIDE *\/\n.fjvx-photo-image {\n  position:relative;\n  width:100%;\n  max-width:520px;\n  height:500px;\n}\n.fjvx-photo-layer {\n  position:absolute;\n  border-radius:50%;\n  overflow:hidden;\n  opacity:0;\n  transform:scale(0.5);\n  transition:1.2s ease;\n}\n.fjvx-photo-layer img {\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n.fjvx-photo-layer.big {\n  width:420px;\n  height:420px;\n  filter:blur(15px) brightness(0.7);\n  opacity:0.4;\n}\n.fjvx-photo-layer.small {\n  width:260px;\n  height:260px;\n  top:120px;\n  right:40px;\n  z-index:3;\n}\n.fjvx-photo-glow {\n  position:absolute;\n  inset:0;\n  border-radius:50%;\n  box-shadow:0 0 30px 10px rgba(255,255,255,0.35) inset,\n              0 0 40px 20px rgba(255,255,255,0.25);\n  animation:glowPulse 3s infinite alternate;\n}\n@keyframes glowPulse {\n  from { box-shadow:0 0 22px 8px rgba(255,255,255,0.25) inset; }\n  to   { box-shadow:0 0 45px 15px rgba(255,255,255,0.5) inset; }\n}\n\/* \u2b50 IDEAL WEARER BOX *\/\n.ideal-wearer-box {\n  margin-top:460px;\n  background:rgba(255,255,255,0.06);\n  padding:18px 20px;\n  border-radius:12px;\n  border:1px solid rgba(255,255,255,0.12);\n  backdrop-filter:blur(6px);\n}\n.ideal-wearer-box h4 {\n  color:#6db9ff;\n  font-size:18px;\n  font-weight:600;\n  margin-bottom:8px;\n}\n.ideal-wearer-box p {\n  color:rgba(255,255,255,0.9);\n  font-size:15px;\n  margin:0 0 6px;\n  line-height:1.5;\n}\n\/* RIGHT CONTENT *\/\n.fjvx-photo-heading {\n  font-size:38px;\n  font-weight:700;\n  color:#fff;\n  text-transform:uppercase;\n  line-height:1.3;\n}\n.fjvx-photo-sep {\n  width:110px;\n  height:4px;\n  background:linear-gradient(90deg,#6db9ff,#fff);\n  margin:15px 0 20px;\n}\n.fjvx-photo-text.small {\n  color:rgba(255,255,255,0.95);\n  font-size:15.5px;\n  line-height:1.55;\n  margin-bottom:12px;\n}\n.fjvx-photo-subhead {\n  color:#6db9ff;\n  font-size:16px;\n  font-weight:700;\n  margin:8px 0 6px;\n  text-transform:uppercase;\n}\n\/* \u2b50 TICK ROWS *\/\n.fjvx-photo-tick {\n  display:flex;\n  gap:10px;\n  margin-bottom:10px;\n  align-items:flex-start;\n}\n.fjvx-photo-tick span {\n  color:#6db9ff;\n  font-size:22px;\n  line-height:1;\n}\n.fjvx-photo-tick p {\n  color:rgba(255,255,255,0.9);\n  font-size:15.5px;\n  margin:0;\n  line-height:1.5;\n}\n\/* TABS *\/\n.fjvx-tabs {\n  display:flex;\n  gap:12px;\n  margin-bottom:18px;\n}\n.fjvx-tab-btn {\n  background:transparent;\n  border:1px solid rgba(255,255,255,0.15);\n  color:#fff;\n  padding:8px 15px;\n  border-radius:8px;\n  cursor:pointer;\n  font-weight:600;\n}\n.fjvx-tab-btn.active {\n  background:rgba(255,255,255,0.12);\n  border-color:#6db9ff;\n}\n\/* PANELS *\/\n.fjvx-tab-panel { display:none; }\n.fjvx-tab-panel.active { display:block; }\n\/* TWO-COLUMN LAYOUT INSIDE TABS *\/\n.fjvx-tab-columns {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:28px;\n}\n\/* SCROLL ANIMATIONS *\/\n.animate-on-scroll {\n  opacity:0;\n  transform:translateY(30px);\n  transition:1s ease;\n}\n.animate-on-scroll.active {\n  opacity:1;\n  transform:translateY(0);\n}\n.animate-on-scroll.active .fjvx-photo-layer {\n  opacity:1;\n  transform:scale(1);\n}\n\/* RESPONSIVE *\/\n@media(max-width:992px){\n  .fjvx-photo-container {\n    grid-template-columns:1fr;\n    text-align:center;\n  }\n  .fjvx-tab-columns {\n    grid-template-columns:1fr;\n  }\n  .fjvx-photo-image {\n    height:380px;\n    margin:auto;\n  }\n  .ideal-wearer-box {\n    margin-top:360px;\n  }\n}\n\/* --------------------------------------------------------- *\/\n\/* --------------------  MOBILE STYLES  -------------------- *\/\n\/* --------------------------------------------------------- *\/\n@media (max-width: 768px) {\n  \/* Section padding *\/\n  .fjvx-photochromic {\n    padding: 60px 18px;\n  }\n  \/* Stack layout *\/\n  .fjvx-photo-container {\n    grid-template-columns: 1fr;\n    gap: 40px;\n    text-align: center;\n  }\n  \/* Heading adjustments *\/\n  .fjvx-photo-heading {\n    font-size: 30px;\n    line-height: 1.3;\n  }\n  \/* Center separator *\/\n  .fjvx-photo-sep {\n    margin-left: auto;\n    margin-right: auto;\n  }\n  \/* Paragraph readability *\/\n  .fjvx-photo-text.small {\n    font-size: 15px;\n    line-height: 1.7;\n  }\n  \/* Image container *\/\n  .fjvx-photo-image {\n    height: auto;\n    max-width: 330px;\n    margin: 0 auto;\n    padding-bottom: 30px;\n  }\n  \/* Reduce lens sizes *\/\n  .fjvx-photo-layer.big {\n    width: 260px;\n    height: 260px;\n  }\n  .fjvx-photo-layer.small {\n    width: 150px;\n    height: 150px;\n    top: 70px;\n    right: auto;\n    left: 50%;\n    transform: translateX(-50%) scale(0.5);\n  }\n  \/* Keep glow inside *\/\n  .fjvx-photo-glow {\n    box-shadow: 0 0 18px 6px rgba(255,255,255,0.35) inset,\n                0 0 25px 10px rgba(255,255,255,0.22);\n  }\n  \/* Ideal Wearer box mobile *\/\n  .ideal-wearer-box {\n    margin-top: 250px !important;\n    padding: 15px 20px;\n    text-align: left;\n    max-width: 360px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .ideal-wearer-box h4 {\n    font-size: 17px;\n  }\n  .ideal-wearer-box p {\n    font-size: 14.5px;\n    line-height: 1.6;\n  }\n  \/* Tabs layout *\/\n  .fjvx-tabs {\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n  .fjvx-tab-btn {\n    padding: 10px 18px;\n    font-size: 14px;\n  }\n  \/* One-column inside each tab *\/\n  .fjvx-tab-columns {\n    grid-template-columns: 1fr;\n    gap: 18px;\n    text-align: left;\n  }\n  \/* Tick text size *\/\n  .fjvx-photo-tick p {\n    font-size: 14.8px;\n    line-height: 1.55;\n  }\n  .fjvx-photo-tick span {\n    font-size: 18px;\n  }\n}\n<\/style>\n\t<!-- FINAL: Single Vision Sportech + Single Vision Drive (fixed colors & spacing) -->\n<section>\n    <!-- TAB BUTTONS -->\n      <button data-tab=\"sportech\">Single Vision Sportech<\/button>\n      <button data-tab=\"drive\">Single Vision Drive<\/button>\n    <!-- TAB PANELS -->\n      <!-- TAB 1 : SPORTECH -->\n        <!-- IMAGE + INTRO -->\n            <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/10\/img267.jpg\" alt=\"Sportech Image\"\/>\n            <h2>Single Vision Sportech<\/h2>\n            <!-- INTRO - NO TICKS -->\n            <p>Designed for dynamic and fast visual environments, Fuji Sportech provides exceptional clarity for wearers engaged in outdoor and athletic activities. These lenses optimise the visual field, especially when used with wrapped sports frames.<\/p>\n            <p>By reducing oblique aberrations and enhancing stability, Fuji Sportech ensures wider, cleaner, distortion-free vision across the entire lens surface.<\/p>\n            <!-- FEATURES -->\n            <h3>Features<\/h3>\n            \u2713<p>Increased stability in outdoor environments.<\/p>\n            \u2713<p>Optimised for wrapped frames up to 25\u00b0.<\/p>\n            \u2713<p>Reduces oblique aberrations for sharper edges.<\/p>\n            \u2713<p>Wider usable visual field for high-movement situations.<\/p>\n            <!-- BENEFITS -->\n            <h3>Benefits<\/h3>\n            \u2713<p>Improved clarity during rapid body or head movements.<\/p>\n            \u2713<p>Comfortable and stable viewing for outdoor activity.<\/p>\n            \u2713<p>Better overall performance in curved sports frames.<\/p>\n            \u2713<p>Reduced eye fatigue in high-speed visual environments.<\/p>\n            <!-- IDEAL WEARER -->\n            <h3>Ideal Wearer<\/h3>\n            \u2713<p>Athletes and outdoor enthusiasts seeking high-performance vision.<\/p>\n            \u2713<p>Individuals who require sharp, distortion-free vision in wrapped frames.<\/p>\n            \u2713<p>Wearers who need superior clarity and comfort in dynamic environments.<\/p>\n            \u2713<p>Suitable for a wide range of prescriptions.<\/p>\n      <!-- TAB 2 : DRIVE -->\n        <!-- IMAGE + INTRO -->\n            <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/10\/img267.jpg\" alt=\"Drive Image\"\/>\n            <h2>Single Vision Drive<\/h2>\n            <!-- INTRO - NO TICKS -->\n            <p>Fuji Single Vision Drive is engineered to improve visual comfort and clarity while driving, especially in challenging conditions such as low light, rain, night-time glare, or fast-changing light environments.<\/p>\n            <p>These lenses reduce unnecessary accommodative effort and enhance contrast, resulting in a safer and more comfortable driving experience.<\/p>\n            <!-- FEATURES -->\n            <h3>Features<\/h3>\n            \u2713<p>Improved contrast sensitivity for safer driving.<\/p>\n            \u2713<p>Minimised glare from headlights and reflective surfaces.<\/p>\n            \u2713<p>Enhanced clarity in low-light driving situations.<\/p>\n            \u2713<p>Reduced accommodative stress for long drives.<\/p>\n            <!-- BENEFITS -->\n            <h3>Benefits<\/h3>\n            \u2713<p>Safer and more relaxed driving experience.<\/p>\n            \u2713<p>Clearer vision during night driving.<\/p>\n            \u2713<p>Better comfort during prolonged driving sessions.<\/p>\n            \u2713<p>Accurate focus and improved depth perception.<\/p>\n            <!-- IDEAL WEARER -->\n            <h3>Ideal Wearer<\/h3>\n            \u2713<p>Drivers looking for the most innovative lens for safety.<\/p>\n            \u2713<p>Wearers seeking maximum comfort and visual quality while driving.<\/p>\n            \u2713<p>Users who struggle with night vision or glare sensitivity.<\/p>\n            \u2713<p>Recommended for all prescription types and addition powers.<\/p>\n<\/section>\n<style>\n\/* Container + base *\/\n.fuji-sv-tabs-section {\n  padding: 90px 20px 30px;\n  background: #ffffff; \/* White background for crisp design *\/\n  font-family: 'Poppins', sans-serif;\n  color: #111; \/* default text dark *\/\n  -webkit-font-smoothing:antialiased;\n  -moz-osx-font-smoothing:grayscale;\n}\n\/* TAB BUTTONS *\/\n.fuji-sv-tab-buttons {\n  display: flex;\n  gap: 18px;\n  justify-content: center;\n  margin-bottom: 40px;\n}\n.sv-tab-btn {\n  padding: 12px 26px;\n  background: #ffffff;\n  border: 2px solid #0b3b66;\n  color: #0b3b66;\n  font-weight:700;\n  border-radius: 10px;\n  cursor: pointer;\n  transition: all .22s ease;\n  box-shadow: 0 2px 8px rgba(11,59,102,0.06);\n}\n.sv-tab-btn:hover { transform: translateY(-2px); }\n.sv-tab-btn.active {\n  background: #0b3b66;\n  color: #fff;\n  border-color: #0b3b66;\n  box-shadow: 0 8px 28px rgba(11,59,102,0.16);\n}\n\/* PANELS *\/\n.sv-tab-panel { display: none; }\n.sv-tab-panel.active { display: block; }\n\/* GRID LAYOUT *\/\n.sv-panel-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 56px;\n  align-items: start;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\/* IMAGE *\/\n.sv-image-box img {\n  width: 100%;\n  max-width: 560px;\n  height: auto;\n  border-radius: 18px;\n  display: block;\n  box-shadow: 0 10px 30px rgba(3,18,35,0.08);\n}\n\/* TEXT *\/\n.sv-text-box {\n  max-width: 620px;\n}\n.sv-text-box h2 {\n  font-size: 36px;\n  font-weight: 800;\n  color: #0b2130; \/* darker heading *\/\n  margin: 0 0 12px;\n  letter-spacing: .5px;\n}\n.sv-sep {\n  width: 140px;\n  height: 5px;\n  background: linear-gradient(90deg,#0b3b66,#013049);\n  margin: 14px 0 22px;\n  border-radius: 3px;\n  box-shadow: 0 6px 24px rgba(11,59,102,0.06);\n}\n.sv-text-box p {\n  color: #111;\n  font-size: 17px;\n  line-height: 1.85;\n  margin: 0 0 16px;\n  letter-spacing: 0.1px;\n}\n\/* SUBHEAD *\/\n.sv-subhead {\n  margin-top: 24px;\n  margin-bottom: 12px;\n  font-size: 16px;\n  color: #0b3b66;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: .8px;\n}\n\/* TICKS *\/\n.sv-tick {\n  display: flex;\n  gap: 14px;\n  margin-bottom: 12px;\n  align-items: flex-start;\n}\n.sv-tick span {\n  color: #0b3b66;\n  font-size: 20px;\n  line-height: 1;\n  margin-top: 2px;\n  min-width: 22px;\n  text-align: center;\n}\n.sv-tick p {\n  margin: 0;\n  font-size: 15.5px;\n  color: #111;\n  line-height: 1.6;\n}\n\/* Spacing polish: group blocks *\/\n.sv-subhead + .sv-tick { margin-top: 6px; }\n\/* Responsive *\/\n@media (max-width: 980px) {\n  .sv-panel-grid { grid-template-columns: 1fr; gap: 28px; padding: 0 10px; }\n  .sv-image-box img { max-width: 100%; border-radius: 14px; }\n  .sv-text-box h2 { font-size: 30px; }\n  .sv-sep { width: 110px; }\n}\n\/* small viewport adjustments *\/\n@media (max-width: 560px) {\n  .sv-text-box p { font-size: 15.5px; }\n  .sv-tick p { font-size: 15px; }\n  .sv-tab-btn { padding: 10px 16px; font-size: 14px; }\n}\n<\/style>\n\t<section>\n    <!-- Loader Bar -->\n        Comfort\n<\/section>\n<style>\n.fuji-ideal-wearer-section {\n  background: #f9fafc;\n  padding: 0px 20px 80px;\n  font-family: 'Poppins', sans-serif;\n  overflow: hidden;\n}\n.fuji-ideal-wearer-container {\n  max-width: 900px;\n  margin: 0 auto;\n  text-align: center;\n}\n\/* Heading *\/\n.fuji-ideal-wearer-text h2 {\n  font-size: 42px;\n  font-weight: 700;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n  color: #111;\n}\n.fuji-ideal-wearer-sep {\n  width: 120px;\n  height: 4px;\n  background: linear-gradient(90deg, #001845, #003566);\n  border-radius: 2px;\n  margin: 0 auto 25px;\n  animation: glowSepIdeal 2s infinite alternate;\n}\n@keyframes glowSepIdeal {\n  from { box-shadow: 0 0 5px #003566; }\n  to { box-shadow: 0 0 15px #001845; }\n}\n\/* List *\/\n.fuji-ideal-wearer-text ul {\n  list-style: none;\n  padding: 0;\n  margin: 0 auto 50px;\n  max-width: 700px;\n  text-align: left;\n}\n.fuji-ideal-wearer-text li {\n  font-size: 18px;\n  line-height: 1.8;\n  color: #222;\n  margin-bottom: 12px;\n  position: relative;\n  padding-left: 26px;\n}\n.fuji-ideal-wearer-text li::before {\n  content: \"\u2022\";\n  color: #003566;\n  position: absolute;\n  left: 8px;\n  font-size: 22px;\n  top: -2px;\n}\n\/* Loader Bar *\/\n.fuji-ideal-wearer-loader {\n  width: 100%;\n  max-width: 700px;\n  height: 40px;\n  background: rgba(0,0,0,0.1);\n  border-radius: 30px;\n  margin: 0 auto;\n  overflow: hidden;\n  position: relative;\n}\n.loader-bar {\n  width: 0%;\n  height: 100%;\n  background: linear-gradient(90deg, #001233, #001845, #002855);\n  border-radius: 30px;\n  position: absolute;\n  top: 0;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: width 2.5s ease-in-out;\n}\n.loader-text {\n  color: #fff;\n  font-weight: 600;\n  letter-spacing: 1px;\n  font-size: 16px;\n  position: absolute;\n  left: 50%;\n  transform: translateX(-50%);\n  text-transform: uppercase;\n}\n\/* Active on Scroll *\/\n.fuji-ideal-wearer-loader.active .loader-bar {\n  width: 100%;\n}\n\/* Responsive *\/\n@media(max-width:768px){\n  .fuji-ideal-wearer-text h2 {\n    font-size: 34px;\n  }\n  .fuji-ideal-wearer-text ul {\n    text-align: center;\n    padding: 0 10px;\n  }\n  .fuji-ideal-wearer-text li {\n    padding-left: 0;\n  }\n  .fuji-ideal-wearer-text li::before {\n    display: none;\n  }\n}\n<\/style>\n\t<!-- ================= PINNACLE ================= -->\n<section id=\"pinnacle-progressive\">\n      <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/fuji-lens-pinnacle_11zon-2048x1672-1-1.png\"\/>\n      <h2>Pinnacle Progressive<\/h2>\n          \n            Pinnacle Progressive lenses deliver top-tier personalized optics, offering exceptional clarity, natural\n            transitions, and reduced peripheral distortion. Engineered for premium comfort and a stable visual\n            experience across all distances.\n          \n          <h3>Features<\/h3>\n          <ul>\n            <li>Personalization compensated power<\/li>\n            <li>Optimized accommodative object space<\/li>\n            <li>Flatter lens architecture<\/li>\n            <li>High consistency across viewing zones<\/li>\n          <\/ul>\n          <h3>Benefits<\/h3>\n          <ul>\n            <li>Smoother transitions between viewing zones<\/li>\n            <li>Reduced swim and distortion effects<\/li>\n            <li>Crisp vision across near, mid &#038; far distances<\/li>\n            <li>Stable, comfortable daily performance<\/li>\n          <\/ul>\n          <h3>Ideal Wearer<\/h3>\n          <ul>\n            <li>Premium clarity seekers<\/li>\n            <li>Users sensitive to distortions<\/li>\n            <li>Digital device heavy users<\/li>\n          <\/ul>\n          <h3>Available In<\/h3>\n          <p>Clear \u00b7 Clear Blue Secure \u00b7 Photochromic (Neochromes &#038; Transitions GEN S)<\/p>\n<\/section>\n<!-- ================= ZENITH ================= -->\n<section id=\"zenith-progressive\">\n      <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/fuji-lens-zenith_11zon-2048x1672-2.png\"\/>\n      <h2>Zenith Progressive<\/h2>\n          \n            Zenith offers balanced comfort and clarity. Designed with enhanced object-space optimization, it delivers\n            wide intermediate zones and fatigue-free viewing.\n          \n          <h3>Features<\/h3>\n          <ul>\n            <li>Enhanced accommodative object space<\/li>\n            <li>Wider distance\/intermediate clarity<\/li>\n            <li>Strong design consistency<\/li>\n            <li>Stable visual fields<\/li>\n          <\/ul>\n          <h3>Benefits<\/h3>\n          <ul>\n            <li>Comfortable for long digital tasks<\/li>\n            <li>Better motion stability<\/li>\n            <li>Wider intermediate field<\/li>\n            <li>Soft transitions across zones<\/li>\n          <\/ul>\n          <h3>Ideal Wearer<\/h3>\n          <ul>\n            <li>Professionals &#038; multitaskers<\/li>\n            <li>Intermediate-heavy users<\/li>\n          <\/ul>\n          <h3>Available In<\/h3>\n          <p>Clear \u00b7 Clear Blue Secure \u00b7 Photochromic (Neochromes &#038; Transitions GEN S)<\/p>\n<\/section>\n<!-- ================= CREST ================= -->\n<section id=\"crest-progressive\">\n      <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/fuji-lens-crest_11zon-2048x1672-2.png\"\/>\n      <h2>Crest Progressive<\/h2>\n          \n            Crest provides comfortable adaptation with enhanced reading support, making it ideal for wearers who need\n            effortless transitions throughout the day.\n          \n          <h3>Features<\/h3>\n          <ul>\n            <li>Object space optimized<\/li>\n            <li>Smooth progressive corridor<\/li>\n            <li>Reduced peripheral strain<\/li>\n            <li>Stable mean power distribution<\/li>\n          <\/ul>\n          <h3>Benefits<\/h3>\n          <ul>\n            <li>Easy adaptation for new users<\/li>\n            <li>Comfortable reading zone<\/li>\n            <li>Softer transitions<\/li>\n            <li>Reduced blur shifts<\/li>\n          <\/ul>\n          <h3>Ideal Wearer<\/h3>\n          <ul>\n            <li>Beginners to progressives<\/li>\n            <li>Readers &#038; computer workers<\/li>\n          <\/ul>\n          <h3>Available In<\/h3>\n          <p>Clear \u00b7 Clear Blue Secure \u00b7 Photochromic (Neochromes &#038; Transitions GEN S)<\/p>\n<\/section>\n<!-- ================= APEX ================= -->\n<section id=\"apex-progressive\">\n      <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/fuji-lens-apex_11zon-2048x1672-1-1.png\"\/>\n      <h2>Apex Progressive<\/h2>\n          \n            Apex provides enhanced stability and clarity, optimized for clear, sharp near and distance vision with\n            reduced swim effect.\n          \n          <h3>Features<\/h3>\n          <ul>\n            <li>Personalized lens geometry<\/li>\n            <li>Atoric optimization<\/li>\n            <li>Refined near-vision clarity<\/li>\n          <\/ul>\n          <h3>Benefits<\/h3>\n          <ul>\n            <li>Smoother small-to-large distance transition<\/li>\n            <li>High reading comfort<\/li>\n            <li>Clear, consistent field<\/li>\n          <\/ul>\n          <h3>Ideal Wearer<\/h3>\n          <ul>\n            <li>High near-vision usage<\/li>\n            <li>Regular progressive users<\/li>\n          <\/ul>\n          <h3>Available In<\/h3>\n          <p>Clear \u00b7 Clear Blue Secure \u00b7 Photochromic (Neochromes &#038; Transitions GEN S)<\/p>\n<\/section>\n<!-- ================= APEX LITE ================= -->\n<section id=\"apex-lite\">\n      <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/09\/fuji-lens-apex_11zon-2048x1672-3.png\"\/>\n      <h2>Apex Lite<\/h2>\n          \n            A lightweight lens with smooth transitions, offering clarity for reading and flexible distance vision.\n          \n          <h3>Features<\/h3>\n          <ul>\n            <li>Soft progression design<\/li>\n            <li>Atoric fine-tuning<\/li>\n            <li>Comfort-focused geometry<\/li>\n          <\/ul>\n          <h3>Benefits<\/h3>\n          <ul>\n            <li>Great for new PAL users<\/li>\n            <li>Lower visual fatigue<\/li>\n            <li>Effortless reading performance<\/li>\n          <\/ul>\n          <h3>Ideal Wearer<\/h3>\n          <ul>\n            <li>First-time progressive users<\/li>\n            <li>Frequent readers<\/li>\n          <\/ul>\n          <h3>Available In<\/h3>\n          <p>Clear \u00b7 Clear Blue Secure \u00b7 Photochromic (Neochromes &#038; Transitions GEN S)<\/p>\n<\/section>\n<!-- ================= SPORTECH ================= -->\n<section id=\"sportech-progressive\">\n      <img decoding=\"async\" src=\"https:\/\/fujiindia.softwaregiant.in\/wp-content\/uploads\/2025\/10\/img267.jpg\"\/>\n      <h2>Sportech Progressive<\/h2>\n          \n            Created for athletes and active lifestyles, offering panoramic clarity, stability and precision in dynamic\n            environments.\n          \n          <h3>Features<\/h3>\n          <ul>\n            <li>Optimized for wrapped frames<\/li>\n            <li>Wide distance clarity<\/li>\n            <li>High stability while moving<\/li>\n          <\/ul>\n          <h3>Benefits<\/h3>\n          <ul>\n            <li>Panoramic sports vision<\/li>\n            <li>Great for outdoor &#038; motion<\/li>\n            <li>Strong clarity in action<\/li>\n          <\/ul>\n          <h3>Ideal Wearer<\/h3>\n          <ul>\n            <li>Athletes<\/li>\n            <li>Outdoor enthusiasts<\/li>\n            <li>Users of wrapped sports frames<\/li>\n          <\/ul>\n          <h3>Available In<\/h3>\n          <p>Clear \u00b7 Clear Blue Secure \u00b7 Photochromic (Neochromes &#038; Transitions GEN S)<\/p>\n<\/section>\n<style>\n.ccffv-magazine-collection{\n  width:100%;\n  padding:60px 7%;\n  background:#ffffff;\n  display:flex;\n  flex-direction:column;\n  gap:90px;\n}\n.ccffv-magazine-collection{\n  width:100%;\n  padding:100px 7%;\n  background:#ffffff;\n  display:flex;\n  flex-direction:column;\n  gap:90px;\n}\n\/* FLEX BLOCKS *\/\n.ccffv-mag-block{\n  display:flex;\n  gap:100px;\n  align-items:flex-start;\n}\n.ccffv-reverse{\n  flex-direction:row-reverse;\n}\n\/* IMAGE BLOCK *\/\n.ccffv-mag-image{\n  position:relative;\n  flex:1;\n}\n.ccffv-mag-image img{\n  width:700px;\n  height:auto;\n  border-radius:34px;\n  object-fit:contain;\n  position:relative;\n  z-index:3;\n  box-shadow:0 40px 90px rgba(0,0,0,0.22);\n}\n\/* Enhanced shadow *\/\n.ccffv-mag-shadow{\n  position:absolute;\n  width:80%;\n  height:80%;\n  left:10%;\n  top:15%;\n  background:radial-gradient(circle, rgba(0,0,0,0.14), transparent 70%);\n  filter:blur(40px);\n  z-index:1;\n}\n\/* PATTERNS *\/\n.ccffv-mag-image::before{\n  content:\"\";\n  position:absolute;\n  inset:-70px;\n  border-radius:50px;\n  z-index:2;\n  opacity:.28;\n}\n.pattern-circle::before{ background:radial-gradient(circle at 25% 25%, #004b9a30, transparent 70%); }\n.pattern-wave::before{ background:conic-gradient(from 60deg, #004b9a25, transparent 50%, #004b9a25); }\n.pattern-grid::before{\n  background:\n    linear-gradient(90deg,#004b9a16 1px,transparent 1px),\n    linear-gradient(#004b9a16 1px,transparent 1px);\n  background-size:34px 34px;\n}\n.pattern-dots::before{\n  background:radial-gradient(circle,#004b9a25 1.6px,transparent 1.6px);\n  background-size:24px 24px;\n}\n.pattern-soft::before{\n  background:radial-gradient(circle,#004b9a22,transparent 70%);\n}\n.pattern-rays::before{\n  background:conic-gradient(#004b9a30,transparent,#004b9a30);\n}\n\/* TEXT AREA *\/\n.ccffv-mag-text{\n  flex:1;\n  padding-top:20px;\n}\n.ccffv-mag-text h2{\n  font-size:48px;\n  font-weight:700;\n  color:#0c0c0c;\n  margin-bottom:14px;\n}\n\/* Separator *\/\n.ccffv-mag-sep{\n  width:120px;\n  height:4px;\n  background:#004b9a;\n  border-radius:4px;\n  margin-bottom:34px;\n}\n\/* Columns *\/\n.ccffv-cols{\n  column-count:2;\n  column-gap:55px;\n}\n.ccffv-group{\n  break-inside:avoid;\n  margin-bottom:34px;\n}\n.ccffv-mag-text p{\n  font-size:18px;\n  line-height:1.9;\n  color:#222;\n}\n\/* Subheading *\/\n.ccffv-mag-text h3{\n  font-size:18px;\n  margin:10px 0;\n  text-transform:uppercase;\n  letter-spacing:.7px;\n  color:#0c0c0c;\n}\n\/* Ticks *\/\n.ccffv-ticks{\n  list-style:none;\n  padding:0;\n}\n.ccffv-ticks li{\n  position:relative;\n  padding-left:32px;\n  margin-bottom:10px;\n  color:#111;\n  font-size:17px;\n  line-height:1.7;\n}\n.ccffv-ticks li::before{\n  content:\"\u2714\";\n  position:absolute;\n  left:0;\n  top:0;\n  font-size:20px;\n  color:#0074ff;\n  font-weight:700;\n}\n\/* Scroll Animations *\/\n.reveal{\n  opacity:0;\n  transform:translateY(70px);\n  transition:.95s ease;\n}\n.reveal.active{\n  opacity:1;\n  transform:translateY(0);\n}\n\/* MOBILE *\/\n@media(max-width:992px){\n  .ccffv-mag-block,\n  .ccffv-reverse{\n    flex-direction:column;\n    text-align:center;\n  }\n  .ccffv-mag-image img{\n    width:100%;\n    max-width:95%;\n    margin:auto;\n  }\n  .ccffv-mag-sep{\n    margin-left:auto;\n    margin-right:auto;\n  }\n  .ccffv-cols{\n    column-count:1;\n  }\n  .ccffv-mag-text h2{\n    font-size:34px;\n  }\n}\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>Lens Options Rx Stock Single vision Lenses Single vision lenses are the most widely used spectacle lenses. Optimised for your eyes and adjusted in your chosen frame to fit the shape of your face. This ensures extraordinary visual quality because bothersome blurring or distortions in the peripheral zone are prevented. An optimally fitted pair of&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-571","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/pages\/571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/comments?post=571"}],"version-history":[{"count":42,"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/pages\/571\/revisions"}],"predecessor-version":[{"id":709,"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/pages\/571\/revisions\/709"}],"wp:attachment":[{"href":"https:\/\/fujiindia.softwaregiant.in\/index.php\/wp-json\/wp\/v2\/media?parent=571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}