{"id":2663,"date":"2026-06-10T05:36:43","date_gmt":"2026-06-10T05:36:43","guid":{"rendered":"https:\/\/jairespi.com\/?page_id=2663"},"modified":"2026-06-10T06:57:34","modified_gmt":"2026-06-10T06:57:34","slug":"test","status":"publish","type":"page","link":"https:\/\/jairespi.com\/hi\/test\/","title":{"rendered":"test"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2663\" class=\"elementor elementor-2663\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e999cd4 e-con-full e-flex e-con e-parent\" data-id=\"e999cd4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd9ddf3 elementor-widget elementor-widget-html\" data-id=\"cd9ddf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"jai-slider\">\r\n\r\n    <!-- LEFT ARROW -->\r\n    <div class=\"jai-arrow left\" onclick=\"prevSlide()\">\u276e<\/div>\r\n\r\n    <!-- RIGHT ARROW -->\r\n    <div class=\"jai-arrow right\" onclick=\"nextSlide()\">\u276f<\/div>\r\n\r\n    <!-- SLIDES -->\r\n    <div class=\"jai-slides\">\r\n\r\n        <a href=\"#\" class=\"jai-slide active\">\r\n            <img decoding=\"async\" id=\"banner1\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/04\/Banner-4.webp\" alt=\"Banner 1\">\r\n        <\/a>\r\n\r\n        <a href=\"#\" class=\"jai-slide\">\r\n            <img decoding=\"async\" id=\"banner2\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/04\/Banner-5.webp\" alt=\"Banner 2\">\r\n        <\/a>\r\n\r\n        <a href=\"#\" class=\"jai-slide\">\r\n            <img decoding=\"async\" id=\"banner3\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/04\/Banner-6.webp\" alt=\"Banner 3\">\r\n        <\/a>\r\n\r\n    <\/div>\r\n\r\n    <!-- DOTS -->\r\n    <div class=\"jai-dots\">\r\n        <span class=\"dot active\" onclick=\"goToSlide(0)\"><\/span>\r\n        <span class=\"dot\" onclick=\"goToSlide(1)\"><\/span>\r\n        <span class=\"dot\" onclick=\"goToSlide(2)\"><\/span>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<style>\r\n.jai-slider {\r\n    position: relative;\r\n    width: 100%;\r\n    overflow: hidden;\r\n}\r\n\r\n.jai-slides {\r\n    position: relative;\r\n    width: 100%;\r\n}\r\n\r\n.jai-slide {\r\n    display: none;\r\n    width: 100%;\r\n}\r\n\r\n.jai-slide.active {\r\n    display: block;\r\n}\r\n\r\n.jai-slide img {\r\n    width: 100%;\r\n    height: auto;\r\n    display: block;\r\n}\r\n\r\n\/* ARROWS *\/\r\n.jai-arrow {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    width: 42px;\r\n    height: 42px;\r\n    background: rgba(0,0,0,0.5);\r\n    color: #fff;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    cursor: pointer;\r\n    z-index: 10;\r\n    font-size: 20px;\r\n    user-select: none;\r\n}\r\n\r\n.jai-arrow.left {\r\n    left: 20px;\r\n}\r\n\r\n.jai-arrow.right {\r\n    right: 20px;\r\n}\r\n\r\n\/* DOTS *\/\r\n.jai-dots {\r\n    text-align: center;\r\n    margin-top: 15px;\r\n}\r\n\r\n.dot {\r\n    width: 12px;\r\n    height: 12px;\r\n    margin: 0 6px;\r\n    background: #ccc;\r\n    border-radius: 50%;\r\n    display: inline-block;\r\n    cursor: pointer;\r\n}\r\n\r\n.dot.active {\r\n    background: #1A466A;\r\n}\r\n<\/style>\r\n\r\n<script>\r\nlet currentSlide = 0;\r\n\r\nconst slides = document.querySelectorAll(\".jai-slide\");\r\nconst dots = document.querySelectorAll(\".dot\");\r\n\r\n\/\/ Banner image maps\r\nconst bannerImages = {\r\n    en: [\r\n        \"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/04\/Banner-4.webp\",\r\n        \"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/04\/Banner-5.webp\",\r\n        \"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/04\/Banner-6.webp\"\r\n    ],\r\n    hi: [\r\n        \"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Desktop-2-hindi-mobile.webp\",\r\n        \"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Desktop-3-hindi-mobile.webp\",\r\n        \"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Desktop-1-hindi-mobile.webp\"\r\n    ]\r\n};\r\n\r\n\/\/ Detect language from URL\r\nconst isHindi = window.location.pathname.startsWith(\"\/hi\");\r\nconst lang = isHindi ? \"hi\" : \"en\";\r\n\r\n\/\/ Set correct images on page load\r\ndocument.getElementById(\"banner1\").src = bannerImages[lang][0];\r\ndocument.getElementById(\"banner2\").src = bannerImages[lang][1];\r\ndocument.getElementById(\"banner3\").src = bannerImages[lang][2];\r\n\r\nfunction showSlide(index) {\r\n    slides.forEach(slide => slide.classList.remove(\"active\"));\r\n    dots.forEach(dot => dot.classList.remove(\"active\"));\r\n    slides[index].classList.add(\"active\");\r\n    dots[index].classList.add(\"active\");\r\n}\r\n\r\nfunction nextSlide() {\r\n    currentSlide++;\r\n    if (currentSlide >= slides.length) currentSlide = 0;\r\n    showSlide(currentSlide);\r\n}\r\n\r\nfunction prevSlide() {\r\n    currentSlide--;\r\n    if (currentSlide < 0) currentSlide = slides.length - 1;\r\n    showSlide(currentSlide);\r\n}\r\n\r\nfunction goToSlide(index) {\r\n    currentSlide = index;\r\n    showSlide(currentSlide);\r\n}\r\n\r\nsetInterval(() => nextSlide(), 5000);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1581e0e elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"1581e0e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-250aca6 animated-slow about elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-html\" data-id=\"250aca6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400&family=Dancing+Script:wght@700&display=swap\" rel=\"stylesheet\">\r\n\r\n<h2 class=\"jai-heading\">\r\n    <span class=\"discover\">Discover<\/span>\r\n    <span class=\"jai\">JAI<\/span>\r\n<\/h2>\r\n\r\n<style>\r\n.jai-heading{\r\n    margin:0;\r\n}\r\n\r\n.discover{\r\n    font-family:'Manrope', sans-serif;\r\n    font-weight:400;\r\n    font-size:40px;\r\n    color:#063D79;\r\n}\r\n\r\n.jai{\r\n    font-family:'Dancing Script', cursive;\r\n    font-weight:700;\r\n    font-size:45px;\r\n    color:#0473EA;\r\n    margin-left:6px;\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2826b6 elementor-hidden-mobile elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"e2826b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceInLeft&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7fe6ba elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"a7fe6ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Everything you need to support your breathing journey.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d464d3 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"5d464d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5437204 e-con-full e-flex e-con e-child\" data-id=\"5437204\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b821ed elementor-invisible elementor-widget elementor-widget-html\" data-id=\"5b821ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"flip-container\">\r\n\r\n  <div class=\"flip-inner\">\r\n\r\n    <!-- Front -->\r\n    <div class=\"flip-front\">\r\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/ccSkzD-3.webp\" \/>\r\n    <\/div>\r\n\r\n    <!-- Back -->\r\n    <div class=\"flip-back\">\r\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/ccSkzD-2.webp\" \/>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<style>\r\n.flip-container {\r\n  width: 400px; \/* \ud83d\udc48 YOU control size here *\/\r\n  margin: auto;\r\n  perspective: 1000px;\r\n}\r\n\r\n.flip-inner {\r\n  position: relative;\r\n  width: 100%;\r\n  transition: transform 0.6s;\r\n  transform-style: preserve-3d;\r\n}\r\n\r\n\/* Flip *\/\r\n.flip-container:hover .flip-inner {\r\n  transform: rotateY(180deg);\r\n}\r\n\r\n\/* Sides *\/\r\n.flip-front, .flip-back {\r\n  position: absolute;\r\n  width: 100%;\r\n  top: 0;\r\n  left: 0;\r\n  backface-visibility: hidden;\r\n}\r\n\r\n\/* IMPORTANT: keep image natural ratio *\/\r\n.flip-front img,\r\n.flip-back img {\r\n  width: 100%;\r\n  height: auto;   \/* \ud83d\udc48 THIS FIXES YOUR ISSUE *\/\r\n  display: block;\r\n}\r\n\r\n\/* Back *\/\r\n.flip-back {\r\n  transform: rotateY(180deg);\r\n}\r\n<\/style>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6932e2a elementor-invisible elementor-widget elementor-widget-html\" data-id=\"6932e2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"flip-container\">\n  <div class=\"flip-inner\">\n\n    <!-- Front Image -->\n    <div class=\"flip-front\">\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001843-1.webp\" \/>\n    <\/div>\n\n    <!-- Back Image -->\n    <div class=\"flip-back\">\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000004456.webp\" \/>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<style>\n.flip-container {\n  width: 300px; \/* or 100% *\/\n  perspective: 1000px;\n}\n\n.flip-inner {\n  position: relative;\n  width: 100%;\n  height: 100%;\n  transition: transform 0.6s;\n  transform-style: preserve-3d;\n}\n\n\/* Flip on hover *\/\n.flip-container:hover .flip-inner {\n  transform: rotateY(180deg);\n}\n\n\/* Front & Back *\/\n.flip-front, .flip-back {\n  position: absolute;\n  width: 100%;\n  top: 0;\n  left: 0;\n  backface-visibility: hidden;\n}\n\n.flip-front img,\n.flip-back img {\n  width: 100%;\n  display: block;\n}\n\n\/* Back side *\/\n.flip-back {\n  transform: rotateY(180deg);\n}\n<\/style>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d310ee6 e-con-full e-flex e-con e-child\" data-id=\"d310ee6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06bfe1c elementor-widget elementor-widget-image\" data-id=\"06bfe1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1560\" height=\"1680\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1.webp\" class=\"attachment-full size-full wp-image-90\" alt=\"\" srcset=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1.webp 1560w, https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1-279x300.webp 279w, https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1-951x1024.webp 951w, https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1-768x827.webp 768w, https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1-1426x1536.webp 1426w, https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1-200x215.webp 200w\" sizes=\"(max-width: 1560px) 100vw, 1560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17a6885 e-con-full e-flex e-con e-child\" data-id=\"17a6885\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffcd55e elementor-invisible elementor-widget elementor-widget-html\" data-id=\"ffcd55e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"flip-container\">\n\n  <div class=\"flip-inner\">\n\n    <!-- Front -->\n    <div class=\"flip-front\">\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000004454.webp\" \/>\n    <\/div>\n\n    <!-- Back -->\n    <div class=\"flip-back\">\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000004457.webp\" \/>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n<style>\n.flip-container {\n  width: 450px; \/* \ud83d\udc48 YOU control size here *\/\n  margin: auto;\n  perspective: 1000px;\n}\n\n.flip-inner {\n  position: relative;\n  width: 100%;\n  transition: transform 0.6s;\n  transform-style: preserve-3d;\n}\n\n\/* Flip *\/\n.flip-container:hover .flip-inner {\n  transform: rotateY(180deg);\n}\n\n\/* Sides *\/\n.flip-front, .flip-back {\n  position: absolute;\n  width: 100%;\n  top: 0;\n  left: 0;\n  backface-visibility: hidden;\n}\n\n\/* IMPORTANT: keep image natural ratio *\/\n.flip-front img,\n.flip-back img {\n  width: 100%;\n  height: auto;   \/* \ud83d\udc48 THIS FIXES YOUR ISSUE *\/\n  display: block;\n}\n\n\/* Back *\/\n.flip-back {\n  transform: rotateY(180deg);\n}\n<\/style>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e88417 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"2e88417\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"flip-container\">\n\n  <div class=\"flip-inner\">\n\n    <!-- Front -->\n    <div class=\"flip-front\">\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000004505.webp\" \/>\n    <\/div>\n\n    <!-- Back -->\n    <div class=\"flip-back\">\n      <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000004458-1.webp\" \/>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n<style>\n.flip-container {\n  width: 450px; \/* \ud83d\udc48 YOU control size here *\/\n  margin: auto;\n  perspective: 1000px;\n}\n\n.flip-inner {\n  position: relative;\n  width: 100%;\n  transition: transform 0.6s;\n  transform-style: preserve-3d;\n}\n\n\/* Flip *\/\n.flip-container:hover .flip-inner {\n  transform: rotateY(180deg);\n}\n\n\/* Sides *\/\n.flip-front, .flip-back {\n  position: absolute;\n  width: 100%;\n  top: 0;\n  left: 0;\n  backface-visibility: hidden;\n}\n\n\/* IMPORTANT: keep image natural ratio *\/\n.flip-front img,\n.flip-back img {\n  width: 100%;\n  height: auto;   \/* \ud83d\udc48 THIS FIXES YOUR ISSUE *\/\n  display: block;\n}\n\n\/* Back *\/\n.flip-back {\n  transform: rotateY(180deg);\n}\n<\/style>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bbfc9c2 elementor-widget elementor-widget-text-editor\" data-id=\"bbfc9c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">JAI (Joint Airway Initiative) is a <\/span><b>personalised respiratory care program<\/b><span style=\"font-weight: 400;\"> designed to support your breathing journey and help you manage your condition with greater confidence. <\/span><span style=\"font-weight: 400;\">Through JAI, patients receive <\/span><b>expert guidance on the correct inhaler technique<\/b><span style=\"font-weight: 400;\">, along with access to <\/span><b>doctor-recommended virtual support services<\/b><span style=\"font-weight: 400;\"> such as pulmonary physiotherapy, diet counselling, and yoga sessions that help improve breathing capacity and overall well-being.<\/span><\/p><p><span style=\"font-weight: 400;\">The program also encourages <\/span><b>therapy adherence<\/b><span style=\"font-weight: 400;\">, supporting patients in staying consistent with their prescribed treatment while receiving ongoing educational resources and guidance. <\/span><span style=\"font-weight: 400;\">With the right knowledge, lifestyle support, and expert assistance, JAI aims to help patients <\/span><b>take control of their respiratory health and experience better breathing every day.<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-369a92b elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"369a92b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;rubberBand&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/jairespi.com\/about-jai\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn About JAI<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d42e3b2 e-con-full e-flex e-con e-parent\" data-id=\"d42e3b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6ac47d elementor-widget elementor-widget-html\" data-id=\"d6ac47d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n    font-family:'Manrope',sans-serif;\r\n}\r\n\r\n.jai-feature-section{\r\n    position:relative;\r\n    width:100%;\r\n    min-height:850px;\r\n    background:#edf4f7;\r\n    overflow:hidden;\r\n}\r\n\r\n\/* CENTER IMAGE *\/\r\n\r\n.jai-phone{\r\n    position:absolute;\r\n    left:50%;\r\n    top:50%;\r\n    transform:translate(-50%,-50%);\r\n    z-index:2;\r\n}\r\n\r\n.jai-phone img{\r\n    width:650px;\r\n    max-width:100%;\r\n    display:block;\r\n}\r\n\r\n\/* CARDS *\/\r\n\r\n.feature-card{\r\n    position:absolute;\r\n    width:450px;\r\n    height:115px;\r\n    perspective:1200px;\r\n    z-index:5;\r\n}\r\n\r\n.feature-inner{\r\n    position:relative;\r\n    width:100%;\r\n    height:100%;\r\n    transform-style:preserve-3d;\r\n    transition:0.7s;\r\n}\r\n\r\n.feature-card:hover .feature-inner{\r\n    transform:rotateY(180deg);\r\n}\r\n\r\n.feature-front,\r\n.feature-back{\r\n    position:absolute;\r\n    width:100%;\r\n    height:100%;\r\n    border-radius:22px;\r\n    backface-visibility:hidden;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    padding:22px;\r\n}\r\n\r\n.feature-back{\r\n    transform:rotateY(180deg);\r\n}\r\n\r\n.green{\r\n    background:#58b957;\r\n}\r\n\r\n.blue{\r\n    background:#357dbd;\r\n}\r\n\r\n\/* TEXT *\/\r\n\r\n.content h3,\r\n.content p,\r\n.back-content h4,\r\n.back-content p{\r\n    color:#fff;\r\n}\r\n\r\n.content h3{\r\n    font-size:18px;\r\n    font-weight:700;\r\n    line-height:1.3;\r\n    margin-bottom:6px;\r\n}\r\n\r\n.content p{\r\n    font-size:15px;\r\n    font-weight:500;\r\n}\r\n\r\n.back-content h4{\r\n    font-size:18px;\r\n    margin-bottom:6px;\r\n}\r\n\r\n.back-content p{\r\n    font-size:14px;\r\n    line-height:1.5;\r\n}\r\n\r\n\/* ICONS *\/\r\n\r\n.icon img,\r\n.back-icon img{\r\n    width:78px;\r\n    height:78px;\r\n    object-fit:contain;\r\n}\r\n\r\n\/* CONNECTOR DOTS *\/\r\n\r\n.connector-dot{\r\n    position:absolute;\r\n    width:18px;\r\n    height:18px;\r\n    border-radius:50%;\r\n    top:50%;\r\n    transform:translateY(-50%);\r\n}\r\n\r\n.green-dot{\r\n    background:#48a84f;\r\n    box-shadow:0 0 0 8px rgba(72,168,79,.15);\r\n}\r\n\r\n.blue-dot{\r\n    background:#2e7abd;\r\n    box-shadow:0 0 0 8px rgba(46,122,189,.15);\r\n}\r\n\r\n\/* POSITIONS *\/\r\n\r\n.card1{\r\n    left:120px;\r\n    top:150px;\r\n}\r\n\r\n.card1 .connector-dot{\r\n    right:-42px;\r\n}\r\n\r\n.card2{\r\n    left:80px;\r\n    top:410px;\r\n}\r\n\r\n.card2 .connector-dot{\r\n    right:-42px;\r\n}\r\n\r\n.card3{\r\n    right:120px;\r\n    top:150px;\r\n}\r\n\r\n.card3 .connector-dot{\r\n    left:-42px;\r\n}\r\n\r\n.card4{\r\n    right:80px;\r\n    top:410px;\r\n}\r\n\r\n.card4 .connector-dot{\r\n    left:-42px;\r\n}\r\n\r\n\/* RESPONSIVE *\/\r\n\r\n@media(max-width:1200px){\r\n\r\n    .jai-feature-section{\r\n        min-height:auto;\r\n        padding:50px 20px;\r\n        display:flex;\r\n        flex-direction:column;\r\n        align-items:center;\r\n    }\r\n\r\n    .jai-phone{\r\n        position:relative;\r\n        left:auto;\r\n        top:auto;\r\n        transform:none;\r\n        margin:30px 0;\r\n    }\r\n\r\n    .jai-phone img{\r\n        width:340px;\r\n    }\r\n\r\n    .feature-card{\r\n        position:relative;\r\n        width:100%;\r\n        max-width:500px;\r\n        left:auto!important;\r\n        right:auto!important;\r\n        top:auto!important;\r\n        margin:12px 0;\r\n    }\r\n\r\n    .connector-dot{\r\n        display:none;\r\n    }\r\n}\r\n\r\n<\/style>\r\n\r\n<section class=\"jai-feature-section\">\r\n\r\n    <!-- CARD 1 -->\r\n\r\n    <div class=\"feature-card card1\">\r\n        <div class=\"connector-dot green-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front green\">\r\n                <div class=\"content\">\r\n                    <h3>Know your Inhalers better<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560802.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back green\">\r\n                <div class=\"back-content\">\r\n                    <!-- <h4>dummy<\/h4> -->\r\n                    <p>Learn the correct inhalation technique through personalised guided demonstration sessions by trained educators.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560802.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- CARD 2 -->\r\n\r\n    <div class=\"feature-card card2\">\r\n        <div class=\"connector-dot blue-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front blue\">\r\n                <div class=\"content\">\r\n                    <h3>Stay on track with your medicines<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560804.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back blue\">\r\n                <div class=\"back-content\">\r\n                    <!-- <h4>Dummy Title<\/h4> -->\r\n                    <p>Structured support designed to help you stay consistent with your prescribed treatment.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560804.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- CENTER IMAGE -->\r\n\r\n    <div class=\"jai-phone\">\r\n        <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1.webp\">\r\n    <\/div>\r\n\r\n    <!-- CARD 3 -->\r\n\r\n    <div class=\"feature-card card3\">\r\n        <div class=\"connector-dot blue-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front blue\">\r\n                <div class=\"content\">\r\n                    <h3>Know more about Diet & Nutrition<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560803.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back blue\">\r\n                <div class=\"back-content\">\r\n                    <!-- <h4>Dummy Title<\/h4> -->\r\n                    <p>Diet plans thoughtfully designed to support your respiratory health and overall well-being.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560803.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- CARD 4 -->\r\n\r\n    <div class=\"feature-card card4\">\r\n        <div class=\"connector-dot green-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front green\">\r\n                <div class=\"content\">\r\n                    <h3>Pulmonary Physiotherapy & Yoga<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560805.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back green\">\r\n                <div class=\"back-content\">\r\n                    <!-- <h4>Dummy Title<\/h4> -->\r\n                    <p>Guided exercises and breathing practices that help strengthen lung capacity and improve breathing control.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560805.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/section>\r\n```\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5c895f elementor-widget elementor-widget-html\" data-id=\"b5c895f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n.jai-feature-section{\r\n    position:relative;\r\n    width:100%;\r\n    height:650px;\r\n    overflow:visible;\r\n    font-family:'Manrope',sans-serif;\r\n}\r\n\r\n.jai-phone{\r\n    position:absolute;\r\n    left:50%;\r\n    top:50%;\r\n    transform:translate(-50%,-50%);\r\n    z-index:2;\r\n}\r\n\r\n.jai-phone img{\r\n    width:520px;\r\n    max-width:100%;\r\n    display:block;\r\n}\r\n\r\n.feature-card{\r\n    position:absolute;\r\n    width:360px;\r\n    height:95px;\r\n    perspective:1200px;\r\n    z-index:5;\r\n}\r\n\r\n.feature-inner{\r\n    position:relative;\r\n    width:100%;\r\n    height:100%;\r\n    transform-style:preserve-3d;\r\n    transition:.7s;\r\n}\r\n\r\n.feature-card:hover .feature-inner{\r\n    transform:rotateY(180deg);\r\n}\r\n\r\n.feature-front,\r\n.feature-back{\r\n    position:absolute;\r\n    width:100%;\r\n    height:100%;\r\n    border-radius:18px;\r\n    backface-visibility:hidden;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    padding:18px 20px;\r\n    box-sizing:border-box;\r\n}\r\n\r\n.feature-back{\r\n    transform:rotateY(180deg);\r\n}\r\n\r\n.green{\r\n    background:#59B857;\r\n}\r\n\r\n.blue{\r\n    background:#377FC0;\r\n}\r\n\r\n.content h3,\r\n.content p,\r\n.back-content h4,\r\n.back-content p{\r\n    color:#fff;\r\n    margin:0;\r\n}\r\n\r\n.content h3{\r\n    font-size:16px;\r\n    font-weight:700;\r\n    line-height:1.3;\r\n    margin-bottom:5px;\r\n}\r\n\r\n.content p{\r\n    font-size:14px;\r\n    font-weight:500;\r\n}\r\n\r\n.back-content h4{\r\n    font-size:16px;\r\n    margin-bottom:4px;\r\n}\r\n\r\n.back-content p{\r\n    font-size:13px;\r\n    line-height:1.4;\r\n}\r\n\r\n.icon img,\r\n.back-icon img{\r\n    width:60px;\r\n    height:60px;\r\n    object-fit:contain;\r\n}\r\n\r\n\/* DOTS *\/\r\n\r\n.connector-dot{\r\n    position:absolute;\r\n    width:16px;\r\n    height:16px;\r\n    border-radius:50%;\r\n    top:50%;\r\n    transform:translateY(-50%);\r\n}\r\n\r\n.green-dot{\r\n    background:#4BAA51;\r\n    box-shadow:0 0 0 7px rgba(75,170,81,.18);\r\n}\r\n\r\n.blue-dot{\r\n    background:#2D79BE;\r\n    box-shadow:0 0 0 7px rgba(45,121,190,.18);\r\n}\r\n\r\n\/* CARD POSITIONS *\/\r\n\r\n.card1{\r\n    left:18%;\r\n    top:135px;\r\n}\r\n\r\n.card2{\r\n    left:17%;\r\n    top:330px;\r\n}\r\n\r\n.card3{\r\n    right:18%;\r\n    top:135px;\r\n}\r\n\r\n.card4{\r\n    right:17%;\r\n    top:330px;\r\n}\r\n\r\n.card1 .connector-dot,\r\n.card2 .connector-dot{\r\n    right:-28px;\r\n}\r\n\r\n.card3 .connector-dot,\r\n.card4 .connector-dot{\r\n    left:-28px;\r\n}\r\n\r\n\/* DESKTOP SCALING *\/\r\n\r\n@media (max-width:1600px){\r\n\r\n    .card1{left:8%;}\r\n    .card2{left:6%;}\r\n    .card3{right:8%;}\r\n    .card4{right:6%;}\r\n}\r\n\r\n@media (max-width:1366px){\r\n\r\n    .jai-phone img{\r\n        width:460px;\r\n    }\r\n\r\n    .feature-card{\r\n        width:320px;\r\n        height:90px;\r\n    }\r\n\r\n    .card1{left:4%;}\r\n    .card2{left:3%;}\r\n    .card3{right:4%;}\r\n    .card4{right:3%;}\r\n\r\n    .content h3{\r\n        font-size:15px;\r\n    }\r\n}\r\n\r\n<\/style>\r\n\r\n<section class=\"jai-feature-section\">\r\n\r\n    <!-- CARD 1 -->\r\n\r\n    <div class=\"feature-card card1\">\r\n\r\n        <div class=\"connector-dot green-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front green\">\r\n                <div class=\"content\">\r\n                    <h3>Know your Inhalers better<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560802.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back green\">\r\n                <div class=\"back-content\">\r\n                    <h4>Inhaler Education<\/h4>\r\n                    <p>Learn the correct inhaler technique and usage.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560802.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- CARD 2 -->\r\n\r\n    <div class=\"feature-card card2\">\r\n\r\n        <div class=\"connector-dot blue-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front blue\">\r\n                <div class=\"content\">\r\n                    <h3>Stay on track with your medicines<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560804.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back blue\">\r\n                <div class=\"back-content\">\r\n                    <h4>Medicine Support<\/h4>\r\n                    <p>Get guidance to improve treatment adherence.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560804.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- CENTER IMAGE -->\r\n\r\n    <div class=\"jai-phone\">\r\n        <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/03\/Group-1000001898-1.webp\">\r\n    <\/div>\r\n\r\n    <!-- CARD 3 -->\r\n\r\n    <div class=\"feature-card card3\">\r\n\r\n        <div class=\"connector-dot blue-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front blue\">\r\n                <div class=\"content\">\r\n                    <h3>Know more about Diet & Nutrition<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560803.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back blue\">\r\n                <div class=\"back-content\">\r\n                    <h4>Nutrition Guidance<\/h4>\r\n                    <p>Healthy food habits for better respiratory health.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560803.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- CARD 4 -->\r\n\r\n    <div class=\"feature-card card4\">\r\n\r\n        <div class=\"connector-dot green-dot\"><\/div>\r\n\r\n        <div class=\"feature-inner\">\r\n\r\n            <div class=\"feature-front green\">\r\n                <div class=\"content\">\r\n                    <h3>Pulmonary Physiotherapy & Yoga<\/h3>\r\n                    <p>Learn More \u2192<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560805.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-back green\">\r\n                <div class=\"back-content\">\r\n                    <h4>Yoga & Physiotherapy<\/h4>\r\n                    <p>Breathing exercises and guided rehabilitation.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"back-icon\">\r\n                    <img decoding=\"async\" src=\"https:\/\/jairespi.com\/wp-content\/uploads\/2026\/06\/Group-1686560805.png\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/section>\r\n```\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>\u276e \u276f Discover JAI Everything you need to support your breathing journey. JAI (Joint Airway Initiative) is a personalised respiratory [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"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":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","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-2663","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/pages\/2663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/comments?post=2663"}],"version-history":[{"count":16,"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/pages\/2663\/revisions"}],"predecessor-version":[{"id":2701,"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/pages\/2663\/revisions\/2701"}],"wp:attachment":[{"href":"https:\/\/jairespi.com\/hi\/wp-json\/wp\/v2\/media?parent=2663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}