{"title":"මිනිසුන් 3–4 දෙනා සඳහා කාලය","description":"\u003cstyle\u003e\n.mt-wrap{\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 12px 18px 38px;\n  line-height: 1.8;\n  color: #1f2937;\n  font-family: inherit;\n  font-size: 17px;\n}\n\n.mt-wrap,\n.mt-wrap h1,\n.mt-wrap h2,\n.mt-wrap h3,\n.mt-wrap p,\n.mt-wrap li,\n.mt-wrap a,\n.mt-wrap span,\n.mt-wrap div,\n.mt-wrap strong{\n  font-family: inherit !important;\n}\n\n.mt-hero{\n  position: relative;\n  overflow: hidden;\n  border-radius: 28px;\n  padding: 34px 26px 26px;\n  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 45%, #fff8ef 100%);\n  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);\n  border: 1px solid rgba(148, 163, 184, 0.16);\n}\n\n.mt-hero h1{\n  margin: 0 0 10px;\n  font-size: clamp(32px, 4.6vw, 52px);\n  line-height: 1.08;\n  letter-spacing: -0.02em;\n  color: #0f172a;\n}\n\n.mt-sub{\n  margin: 0 0 18px;\n  font-size: clamp(19px, 2.2vw, 27px);\n  line-height: 1.45;\n  color: #334155;\n  font-weight: 700;\n  max-width: 900px;\n}\n\n.mt-intro{\n  margin: 0 0 18px;\n  font-size: 18px;\n  color: #334155;\n  max-width: 900px;\n}\n\n.mt-card{\n  background: rgba(255,255,255,0.66);\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);\n  border-radius: 22px;\n  padding: 18px 18px;\n  margin: 18px 0 0;\n}\n\n.mt-card p{\n  margin: 0;\n  font-size: 18px;\n  color: #1e293b;\n  font-weight: 700;\n}\n\n.mt-pill-row{\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 18px 0 0;\n}\n\n.mt-pill{\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 10px 16px;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 16px;\n  color: #334155;\n  background: rgba(255,255,255,0.72);\n  border: 1px solid rgba(148, 163, 184, 0.18);\n  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);\n}\n\n.mt-pill.blue{ background: #e9f3ff; }\n.mt-pill.purple{ background: #f2ebff; }\n.mt-pill.gold{ background: #fff4e5; }\n.mt-pill.green{ background: #eaf8ef; }\n.mt-pill.pink{ background: #fff0f3; }\n\n.mt-button-row{\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin: 22px 0 0;\n}\n\n.mt-btn{\n  display: inline-block;\n  text-decoration: none !important;\n  text-align: center;\n  font-weight: 800;\n  font-size: 18px;\n  line-height: 1.2;\n  padding: 16px 22px;\n  border-radius: 16px;\n  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;\n}\n\n.mt-btn:hover{\n  transform: translateY(-1px);\n  opacity: 0.96;\n}\n\n.mt-btn.primary{\n  background: linear-gradient(135deg, #1f3c88 0%, #2747a8 100%);\n  color: #ffffff !important;\n  box-shadow: 0 16px 34px rgba(31, 60, 136, 0.25);\n}\n\n.mt-btn.secondary{\n  background: #ffffff;\n  color: #1f3c88 !important;\n  border: 1px solid rgba(31, 60, 136, 0.16);\n  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);\n}\n\n.mt-section{\n  margin: 28px 0 0;\n}\n\n.mt-section h2{\n  margin: 0 0 10px;\n  font-size: clamp(24px, 3vw, 34px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: #0f172a;\n}\n\n.mt-section p{\n  margin: 0 0 14px;\n  font-size: 17px;\n  color: #334155;\n}\n\n.mt-grid{\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 16px;\n  margin: 18px 0 0;\n}\n\n.mt-box{\n  background: #ffffff;\n  border-radius: 22px;\n  padding: 20px;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);\n}\n\n.mt-box h3{\n  margin: 0 0 8px;\n  font-size: 22px;\n  line-height: 1.2;\n  color: #0f172a;\n}\n\n.mt-box p{\n  margin: 0;\n  color: #475569;\n  font-size: 16px;\n}\n\n.mt-list{\n  margin: 12px 0 0;\n  padding-left: 20px;\n}\n\n.mt-list li{\n  margin: 0 0 10px;\n  color: #334155;\n  font-size: 16px;\n}\n\n.mt-note{\n  margin-top: 20px;\n  padding: 16px 18px;\n  border-radius: 18px;\n  background: #f8fbff;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  color: #475569;\n  font-size: 15px;\n}\n\n@media (max-width: 900px){\n  .mt-grid{\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 640px){\n  .mt-wrap{\n    padding: 8px 10px 30px;\n    font-size: 16px;\n  }\n\n  .mt-hero{\n    padding: 24px 16px 20px;\n    border-radius: 22px;\n  }\n\n  .mt-sub{\n    font-size: 19px;\n  }\n\n  .mt-intro,\n  .mt-card p,\n  .mt-section p,\n  .mt-list li{\n    font-size: 16px;\n  }\n\n  .mt-btn{\n    width: 100%;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mt-wrap\"\u003e\n\u003csection class=\"mt-hero\"\u003e\n\u003ch1\u003e\n\u003cstrong\u003eMyTeacher Time\u003c\/strong\u003e මිනිසුන් 3–4 දෙනා සඳහා කාලය\u003c\/h1\u003e\n\u003cp class=\"mt-sub\"\u003eකුඩා කණ්ඩායමකින් ඉංග්‍රීසි ඉගෙනීමේ ක්‍රමයක් \u003cbr\u003e— මිනිසුන් තුන් දෙනෙක් හෝ හතර දෙනෙක් සඳහා.\u003c\/p\u003e\n\u003cp class=\"mt-intro\"\u003eමෙය මිතුරන්, සහෝදර සහෝදරියන්, පන්තියේ මිතුරන්, සමකාලීන සේවකයින් හෝ පවුලේ සාමාජිකයන් සඳහා විශේෂයෙන් සුදුසු වේ. කණ්ඩායම කුඩා සහ පුද්ගලිකව තබාගෙන තවත් ඉන්ටරැක්ටිව් ඉංග්‍රීසි අත්දැකීමක් ලැබේ.\u003c\/p\u003e\n\u003cdiv class=\"mt-card\"\u003e\n\u003cp\u003e3–4 දෙනෙක් සමඟ පන්ති තවමත් අවධානයෙන් හා නම්‍යශීලීව පවතින අතර, සෑම කෙනෙකුටම වැඩි ශක්තියක්, වැඩි කතා කිරීමේ අවස්ථා සහ එකිනෙකාගෙන් ඉගෙන ගැනීමට වැඩි අවස්ථා ලැබේ.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-pill-row\"\u003e\n\u003cspan class=\"mt-pill blue\"\u003e3–4 දෙනෙක්\u003c\/span\u003e \u003cspan class=\"mt-pill purple\"\u003eකුඩා කණ්ඩායම් ඉගෙනුම\u003c\/span\u003e \u003cspan class=\"mt-pill gold\"\u003eඔන්ලයින් හෝ සෘජුවම\u003c\/span\u003e \u003cspan class=\"mt-pill green\"\u003eනම්‍යශීලී කාලසටහන\u003c\/span\u003e \u003cspan class=\"mt-pill pink\"\u003eබෙදාගත් Time Document\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-button-row\"\u003e\n\u003ca href=\"https:\/\/rosscline.com\/si\/appointment\" class=\"mt-btn primary\"\u003eහමුවීමක් වෙන්කරන්න\u003c\/a\u003e \u003ca href=\"https:\/\/rosscline.com\/si\/register\" class=\"mt-btn secondary\"\u003eපළමුව ලියාපදිංචි වන්න\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt-section\"\u003e\n\u003ch2\u003e3–4 දෙනාගේ විකල්පය තෝරාගන්නේ ඇයි?\u003c\/h2\u003e\n\u003cp\u003eමෙය පුද්ගලික පාඩම් සහ විශාල කණ්ඩායම් පන්ති අතර හොඳම සන්ධියකි. සෑම ඉගෙනුම්කරුවකුටම සත්‍ය කතා කිරීමේ කාලයක් ලැබෙන අතර, ඉංග්‍රීසි තවත් ස්වභාවික හා සජීවී බවක් දෙන අන්තර්ක්‍රියාද ඇති වේ.\u003c\/p\u003e\n\u003cdiv class=\"mt-grid\"\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eවැඩි අන්තර්ක්‍රියා\u003c\/h3\u003e\n\u003cp\u003eඉගෙනුම්කරුවන් ගුරුවරයාට පමණක් ප්‍රතිචාර නොදක්වයි; වෙනස් හඬවල්, අදහස් සහ කතා කිරීමේ ක්‍රම ද අසයි.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eතවමත් පුද්ගලිකයි\u003c\/h3\u003e\n\u003cp\u003eකණ්ඩායම ප්‍රමාණයෙන් කුඩා බැවින්, පාඩම් අයගේ අවශ්‍යතා, මට්ටම සහ ඉලක්කවලට අනුව සකස් කළ හැකිය.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eවැඩි වටිනාකම\u003c\/h3\u003e\n\u003cp\u003eමිනිසුන් තුන් හෝ හතර දෙනෙක් සමඟ පාඩම බෙදාගැනීමෙන් උසස් මට්ටමේ ඉංග්‍රීසි පුහුණුව වඩාත් දැරිය හැකි බවක් ලබා දෙයි.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eවිශ්වාසය සඳහා හොඳයි\u003c\/h3\u003e\n\u003cp\u003eකුඩා කණ්ඩායම්, හුරුපුරුදු අය සමඟ කතා කරන නිසා, ඉගෙනුම්කරුවන්ට තවත් සැහැල්ලුවෙන් සිටීමට උදවු කරයි.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt-section\"\u003e\n\u003ch2\u003eමෙය කාට වඩාත් සුදුසුද?\u003c\/h2\u003e\n\u003cul class=\"mt-list\"\u003e\n\u003cli\u003eඑකට ඉගෙන ගැනීමට කැමති මිතුරන්\u003c\/li\u003e\n\u003cli\u003eසහෝදර සහෝදරියන් හෝ පවුලේ සාමාජිකයන්\u003c\/li\u003e\n\u003cli\u003eපාසල, ගමන් හෝ විදේශ ජීවිතය සඳහා සූදානම් වන පන්තියේ මිතුරන්\u003c\/li\u003e\n\u003cli\u003eඑකට ප්‍රායෝගික කතා කිරීම පුහුණු කිරීමට කැමති සමකාලීන සේවකයින්\u003c\/li\u003e\n\u003cli\u003eඋණුසුම් සහ සමාජශීලී ඉගෙනුම් පරිසරයක් කැමති ඕනෑම කෙනෙක්\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt-section\"\u003e\n\u003ch2\u003eමෙය ක්‍රියා කරන ආකාරය\u003c\/h2\u003e\n\u003cp\u003eමෙම සංග්‍රහයේ ඇති පැකේජයක් මිලදී ගැනීමෙන් ඔබ \u003cstrong\u003e3–4 දෙනා සඳහා MyTeacher Time\u003c\/strong\u003e තෝරාගනී. ආරම්භ කිරීමට පෙර \u003ca href=\"https:\/\/rosscline.com\/si\/register\"\u003e\u003cstrong\u003eලියාපදිංචි වීම\u003c\/strong\u003e\u003c\/a\u003e හෝ \u003ca href=\"https:\/\/rosscline.com\/si\/appointment\"\u003e\u003cstrong\u003eඅන්තර්ජාල හමුවීමක්\u003c\/strong\u003e\u003c\/a\u003e වෙන්කර ගැනීම වඩාත් සුදුසුය, එවිට කාලසටහන හා ඉගෙනුම් ඉලක්ක පැහැදිලිව සාකච්ඡා කළ හැකිය.\u003c\/p\u003e\n\u003cdiv class=\"mt-note\"\u003eමෙම පැකේජ හවුල් කුඩා කණ්ඩායම් ආකෘතියක් සඳහා නිර්මාණය කර ඇත. කණ්ඩායමේ කාලසටහන, ප්‍රගතිය සහ පාඩම් භාවිතය පැහැදිලිව සංවිධානය කිරීමට Time Document එකක් සාදා ගත හැකිය.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[{"product_id":"myteacher30hrs3-4people","title":"3–4 දෙනෙකු සඳහා පැය 30ක පෞද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%); border: 1px solid #dbeafe; border-radius: 28px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 24px; position: relative; overflow: hidden;\"\u003e\n    \u003cdiv style=\"position: absolute; top: -25px; right: -25px; width: 120px; height: 120px; background: rgba(59,130,246,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"position: absolute; bottom: -35px; left: -35px; width: 140px; height: 140px; background: rgba(16,185,129,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position: relative; z-index: 2;\"\u003e\n      \u003cdiv style=\"display: inline-block; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: bold; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px;\"\u003e\n        පෞද්ගලික කණ්ඩායම් පැකේජය\n      \u003c\/div\u003e\n\n      \u003ch2 style=\"font-size: 32px; line-height: 1.2; margin: 0 0 14px 0; color: #111827;\"\u003e\n        පුද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය මිනිසුන් 3–4 දෙනෙකු සඳහා පැය 30 ක්\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        \u003cstrong\u003eමිනිසුන් 3–4 දෙනෙකු\u003c\/strong\u003e සඳහා වඩාත්ම සුදුසු, ඔබේ පැය භාවිතා කිරීමට\n        \u003cstrong\u003eමස 8 ක් (දින 245 ක්)\u003c\/strong\u003e දක්වා කාලය ඇත.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;\"\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මුළු පැය 30 ක්\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මිනිසුන් 3–4 දෙනෙකු සඳහා\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මස 8 දක්වා\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      පෞද්ගලික කාලසටහන සැලසුම\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      මිලදී ගැනීමට පෙර\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px; margin-bottom: 12px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      පළමුව ලියාපදිංචි වන්න හෝ\n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Virtual meeting\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        අන්තර්ජාල හමුවක්\n      \u003c\/a\u003e\n      වෙන්කර ගෙන කාලසටහන අවශ්‍යතා සාකච්ඡා කරන්න.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      ඔබට ලැබී ඇති බවට සහතික වන්න\n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"Time Document\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        කාලය පිළිබඳ ලේඛනය\n      \u003c\/a\u003e\n      කාලසටහන සඳහා භාවිතා කරන ලද.\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin: 18px 0 0 0; font-size: 15px; color: #6b7280;\"\u003e\n      ඔබට\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        මෙහි ලියාපදිංචි විය හැක\n      \u003c\/a\u003e\n      මිලදී ගැනීමට පෙර.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      ඇතුළත් කර ඇති දේ\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eපෞද්ගලික පාඩම් පැය 30 ක්\u003c\/strong\u003e එක් කණ්ඩායම් වෙන්කර ගැනීම සඳහා\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eමිනිසුන් 3–4 දෙනෙකු\u003c\/strong\u003e එක්ව ඉගෙනීම සඳහා\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eමස 8 දක්වා\u003c\/strong\u003e කාලය තුළ සුදුසු ලෙස කාලසටහන සැකසීම\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eඔබගේ ලබාගත හැකි කාලය සහ අවශ්‍යතා අනුව\u003c\/strong\u003e පෞද්ගලික සැලසුම් ක්‍රියාවලිය\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #fed7aa; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      MyTeacher කාල ප්‍රතිපත්තිය\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        ගෙවීම සම්පූර්ණයෙන්ම සිදු කළ යුතුය.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        සුදුසු කාලසටහන සතිය 2ක් ඇතුළත සකස් කළ නොහැකි නම්, භාවිතය අනුව සම්පූර්ණ හෝ අනුපාතික ආපසු ගෙවීමක් සිදු කෙරේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        පළමු පැය 4 ක් භාවිතා කිරීමෙන් පසු, උපදේශකයා වෙනස් කළ නොහැක.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        පැය 5 කට අඩු දැනුම්දීමකින් කරන ලද අවලංගු කිරීම් සඳහා ගාස්තු අයකරනු ලැබේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        විද්‍යුත් තැපෑල සහ පෙළ පණිවිඩ ඉල්ලීම් තහවුරු කිරීමෙන් පසු පමණක් වලංගු වේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        සියලු පැය මස 8 (දින 245) ඇතුළත භාවිතා කළ යුතු අතර, ඉතිරි කාලය අහිමි වේ.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #111827; color: #ffffff; border-radius: 24px; padding: 24px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 14px; font-size: 22px; color: #ffffff;\"\u003e\n      උපකාරක සබැඳි\n    \u003c\/h3\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.8;\"\u003e\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eලියාපදිංචි වන්න\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Book a virtual meeting\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eඅන්තර්ජාල හමුවක් වෙන්කර ගන්න\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"View Time Document\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eකාලය පිළිබඳ ලේඛනය බලන්න\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"පෙරනිමි මාතෘකාව","offer_id":40300148359216,"sku":"","price":1840.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/files\/ross-cline-english-speaking-course-30-hours-245-days-3-4-people.jpg?v=1778589934"},{"product_id":"myteacher63hrs3-4people","title":"3–4 දෙනෙකු සඳහා පැය 63ක පෞද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%); border: 1px solid #dbeafe; border-radius: 28px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 24px; position: relative; overflow: hidden;\"\u003e\n    \u003cdiv style=\"position: absolute; top: -25px; right: -25px; width: 120px; height: 120px; background: rgba(59,130,246,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"position: absolute; bottom: -35px; left: -35px; width: 140px; height: 140px; background: rgba(16,185,129,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position: relative; z-index: 2;\"\u003e\n      \u003cdiv style=\"display: inline-block; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: bold; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px;\"\u003e\n        පෞද්ගලික කණ්ඩායම් පැකේජය\n      \u003c\/div\u003e\n\n      \u003ch2 style=\"font-size: 32px; line-height: 1.2; margin: 0 0 14px 0; color: #111827;\"\u003e\n        පුද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය පැය 63ක් සඳහා පුද්ගලයින් 3–4 දෙනෙකුට\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 3–4 දෙනෙකු\u003c\/strong\u003e සඳහා වඩාත්ම සුදුසු, ඔබේ පැය භාවිතා කිරීමට\n        \u003cstrong\u003eමස 17ක් (දින 510ක්)\u003c\/strong\u003e දක්වා කාලයක් ඇති සවිකරගත හැකි ඉංග්‍රීසි පාඩම් පැකේජයක්.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;\"\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මුළු පැය 63ක්\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      පුද්ගලයින් 3–4 දෙනෙකුට\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මස 17ක් දක්වා\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      පෞද්ගලික කාලසටහන සැලසුම\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      මිලදී ගැනීමට පෙර\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px; margin-bottom: 12px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      පළමුව ලියාපදිංචි වන්න හෝ\n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Virtual meeting\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        අන්තර්ජාල හමුවක්\n      \u003c\/a\u003e\n      වෙන්කර ගෙන කාලසටහන අවශ්‍යතා සාකච්ඡා කරන්න.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      ඔබට ලැබී ඇති බවට සහතික වන්න\n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"Time Document\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        කාල ලේඛනය\n      \u003c\/a\u003e\n      කාලසටහන සඳහා භාවිතා කරන ලද.\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin: 18px 0 0 0; font-size: 15px; color: #6b7280;\"\u003e\n      ඔබට\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        මෙහි ලියාපදිංචි විය හැක\n      \u003c\/a\u003e\n      මිලදී ගැනීමට පෙර.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      ඇතුළත් කර ඇති දේ\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eපෞද්ගලික පාඩම් පැය 63ක්\u003c\/strong\u003e එක් කණ්ඩායම් වෙන්කිරීමකට\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 3–4 දෙනෙකු\u003c\/strong\u003e එක්ව ඉගෙනීම සඳහා\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eමස 17ක් දක්වා\u003c\/strong\u003e කාලසටහන සැලසුම් කිරීමේ හැකියාව\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eඔබගේ ලබාගත හැකි කාලය සහ අවශ්‍යතා අනුව\u003c\/strong\u003e පෞද්ගලික සැලසුම් ක්‍රියාවලිය\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #fed7aa; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      MyTeacher කාල ප්‍රතිපත්තිය\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        ගෙවීම සම්පූර්ණයෙන්ම සිදු කළ යුතුය.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        සුදුසු කාලසටහන සතිය 2ක් ඇතුළත සකස් කළ නොහැකි නම්, භාවිතය අනුව සම්පූර්ණ හෝ අනුපාතික ආපසු ගෙවීමක් සිදු කෙරේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        පළමු පැය 4 භාවිතා කිරීමෙන් පසු, උපදේශකයා වෙනස් කළ නොහැක.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        පැය 5කට අඩු දැනුම්දීමකින් කරන ලද අවලංගු කිරීම් සඳහා ගාස්තු අයකරනු ලැබේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        විද්‍යුත් තැපෑල සහ පෙළ පණිවිඩ ඉල්ලීම් තහවුරු කිරීමෙන් පසු පමණක් වලංගු වේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        සියලු පැය මස 17ක් (දින 510ක්) ඇතුළත භාවිතා කළ යුතු අතර, ඉතිරි කාලය අහිමි වේ.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #111827; color: #ffffff; border-radius: 24px; padding: 24px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 14px; font-size: 22px; color: #ffffff;\"\u003e\n      උපකාරක සබැඳි\n    \u003c\/h3\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.8;\"\u003e\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eලියාපදිංචි වන්න\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Book a virtual meeting\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eඅන්තර්ජාල හමුවක් වෙන්කර ගන්න\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"View Time Document\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eකාල ලේඛනය බලන්න\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"පෙරනිමි මාතෘකාව","offer_id":40300148981808,"sku":"","price":3662.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/files\/ross-cline-english-speaking-course-63-hours-510-days-3-4-people.jpg?v=1778589934"},{"product_id":"myteacher105hrs3-4people","title":"3–4 දෙනෙකු සඳහා පැය 105ක පෞද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%); border: 1px solid #dbeafe; border-radius: 28px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 24px; position: relative; overflow: hidden;\"\u003e\n    \u003cdiv style=\"position: absolute; top: -25px; right: -25px; width: 120px; height: 120px; background: rgba(59,130,246,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"position: absolute; bottom: -35px; left: -35px; width: 140px; height: 140px; background: rgba(16,185,129,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position: relative; z-index: 2;\"\u003e\n      \u003cdiv style=\"display: inline-block; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: bold; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px;\"\u003e\n        පෞද්ගලික කණ්ඩායම් පැකේජය\n      \u003c\/div\u003e\n\n      \u003ch2 style=\"font-size: 32px; line-height: 1.2; margin: 0 0 14px 0; color: #111827;\"\u003e\n        පුද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය පැය 105 ක් සඳහා පුද්ගලයින් 3–4 දෙනෙකුට\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 3–4 දෙනෙකු\u003c\/strong\u003e සඳහා වඩාත්ම සුදුසු, ඔබේ පැය භාවිතා කිරීමට\n        \u003cstrong\u003eමස 27 ක් (දින 835 ක්)\u003c\/strong\u003e දක්වා කාල සීමාවක් සහිත වඩාත්ම නිදහස් දිගුකාලීන ඉංග්‍රීසි පාඩම් පැකේජයක්.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;\"\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මුළු පැය 105 ක්\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      පුද්ගලයින් 3–4 දෙනෙකුට\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      මස 27 දක්වා\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      පෞද්ගලික කාලසටහන සැලසුම\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      මිලදී ගැනීමට පෙර\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px; margin-bottom: 12px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      පළමුව ලියාපදිංචි වන්න හෝ\n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Virtual meeting\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        අන්තර්ජාල හමුවක්\n      \u003c\/a\u003e\n      වෙන්කර ගෙන කාලසටහන අවශ්‍යතා සාකච්ඡා කරන්න.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      ඔබට ලැබී ඇති බවට සහතික වන්න\n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"Time Document\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        කාලය පිළිබඳ ලේඛනය\n      \u003c\/a\u003e\n      කාලසටහන සැකසීම සඳහා භාවිතා කරන ලද.\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin: 18px 0 0 0; font-size: 15px; color: #6b7280;\"\u003e\n      ඔබට\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        මෙහි ලියාපදිංචි විය හැක\n      \u003c\/a\u003e\n      මිලදී ගැනීමට පෙර.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      ඇතුළත් කර ඇති දේ\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        එක් කණ්ඩායම් වෙන්කිරීම සඳහා \u003cstrong\u003eපුද්ගලික පාඩම් පැය 105 ක්\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 3–4 දෙනෙකු\u003c\/strong\u003e එක්ව ඉගෙනීම\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eමස 27 දක්වා\u003c\/strong\u003e නිදහස් කාලසටහන සැකසීම\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        ඔබේ ලබාගත හැකි කාලය සහ අවශ්‍යතා අනුව \u003cstrong\u003eපෞද්ගලික සකස් කිරීමේ ක්‍රියාවලිය\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #fed7aa; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      MyTeacher කාල ප්‍රතිපත්තිය\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        ගෙවීම සම්පූර්ණයෙන්ම සිදු කළ යුතුය.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        සති 2ක් ඇතුළත සුදුසු කාලසටහනක් සකස් කළ නොහැකි නම්, භාවිතය අනුව සම්පූර්ණ හෝ අනුපාතික ආපසු ගෙවීමක් සිදු කෙරේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        පළමු පැය 4 භාවිතා කිරීමෙන් පසු, උපදේශකයා වෙනස් කළ නොහැක.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        පැය 5 කට අඩු දැනුම්දීමකින් කරන ලද අවලංගු කිරීම් සඳහා ගාස්තු අය කෙරේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        විද්‍යුත් තැපෑල සහ පෙළ පණිවිඩ ඉල්ලීම් තහවුරු කිරීමෙන් පසු පමණක් වලංගු වේ.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        සියලු පැය මස 27 (දින 835) ඇතුළත භාවිතා කළ යුතු අතර, ඉතිරි කාලය අහිමි වේ.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #111827; color: #ffffff; border-radius: 24px; padding: 24px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 14px; font-size: 22px; color: #ffffff;\"\u003e\n      උපකාරක සබැඳි\n    \u003c\/h3\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.8;\"\u003e\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eලියාපදිංචි වන්න\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Book a virtual meeting\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eඅන්තර්ජාල හමුවක් වෙන්කර ගන්න\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"View Time Document\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eකාලය පිළිබඳ ලේඛනය බලන්න\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"පෙරනිමි මාතෘකාව","offer_id":40300149932080,"sku":"","price":5489.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/files\/ross-cline-english-speaking-course-105-hours-835-days-3-4-people.jpg?v=1778634230"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/collections\/time-for-3-4-people-540788_7d42ab0a-3cb3-47fa-b844-0cc8f3787b7f_jpg.webp?v=1775085706","url":"https:\/\/rosscline.com\/si\/collections\/3-4-%e0%b6%af%e0%b7%99%e0%b6%b1%e0%b7%8f-%e0%b7%83%e0%b6%b3%e0%b7%84%e0%b7%8f-%e0%b7%80%e0%b7%9a%e0%b6%bd%e0%b7%8f%e0%b7%80.oembed","provider":"rosscline.com","version":"1.0","type":"link"}