{"title":"MyTeacher කාලය පුද්ගල 6 දෙනෙකු සඳහා","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 කාලය \u003c\/strong\u003e පුද්ගලයින් 6 සඳහා\u003c\/h1\u003e\n\u003cp class=\"mt-sub\"\u003eපුද්ගලයින් හයකට ශක්තිමත් කණ්ඩායම්-ඉගෙනුම් විකල්පයක්\u003c\/p\u003e\n\u003cp class=\"mt-intro\"\u003eමෙම විකල්පය මිතුරන්ගේ කණ්ඩායම්, පන්ති මිතුරන්, පවුල්, කණ්ඩායම් හෝ සේවා ස්ථාන කණ්ඩායම් සඳහා ඉතා හොඳයි, එය ඉංග්‍රීසි අත්දැකීමක් සමාජීය හා අන්තර්ක්‍රියාත්මක ලෙස ලබා දීමට අවශ්‍ය වන අතර පාඩම් අරමුණු සහිතව සහ හොඳින් මාර්ගෝපදේශිතව පවත්වා ගැනීමට අවශ්‍ය වේ.\u003c\/p\u003e\n\u003cdiv class=\"mt-card\"\u003e\n\u003cp\u003eපුද්ගලයින් 6ක් සමඟ, පාඩම් තවත් සජීවී වන අතර, වැඩි සංවාද, වැඩි හුවමාරු ඉගෙනුම, සහ කතා කිරීම, ඇසීම, ප්‍රතිචාර දීම සහ එකට වර්ධනය වීම සඳහා ස්වාභාවික අවස්ථා වැඩි වේ.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-pill-row\"\u003e\n\u003cspan class=\"mt-pill blue\"\u003eපුද්ගලයින් 6\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හුවමාරු කාල ලේඛනය\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-button-row\"\u003e\n\u003ca href=\"https:\/\/rosscline.com\/appointment\" class=\"mt-btn primary\"\u003eපත්වීමක් සකසන්න\u003c\/a\u003e \u003ca href=\"https:\/\/rosscline.com\/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\u003eපුද්ගලයින් 6 සඳහා විකල්පය තෝරා ගැනීමට හේතු මොනවාද?\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\u003eපුද්ගලයින් 6 සඳහා MyTeacher කාලය\u003c\/strong\u003e තෝරා ගන්නා බවයි. ආරම්භ කිරීමට පෙර, කාලසටහන, ඉගෙනුම් අරමුණු සහ කණ්ඩායම් අවශ්‍යතා පැහැදිලිව සාකච්ඡා කිරීමට හොඳම ක්‍රමය වන්නේ පළමුව \u003ca href=\"https:\/\/rosscline.com\/register\"\u003e\u003cstrong\u003eලියාපදිංචි වීම\u003c\/strong\u003e\u003c\/a\u003e හෝ \u003ca href=\"https:\/\/rosscline.com\/appointment\"\u003e\u003cstrong\u003eඅන්තර්ජාල පත්වීමක්\u003c\/strong\u003e\u003c\/a\u003e වෙන් කර ගැනීමයි.\u003c\/p\u003e\n\u003cdiv class=\"mt-note\"\u003eමෙම පැකේජ කණ්ඩායම් හුවමාරු ආකෘතිය සඳහා නිර්මාණය කර ඇත. කණ්ඩායමේ කාලසටහන, ප්‍රගතිය සහ පාඩම් භාවිතය පැහැදිලිව සංවිධානය කිරීමට කාල ලේඛනයක් සකස් කළ හැක.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[{"product_id":"myteacher30hrs6people","title":"6 දෙනෙකු සඳහා පැය 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        පුද්ගලික ඉංග්‍රීසි පාඩම් පැකේජය - පැය 30ක්, පුද්ගලයින් 6 දෙනෙකු සඳහා\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 6 දෙනෙකු\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      පුද්ගලයින් 6 දෙනෙකු සඳහා\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පුද්ගලයින් 6 දෙනෙකු\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":40300148424752,"sku":"","price":2634.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-6-people.jpg?v=1778589935"},{"product_id":"myteacher63hrs6people","title":"6 දෙනෙකු සඳහා පැය 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ක්, පුද්ගලයින් 6 දෙනෙකු සඳහා\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 6 දෙනෙකු\u003c\/strong\u003e සඳහා වඩාත්ම සුදුසු, ඔබේ පැය භාවිතා කිරීමට \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      පුද්ගලයින් 6 දෙනෙකු සඳහා\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පුද්ගලයින් 6 දෙනෙකු\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":40300149243952,"sku":"","price":5234.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-6-people.jpg?v=1778589935"},{"product_id":"myteacher105hrs6people","title":"6 දෙනෙකු සඳහා පැය 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ක්, පුද්ගලයින් 6 දෙනෙකු සඳහා\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        \u003cstrong\u003eපුද්ගලයින් 6 දෙනෙකු\u003c\/strong\u003e සඳහා වඩාත්ම සුදුසු, ඔබේ පැය භාවිතා කිරීමට \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      පුද්ගලයින් 6 දෙනෙකු සඳහා\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පුද්ගලයින් 6 දෙනෙකු\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":40300150095920,"sku":"","price":7849.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-6-people.jpg?v=1778589934"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/collections\/time-for-6-people-175067.jpg?v=1691658123","url":"https:\/\/rosscline.com\/si\/collections\/myteacher-6-%e0%b6%af%e0%b7%99%e0%b6%b1%e0%b7%8f-%e0%b7%83%e0%b6%b3%e0%b7%84%e0%b7%8f.oembed","provider":"rosscline.com","version":"1.0","type":"link"}