{"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:09:00","modified_gmt":"2026-02-09T15:09:00","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/bandaranaike.international.airport.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>Bandaranaike International Airport \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\">Bandaranaike International Airport<\/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=\"#info\">More information<\/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\">Bandaranaike International Airport<\/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>Where Sri Lanka Welcomes the World.<\/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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png\" class=\"attachment-full size-full wp-image-29 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png 100w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/elementor\/thumbs\/icons8-location-pin-100-rfuv78gpviw4kl1bs7ek8z6tkj8vpejmzeil6aos84.png 10w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/elementor\/thumbs\/icons8-location-pin-100-rfuv78gpzwrrqdup83hogl2no9o1kkv7kkz3sfqi88.png 20w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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>Colombo Srilanka<\/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=\"#info\">\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\">More information<\/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\">About Bandaranaike International Airport<\/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<p>Bandaranaike International Airport (BIA) is Sri Lanka\u2019s main international gateway and the first point of arrival for most visitors to the island. Located in Katunayake, about 35 km north of Colombo, the airport connects Sri Lanka with major destinations across Asia, the Middle East, Europe, and beyond. Managed by Airport &amp; Aviation Services (Sri Lanka) Ltd, BIA plays a crucial role in tourism, business travel, and international trade. With continuous upgrades, including modern terminals and improved passenger facilities, the airport ensures a smooth and welcoming travel experience.<\/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-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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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=\"info\">\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\">More information<\/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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Sri-Lankas-main-international-gateway-connecting-Asia-Europe-the-Middle-East-and-beyond.webp\" class=\"attachment-large size-large wp-image-1008\" alt=\"\" srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Sri-Lankas-main-international-gateway-connecting-Asia-Europe-the-Middle-East-and-beyond.webp 1000w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Sri-Lankas-main-international-gateway-connecting-Asia-Europe-the-Middle-East-and-beyond-300x194.webp 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Sri-Lankas-main-international-gateway-connecting-Asia-Europe-the-Middle-East-and-beyond-768x496.webp 768w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Sri-Lankas-main-international-gateway-connecting-Asia-Europe-the-Middle-East-and-beyond-18x12.webp 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-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\">Location &amp; accessibility<\/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<p>Bandaranaike International Airport is situated in Katunayake, Negombo District, along Sri Lanka\u2019s western coastline.<br \/>Its strategic location provides easy access to Colombo via the Colombo\u2013Katunayake Expressway, making transfers fast and convenient. The airport is also close to popular tourist hubs such as Negombo, Colombo city, and beach destinations along the west coast. Travelers can reach the airport by taxi, airport shuttle, express buses, or private transfers arranged through hotels and tour operators.<\/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-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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange.jpeg\" class=\"attachment-large size-large wp-image-1005 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange.jpeg 1000w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange-300x194.jpeg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange-768x496.jpeg 768w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange-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-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\">Airport Highlights<\/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<p>Sri Lanka\u2019s primary international airport and aviation hub<br \/>Direct connections to major global cities and regional destinations<br \/>Newly expanded Terminal 2 with modern passenger facilities<br \/>Main hub for SriLankan Airlines and several international carriers<br \/>Efficient immigration, customs, and baggage handling services<br \/>Wide range of shopping, dining, and passenger comfort amenities<\/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-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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Streamlined-immigration-customs-and-transport-services-ensuring-smooth-arrivals-and-departures-2.jpg\" class=\"attachment-large size-large wp-image-1006 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Streamlined-immigration-customs-and-transport-services-ensuring-smooth-arrivals-and-departures-2.jpg 1000w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Streamlined-immigration-customs-and-transport-services-ensuring-smooth-arrivals-and-departures-2-300x194.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Streamlined-immigration-customs-and-transport-services-ensuring-smooth-arrivals-and-departures-2-768x496.jpg 768w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Streamlined-immigration-customs-and-transport-services-ensuring-smooth-arrivals-and-departures-2-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-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\">Terminals Overview<\/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<p>Terminal 1<br \/>Handles international arrivals and departures, equipped with check-in counters, immigration, baggage claim, duty-free shopping, and lounges.<\/p><p>Terminal 2 (New Expansion)<br \/>Designed to increase passenger capacity with modern architecture, faster processing, enhanced retail spaces, and improved comfort standards.<\/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-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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange.jpg\" class=\"attachment-large size-large wp-image-1007 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange.jpg 1000w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange-300x194.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange-768x496.jpg 768w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Wide-range-of-passenger-amenities-such-as-duty-free-shopping-lounges-dining-and-currency-exchange-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-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\">Facilities &amp; Passenger Services<\/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<p>\u2022 Duty-free shopping (liquor, perfumes, electronics, souvenirs)<br \/>\u2022 Restaurants, caf\u00e9s, and snack outlets<br \/>\u2022 Currency exchange counters and ATMs<br \/>\u2022 Free and paid Wi-Fi access<br \/>\u2022 Airline lounges and premium waiting areas<br \/>\u2022 Prayer rooms and medical services<br \/>\u2022 Lost &amp; Found and information counters<\/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-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\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Convenient-location-near-Colombo-with-quick-access-to-highways-and-major-tourist-regions.webp\" title=\"Convenient location near Colombo with quick access to highways and major tourist regions\" alt=\"Convenient location near Colombo with quick access to highways and major tourist regions\" 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-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\">Transportation from the Airport<\/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<p>\u2022 Airport taxis available 24\/7<br \/>\u2022 Ride-hailing services (PickMe, Uber)<br \/>\u2022 Expressway bus services to Colombo<br \/>\u2022 Hotel-arranged private transfers<br \/>\u2022 Car rental services at the terminal<\/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-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.<\/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-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\">Immigration &amp; Customs Information<\/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<ul><li>\u2022 Passport and visa checks on arrival<br \/>\u2022 Online ETA (Electronic Travel Authorization) recommended before arrival<br \/>\u2022 Customs clearance for luggage and declared items<br \/>\u2022 Green and red channels clearly marked<br \/>\u2022 Helpful airport staff to assist first-time travelers<\/li><\/ul>\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-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\">Travel Tips for First-Time Visitors<\/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<p style=\"margin-block-end: 33px; font-size: 15px;\">\u2022 Keep passport, visa, and arrival forms ready<br \/>\u2022 Exchange a small amount of currency at the airport<br \/>\u2022 Use official taxis or ride-hailing apps<br \/>\u2022 Confirm hotel pickup details in advance<br \/>\u2022 Keep SIM card purchase counters in mind for local connectivity<\/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<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-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\">Nearby Hotels &amp; Accommodations<\/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<p>\u2022 Airport hotels within 5\u201310 minutes<\/p><p>\u2022 Beach hotels in Negombo (15\u201320 minutes)<\/p><p>\u2022 City hotels in Colombo (30\u201345 minutes)<\/p><p>\u2022 Budget guesthouses and luxury resorts available<\/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<\/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 airport<\/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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport2.jpg\" class=\"attachment-large size-large wp-image-1009 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport2.jpg 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport2-300x300.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport2-150x150.jpg 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport2-12x12.jpg 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport3.jpg\" class=\"attachment-large size-large wp-image-1010 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport3.jpg 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport3-300x300.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport3-150x150.jpg 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport3-12x12.jpg 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport4.webp\" class=\"attachment-large size-large wp-image-1011 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport4.webp 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport4-300x300.webp 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport4-150x150.webp 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport4-12x12.webp 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport1.jpg\" class=\"attachment-large size-large wp-image-1012 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport1.jpg 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport1-300x300.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport1-150x150.jpg 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport1-12x12.jpg 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport5.jpg\" class=\"attachment-large size-large wp-image-1013 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport5.jpg 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport5-300x300.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport5-150x150.jpg 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport5-12x12.jpg 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport9.jpg\" class=\"attachment-large size-large wp-image-1017 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport9.jpg 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport9-300x300.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport9-150x150.jpg 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport9-12x12.jpg 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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=\"700\" height=\"700\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport11.jpg\" class=\"attachment-large size-large wp-image-1015 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport11.jpg 700w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport11-300x300.jpg 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport11-150x150.jpg 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport11-12x12.jpg 12w\" data-sizes=\"(max-width: 700px) 100vw, 700px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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\" data-src=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Bandaranayaka-International-Airport10.jpg\" title=\"Bandaranayaka International Airport10\" alt=\"Bandaranayaka International Airport10\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\" \/>\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 about how you can support our conservation efforts.<\/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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Overlay-1.png\" class=\"attachment-large size-large wp-image-273 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Overlay-1.png 512w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Overlay-1-300x300.png 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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@bandaranaike.international.airport.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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Overlay-2.png\" class=\"attachment-large size-large wp-image-275 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Overlay-2.png 512w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/Overlay-2-300x300.png 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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@bandaranaike.international.airport.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:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/whatsapp1-modified-1024x1024.png\" class=\"attachment-large size-large wp-image-923 lazyload\" alt=\"\" data-srcset=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/whatsapp1-modified-1024x1024.png 1024w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/whatsapp1-modified-300x300.png 300w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/whatsapp1-modified-150x150.png 150w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/whatsapp1-modified-768x768.png 768w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/whatsapp1-modified-12x12.png 12w, https:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/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\/147156\";\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\">Bandaranaike International Airport<\/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<p>Bandaranaike International Airport (BIA) is Sri Lanka\u2019s main international gateway, located in Katunayake near Colombo, connecting the country to major global destinations and playing a vital role in tourism, business travel, and trade with continuously upgraded facilities for a smooth passenger experience.<\/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-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=\"#info\">More information<\/a><\/p><p><a href=\"#activities\">Experiences<\/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>Bandaranaike International Airport Bandaranaike International Airport About Visit More information Gallery Contact Bandaranaike International Airport Where Sri Lanka Welcomes the World. Colombo Srilanka Plan Your Visit More information About Bandaranaike International Airport Bandaranaike International Airport (BIA) is Sri Lanka\u2019s main international gateway and the first point of arrival for most visitors to the island. Located [&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>Bandaranaike International Airport<\/title>\n<meta name=\"description\" content=\"Bandaranaike International Airport is Sri Lanka\u2019s main aviation gateway, connecting global travelers to the island with modern facilities, efficient services, and easy access to Colombo and major destinations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bandaranaike.international.airport.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=\"Bandaranaike International Airport\" \/>\n<meta property=\"og:description\" content=\"Bandaranaike International Airport is Sri Lanka\u2019s main aviation gateway, connecting global travelers to the island with modern facilities, efficient services, and easy access to Colombo and major destinations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/\" \/>\n<meta property=\"og:site_name\" content=\"Bandaranaike International Airport\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-09T15:09:00+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.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:\/\/bandaranaike.international.airport.sri.lanka.com\/\",\"url\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/\",\"name\":\"Bandaranaike International Airport\",\"isPartOf\":{\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png\",\"datePublished\":\"2025-12-03T08:59:17+00:00\",\"dateModified\":\"2026-02-09T15:09:00+00:00\",\"description\":\"Bandaranaike International Airport is Sri Lanka\u2019s main aviation gateway, connecting global travelers to the island with modern facilities, efficient services, and easy access to Colombo and major destinations.\",\"breadcrumb\":{\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#breadcrumb\"},\"inLanguage\":\"si\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"si\",\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#primaryimage\",\"url\":\"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png\",\"contentUrl\":\"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sample Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#website\",\"url\":\"https:\/\/bandaranaike.international.airport.sri.lanka.com\/\",\"name\":\"Bandaranaike International Airport\",\"description\":\"Colombo City Tours offer a guided experience through Sri Lanka\u2019s capital, showcasing colonial landmarks, modern attractions, markets, and cultural highlights.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bandaranaike.international.airport.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":"\u0db6\u0dab\u0dca\u0da9\u0dcf\u0dbb\u0db1\u0dcf\u0dba\u0d9a \u0da2\u0dcf\u0dad\u0dca\u200d\u0dba\u0db1\u0dca\u0dad\u0dbb \u0d9c\u0dd4\u0dc0\u0db1\u0dca \u0dad\u0ddc\u0da7\u0dd4\u0db4\u0dc5","description":"Bandaranaike International Airport is Sri Lanka\u2019s main aviation gateway, connecting global travelers to the island with modern facilities, efficient services, and easy access to Colombo and major destinations.","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:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/","og_locale":"si_LK","og_type":"article","og_title":"Bandaranaike International Airport","og_description":"Bandaranaike International Airport is Sri Lanka\u2019s main aviation gateway, connecting global travelers to the island with modern facilities, efficient services, and easy access to Colombo and major destinations.","og_url":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/","og_site_name":"Bandaranaike International Airport","article_modified_time":"2026-02-09T15:09:00+00:00","og_image":[{"url":"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/","url":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/","name":"\u0db6\u0dab\u0dca\u0da9\u0dcf\u0dbb\u0db1\u0dcf\u0dba\u0d9a \u0da2\u0dcf\u0dad\u0dca\u200d\u0dba\u0db1\u0dca\u0dad\u0dbb \u0d9c\u0dd4\u0dc0\u0db1\u0dca \u0dad\u0ddc\u0da7\u0dd4\u0db4\u0dc5","isPartOf":{"@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#primaryimage"},"image":{"@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#primaryimage"},"thumbnailUrl":"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png","datePublished":"2025-12-03T08:59:17+00:00","dateModified":"2026-02-09T15:09:00+00:00","description":"Bandaranaike International Airport is Sri Lanka\u2019s main aviation gateway, connecting global travelers to the island with modern facilities, efficient services, and easy access to Colombo and major destinations.","breadcrumb":{"@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#breadcrumb"},"inLanguage":"si","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bandaranaike.international.airport.sri.lanka.com\/"]}]},{"@type":"ImageObject","inLanguage":"si","@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#primaryimage","url":"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png","contentUrl":"http:\/\/bandaranaike.international.airport.sri.lanka.com\/wp-content\/uploads\/sites\/89\/2025\/12\/icons8-location-pin-100.png"},{"@type":"BreadcrumbList","@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/"},{"@type":"ListItem","position":2,"name":"Sample Page"}]},{"@type":"WebSite","@id":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/#website","url":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/","name":"\u0db6\u0dab\u0dca\u0da9\u0dcf\u0dbb\u0db1\u0dcf\u0dba\u0d9a \u0da2\u0dcf\u0dad\u0dca\u200d\u0dba\u0db1\u0dca\u0dad\u0dbb \u0d9c\u0dd4\u0dc0\u0db1\u0dca \u0dad\u0ddc\u0da7\u0dd4\u0db4\u0dc5","description":"Colombo City Tours offer a guided experience through Sri Lanka\u2019s capital, showcasing colonial landmarks, modern attractions, markets, and cultural highlights.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"si"}]}},"_links":{"self":[{"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":762,"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":1064,"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/pages\/2\/revisions\/1064"}],"wp:attachment":[{"href":"https:\/\/bandaranaike.international.airport.sri.lanka.com\/si\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}