{"id":2,"date":"2025-12-03T08:59:17","date_gmt":"2025-12-03T08:59:17","guid":{"rendered":"http:\/\/y.lanka.com\/?page_id=2"},"modified":"2026-02-09T15:25:07","modified_gmt":"2026-02-09T15:25:07","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/","title":{"rendered":"Sample Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7dc8f9 e-flex e-con-boxed e-con e-parent\" data-id=\"e7dc8f9\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;,&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-eb49ba9 elementor-widget elementor-widget-html\" data-id=\"eb49ba9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/> \r\n  <title>Nuwara Eliya, Sri Lanka \r\n  <\/title>\r\n\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n      padding-top: 63px;\r\n    }\r\n\r\n    \/* NAVBAR *\/\r\n    .navbar {\r\n      width: 100%;\r\n      background: #ffffff;\r\n      color: #000;\r\n      padding: 15px 15px;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      z-index: 999;\r\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\r\n    }\r\n\r\n    .navbar .logo {\r\n      font-size: 1.2rem;\r\n      font-weight: bold;\r\n      color: #2E7D32;\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n    }\r\n\r\n    \/* MENU *\/\r\n    .navbar ul {\r\n      list-style: none;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 25px;\r\n    }\r\n\r\n    .navbar ul li {\r\n      display: flex;\r\n      align-items: center;\r\n    }\r\n\r\n    .navbar ul li a {\r\n      color: #000;\r\n      text-decoration: none;\r\n      font-size: 1rem;\r\n      transition: 0.3s;\r\n      font-weight: 550;\r\n      padding: 5px 0;\r\n      display: block;\r\n    }\r\n\r\n    .navbar ul li a:hover {\r\n      color: #2E7D32;\r\n    }\r\n\r\n    \/* BOOK BUTTON (REAL BUTTON) *\/\r\n    .book-btn {\r\n      color: #000;\r\n      background-color: #FFEB3B;\r\n      padding: 10px;\r\n      border-radius: 6px;\r\n      font-weight: 600;\r\n      border: none;\r\n      cursor: pointer;\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      transition: 0.3s;\r\n      white-space: nowrap;\r\n      font-size: 1rem;\r\n    }\r\n\r\n    .book-btn:hover {\r\n      opacity: 0.85;\r\n      background-color: #FFEB3B;\r\n      color: #000;\r\n    }\r\n\r\n    \/* HAMBURGER *\/\r\n    .menu-toggle {\r\n      width: 30px;\r\n      height: 24px;\r\n      position: relative;\r\n      display: none;\r\n      cursor: pointer;\r\n      background: transparent;\r\n      border: none;\r\n      outline: none;\r\n    }\r\n    \r\n    .menu-toggle:focus,\r\n    .menu-toggle:active {\r\n      background: transparent;\r\n      outline: none;\r\n    }\r\n    \r\n    .menu-toggle {\r\n      -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    .menu-toggle .bar {\r\n      position: absolute;\r\n      width: 25px;\r\n      height: 2px;\r\n      background: #000;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      transition: 0.3s;\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .menu-toggle .bar:nth-child(1) {\r\n      top: 4px;\r\n    }\r\n    \r\n    .menu-toggle .bar:nth-child(2) {\r\n      top: 11px;\r\n    }\r\n    \r\n    .menu-toggle .bar:nth-child(3) {\r\n      top: 18px;\r\n    }\r\n    \r\n    .menu-toggle.active .bar:nth-child(1) {\r\n      top: 11px;\r\n      transform: translateX(-50%) rotate(45deg);\r\n    }\r\n    \r\n    .menu-toggle.active .bar:nth-child(2) {\r\n      opacity: 0;\r\n    }\r\n    \r\n    .menu-toggle.active .bar:nth-child(3) {\r\n      top: 11px;\r\n      transform: translateX(-50%) rotate(-45deg);\r\n    }\r\n\r\n    \/* MOBILE *\/\r\n    @media (max-width: 768px) {\r\n      .menu-toggle {\r\n        display: block;\r\n      }\r\n\r\n      .navbar ul {\r\n        position: absolute;\r\n        top: 100%;\r\n        left: 0;\r\n        right: 0;\r\n        width: 100%;\r\n        flex-direction: column;\r\n        background: #fff;\r\n        display: none;\r\n        padding: 0;\r\n        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);\r\n        align-items: stretch;\r\n        margin: auto 0;\r\n      }\r\n\r\n      .navbar ul.active {\r\n        display: flex;\r\n      }\r\n\r\n      .navbar ul li {\r\n        width: 100%;\r\n        border-bottom: 1px solid #f0f0f0;\r\n        display: block;\r\n      }\r\n\r\n      .navbar ul li:last-child {\r\n        border-bottom: none;\r\n      }\r\n\r\n      .navbar ul li a {\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        height: 56px;         \r\n        padding: 0;\r\n        width: 100%;\r\n        text-align: center;\r\n      }\r\n\r\n      .book-btn {\r\n        width: 80%;\r\n        margin: 12px auto;\r\n        padding: 14px;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n  <nav class=\"navbar\">\r\n    <div class=\"logo\">Nuwara Eliya, Sri Lanka<\/div>\r\n\r\n    <button class=\"menu-toggle\" id=\"menu-btn\">\r\n      <span class=\"bar\"><\/span>\r\n      <span class=\"bar\"><\/span>\r\n      <span class=\"bar\"><\/span>\r\n    <\/button>\r\n\r\n    <ul id=\"nav-links\">\r\n      <li><a href=\"#about\">About<\/a><\/li>\r\n      <li><a href=\"#visit\">Visit<\/a><\/li>\r\n      <li><a href=\"#wildlife\">Places to visit<\/a><\/li>\r\n      <li><a href=\"#gallery\">Gallery<\/a><\/li>\r\n      <li><a href=\"#contact\">Contact<\/a><\/li>\r\n    <\/ul>\r\n  <\/nav>\r\n\r\n  <script>\r\n    const menuBtn = document.getElementById(\"menu-btn\");\r\n    const navLinks = document.getElementById(\"nav-links\");\r\n\r\n    menuBtn.addEventListener(\"click\", () => {\r\n      navLinks.classList.toggle(\"active\");\r\n      menuBtn.classList.toggle(\"active\");\r\n    });\r\n\r\n    \/\/ Close menu when clicking outside\r\n    document.addEventListener(\"click\", (e) => {\r\n      if (!e.target.closest(\".navbar\") && navLinks.classList.contains(\"active\")) {\r\n        navLinks.classList.remove(\"active\");\r\n        menuBtn.classList.remove(\"active\");\r\n      }\r\n    });\r\n\r\n    \/\/ Close menu when resizing\r\n    window.addEventListener(\"resize\", () => {\r\n      if (window.innerWidth > 768) {\r\n        navLinks.classList.remove(\"active\");\r\n        menuBtn.classList.remove(\"active\");\r\n      }\r\n    });\r\n    \r\n    \/\/ Close menu when clicking a menu item\r\n      document.querySelectorAll(\"#nav-links a\").forEach(link => {\r\n        link.addEventListener(\"click\", () => {\r\n          navLinks.classList.remove(\"active\");\r\n          menuBtn.classList.remove(\"active\");\r\n        });\r\n      });\r\n  <\/script>\r\n\r\n<\/body>\r\n\r\n<\/html>\r\n\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-2ae3b4c e-flex e-con-boxed e-con e-parent\" data-id=\"2ae3b4c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8de6c35 e-con-full e-flex e-con e-child\" data-id=\"8de6c35\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-67d1663 e-con-full e-flex e-con e-child\" data-id=\"67d1663\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e29d061 elementor-widget elementor-widget-heading\" data-id=\"e29d061\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Nuwara Eliya<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-190cc53 elementor-widget elementor-widget-text-editor\" data-id=\"190cc53\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Heart of Tea Country.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9916e6 e-con-full e-flex e-con e-child\" data-id=\"c9916e6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-24df51e e-con-full e-flex e-con e-child\" data-id=\"24df51e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-159169f elementor-widget elementor-widget-image\" data-id=\"159169f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"100\" height=\"100\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png\" class=\"attachment-full size-full wp-image-29 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png 100w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/elementor\/thumbs\/icons8-location-pin-100-rfuv78gpviw4kl1bs7ek8z6tkj8vpejmzeil6aos84.png 10w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/elementor\/thumbs\/icons8-location-pin-100-rfuv78gpzwrrqdup83hogl2no9o1kkv7kkz3sfqi88.png 20w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/elementor\/thumbs\/icons8-location-pin-100-rfuv78gptbyazomn29d0568wio1artduotabv85x82.png 5w\" data-sizes=\"(max-width: 100px) 100vw, 100px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 100px; --smush-placeholder-aspect-ratio: 100\/100;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97ca914 elementor-widget elementor-widget-text-editor\" data-id=\"97ca914\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Sri Lanka<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f420327 e-con-full e-flex e-con e-child\" data-id=\"f420327\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30f17dc elementor-widget elementor-widget-button\" data-id=\"30f17dc\" data-element_type=\"widget\" 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=\"#visit\">\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\">Plan Your Visit<\/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<div class=\"elementor-element elementor-element-8563ca5 elementor-widget elementor-widget-button\" data-id=\"8563ca5\" data-element_type=\"widget\" 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=\"#wildlife\">\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\">Places to Visit<\/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<\/div>\n\t\t\t\t<\/div>\n\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-ee165e0 e-flex e-con-boxed e-con e-parent\" data-id=\"ee165e0\" data-element_type=\"container\" id=\"about\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d9bdced e-con-full e-flex e-con e-child\" data-id=\"d9bdced\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b2b5b3e elementor-widget elementor-widget-heading\" data-id=\"b2b5b3e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Places to Visit in Nuwara Eliya<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4016ea7 e-con-full e-flex e-con e-child\" data-id=\"4016ea7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e9246d elementor-widget elementor-widget-text-editor\" data-id=\"3e9246d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>Nuwara Eliya, often called \u201cLittle England,\u201d is a scenic hill-country town in Sri Lanka, famous for its cool climate, misty mountains, and lush tea plantations. Established during the British colonial era, the town retains charming colonial architecture, well-kept gardens, and peaceful surroundings.<\/div><br \/><div>Located at an elevation of about 1,868 meters above sea level, Nuwara Eliya offers a refreshing escape from Sri Lanka\u2019s tropical heat. Rolling hills, waterfalls, lakes, and tea estates define the landscape, making it one of the most picturesque destinations in the country. The town also serves as a gateway to Horton Plains National Park and World\u2019s End.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bcd58b9 e-con-full e-flex e-con e-child\" data-id=\"bcd58b9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6589f5e e-grid e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"6589f5e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fb97bef e-con-full e-flex e-con e-child\" data-id=\"fb97bef\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bdbf104 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"bdbf104\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"64\" height=\"64\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Background.png\" class=\"attachment-large size-large wp-image-157 lazyload\" alt=\"img2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 64px; --smush-placeholder-aspect-ratio: 64\/64;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e2800d elementor-widget elementor-widget-heading\" data-id=\"2e2800d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rich Ecosystems<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-457355a elementor-widget elementor-widget-text-editor\" data-id=\"457355a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7af3b9 e-con-full e-flex e-con e-child\" data-id=\"a7af3b9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b0bb35 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"4b0bb35\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"64\" height=\"64\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Background.png\" class=\"attachment-large size-large wp-image-157 lazyload\" alt=\"img2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 64px; --smush-placeholder-aspect-ratio: 64\/64;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ff89d2 elementor-widget elementor-widget-heading\" data-id=\"7ff89d2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rich Ecosystems<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4743ece elementor-widget elementor-widget-text-editor\" data-id=\"4743ece\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bd3c82 e-con-full e-flex e-con e-child\" data-id=\"2bd3c82\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7882e68 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"7882e68\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"64\" height=\"64\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Background.png\" class=\"attachment-large size-large wp-image-157 lazyload\" alt=\"img2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 64px; --smush-placeholder-aspect-ratio: 64\/64;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cda421a elementor-widget elementor-widget-heading\" data-id=\"cda421a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rich Ecosystems<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26ad1d2 elementor-widget elementor-widget-text-editor\" data-id=\"26ad1d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9f2ffee e-con-full e-flex e-con e-child\" data-id=\"9f2ffee\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58e87dc elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"58e87dc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"64\" height=\"64\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Background.png\" class=\"attachment-large size-large wp-image-157 lazyload\" alt=\"img2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 64px; --smush-placeholder-aspect-ratio: 64\/64;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f1cadb elementor-widget elementor-widget-heading\" data-id=\"1f1cadb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rich Ecosystems<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42c0ca0 elementor-widget elementor-widget-text-editor\" data-id=\"42c0ca0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-728c279 e-flex e-con-boxed e-con e-parent\" data-id=\"728c279\" data-element_type=\"container\" id=\"wildlife\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6343a6d e-con-full e-flex e-con e-child\" data-id=\"6343a6d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e16ed9f e-con-full e-flex e-con e-child\" data-id=\"e16ed9f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e3051f elementor-widget elementor-widget-heading\" data-id=\"7e3051f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Places To Visit<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d96beb9 e-grid e-con-full e-con e-child\" data-id=\"d96beb9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-42a2d9e e-con-full e-flex e-con e-child\" data-id=\"42a2d9e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8005c6 elementor-widget elementor-widget-image\" data-id=\"a8005c6\" data-element_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=\"800\" height=\"517\" src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Gregory-Lake-at-nuwara-eliya-sri-lanka.jpg\" class=\"attachment-large size-large wp-image-1023\" alt=\"\" srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Gregory-Lake-at-nuwara-eliya-sri-lanka.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Gregory-Lake-at-nuwara-eliya-sri-lanka-300x194.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Gregory-Lake-at-nuwara-eliya-sri-lanka-768x496.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Gregory-Lake-at-nuwara-eliya-sri-lanka-18x12.jpg 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41251f5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"41251f5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Lake<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad8bf48 elementor-widget elementor-widget-heading\" data-id=\"ad8bf48\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Gregory Lake<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-730aa73 elementor-widget elementor-widget-text-editor\" data-id=\"730aa73\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>A popular recreational spot offering boating, cycling, and scenic views in the heart of the town.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4266ab3 e-con-full e-flex e-con e-child\" data-id=\"4266ab3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7736848 elementor-widget elementor-widget-image\" data-id=\"7736848\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"517\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Tea-Plantations-Tea-Factories-at-nuwara-eliya-sri-lanka.jpg\" class=\"attachment-large size-large wp-image-1022 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Tea-Plantations-Tea-Factories-at-nuwara-eliya-sri-lanka.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Tea-Plantations-Tea-Factories-at-nuwara-eliya-sri-lanka-300x194.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Tea-Plantations-Tea-Factories-at-nuwara-eliya-sri-lanka-768x496.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Tea-Plantations-Tea-Factories-at-nuwara-eliya-sri-lanka-18x12.jpg 18w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/517;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17fbe24 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"17fbe24\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tea<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f38a472 elementor-widget elementor-widget-heading\" data-id=\"f38a472\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tea Plantations &amp; Factories<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb0540b elementor-widget elementor-widget-text-editor\" data-id=\"bb0540b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>Visit working tea estates to learn about Ceylon tea production and enjoy fresh hill-country views.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b78eb1f e-con-full e-flex e-con e-child\" data-id=\"b78eb1f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72522ef elementor-widget elementor-widget-image\" data-id=\"72522ef\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"517\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Hakgala-Botanical-Garden-at-nuwara-eliya-sri-lanka.jpg\" class=\"attachment-large size-large wp-image-1017 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Hakgala-Botanical-Garden-at-nuwara-eliya-sri-lanka.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Hakgala-Botanical-Garden-at-nuwara-eliya-sri-lanka-300x194.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Hakgala-Botanical-Garden-at-nuwara-eliya-sri-lanka-768x496.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Hakgala-Botanical-Garden-at-nuwara-eliya-sri-lanka-18x12.jpg 18w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/517;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14cc8fa elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"14cc8fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Garden<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e87a2d1 elementor-widget elementor-widget-heading\" data-id=\"e87a2d1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Hakgala Botanical Garden<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ca4238 elementor-widget elementor-widget-text-editor\" data-id=\"3ca4238\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>A beautifully maintained botanical garden with exotic plants, flowers, and mountain scenery.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07975fa e-con-full e-flex e-con e-child\" data-id=\"07975fa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c097a1f elementor-widget elementor-widget-image\" data-id=\"c097a1f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"517\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Horton-Plains-Worlds-End-1-at-nuwara-eliya-sri-lanka.png\" class=\"attachment-large size-large wp-image-1018 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Horton-Plains-Worlds-End-1-at-nuwara-eliya-sri-lanka.png 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Horton-Plains-Worlds-End-1-at-nuwara-eliya-sri-lanka-300x194.png 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Horton-Plains-Worlds-End-1-at-nuwara-eliya-sri-lanka-768x496.png 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/Horton-Plains-Worlds-End-1-at-nuwara-eliya-sri-lanka-18x12.png 18w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/517;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97d6eaa elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"97d6eaa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Forest<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6447fe6 elementor-widget elementor-widget-heading\" data-id=\"6447fe6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Horton Plains &amp; World\u2019s End<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4fefea elementor-widget elementor-widget-text-editor\" data-id=\"a4fefea\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>A UNESCO World Heritage Site featuring grasslands, cloud forests, and dramatic cliff views.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59ff1d3 e-con-full e-flex e-con e-child\" data-id=\"59ff1d3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec8f922 elementor-widget elementor-widget-image\" data-id=\"ec8f922\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"517\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/victoria-park-nuwara-eliya.jpg.jpeg\" class=\"attachment-large size-large wp-image-1036 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/victoria-park-nuwara-eliya.jpg.jpeg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/victoria-park-nuwara-eliya.jpg-300x194.jpeg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/victoria-park-nuwara-eliya.jpg-768x496.jpeg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/victoria-park-nuwara-eliya.jpg-18x12.jpeg 18w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/517;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-560331c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"560331c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Park<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8388de7 elementor-widget elementor-widget-heading\" data-id=\"8388de7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Victoria Park<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebb74e7 elementor-widget elementor-widget-text-editor\" data-id=\"ebb74e7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>A peaceful urban park known for seasonal flowers and birdlife.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07406cd e-con-full e-flex e-con e-child\" data-id=\"07406cd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca7c1c8 elementor-widget elementor-widget-image\" data-id=\"ca7c1c8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/elementor\/thumbs\/Seetha-Amman-Temple-at-nuwara-eliya-sri-lanka-riwl5d3khvdga3pk52aii001eur7oea59ewyf7jbcs.jpg\" title=\"Seetha Amman Temple-at-nuwara-eliya-sri-lanka\" alt=\"Seetha Amman Temple-at-nuwara-eliya-sri-lanka\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/646;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d236de2 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d236de2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Temple<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e286eff elementor-widget elementor-widget-heading\" data-id=\"e286eff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Seetha Amman Temple<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c31f8d elementor-widget elementor-widget-text-editor\" data-id=\"5c31f8d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>A culturally significant Hindu temple linked to the Ramayana legend.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-77b787d e-flex e-con-boxed e-con e-parent\" data-id=\"77b787d\" data-element_type=\"container\" id=\"visit\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-38e6e9e e-con-full e-flex e-con e-child\" data-id=\"38e6e9e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4a6ccb9 e-con-full e-flex e-con e-child\" data-id=\"4a6ccb9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3a18629 e-con-full e-flex e-con e-child\" data-id=\"3a18629\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1a3c10 elementor-widget elementor-widget-heading\" data-id=\"f1a3c10\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Visitor Information<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4187cb1 elementor-widget elementor-widget-text-editor\" data-id=\"4187cb1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Plan your perfect visit with all the essential information you need for an unforgettable experience<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16ef734 e-grid e-con-full e-con e-child\" data-id=\"16ef734\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8b892bb e-con-full e-transform e-flex e-con e-child\" data-id=\"8b892bb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t<div class=\"elementor-element elementor-element-2746f37 e-con-full e-flex e-con e-child\" data-id=\"2746f37\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18da256 elementor-widget-tablet__width-initial elementor-widget elementor-widget-image\" data-id=\"18da256\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay.png\" class=\"attachment-large size-large wp-image-226 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 48px; --smush-placeholder-aspect-ratio: 48\/48;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-693cb6a elementor-widget elementor-widget-heading\" data-id=\"693cb6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Experiences &amp; Activities<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a4be25 e-con-full e-flex e-con e-child\" data-id=\"5a4be25\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-597bd2d elementor-widget elementor-widget-text-editor\" data-id=\"597bd2d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>1. Tea estate and factory tours<\/div><div>\u00a0<\/div><div>2. Nature walks and scenic hiking<\/div><div>\u00a0<\/div><div>3. Photography of landscapes and waterfalls<\/div><div>\u00a0<\/div><div>4. Horse riding and boating at Gregory Lake<\/div><div>\u00a0<\/div><div>5. Visiting colonial-era buildings<\/div><div>\u00a0<\/div><div>6. Exploring nearby national parks<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1695ea e-con-full e-transform e-flex e-con e-child\" data-id=\"a1695ea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t<div class=\"elementor-element elementor-element-0810c05 e-con-full e-flex e-con e-child\" data-id=\"0810c05\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-551eb7f elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"551eb7f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-3.png\" class=\"attachment-large size-large wp-image-391 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-3.png 512w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-3-300x300.png 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-3-150x150.png 150w\" data-sizes=\"(max-width: 512px) 100vw, 512px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4272d5 elementor-widget elementor-widget-heading\" data-id=\"f4272d5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shopping &amp; Dining<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f7f5a4a e-con-full e-flex e-con e-child\" data-id=\"f7f5a4a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-56a4aca e-con-full e-flex e-con e-child\" data-id=\"56a4aca\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b40a99 elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6b40a99\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>Nuwara Eliya offers local markets selling fresh vegetables, strawberries, and tea, along with souvenir shops featuring Ceylon tea and handicrafts. Dining options range from local Sri Lankan cuisine to caf\u00e9s and restaurants serving British-inspired dishes, bakeries, and international food, reflecting the town\u2019s colonial heritage.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9fd7083 e-con-full e-transform e-flex e-con e-child\" data-id=\"9fd7083\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t<div class=\"elementor-element elementor-element-0f524e9 e-con-full e-flex e-con e-child\" data-id=\"0f524e9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-209eff6 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"209eff6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1-1.png\" class=\"attachment-large size-large wp-image-392 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1-1.png 512w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1-1-300x300.png 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1-1-150x150.png 150w\" data-sizes=\"(max-width: 512px) 100vw, 512px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a09e571 elementor-widget elementor-widget-heading\" data-id=\"a09e571\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">City Life &amp; Culture<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47e9378 e-con-full e-flex e-con e-child\" data-id=\"47e9378\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e8015d elementor-widget elementor-widget-text-editor\" data-id=\"0e8015d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>Life in Nuwara Eliya is calm and slow-paced, shaped by plantation culture and mountain living. The town reflects a blend of Sri Lankan traditions and British colonial influence, seen in architecture, food, and lifestyle. Cultural diversity is evident through temples, churches, and everyday plantation community life, creating a peaceful and welcoming atmosphere.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-bcde38a e-flex e-con-boxed e-con e-parent\" data-id=\"bcde38a\" data-element_type=\"container\" id=\"gallery\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a5caba7 e-con-full e-flex e-con e-child\" data-id=\"a5caba7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8dad58a e-con-full e-flex e-con e-child\" data-id=\"8dad58a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70e6d8b elementor-widget elementor-widget-heading\" data-id=\"70e6d8b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gallery &amp; Media<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec84182 elementor-widget elementor-widget-text-editor\" data-id=\"ec84182\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Explore stunning moments captured in the city<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3686e35 e-grid e-con-full e-con e-child\" data-id=\"3686e35\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-27cedff e-con-full e-flex e-con e-child\" data-id=\"27cedff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c1442e elementor-widget elementor-widget-image\" data-id=\"3c1442e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-2.jpg\" class=\"attachment-large size-large wp-image-1032 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-2.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-2-300x300.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-2-150x150.jpg 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-2-768x768.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-2-12x12.jpg 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-c751f5b e-con-full e-flex e-con e-child\" data-id=\"c751f5b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9853d0c elementor-widget elementor-widget-image\" data-id=\"9853d0c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-11.webp\" class=\"attachment-large size-large wp-image-1031 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-11.webp 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-11-300x300.webp 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-11-150x150.webp 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-11-768x768.webp 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-11-12x12.webp 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-c64b3f3 e-con-full e-flex e-con e-child\" data-id=\"c64b3f3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13c0ba9 elementor-widget elementor-widget-image\" data-id=\"13c0ba9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-10.webp\" class=\"attachment-large size-large wp-image-1030 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-10.webp 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-10-300x300.webp 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-10-150x150.webp 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-10-768x768.webp 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-10-12x12.webp 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-1000ed8 e-con-full e-flex e-con e-child\" data-id=\"1000ed8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68664ed elementor-widget elementor-widget-image\" data-id=\"68664ed\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-9.jpg\" class=\"attachment-large size-large wp-image-1029 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-9.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-9-300x300.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-9-150x150.jpg 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-9-768x768.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-9-12x12.jpg 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-ee6e912 e-con-full e-flex e-con e-child\" data-id=\"ee6e912\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5adee9b elementor-widget elementor-widget-image\" data-id=\"5adee9b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-8.jpg\" class=\"attachment-large size-large wp-image-1028 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-8.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-8-300x300.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-8-150x150.jpg 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-8-768x768.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-8-12x12.jpg 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-b3ff720 e-con-full e-flex e-con e-child\" data-id=\"b3ff720\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff47a62 elementor-widget elementor-widget-image\" data-id=\"ff47a62\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-7.jpg\" class=\"attachment-large size-large wp-image-1027 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-7.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-7-300x300.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-7-150x150.jpg 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-7-768x768.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-7-12x12.jpg 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-c8ef0f0 e-con-full e-flex e-con e-child\" data-id=\"c8ef0f0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d14a17c elementor-widget elementor-widget-image\" data-id=\"d14a17c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-6.jpg\" class=\"attachment-large size-large wp-image-1026 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-6.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-6-300x300.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-6-150x150.jpg 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-6-768x768.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-6-12x12.jpg 12w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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-21ac067 e-con-full e-flex e-con e-child\" data-id=\"21ac067\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b80eff elementor-widget elementor-widget-image\" data-id=\"0b80eff\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-5.jpg\" class=\"attachment-large size-large wp-image-1025 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-5.jpg 1000w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-5-300x300.jpg 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-5-150x150.jpg 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-5-768x768.jpg 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/nuwaraeliya-sri-lanka-5-12x12.jpg 12w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2026\/02\/elementor\/thumbs\/nuwaraeliya-sri-lanka-5-riwl69zs9nirjz4talz2ywrym747u0unwwg76ykne8.jpg 600w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\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\t\t<\/div>\n\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-beb588f e-con-full e-flex e-con e-parent\" data-id=\"beb588f\" data-element_type=\"container\" id=\"contact\">\n\t\t<div class=\"elementor-element elementor-element-0e9404d e-con-full e-flex e-con e-child\" data-id=\"0e9404d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-56debe5 e-con-full e-flex e-con e-child\" data-id=\"56debe5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-367c1ed elementor-widget elementor-widget-heading\" data-id=\"367c1ed\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3dbc52 elementor-widget elementor-widget-text-editor\" data-id=\"f3dbc52\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Get in touch with us for inquiries, or to learn more<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6641194 e-grid e-con-boxed e-con e-child\" data-id=\"6641194\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"elementor-element elementor-element-37f0ad4 e-con-full e-flex e-con e-child\" data-id=\"37f0ad4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"tel:+94115747474\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa23a75 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"fa23a75\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1.png\" class=\"attachment-large size-large wp-image-273 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1.png 512w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1-300x300.png 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-1-150x150.png 150w\" data-sizes=\"(max-width: 512px) 100vw, 512px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b08e96 e-con-full e-flex e-con e-child\" data-id=\"7b08e96\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61e3c1c elementor-widget elementor-widget-heading\" data-id=\"61e3c1c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Phone<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b31be75 elementor-widget elementor-widget-text-editor\" data-id=\"b31be75\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>+94 11 5 74 7474<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-855ba9a e-con-full e-flex e-con e-child\" data-id=\"855ba9a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"mailto:hello@nuwara.eliya.sri.lanka.com\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18c2eaf elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"18c2eaf\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-2.png\" class=\"attachment-large size-large wp-image-275 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-2.png 512w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-2-300x300.png 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/Overlay-2-150x150.png 150w\" data-sizes=\"(max-width: 512px) 100vw, 512px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-116f611 e-con-full e-flex e-con e-child\" data-id=\"116f611\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15453c3 elementor-widget elementor-widget-heading\" data-id=\"15453c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Email<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94ddeb2 elementor-widget elementor-widget-text-editor\" data-id=\"94ddeb2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>hello@nuwara.eliya.sri.lanka.com<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-774f214 e-con-full e-flex e-con e-child\" data-id=\"774f214\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/chat.whatsapp.com\/DPqgWMqHnjbGjxtFbklqLk\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1fb019 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"d1fb019\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified-1024x1024.png\" class=\"attachment-large size-large wp-image-923 lazyload\" alt=\"\" data-srcset=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified-1024x1024.png 1024w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified-300x300.png 300w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified-150x150.png 150w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified-768x768.png 768w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified-12x12.png 12w, https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/whatsapp1-modified.png 1118w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10aff96 e-con-full e-flex e-con e-child\" data-id=\"10aff96\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f51b706 elementor-widget elementor-widget-heading\" data-id=\"f51b706\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">WhatsApp<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3a8bed e-flex e-con-boxed e-con e-parent\" data-id=\"c3a8bed\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a39695 elementor-widget elementor-widget-html\" data-id=\"3a39695\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Floating WhatsApp Button - Top Position -->\r\n<button id=\"openWhatsModal\" style=\"\r\n    position: fixed;\r\n    bottom: 80px;\r\n    right: 20px;\r\n    width: 60px;\r\n    height: 60px;\r\n    background: #25D366;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    border: none;\r\n    cursor: pointer;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.25);\r\n    z-index: 10003;\r\n    transition: all 0.2s ease;\r\n\">\r\n    <img decoding=\"async\" \r\n        data-src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\"\r\n        alt=\"WhatsApp\"\r\n        style=\"width: 32px; height: 32px;\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\">\r\n<\/button>\r\n\r\n<script>\r\n\/\/ Only run WhatsApp code if not already initialized\r\nif (!window.whatsAppInitialized) {\r\n    window.whatsAppInitialized = true;\r\n    \r\n    \/\/ WhatsApp Modal HTML\r\n    const whatsModalHTML = `\r\n    <div id=\"whatsModal\" style=\"\r\n        display: none;\r\n        position: fixed;\r\n        top: 0; left: 0;\r\n        width: 100%; height: 100%;\r\n        background: rgba(0,0,0,0.6);\r\n        justify-content: center;\r\n        align-items: center;\r\n        z-index: 10004;\r\n    \">\r\n        <div style=\"\r\n            background: white;\r\n            width: 90%;\r\n            max-width: 400px;\r\n            border-radius: 12px;\r\n            padding: 20px;\r\n            position: relative;\r\n            box-shadow: 0 4px 10px rgba(0,0,0,0.3);\r\n            animation: fadeScale 0.25s ease;\r\n        \">\r\n            <button id=\"closeWhatsModal\" style=\"\r\n                position: absolute;\r\n                top: 10px; \r\n                right: 10px;\r\n                background: #ff4d4d;\r\n                color: white;\r\n                border: none;\r\n                padding: 6px 10px;\r\n                border-radius: 4px;\r\n                cursor: pointer;\r\n            \">\u2715<\/button>\r\n            <h2 style=\"font-size: 20px; margin-bottom: 10px; color: #075E54;\">\r\n                Join Our WhatsApp Group\r\n            <\/h2>\r\n            <p style=\"margin-bottom: 15px; font-size: 14px;\">\r\n                Click the button below to join our WhatsApp community group.\r\n            <\/p>\r\n            <button id=\"joinWhatsGroup\" style=\"\r\n                width: 100%;\r\n                padding: 12px;\r\n                background: #25D366;\r\n                border: none;\r\n                border-radius: 8px;\r\n                color: white;\r\n                font-size: 16px;\r\n                cursor: pointer;\r\n                font-weight: bold;\r\n            \">\r\n                Join WhatsApp Group\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n    `;\r\n\r\n    \/\/ Inject modal if not already present\r\n    if (!document.getElementById('whatsModal')) {\r\n        document.body.insertAdjacentHTML('beforeend', whatsModalHTML);\r\n        \r\n        \/\/ Add styles\r\n        const style = document.createElement('style');\r\n        style.innerHTML = `\r\n            @keyframes fadeScale {\r\n                from {opacity: 0; transform: scale(0.9);}\r\n                to {opacity: 1; transform: scale(1);}\r\n            }\r\n            #openWhatsModal:hover {\r\n                transform: translateY(-2px);\r\n                box-shadow: 0 6px 16px rgba(0,0,0,0.3);\r\n            }\r\n        `;\r\n        document.head.appendChild(style);\r\n    }\r\n\r\n    \/\/ WhatsApp functionality\r\n    const groupLink = \"https:\/\/chat.whatsapp.com\/DPqgWMqHnjbGjxtFbklqLk\";\r\n\r\n    \/\/ Wait for DOM to be ready\r\n    setTimeout(function() {\r\n        const modalW = document.getElementById(\"whatsModal\");\r\n        const openW = document.getElementById(\"openWhatsModal\");\r\n        const closeW = document.getElementById(\"closeWhatsModal\");\r\n        const joinGroup = document.getElementById(\"joinWhatsGroup\");\r\n\r\n        if (openW) {\r\n            openW.onclick = () => {\r\n                if (modalW) modalW.style.display = \"flex\";\r\n            };\r\n            \r\n            \/\/ Add hover effect\r\n            openW.onmouseenter = () => {\r\n                openW.style.transform = \"translateY(-2px)\";\r\n                openW.style.boxShadow = \"0 6px 16px rgba(0,0,0,0.3)\";\r\n            };\r\n            openW.onmouseleave = () => {\r\n                openW.style.transform = \"translateY(0)\";\r\n                openW.style.boxShadow = \"0 4px 12px rgba(0,0,0,0.25)\";\r\n            };\r\n        }\r\n\r\n        if (closeW) closeW.onclick = () => {\r\n            if (modalW) modalW.style.display = \"none\";\r\n        };\r\n\r\n        if (modalW) {\r\n            modalW.onclick = (e) => {\r\n                if (e.target === modalW) modalW.style.display = \"none\";\r\n            };\r\n        }\r\n\r\n        if (joinGroup) {\r\n            joinGroup.onclick = () => {\r\n                window.open(groupLink, \"_blank\");\r\n            };\r\n        }\r\n    }, 100);\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7da843 elementor-widget elementor-widget-html\" data-id=\"c7da843\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Calendar Booking Button - Middle Position -->\r\n<button id=\"openBokunCalendarModalBtn\" style=\"\r\n    position: fixed;\r\n    bottom: 10px;\r\n    right: 20px;\r\n    width: 60px;\r\n    height: 60px;\r\n    background: #0a57f7;\r\n    color: #fff;\r\n    border-radius: 50%;\r\n    border: none;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    cursor: pointer;\r\n    z-index: 10002;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.25);\r\n    transition: all 0.2s ease;\r\n\">\r\n    <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n        <path d=\"M7 2v3M17 2v3M3 9h18M4 5h16a1 1 0 011 1v13a1 1 0 01-1 1H4a1 1 0 01-1-1V6a1 1 0 011-1z\"\r\n              stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n    <\/svg>\r\n<\/button>\r\n\r\n<script>\r\n(function() {\r\n    \/\/ Avoid double injection with unique identifier\r\n    if (window.__bokunCalendarPopupInjected) return;\r\n    window.__bokunCalendarPopupInjected = true;\r\n\r\n    \/\/ Calendar modal HTML\r\n    const calendarModalHTML = `\r\n    <div id=\"bokunCalendarPopupOverlay\" style=\"\r\n        display: none;\r\n        position: fixed;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: rgba(0,0,0,0.6);\r\n        justify-content: center;\r\n        align-items: center;\r\n        z-index: 10005;\r\n    \">\r\n        <div style=\"\r\n            background: #fff;\r\n            width: 95%;\r\n            max-width: 900px;\r\n            max-height: 90vh;\r\n            height: 80vh;\r\n            overflow-y: auto;\r\n            border-radius: 12px;\r\n            padding: 18px;\r\n            position: relative;\r\n            box-shadow: 0 6px 20px rgba(0,0,0,0.3);\r\n        \">\r\n            <button id=\"closeBokunCalendarModalBtn\" style=\"\r\n                position: absolute;\r\n                top: 12px;\r\n                right: 12px;\r\n                background: #ff4d4d;\r\n                color: #fff;\r\n                border: none;\r\n                padding: 8px 10px;\r\n                border-radius: 6px;\r\n                cursor: pointer;\r\n            \">\u2715<\/button>\r\n            <div id=\"bokunCalendarWidgetContainer\" style=\"\r\n                width: 100%;\r\n                height: 100%;\r\n                min-height: 400px;\r\n            \"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n    `;\r\n\r\n    \/\/ Inject modal if not already present\r\n    if (!document.getElementById('bokunCalendarPopupOverlay')) {\r\n        document.body.insertAdjacentHTML('beforeend', calendarModalHTML);\r\n        \r\n        \/\/ Add styles\r\n        const style = document.createElement('style');\r\n        style.innerHTML = `\r\n            @keyframes bokun-calendar-fadeScale { \r\n                from { opacity: 0; transform: scale(0.98) } \r\n                to { opacity: 1; transform: scale(1) } \r\n            }\r\n            #bokunCalendarPopupOverlay[style*=\"display: flex\"] > div { \r\n                animation: bokun-calendar-fadeScale .18s ease;\r\n            }\r\n            #openBokunCalendarModalBtn:hover {\r\n                transform: translateY(-2px);\r\n                box-shadow: 0 6px 16px rgba(0,0,0,0.3);\r\n            }\r\n        `;\r\n        document.head.appendChild(style);\r\n    }\r\n\r\n    \/\/ Wait for DOM to be ready\r\n    setTimeout(function() {\r\n        \/\/ Bokun configuration - UPDATED with new widget link\r\n        const bokunScriptUrl = \"https:\/\/widgets.bokun.io\/assets\/javascripts\/apps\/build\/BokunWidgetsLoader.js?bookingChannelUUID=90b8a93c-d682-473b-bb27-b46cb6d0b9b8\";\r\n        const bokunDataSrc = \"https:\/\/widgets.bokun.io\/online-sales\/90b8a93c-d682-473b-bb27-b46cb6d0b9b8\/experience-calendar\/138261\";\r\n\r\n        let bokunScriptLoaded = false;\r\n        let bokunWidgetRendered = false;\r\n\r\n        function openModal() {\r\n            const overlay = document.getElementById('bokunCalendarPopupOverlay');\r\n            if (overlay) overlay.style.display = \"flex\";\r\n\r\n            if (bokunWidgetRendered) return;\r\n\r\n            if (!bokunScriptLoaded) {\r\n                const s = document.createElement(\"script\");\r\n                s.src = bokunScriptUrl;\r\n                s.async = true;\r\n                s.onload = function () {\r\n                    bokunScriptLoaded = true;\r\n                    renderWidget();\r\n                };\r\n                document.body.appendChild(s);\r\n            } else {\r\n                renderWidget();\r\n            }\r\n        }\r\n\r\n        function renderWidget() {\r\n            if (bokunWidgetRendered) return;\r\n\r\n            const widgetContainer = document.getElementById('bokunCalendarWidgetContainer');\r\n            if (!widgetContainer) return;\r\n\r\n            \/\/ UPDATED WIDGET MARKUP with new link\r\n            widgetContainer.innerHTML = `\r\n                <div class=\"bokunWidget\" data-src=\"${bokunDataSrc}\"><\/div>\r\n                <noscript>Please enable javascript in your browser to book<\/noscript>\r\n            `;\r\n\r\n            if (window.BokunWidgets && typeof window.BokunWidgets.render === \"function\") {\r\n                window.BokunWidgets.render(widgetContainer.querySelector('.bokunWidget'));\r\n            }\r\n\r\n            bokunWidgetRendered = true;\r\n        }\r\n\r\n        function closeModal() {\r\n            const overlay = document.getElementById('bokunCalendarPopupOverlay');\r\n            if (overlay) overlay.style.display = \"none\";\r\n        }\r\n\r\n        \/\/ Add event listeners\r\n        const openBtn = document.getElementById(\"openBokunCalendarModalBtn\");\r\n        const closeBtn = document.getElementById(\"closeBokunCalendarModalBtn\");\r\n        const overlay = document.getElementById(\"bokunCalendarPopupOverlay\");\r\n\r\n        if (openBtn) {\r\n            openBtn.onclick = openModal;\r\n            \/\/ Add hover effect\r\n            openBtn.onmouseenter = () => {\r\n                openBtn.style.transform = \"translateY(-2px)\";\r\n                openBtn.style.boxShadow = \"0 6px 16px rgba(0,0,0,0.3)\";\r\n            };\r\n            openBtn.onmouseleave = () => {\r\n                openBtn.style.transform = \"translateY(0)\";\r\n                openBtn.style.boxShadow = \"0 4px 12px rgba(0,0,0,0.25)\";\r\n            };\r\n        }\r\n        \r\n        if (closeBtn) closeBtn.onclick = closeModal;\r\n        \r\n        if (overlay) {\r\n            overlay.onclick = e => {\r\n                if (e.target === overlay) closeModal();\r\n            };\r\n        }\r\n\r\n        window.addEventListener(\"keydown\", e => {\r\n            if (e.key === \"Escape\") closeModal();\r\n        });\r\n    }, 100);\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-247ebc6 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"247ebc6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Book Tour Button - Bottom Position -->\r\n<button id=\"openBokunExpModalBtn\" style=\"\r\n    position: fixed;\r\n    bottom: 40px;\r\n    right: 20px;\r\n    background: #FFEB3B;\r\n    color: #000;\r\n    border-radius: 5px;\r\n    border: none;\r\n    padding: 10px 15px;\r\n    cursor: pointer;\r\n    z-index: 10001;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.25);\r\n    font-size: 16px;\r\n    font-weight: bold;\r\n    font-family: Arial, sans-serif;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n    transition: all 0.2s ease;\r\n\">\r\n    Book Tour\r\n<\/button>\r\n\r\n<script>\r\n(function() {\r\n    \/\/ Avoid double injection with unique identifier\r\n    if (window.__bokunExpPopupInjected) return;\r\n    window.__bokunExpPopupInjected = true;\r\n\r\n    \/\/ Book Tour modal HTML\r\n    const bookTourModalHTML = `\r\n    <div id=\"bokunExpPopupOverlay\" style=\"\r\n        display: none;\r\n        position: fixed;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: rgba(0,0,0,0.6);\r\n        justify-content: center;\r\n        align-items: center;\r\n        z-index: 10005;\r\n    \">\r\n        <div style=\"\r\n            background: #fff;\r\n            width: 95%;\r\n            max-width: 900px;\r\n            max-height: 90vh;\r\n            height: 80vh;\r\n            overflow-y: auto;\r\n            border-radius: 12px;\r\n            padding: 0;\r\n            position: relative;\r\n            box-shadow: 0 6px 20px rgba(0,0,0,0.3);\r\n        \">\r\n            <button id=\"closeBokunExpPopupBtn\" style=\"\r\n                position: absolute;\r\n                top: 12px;\r\n                right: 12px;\r\n                background: #ff4d4d;\r\n                color: #fff;\r\n                border: none;\r\n                padding: 8px 10px;\r\n                border-radius: 6px;\r\n                cursor: pointer;\r\n                z-index: 2;\r\n            \">\u2715<\/button>\r\n            <div id=\"bokunExpPopupWidgetContainer\" style=\"\r\n                width: 100%;\r\n                height: 100%;\r\n                min-height: 400px;\r\n            \"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n    `;\r\n\r\n    \/\/ Inject modal if not already present\r\n    if (!document.getElementById('bokunExpPopupOverlay')) {\r\n        document.body.insertAdjacentHTML('beforeend', bookTourModalHTML);\r\n        \r\n        \/\/ Add styles\r\n        const style = document.createElement('style');\r\n        style.innerHTML = `\r\n            @keyframes bokunExpFade {\r\n                from { opacity: 0; transform: scale(.96); }\r\n                to { opacity: 1; transform: scale(1); }\r\n            }\r\n            #bokunExpPopupOverlay[style*=\"display: flex\"] > div {\r\n                animation: bokunExpFade .18s ease;\r\n            }\r\n            #openBokunExpModalBtn:hover {\r\n                transform: translateY(-2px);\r\n                box-shadow: 0 6px 16px rgba(0,0,0,0.3);\r\n            }\r\n        `;\r\n        document.head.appendChild(style);\r\n    }\r\n\r\n    \/\/ Wait for DOM to be ready\r\n    setTimeout(function() {\r\n        \/\/ Bokun configuration\r\n        const bokunScriptUrl = \"https:\/\/widgets.bokun.io\/assets\/javascripts\/apps\/build\/BokunWidgetsLoader.js?bookingChannelUUID=90b8a93c-d682-473b-bb27-b46cb6d0b9b8\";\r\n        const bokunDataSrc = \"https:\/\/widgets.bokun.io\/online-sales\/90b8a93c-d682-473b-bb27-b46cb6d0b9b8\/experience\/136280\";\r\n\r\n        let scriptLoaded = false;\r\n        let widgetRendered = false;\r\n\r\n        function openModal() {\r\n            const overlay = document.getElementById('bokunExpPopupOverlay');\r\n            if (overlay) overlay.style.display = \"flex\";\r\n\r\n            if (widgetRendered) return;\r\n\r\n            if (!scriptLoaded) {\r\n                const s = document.createElement(\"script\");\r\n                s.src = bokunScriptUrl;\r\n                s.async = true;\r\n                s.onload = () => {\r\n                    scriptLoaded = true;\r\n                    renderWidget();\r\n                };\r\n                document.body.appendChild(s);\r\n            }\r\n\r\n            renderWidget();\r\n        }\r\n\r\n        function renderWidget() {\r\n            if (widgetRendered) return;\r\n\r\n            const widgetContainer = document.getElementById('bokunExpPopupWidgetContainer');\r\n            if (!widgetContainer) return;\r\n\r\n            const present = window.BokunWidgets || window.bokunWidgets || window.Bokun;\r\n\r\n            if (!present) {\r\n                setTimeout(renderWidget, 300);\r\n                return;\r\n            }\r\n\r\n            const div = document.createElement(\"div\");\r\n            div.className = \"bokunWidget\";\r\n            div.setAttribute(\"data-src\", bokunDataSrc);\r\n\r\n            widgetContainer.innerHTML = \"\";\r\n            widgetContainer.appendChild(div);\r\n\r\n            try {\r\n                if (window.BokunWidgets?.render)\r\n                    window.BokunWidgets.render(div);\r\n                else if (window.bokunWidgets?.render)\r\n                    window.bokunWidgets.render(div);\r\n            } catch (e) {}\r\n\r\n            widgetRendered = true;\r\n        }\r\n\r\n        function closeModal() {\r\n            const overlay = document.getElementById('bokunExpPopupOverlay');\r\n            if (overlay) overlay.style.display = \"none\";\r\n        }\r\n\r\n        \/\/ Add event listeners\r\n        const openBtn = document.getElementById(\"openBokunExpModalBtn\");\r\n        const closeBtn = document.getElementById(\"closeBokunExpPopupBtn\");\r\n        const overlay = document.getElementById(\"bokunExpPopupOverlay\");\r\n\r\n        if (openBtn) {\r\n            openBtn.onclick = openModal;\r\n            \/\/ Add hover effect\r\n            openBtn.onmouseenter = () => {\r\n                openBtn.style.transform = \"translateY(-2px)\";\r\n                openBtn.style.boxShadow = \"0 6px 16px rgba(0,0,0,0.3)\";\r\n            };\r\n            openBtn.onmouseleave = () => {\r\n                openBtn.style.transform = \"translateY(0)\";\r\n                openBtn.style.boxShadow = \"0 4px 12px rgba(0,0,0,0.25)\";\r\n            };\r\n        }\r\n        \r\n        if (closeBtn) closeBtn.onclick = closeModal;\r\n        \r\n        if (overlay) {\r\n            overlay.onclick = (e) => {\r\n                if (e.target === overlay) closeModal();\r\n            };\r\n        }\r\n\r\n        window.addEventListener(\"keydown\", (e) => {\r\n            if (e.key === \"Escape\") closeModal();\r\n        });\r\n    }, 100);\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94c6eb5 e-con-full e-flex e-con e-child\" data-id=\"94c6eb5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1bb812e e-con-full e-flex e-con e-child\" data-id=\"1bb812e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5af479a elementor-widget elementor-widget-heading\" data-id=\"5af479a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Nuwara Eliya, Sri Lanka<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df87313 elementor-widget elementor-widget-text-editor\" data-id=\"df87313\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div><div>Nuwara Eliya, often called \u201cLittle England,\u201d is a scenic hill-country town in Sri Lanka, famous for its cool climate, misty mountains, and lush tea plantations.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37a1176 e-con-full e-flex e-con e-child\" data-id=\"37a1176\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd1c06a elementor-widget elementor-widget-heading\" data-id=\"bd1c06a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Quick Links<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b05f327 elementor-widget elementor-widget-text-editor\" data-id=\"b05f327\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"#about\">About<\/a><\/p><p><a href=\"#wildlife\">Places to visit<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-576f32b e-con-full e-flex e-con e-child\" data-id=\"576f32b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f351a02 elementor-widget elementor-widget-heading\" data-id=\"f351a02\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Resources<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddbac8f elementor-widget elementor-widget-text-editor\" data-id=\"ddbac8f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"#gallery\">Gallery<\/a><\/p><p><a href=\"#contact\">Contact Us<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Nuwara Eliya, Sri Lanka Nuwara Eliya, Sri Lanka About Visit Places to visit Gallery Contact Nuwara Eliya The Heart of Tea Country. Sri Lanka Plan Your Visit Places to Visit Places to Visit in Nuwara Eliya Nuwara Eliya, often called \u201cLittle England,\u201d is a scenic hill-country town in Sri Lanka, famous for its cool climate, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Nuwara Eliya<\/title>\n<meta name=\"description\" content=\"Discover Nuwara Eliya, Sri Lanka&#039;s &#039;Little England.&#039; Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nuwara.eliya.sri.lanka.com\/si\/\" \/>\n<meta property=\"og:locale\" content=\"si_LK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nuwara Eliya\" \/>\n<meta property=\"og:description\" content=\"Discover Nuwara Eliya, Sri Lanka&#039;s &#039;Little England.&#039; Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuwara.eliya.sri.lanka.com\/si\/\" \/>\n<meta property=\"og:site_name\" content=\"Nuwara Eliya\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-09T15:25:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png\" \/>\n\t<meta property=\"og:image:width\" content=\"100\" \/>\n\t<meta property=\"og:image:height\" content=\"100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/\",\"url\":\"https:\/\/nuwara.eliya.sri.lanka.com\/\",\"name\":\"Nuwara Eliya\",\"isPartOf\":{\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png\",\"datePublished\":\"2025-12-03T08:59:17+00:00\",\"dateModified\":\"2026-02-09T15:25:07+00:00\",\"description\":\"Discover Nuwara Eliya, Sri Lanka's 'Little England.' Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.\",\"breadcrumb\":{\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#breadcrumb\"},\"inLanguage\":\"si\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuwara.eliya.sri.lanka.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"si\",\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#primaryimage\",\"url\":\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png\",\"contentUrl\":\"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nuwara.eliya.sri.lanka.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sample Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nuwara.eliya.sri.lanka.com\/#website\",\"url\":\"https:\/\/nuwara.eliya.sri.lanka.com\/\",\"name\":\"Nuwara Eliya\",\"description\":\"Discover Nuwara Eliya, Sri Lanka&#039;s &#039;Little England.&#039; Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nuwara.eliya.sri.lanka.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"si\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0db1\u0dd4\u0dc0\u0dbb\u0d91\u0dc5\u0dd2\u0dba","description":"Discover Nuwara Eliya, Sri Lanka's 'Little England.' Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/","og_locale":"si_LK","og_type":"article","og_title":"Nuwara Eliya","og_description":"Discover Nuwara Eliya, Sri Lanka's 'Little England.' Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.","og_url":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/","og_site_name":"Nuwara Eliya","article_modified_time":"2026-02-09T15:25:07+00:00","og_image":[{"width":100,"height":100,"url":"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nuwara.eliya.sri.lanka.com\/","url":"https:\/\/nuwara.eliya.sri.lanka.com\/","name":"\u0db1\u0dd4\u0dc0\u0dbb\u0d91\u0dc5\u0dd2\u0dba","isPartOf":{"@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#primaryimage"},"image":{"@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#primaryimage"},"thumbnailUrl":"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png","datePublished":"2025-12-03T08:59:17+00:00","dateModified":"2026-02-09T15:25:07+00:00","description":"Discover Nuwara Eliya, Sri Lanka's 'Little England.' Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.","breadcrumb":{"@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#breadcrumb"},"inLanguage":"si","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuwara.eliya.sri.lanka.com\/"]}]},{"@type":"ImageObject","inLanguage":"si","@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#primaryimage","url":"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png","contentUrl":"https:\/\/nuwara.eliya.sri.lanka.com\/wp-content\/uploads\/sites\/115\/2025\/12\/icons8-location-pin-100.png"},{"@type":"BreadcrumbList","@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nuwara.eliya.sri.lanka.com\/"},{"@type":"ListItem","position":2,"name":"Sample Page"}]},{"@type":"WebSite","@id":"https:\/\/nuwara.eliya.sri.lanka.com\/#website","url":"https:\/\/nuwara.eliya.sri.lanka.com\/","name":"\u0db1\u0dd4\u0dc0\u0dbb\u0d91\u0dc5\u0dd2\u0dba","description":"Discover Nuwara Eliya, Sri Lanka&#039;s &#039;Little England.&#039; Explore top attractions like Gregory Lake, Horton Plains, and lush tea plantations. Plan your perfect hill country getaway with our guide to dining, culture, and scenic views.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nuwara.eliya.sri.lanka.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"si"}]}},"_links":{"self":[{"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":741,"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":1046,"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages\/2\/revisions\/1046"}],"wp:attachment":[{"href":"https:\/\/nuwara.eliya.sri.lanka.com\/si\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}