<!DOCTYPE html>
<html lang="en-US" class="loading-site no-js">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="https://rinjanilombok.net/xmlrpc.php" />
<script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<style>
.pro-wccp:before {
content: "\f160";
top: 3px;
}
.pro-wccp:before{
color:#02CA03 !important
}
.pro-wccp {
transform: rotate(45deg);
}
</style>
<script type="rocketlazyloadscript" id="wccp_pro_disable_selection">
var image_save_msg = 'You are not allowed to save images!';
var no_menu_msg = 'Context menu disabled!';
var smessage = "<b>Alert: </b>Content selection is disabled!!";
"use strict";
/* This because search property "includes" does not supported by IE*/
if (!String.prototype.includes) {
String.prototype.includes = function(search, start) {
if (typeof start !== 'number') {
start = 0;
}
if (start + search.length > this.length) {
return false;
} else {
return this.indexOf(search, start) !== -1;
}
};
}
/*////////////////////////////////////*/
let canCall = true;
function call_disable_copy_WithDelay(e) {
if (canCall) {
canCall = false;
disable_copy(e);
setTimeout(() => {
canCall = true;
}, 1000);
}
}
function disable_copy(e)
{
window.wccp_pro_iscontenteditable_flag = false;
wccp_pro_log_to_console_if_allowed("function", "disable_copy");
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
var elemtype = e.target.nodeName;
elemtype = elemtype.toUpperCase();
if (apply_class_exclusion(e) == "Yes") return true;
if(wccp_pro_iscontenteditable(e) == true) {return true;}
if(is_content_editable_element(current_clicked_element) == true)
{
return true;
}
else
{
if (smessage !== "" && e.detail == 2)
show_wccp_pro_message(smessage);
if (isSafari)
{
return true;
}
else
{
//wccp_pro_clear_any_selection();
return false;
}
}
/*disable context menu when shift + right click is pressed*/
var shiftPressed = 0;
var evt = e?e:window.event;
if (parseInt(navigator.appVersion)>3) {
if (document.layers && navigator.appName=="Netscape")
shiftPressed = (e.modifiers-0>3);
else
shiftPressed = e.shiftKey;
if (shiftPressed) {
if (smessage !== "") show_wccp_pro_message(smessage);
var isFirefox = typeof InstallTrigger !== 'undefined'; /* Firefox 1.0+ */
if (isFirefox) {
evt.cancelBubble = true;
if (evt.stopPropagation) evt.stopPropagation();
if (evt.preventDefault()) evt.preventDefault();
show_wccp_pro_message (smessage);
wccp_pro_clear_any_selection();
return false;
}
wccp_pro_clear_any_selection();
return false;
}
}
if(e.which === 2 ){
var clickedTag_a = (e==null) ? event.srcElement.tagName : e.target.tagName;
show_wccp_pro_message(smessage);
wccp_pro_clear_any_selection(); return false;
}
var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
var checker_IMG = 'checked';
if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail == 2) {show_wccp_pro_message(alertMsg_IMG);wccp_pro_clear_any_selection();return false;}
//elemtype must be merged by elemtype checker on function disable_copy & disable_hot_keys
if (is_content_editable_element(elemtype) == false)
{
if (smessage !== "" && e.detail == 2)
show_wccp_pro_message(smessage);
if (isSafari)
{
return true;
}
else
{
wccp_pro_clear_any_selection(); return false;
}
}
else
{
return true;
}
}
////////////////////////////
function disable_copy_ie()
{
wccp_pro_log_to_console_if_allowed("function", "disable_copy_ie_function_started");
var e = e || window.event;
/*also there is no e.target property in IE.*/
/*instead IE uses window.event.srcElement*/
var target = e.target || e.srcElement;
var elemtype = window.event.srcElement.nodeName;
elemtype = elemtype.toUpperCase();
if(wccp_pro_iscontenteditable(e) == true) return true;
if (apply_class_exclusion(e) == "Yes") return true;
if (elemtype == "IMG") {show_wccp_pro_message(alertMsg_IMG);return false;}
//elemtype must be merged by elemtype checker on function disable_copy & disable_hot_keys
if (is_content_editable_element(elemtype) == false)
{
return false;
}
}
function disable_drag_text(e)
{
wccp_pro_log_to_console_if_allowed("function", "disable_drag_text");
/*var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);*/
/*if (isSafari) {show_wccp_pro_message(alertMsg_IMG);return false;}*/
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement*/
var target = e.target || e.srcElement;
/*For contenteditable tags*/
if (apply_class_exclusion(e) == "Yes") return true;
var elemtype = e.target.nodeName;
elemtype = elemtype.toUpperCase();
var disable_drag_text_drop = 'checked';
if (disable_drag_text_drop != "checked") return true;
if (window.location.href.indexOf("/user/") > -1) {
return true; /*To allow users to drag & drop images when editing thier profiles*/
}
return false;
}
/*/////////////////special for safari Start////////////////*/
var onlongtouch;
var timer;
var touchduration = 1000; /*length of time we want the user to touch before we do something*/
var elemtype = "";
function touchstart(e)
{
wccp_pro_log_to_console_if_allowed("function", "touchstart");
var e = e || window.event;
/*also there is no e.target property in IE.*/
/*instead IE uses window.event.srcElement*/
var target = e.target || e.srcElement;
elemtype = window.event.srcElement.nodeName;
elemtype = elemtype.toUpperCase();
if(!wccp_pro_is_passive()) e.preventDefault();
if (!timer) {
timer = setTimeout(onlongtouch, touchduration);
}
}
function touchend()
{
wccp_pro_log_to_console_if_allowed("function", "touchend");
/*stops short touches from firing the event*/
if (timer) {
clearTimeout(timer);
timer = null;
}
onlongtouch();
}
onlongtouch = function(e)/*this will clear the current selection if any_not_editable_thing selected*/
{
wccp_pro_log_to_console_if_allowed("function", "onlongtouch");
if (is_content_editable_element(elemtype) == false)
{
if (window.getSelection) {
if (window.getSelection().empty) { /*Chrome*/
window.getSelection().empty();
} else if (window.getSelection().removeAllRanges) { /*Firefox*/
window.getSelection().removeAllRanges();
}
} else if (document.selection) { /*IE?*/
var textRange = document.body.createTextRange();
textRange.moveToElementText(element);
textRange.select();
document.selection.empty();
}
return false;
}
};
document.addEventListener("DOMContentLoaded", function(event)
{
window.addEventListener("touchstart", touchstart, false);
window.addEventListener("touchend", touchend, false);
});
function wccp_pro_is_passive()
{
wccp_pro_log_to_console_if_allowed("function", "wccp_pro_is_passive");
var cold = false,
hike = function() {};
try {
var aid = Object.defineProperty({}, 'passive', {
get() {cold = true}
});
window.addEventListener('test', hike, aid);
window.removeEventListener('test', hike, aid);
} catch (e) {}
return cold;
}
/*/////////////////////////////////////////////////////////////////*/
function reEnable()
{
return true;
}
if(navigator.userAgent.indexOf('MSIE')==-1) //If not IE
{
document.ondragstart = disable_drag_text;
document.onselectstart = call_disable_copy_WithDelay;
document.onselectionchange = call_disable_copy_WithDelay;
//document.onmousedown = disable_copy;
//document.addEventListener('click', disable_copy, false);
//document.addEventListener('click', set_current_clicked_element, false);
document.addEventListener('mousedown', set_current_clicked_element, false);
//document.onclick = reEnable;
}else
{
document.onselectstart = disable_copy_ie;
}
var current_clicked_element = "";
var current_clicked_object = null;
function set_current_clicked_element(e)
{
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
var elemtype = e.target.nodeName;
elemtype = elemtype.toUpperCase();
current_clicked_element = elemtype;
console.log("current_clicked_element = " + current_clicked_element);
}
</script>
<script type="rocketlazyloadscript" id="wccp_pro_disable_hot_keys">window.addEventListener('DOMContentLoaded', function() {
/*****************For contenteditable tags***************/
var wccp_pro_iscontenteditable_flag = false;
function wccp_pro_iscontenteditable(e)
{
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
var iscontenteditable = "false";
if(typeof target.getAttribute!="undefined" )
{
iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string
if(typeof target.hasAttribute!="undefined")
{
if(target.hasAttribute("contenteditable"))
iscontenteditable = true;
}
}
console.log("iscontenteditable:" + iscontenteditable);
var iscontenteditable2 = false;
if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean
if(target.parentElement !=null) iscontenteditable2 = target.parentElement.isContentEditable;
if (iscontenteditable == "true" || iscontenteditable == true || iscontenteditable2 == true)
{
if(typeof target.style!="undefined" ) target.style.cursor = "text";
//wccp_pro_log_to_console_if_allowed("", iscontenteditable + " " + iscontenteditable2);
wccp_pro_iscontenteditable_flag = true;
wccp_pro_log_to_console_if_allowed("function", "wccp_pro_iscontenteditable: true");
return true;
}
wccp_pro_log_to_console_if_allowed("function", "wccp_pro_iscontenteditable: false");
//wccp_pro_iscontenteditable_flag = false;
}
/******************************************************/
function wccp_pro_clear_any_selection()
{
if(window.wccp_pro_iscontenteditable_flag == true) return;
wccp_pro_log_to_console_if_allowed("function", "wccp_pro_clear_any_selection");
var myName = wccp_pro_clear_any_selection.caller.toString();
myName = myName.substr('function '.length);
myName = myName.substr(0, myName.indexOf('('));
console.log("called_by: " + myName);
if (window.getSelection)
{
if (window.getSelection().empty)
{ // Chrome
window.getSelection().empty();
} else if (window.getSelection().removeAllRanges)
{ // Firefox
window.getSelection().removeAllRanges();
}
} else if (document.selection)
{ // IE?
document.selection.empty();
}
//show_wccp_pro_message("You are not allowed to make this operation");
}
/*Is content_editable element*/
function is_content_editable_element(element_name = "")
{
if (element_name == "TEXT" || element_name == "#TEXT" || element_name == "TEXTAREA" || element_name == "INPUT" || element_name == "PASSWORD" || element_name == "SELECT" || element_name == "OPTION" || element_name == "EMBED" || element_name == "CODE" || element_name == "CODEBLOCK")
{
wccp_pro_log_to_console_if_allowed("function", "is_content_editable_element: true >>" + element_name);
return true;
}
wccp_pro_log_to_console_if_allowed("function", "is_content_editable_element: false >>" + element_name);
return false;
}
/*Is selection enabled element*/
/*
function is_selection_enabled_element(element_name = "")
{
if (is_content_editable_element == true)
{
wccp_pro_log_to_console_if_allowed("function", "is_selection_enabled_element: true >>" + element_name);
return true;
}
wccp_pro_log_to_console_if_allowed("function", "is_selection_enabled_element: false >>" + element_name);
return false;
}
*/
/*Hot keys function */
function disable_hot_keys(e)
{
wccp_pro_log_to_console_if_allowed("function", "disable_hot_keys");
e = e || window.event;
//console.log(e);
if (!e) return;
var key;
if(window.event)
key = window.event.keyCode; /*IE*/
else if (e.hasOwnProperty("which")) key = e.which; /*firefox (97)*/
wccp_pro_log_to_console_if_allowed("Data:", key);
if (key == 123 || (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) )//F12 chrome developer key disable
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
var elemtype = e.target.tagName;
elemtype = elemtype.toUpperCase();
var sel = getSelectionTextAndContainerElement();
if(elemtype == "BODY" && sel.text != "") elemtype = sel.containerElement.tagName; /* no need for it when tag name is BODY, so we get the selected text tag name */
/*elemtype must be merged by elemtype checker on function disable_copy & disable_copy_ie*/
if (is_content_editable_element(elemtype) == true)
{
elemtype = 'TEXT';
}
if(wccp_pro_iscontenteditable(e) == true) elemtype = 'TEXT';
if (key == 44)/*For any emement type, text elemtype is not excluded here, (prntscr (44)*/
{
copyTextToClipboard("");
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (e.ctrlKey || e.metaKey)
{
if (elemtype!= 'TEXT' && (key == 97 || key == 99 || key == 120 || key == 26 || key == 43))
{
show_wccp_pro_message('<b>Alert:</b> You are not allowed to copy content or view source');
return false;
}
if (elemtype!= 'TEXT')
{
if (key == 65)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 67)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 88)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 86)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
} }
if (key == 85)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 80)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 44)
{
copyTextToClipboard("no");
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 73)//F12 chrome developer key disable
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
}
if (key == 83)
{
show_wccp_pro_message('You are not allowed to do this action on the current page!!');
return false;
} }
return true;
}
window.addEventListener('load', function (){
if(window.Zepto || !window.jQuery) jQuery = $;
jQuery(document).ready(function() {
jQuery(document).bind("keyup keydown", disable_hot_keys);
});
});
});</script>
<style>
.wccp_pro_copy_code_button
{
line-height: 6px;
width: auto;
font-size: 8pt;
font-family: tahoma;
margin-top: 1px;
margin-right: 2px;
position:absolute;
top:0;
right:0;
border-radius: 4px;
opacity: 100%;
margin-top: -30px;
}
.wccp_pro_copy_code_button:hover
{
opacity: 100%;
}
.wccp_pro_copy_code_button[disabled]
{
opacity: 40%;
border-color: red;
}
code,pre
{
overflow: visible;
white-space: pre-line;
}
</style>
<script type="rocketlazyloadscript" id="wccp_pro_disable_Right_Click">
function nocontext(e) {
wccp_pro_log_to_console_if_allowed("function", "nocontext");
e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
if (apply_class_exclusion(e) == 'Yes') return true;
var exception_tags = 'NOTAG,';
var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
console.log("clickedTag: " + clickedTag);
var target = e.target || e.srcElement;
var parent_tag = ""; var parent_of_parent_tag = "";
if(target.parentElement != null)
{
parent_tag = target.parentElement.tagName;
if(target.parentElement.parentElement != null) parent_of_parent_tag = target.parentElement.parentElement.tagName;
}
var checker = 'checked';
if ((clickedTag == "IMG" || clickedTag == "FIGURE" || clickedTag == "SVG" || clickedTag == "PROTECTEDIMGDIV") && checker == 'checked') {
if (alertMsg_IMG != "")show_wccp_pro_message(alertMsg_IMG);
return false;
}else {exception_tags = exception_tags + 'IMG,';}
checker = 'checked';
if ((clickedTag == "VIDEO" || clickedTag == "PROTECTEDWCCPVIDEO" || clickedTag == "EMBED") && checker == 'checked') {
if (alertMsg_VIDEO != "")show_wccp_pro_message(alertMsg_VIDEO);
return false;
}else {exception_tags = exception_tags + 'VIDEO,PROTECTEDWCCPVIDEO,EMBED,';}
checker = '';
if ((clickedTag == "A" || clickedTag == "TIME" || parent_tag == "A" || parent_of_parent_tag == "A") && checker == 'checked') {
if (alertMsg_A != "")show_wccp_pro_message(alertMsg_A);
return false;
}else {exception_tags = exception_tags + 'A,';if(parent_tag == "A" || parent_of_parent_tag == "A") clickedTag = "A";}
checker = 'checked';
if ((clickedTag == "P" || clickedTag == "B" || clickedTag == "FONT" || clickedTag == "LI" || clickedTag == "UL" || clickedTag == "STRONG" || clickedTag == "OL" || clickedTag == "BLOCKQUOTE" || clickedTag == "TH" || clickedTag == "TR" || clickedTag == "TD" || clickedTag == "SPAN" || clickedTag == "EM" || clickedTag == "SMALL" || clickedTag == "I" || clickedTag == "BUTTON") && checker == 'checked') {
if (alertMsg_PB != "")show_wccp_pro_message(alertMsg_PB);
return false;
}else {exception_tags = exception_tags + 'P,B,FONT,LI,UL,STRONG,OL,BLOCKQUOTE,TD,SPAN,EM,SMALL,I,BUTTON,';}
checker = 'checked';
if ((clickedTag == "INPUT" || clickedTag == "PASSWORD") && checker == 'checked') {
if (alertMsg_INPUT != "")show_wccp_pro_message(alertMsg_INPUT);
return false;
}else {exception_tags = exception_tags + 'INPUT,PASSWORD,';}
checker = 'checked';
if ((clickedTag == "H1" || clickedTag == "H2" || clickedTag == "H3" || clickedTag == "H4" || clickedTag == "H5" || clickedTag == "H6" || clickedTag == "ASIDE" || clickedTag == "NAV") && checker == 'checked') {
if (alertMsg_H != "")show_wccp_pro_message(alertMsg_H);
return false;
}else {exception_tags = exception_tags + 'H1,H2,H3,H4,H5,H6,';}
checker = 'checked';
if (clickedTag == "TEXTAREA" && checker == 'checked') {
if (alertMsg_TEXTAREA != "")show_wccp_pro_message(alertMsg_TEXTAREA);
return false;
}else {exception_tags = exception_tags + 'TEXTAREA,';}
checker = 'checked';
if ((clickedTag == "DIV" || clickedTag == "BODY" || clickedTag == "HTML" || clickedTag == "ARTICLE" || clickedTag == "SECTION" || clickedTag == "NAV" || clickedTag == "HEADER" || clickedTag == "FOOTER") && checker == 'checked') {
if (alertMsg_EmptySpaces != "")show_wccp_pro_message(alertMsg_EmptySpaces);
return false;
}
else
{
if (exception_tags.indexOf(clickedTag)!=-1)
{
return true;
}
else
return false;
}
}
function disable_drag_images(e)
{
wccp_pro_log_to_console_if_allowed("function", "disable_drag_images");
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
//For contenteditable tags
if (apply_class_exclusion(e) == "Yes") return true;
var elemtype = e.target.nodeName;
if (elemtype != "IMG") {return;}
elemtype = elemtype.toUpperCase();
var disable_drag_drop_images = 'checked';
if (disable_drag_drop_images != "checked") return true;
if (window.location.href.indexOf("/user/") > -1) {
return true; //To allow users to drag & drop images when editing thier profiles
}
show_wccp_pro_message(alertMsg_IMG);
return false;
}
var alertMsg_IMG = "Alert: Protected image";
var alertMsg_A = "Alert: This link is protected";
var alertMsg_PB = "Alert: Right click on text is disabled";
var alertMsg_INPUT = "Alert: Right click is disabled";
var alertMsg_H = "Alert: Right click on headlines is disabled";
var alertMsg_TEXTAREA = "Alert: Right click is disabled";
var alertMsg_EmptySpaces = "Alert: Right click on empty spaces is disabled";
var alertMsg_VIDEO = "Alert: Right click on videos is disabled";
document.oncontextmenu=null;
document.oncontextmenu = nocontext;
document.addEventListener("contextmenu",nocontext);
window.addEventListener("contextmenu",nocontext);
</script>
<script type="rocketlazyloadscript" id="wccp_pro_disable_drag_images">window.addEventListener('DOMContentLoaded', function() {
document.ondragstart = disable_drag_images;
window.addEventListener('load', function (){
if(window.Zepto || !window.jQuery) jQuery = $;
jQuery(document).ready(function(){
jQuery('img').each(function() {
jQuery(this).attr('draggable', false);
});
});
});
});</script>
<style id="wccp_pro_style1">
img{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
</style>
<style>/* Start your code after this line */
/* End your code before this line */</style> <script type="rocketlazyloadscript" id="wccp_pro_css_disable_selection">
function wccp_pro_msieversion()
{
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE");
var msie2 = ua.indexOf("Edge");
var msie3 = ua.indexOf("Trident");
if (msie > -1 || msie2 > -1 || msie3 > -1) // If Internet Explorer, return version number
{
return "IE";
}
else // If another browser, return 0
{
return "otherbrowser";
}
}
var e = document.getElementsByTagName('H1')[0];
if(e && wccp_pro_msieversion() == "IE")
{
e.setAttribute('unselectable',"on");
}
</script>
<!--just for video protection -->
<style id="wccp_pro_style4">
.pointer_events_none{
pointer-events: none;
}
.pointer_events_auto{
pointer-events: auto;
}
</style>
<script type="rocketlazyloadscript" id="wccp_pro_video_overlay">window.addEventListener('DOMContentLoaded', function() {
function play_stop_video(ev, period = 1000)
{
wccp_pro_log_to_console_if_allowed("function", "play_stop_video");
jQuery('Protectedwccpvideo').addClass("pointer_events_none");
setTimeout(function(){ jQuery('Protectedwccpvideo').removeClass("pointer_events_none"); }, period);
}
function isEventSupported(eventName)
{
wccp_pro_log_to_console_if_allowed("function", "isEventSupported");
var el = document.createElement('div');
eventName = 'on' + eventName;
var isSupported = (eventName in el);
if (!isSupported) {
el.setAttribute(eventName, 'return;');
isSupported = typeof el[eventName] == 'function';
}
el = null;
return isSupported;
}
window.addEventListener('load', function (){
if(window.Zepto || !window.jQuery) jQuery = $;
jQuery(document).ready(function()
{
wccp_pro_log_to_console_if_allowed("function", "wheelEvent");
// Check which wheel event is supported. Don't use both as it would fire each event
// in browsers where both events are supported.
var wheelEvent = isEventSupported('mousewheel') ? 'mousewheel' : 'wheel';
// Now bind the event to the desired element
jQuery('body').on("mousewheel", function(e) {
var oEvent = e.originalEvent,
delta = oEvent.deltaY || oEvent.wheelDelta;
play_stop_video(this,1000);
});
jQuery('iframe').wrap('<div class="video-wrap-div"></div>');
var load_once = false;
if(!load_once)
{
jQuery("iframe").after('<Protectedwccpvideo onclick="play_stop_video(this,1000)" class="protected_video_class"><div onmousemove="play_stop_video(this,100)" onclick="play_stop_video(this,1000)" class="Protectedwccpvideomiddle_class"></div></Protectedwccpvideo>');
load_once = true;
}
//Allow pdf and doc files
try {
jQuery('iframe[src*="officeapps"], iframe[src*="docs"],iframe[src*=".pdf"],iframe[src*=".docx"],iframe[src*=".pptx"]').unwrap('<div class="video-wrap-div"></div>');
}
catch(err) {
//nothing to do
}
});
});
});</script>
<style id="wccp_pro_style5">
.video-wrap-div{
position: relative;
height: 100%;
width: 100%;
min-height: -webkit-fill-available !important;
min-width: -webkit-fill-available !important;
min-height: -moz-available !important;
min-width: -moz-available !important;
}
#player-embed{/* special style for some themes for video protection */
height: 100% !important;
}
.Protectedwccpvideomiddle_class {
background-color: #FF4136;
width: 70px;
height: 50px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.protected_video_class{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: block;
z-index: 999;
border: 1px solid red;
font-weight: bold;
opacity: 0.0;
text-align: center;
transform: rotate(0deg);
}
</style>
<style id="wccp_pro_style6">
wccpvideo {
background: transparent none repeat scroll 0 0;
border: 2px solid #fff;
}
.protectionOverlay{
background: #fff none repeat scroll 0 0;
border: 2px solid #fff;
opacity: 0.0;
}
</style>
<!--just for iphones end -->
<script type="rocketlazyloadscript" id="wccp_pro_class_exclusion">
function copyToClipboard(elem) {
// create hidden text element, if it doesn't already exist
var targetId = "_wccp_pro_hiddenCopyText_";
{
// must use a temporary form element for the selection and copy
target = document.getElementById(targetId);
if (!target) {
var target = document.createElement("textarea");
target.style.position = "absolute";
target.style.left = "-9999px";
target.style.top = "0";
target.id = targetId;
document.body.appendChild(target);
}
target.textContent = elem.textContent;
}
// select the content
var currentFocus = document.activeElement;
target.focus();
target.setSelectionRange(0, target.value.length);
// copy the selection
var succeed;
try {
succeed = document.execCommand("copy");
} catch(e) {
succeed = false;
}
// restore original focus
if (currentFocus && typeof currentFocus.focus === "function") {
currentFocus.focus();
}
// clear temporary content
target.textContent = "";
document.getElementsByTagName('span')[0].innerHTML = " ";
return succeed;
}
/**************************************************/
function wccp_pro_log_to_console_if_allowed(title = "title", data = "")
{
var myName = "";
if(wccp_pro_log_to_console_if_allowed.caller != null) myName = wccp_pro_log_to_console_if_allowed.caller.toString();
myName = myName.substr('function '.length);
myName = myName.substr(0, myName.indexOf('('));
//console.log("function_name: " + myName);
}
/**************************************************/
function fallbackCopyTextToClipboard(text) {
var textArea = document.createElement("textarea");
textArea.value = text;
document.body.appendChild(textArea);
textArea.focus();
textArea.select();
try {
var successful = document.execCommand("copy");
var msg = successful ? "successful" : "unsuccessful";
console.log("Fallback: Copying text command was " + msg);
} catch (err) {
console.error("Fallback: Oops, unable to copy", err);
}
document.body.removeChild(textArea);
}
/*****************************************/
function copyTextToClipboard(text) {
if (!navigator.clipboard) {
fallbackCopyTextToClipboard(text);
return;
}
navigator.clipboard.writeText(text).then(
function() {
console.log("Async: Copying to clipboard was successful!");
},
function(err) {
console.error("Async: Could not copy text: ", err);
}
);
}
/*****************************************/
/*getSelectionTextAndContainerElement*/
function getSelectionTextAndContainerElement()
{
var text = "", containerElement = null;
if (typeof window.getSelection != "undefined") {
var sel = window.getSelection();
if (sel.rangeCount) {
var node = sel.getRangeAt(0).commonAncestorContainer;
containerElement = node.nodeType == 1 ? node : node.parentNode;
if (typeof(containerElement.parentElement) != 'undefined') current_clicked_object = containerElement.parentElement;
text = sel.toString();
}
} else if (typeof document.selection != "undefined" && document.selection.type != "Control")
{
var textRange = document.selection.createRange();
containerElement = textRange.parentElement();
text = textRange.text;
}
return {
text: text,
containerElement: containerElement
};
}
function getSelectionParentElement() {
var parentEl = null, sel;
if (window.getSelection) {
sel = window.getSelection();
if (sel.rangeCount) {
parentEl = sel.getRangeAt(0).commonAncestorContainer;
//sel.getRangeAt(0).startContainer.parentNode;
if (parentEl.nodeType != 1) {
parentEl = parentEl.parentNode;
}
}
} else if ( (sel = document.selection) && sel.type != "Control") {
parentEl = sel.createRange().parentElement();
}
let arr = new Array();
arr["nodeName"] = "cant_find_parent_element";
if(parentEl != null)
return parentEl;
else
return arr;
}
/*****************************************/
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
/*****************************************/
</script>
<script type="rocketlazyloadscript" id="apply_class_exclusion">
function apply_class_exclusion(e)
{
wccp_pro_log_to_console_if_allowed("function", "apply_class_exclusion" + e);
var my_return = 'No';
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement || 'nothing';
//if(target.parentElement != null) console.log (target.parentElement.className);
var excluded_classes = '' + '';
var class_to_exclude = "";
if(target.parentElement != null)
{
class_to_exclude = target.className + ' ' + target.parentElement.className || '';
}else{
class_to_exclude = target.className;
}
var class_to_exclude_array = Array();
//console.log(class_to_exclude);
if (typeof(class_to_exclude) != 'undefined') class_to_exclude_array = class_to_exclude.split(" ");
//console.log (class_to_exclude_array);
class_to_exclude_array.forEach(function(item)
{
if(item != '' && excluded_classes.indexOf(item)>=0)
{
//target.style.cursor = "text";
//console.log ('Yes');
my_return = 'Yes';
}
});
try {
class_to_exclude = target.parentElement.getAttribute('class') || target.parentElement.className || '';
}
catch(err)
{
class_to_exclude = '';
}
if(class_to_exclude != '' && excluded_classes.indexOf(class_to_exclude)>=0)
{
//target.style.cursor = "text";
my_return = 'Yes';
}
return my_return;
}
</script>
<style id="wccp_pro_style2" data-asas-style="">
*[contenteditable] , [contenteditable] *,*[contenteditable="true"] , [contenteditable="true"] * { /* for contenteditable tags*/ , /* for tags inside contenteditable tags*/
-webkit-user-select: auto !important;
cursor: text !important;
user-select: text !important;
pointer-events: auto !important;
}
/*
*[contenteditable]::selection, [contenteditable] *::selection, [contenteditable="true"]::selection, [contenteditable="true"] *::selection { background: Highlight !important; color: HighlightText !important;}
*[contenteditable]::-moz-selection, [contenteditable="true"] *::-moz-selection { background: Highlight !important; color: HighlightText !important;}
input::selection,textarea::selection, code::selection, code > *::selection { background: Highlight !important; color: HighlightText !important;}
input::-moz-selection,textarea::-moz-selection, code::-moz-selection, code > *::-moz-selection { background: Highlight !important; color: HighlightText !important;}
*/
a{ cursor: pointer ; pointer-events: auto !important;}
</style><style>TEXT,TEXTAREA,input[type="text"] {cursor: text !important; user-select: text !important;}</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- This site is optimized with the Yoast SEO Premium plugin v25.0 (Yoast SEO v25.0) - https://yoast.com/wordpress/plugins/seo/ -->
<title>Rinjani Trekking Tour Company - Lombok Green Nature</title>
<meta name="description" content="Lombok Green Nature Is a local travel company in Sembalun, offer packages Tour from rural tourism, trekking Mount Rinjani Lombok to the marine with best services" />
<link rel="canonical" href="https://rinjanilombok.net/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Information Trekking Rinjani" />
<meta property="og:description" content="Lombok Green Nature Is a local travel company in Sembalun, offer packages Tour from rural tourism, trekking Mount Rinjani Lombok to the marine with best services" />
<meta property="og:url" content="https://rinjanilombok.net/" />
<meta property="og:site_name" content="Lombok Green Nature" />
<meta property="article:publisher" content="https://www.facebook.com/royaldi.sembahulun" />
<meta property="article:modified_time" content="2025-03-02T15:16:09+00:00" />
<meta property="og:image" content="https://rinjanilombok.net/wp-content/uploads/2019/08/about-us6.jpg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="941" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://rinjanilombok.net/","url":"https://rinjanilombok.net/","name":"Rinjani Trekking Tour Company - Lombok Green Nature","isPartOf":{"@id":"https://rinjanilombok.net/#website"},"about":{"@id":"https://rinjanilombok.net/#organization"},"primaryImageOfPage":{"@id":"https://rinjanilombok.net/#primaryimage"},"image":{"@id":"https://rinjanilombok.net/#primaryimage"},"thumbnailUrl":"https://rinjanilombok.net/wp-content/uploads/2015/01/Campsite2.jpg","datePublished":"2019-05-29T11:00:32+00:00","dateModified":"2025-03-02T15:16:09+00:00","description":"Lombok Green Nature Is a local travel company in Sembalun, offer packages Tour from rural tourism, trekking Mount Rinjani Lombok to the marine with best services","breadcrumb":{"@id":"https://rinjanilombok.net/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://rinjanilombok.net/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://rinjanilombok.net/#primaryimage","url":"https://rinjanilombok.net/wp-content/uploads/2015/01/Campsite2.jpg","contentUrl":"https://rinjanilombok.net/wp-content/uploads/2015/01/Campsite2.jpg","width":1280,"height":958,"caption":"trekking rinjani"},{"@type":"BreadcrumbList","@id":"https://rinjanilombok.net/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://rinjanilombok.net/#website","url":"https://rinjanilombok.net/","name":"Lombok Green Nature","description":"Rinjani Trekking Company","publisher":{"@id":"https://rinjanilombok.net/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://rinjanilombok.net/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://rinjanilombok.net/#organization","name":"Lombok Green Nature","url":"https://rinjanilombok.net/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://rinjanilombok.net/#/schema/logo/image/","url":"https://rinjanilombok.net/wp-content/uploads/2024/04/Rinjani-Lombok-Logo.png","contentUrl":"https://rinjanilombok.net/wp-content/uploads/2024/04/Rinjani-Lombok-Logo.png","width":300,"height":148,"caption":"Lombok Green Nature"},"image":{"@id":"https://rinjanilombok.net/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/royaldi.sembahulun","https://www.instagram.com/royalsembahulun/","https://www.youtube.com/channel/UC6QTNljFcKdmnnweQxmyooA"]}]}</script>
<meta name="msvalidate.01" content="A93941270A3F82A8B29361FB59263EBE" />
<meta name="google-site-verification" content="LTWPPws637dXX7BGouVFv-jUHURMQmcqXyX642R9oWM" />
<meta name="yandex-verification" content="074c869d6ef2dda0" />
<!-- / Yoast SEO Premium plugin. -->
<link rel='prefetch' href='https://rinjanilombok.net/wp-content/themes/flatsome/assets/js/flatsome.js?ver=e1ad26bd5672989785e1' />
<link rel='prefetch' href='https://rinjanilombok.net/wp-content/themes/flatsome/assets/js/chunk.slider.js?ver=3.19.12' />
<link rel='prefetch' href='https://rinjanilombok.net/wp-content/themes/flatsome/assets/js/chunk.popups.js?ver=3.19.12' />
<link rel='prefetch' href='https://rinjanilombok.net/wp-content/themes/flatsome/assets/js/chunk.tooltips.js?ver=3.19.12' />
<link rel='prefetch' href='https://rinjanilombok.net/wp-content/themes/flatsome/assets/js/woocommerce.js?ver=dd6035ce106022a74757' />
<link data-minify="1" rel='stylesheet' id='jquery.prettyphoto-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wp-video-lightbox/css/prettyPhoto.css?ver=1743312852' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='video-lightbox-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wp-video-lightbox/wp-video-lightbox.css?ver=1743312852' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
</style>
<link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1743312852' type='text/css' media='all' />
<link rel='stylesheet' id='cresta-whatsapp-chat-front-style-css' href='https://rinjanilombok.net/wp-content/plugins/cresta-whatsapp-chat/css/cresta-whatsapp-chat-front-css.min.css?ver=1.3.6' type='text/css' media='all' />
<link rel='stylesheet' id='foogallery-core-css' href='https://rinjanilombok.net/wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css?ver=2.4.30' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='rpt_front_style-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/related-posts-thumbnails/assets/css/front.css?ver=1743312852' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link data-minify="1" rel='stylesheet' id='brands-styles-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/brands.css?ver=1743312852' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='tablepress-default-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/tablepress/css/build/default.css?ver=1743312852' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='css-protect.css-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wccp-pro/css-protect.css?ver=1743312852' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='print-protection.css-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wccp-pro/css/print-protection.css?ver=1743312852' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='flatsome-main-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/flatsome.css?ver=1743312852' type='text/css' media='all' />
<style id='flatsome-main-inline-css' type='text/css'>
@font-face {
font-family: "fl-icons";
font-display: block;
src: url(https://rinjanilombok.net/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.19.12);
src:
url(https://rinjanilombok.net/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.19.12) format("embedded-opentype"),
url(https://rinjanilombok.net/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.19.12) format("woff2"),
url(https://rinjanilombok.net/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.19.12) format("truetype"),
url(https://rinjanilombok.net/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.19.12) format("woff"),
url(https://rinjanilombok.net/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.19.12#fl-icons) format("svg");
}
</style>
<link data-minify="1" rel='stylesheet' id='flatsome-shop-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/flatsome-shop.css?ver=1743312852' type='text/css' media='all' />
<link rel='stylesheet' id='flatsome-style-css' href='https://rinjanilombok.net/wp-content/themes/flatsome/style.css?ver=3.19.12' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wp-video-lightbox/js/jquery.prettyPhoto.js?ver=1743312852" id="jquery.prettyphoto-js" defer></script>
<script type="text/javascript" id="video-lightbox-js-extra">
/* <![CDATA[ */
var vlpp_vars = {"prettyPhoto_rel":"wp-video-lightbox","animation_speed":"fast","slideshow":"5000","autoplay_slideshow":"false","opacity":"0.80","show_title":"true","allow_resize":"true","allow_expand":"true","default_width":"640","default_height":"480","counter_separator_label":"\/","theme":"pp_default","horizontal_padding":"20","hideflash":"false","wmode":"opaque","autoplay":"false","modal":"false","deeplinking":"false","overlay_gallery":"true","overlay_gallery_max":"30","keyboard_shortcuts":"true","ie6_fallback":"true"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wp-video-lightbox/js/video-lightbox.js?ver=1743312852" id="video-lightbox-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.4" id="jquery-blockui-js" data-wp-strategy="defer" defer></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/rinjanilombok.net\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.4" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.4" id="js-cookie-js" data-wp-strategy="defer" defer></script>
<style id='cresta-help-chat-inline-css'>.cresta-whatsapp-chat-box, .cresta-whatsapp-chat-button {z-index:1000}.cresta-whatsapp-chat-container-button {z-index:999}.cresta-whatsapp-chat-container {z-index:1000}.cresta-whatsapp-chat-overlay {z-index:998}</style> <style>
#related_posts_thumbnails li {
border-right: 1px solid #DDDDDD;
background-color: #FFFFFF }
#related_posts_thumbnails li:hover {
background-color: #EEEEEF;
}
.relpost_content {
font-size: 12px;
color: #333333;
}
.relpost-block-single {
background-color: #FFFFFF;
border-right: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
margin-right: -1px;
}
.relpost-block-single:hover {
background-color: #EEEEEF;
}
</style>
<script type="rocketlazyloadscript">
WP_VIDEO_LIGHTBOX_VERSION="1.9.12";
WP_VID_LIGHTBOX_URL="https://rinjanilombok.net/wp-content/plugins/wp-video-lightbox";
function wpvl_paramReplace(name, string, value) {
// Find the param with regex
// Grab the first character in the returned string (should be ? or &)
// Replace our href string with our new value, passing on the name and delimeter
var re = new RegExp("[\?&]" + name + "=([^&#]*)");
var matches = re.exec(string);
var newString;
if (matches === null) {
// if there are no params, append the parameter
newString = string + '?' + name + '=' + value;
} else {
var delimeter = matches[0].charAt(0);
newString = string.replace(re, delimeter + name + "=" + value);
}
return newString;
}
</script><meta name="google-site-verification" content="LTWPPws637dXX7BGouVFv-jUHURMQmcqXyX642R9oWM" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<link rel="icon" href="https://rinjanilombok.net/wp-content/uploads/2021/07/Lombok-Green-Nature-icon-100x100.png" sizes="32x32" />
<link rel="icon" href="https://rinjanilombok.net/wp-content/uploads/2021/07/Lombok-Green-Nature-icon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://rinjanilombok.net/wp-content/uploads/2021/07/Lombok-Green-Nature-icon.png" />
<meta name="msapplication-TileImage" content="https://rinjanilombok.net/wp-content/uploads/2021/07/Lombok-Green-Nature-icon.png" />
<style id="custom-css" type="text/css">:root {--primary-color: #28522a;--fs-color-primary: #28522a;--fs-color-secondary: #914226;--fs-color-success: #208b0d;--fs-color-alert: #b20000;--fs-experimental-link-color: #0e7f10;--fs-experimental-link-color-hover: #111;}.tooltipster-base {--tooltip-color: #fff;--tooltip-bg-color: #000;}.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 300px;}.off-canvas .mfp-content.off-canvas-cart {--drawer-width: 360px;}.header-main{height: 74px}#logo img{max-height: 74px}#logo{width:125px;}#logo img{padding:5px 0;}.header-bottom{min-height: 34px}.header-top{min-height: 30px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 90px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.header-bg-color {background-color: #00401d}.header-bottom {background-color: #020202}@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}.main-menu-overlay{background-color: #4baf34}.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{border-bottom-color: #30962e;}.nav .nav-dropdown{border-color: #30962e }.nav-dropdown{border-radius:15px}.nav-dropdown{font-size:109%}.nav-dropdown-has-arrow li.has-dropdown:after{border-bottom-color: #ffffff;}.nav .nav-dropdown{background-color: #ffffff}.header-top{background-color:#f9f9f9!important;}body{color: #444444}h1,h2,h3,h4,h5,h6,.heading-font{color: #333333;}body{font-family: Lato, sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: Lato, sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: Lato, sans-serif;}.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 700;font-style: normal;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: Lato, sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 700;font-style: normal;}.alt-font{font-family: "Dancing Script", sans-serif;}.header:not(.transparent) .header-bottom-nav.nav > li > a{color: #020202;}.widget:where(:not(.widget_shopping_cart)) a{color: #4b8a1e;}.widget:where(:not(.widget_shopping_cart)) a:hover{color: #a80e0e;}.widget .tagcloud a:hover{border-color: #a80e0e; background-color: #a80e0e;}@media screen and (min-width: 550px){.products .box-vertical .box-image{min-width: 300px!important;width: 300px!important;}}.footer-2{background-color: #0f752a}.absolute-footer, html{background-color: #00401d}.nav-vertical-fly-out > li + li {border-top-width: 1px; border-top-style: solid;}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}</style><style id="kirki-inline-styles">/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://rinjanilombok.net/wp-content/fonts/lato/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://rinjanilombok.net/wp-content/fonts/lato/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* vietnamese */
@font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://rinjanilombok.net/wp-content/fonts/dancing-script/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Rep8ltA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://rinjanilombok.net/wp-content/fonts/dancing-script/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3ROp8ltA.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://rinjanilombok.net/wp-content/fonts/dancing-script/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style></head>
<body data-rsssl=1 class="home wp-singular page-template page-template-page-blank page-template-page-blank-php page page-id-897 wp-theme-flatsome theme-flatsome woocommerce-no-js header-shadow lightbox nav-dropdown-has-arrow nav-dropdown-has-shadow nav-dropdown-has-border unselectable">
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
<div id="wrapper">
<header id="header" class="header has-sticky sticky-jump">
<div class="header-wrapper">
<div id="masthead" class="header-main nav-dark">
<div class="header-inner flex-row container logo-left medium-logo-center" role="navigation">
<!-- Logo -->
<div id="logo" class="flex-col logo">
<!-- Header logo -->
<a href="https://rinjanilombok.net/" title="Lombok Green Nature - Rinjani Trekking Company" rel="home">
<img width="300" height="148" src="https://rinjanilombok.net/wp-content/uploads/2024/04/Rinjani-Lombok-Logo.png" class="header_logo header-logo" alt="Lombok Green Nature"/><img width="300" height="148" src="https://rinjanilombok.net/wp-content/uploads/2024/04/Rinjani-Lombok-Logo.png" class="header-logo-dark" alt="Lombok Green Nature"/></a>
</div>
<!-- Mobile Left Elements -->
<div class="flex-col show-for-medium flex-left">
<ul class="mobile-nav nav nav-left ">
<li class="nav-icon has-icon">
<div class="header-button"> <a href="#" data-open="#main-menu" data-pos="left" data-bg="main-menu-overlay" data-color="" class="icon primary button round is-small" aria-label="Menu" aria-controls="main-menu" aria-expanded="false">
<i class="icon-menu" ></i>
</a>
</div> </li>
</ul>
</div>
<!-- Left Elements -->
<div class="flex-col hide-for-medium flex-left
flex-grow">
<ul class="header-nav header-nav-main nav nav-left nav-uppercase" >
</ul>
</div>
<!-- Right Elements -->
<div class="flex-col hide-for-medium flex-right">
<ul class="header-nav header-nav-main nav nav-right nav-uppercase">
<li id="menu-item-26" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-26 active menu-item-design-default"><a href="https://rinjanilombok.net/" aria-current="page" class="nav-top-link">Home</a></li>
<li id="menu-item-1417" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1417 menu-item-design-default has-dropdown"><a href="#" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">About<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold">
<li id="menu-item-2386" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2386"><a href="https://rinjanilombok.net/video-trekking-mount-rinjani/">Video</a></li>
<li id="menu-item-1418" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1418"><a href="https://rinjanilombok.net/royal-sembahulun-story/">Royal Sembahulun Story</a></li>
<li id="menu-item-1433" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1433"><a href="https://rinjanilombok.net/story-telling-lombok-green-nature/">Lombok Green Nature Story</a></li>
<li id="menu-item-1453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1453"><a href="https://rinjanilombok.net/mission/">Mission</a></li>
</ul>
</li>
<li id="menu-item-658" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-658 menu-item-design-default has-dropdown"><a href="#" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">Tours<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold">
<li id="menu-item-661" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-661"><a href="https://rinjanilombok.net/pergasingan-hill-sunrise-trip/">Pergasingan Hill Sunrise Trip</a></li>
<li id="menu-item-1133" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1133"><a href="https://rinjanilombok.net/lombok-hiking-on-pergasingan-hill-daily-tour/">Daily Tour Lombok Attraction – Pergasingan Hill</a></li>
<li id="menu-item-659" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-659"><a href="https://rinjanilombok.net/camping-pergasingan-hill-hiking-tiu-kelep-water-fall-2-days-1-night/">Camping on pergasingan hill and hiking on tiu kelep waterfall</a></li>
<li id="menu-item-660" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-660"><a href="https://rinjanilombok.net/hiking-camping-bukit-pergasingan-gili-kondo-3-days-2-nights/">Hiking and camping on Pergasingan Hill and Gili Kondo</a></li>
<li id="menu-item-1544" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1544"><a href="https://rinjanilombok.net/hiking-kondo-hill-and-exploring-ancient-caldera-propok/">Trekking to Kondo Hill & Exploring the Ancient Propok Caldera</a></li>
<li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-889"><a href="https://rinjanilombok.net/one-day-tour-pink-beach-lombok/">Daily Tour Pink Beach Lombok</a></li>
<li id="menu-item-868" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-868"><a href="https://rinjanilombok.net/tandem-paragliding-flight-in-kuta-lombok/">Tandem Paragliding In Kuta</a></li>
<li id="menu-item-1217" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1217"><a href="https://rinjanilombok.net/paragliding-flight-tandem-in-sembalun-lombok-indonesia/">Paragliding flight tandem in Sembalun</a></li>
</ul>
</li>
<li id="menu-item-653" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-653 menu-item-design-default has-dropdown"><a href="#" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">Rinjani<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold">
<li id="menu-item-696" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-696 nav-dropdown-col"><a href="#">Starts Sembalun</a>
<ul class="sub-menu nav-column nav-dropdown-bold">
<li id="menu-item-828" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-828"><a href="https://rinjanilombok.net/2d-1n-mount-rinjani-trek-summit/">2D-1N Trekking Summit 3726M</a></li>
<li id="menu-item-827" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-827"><a href="https://rinjanilombok.net/3d-2n-trekking-rinjani-summit-lake/">3D-2N Summit 3726M and Lake</a></li>
<li id="menu-item-2497" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2497"><a href="https://rinjanilombok.net/3d-2n-sembalun-torean-hiking-mount-rinjani-package/">3D-2N Sembalun – Torean (Summit & Lake)</a></li>
<li id="menu-item-826" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-826"><a href="https://rinjanilombok.net/4d-3n-trekking-rinjani-summit-lake/">4D-3N Summit 3726M and Lake</a></li>
<li id="menu-item-2480" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2480"><a href="https://rinjanilombok.net/4d-3n-sembalun-torean-climbing-mount-rinjani-package/">4D-3N Sembalun – Torean (Summit & Lake)</a></li>
<li id="menu-item-2825" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2825"><a href="https://rinjanilombok.net/paket-rinjani-open-trip-2023/">Paket Trekking Open Trip 2025</a></li>
</ul>
</li>
<li id="menu-item-697" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-697 nav-dropdown-col"><a href="#">Starts Senaru & Timbanuh</a>
<ul class="sub-menu nav-column nav-dropdown-bold">
<li id="menu-item-830" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-830"><a href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-senaru/">2D-1N Senaru crater Rim Wonder</a></li>
<li id="menu-item-695" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-695"><a href="https://rinjanilombok.net/2-days-1-night-hiking-rinjani-crater-rim-tetebatu/">2 Days-1 Night Crater Rim Tetebatu</a></li>
<li id="menu-item-829" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-829"><a href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-timbanuh/">2D-1N Crater Rim Timbanuh</a></li>
</ul>
</li>
</ul>
</li>
<li id="menu-item-1696" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1696 menu-item-design-default has-dropdown"><a href="#" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">Volcanos<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold">
<li id="menu-item-2788" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2788"><a href="https://rinjanilombok.net/mount-tambora-trekking-package-tour-information/">Mount Tambora Trek</a></li>
<li id="menu-item-1697" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1697"><a href="https://rinjanilombok.net/mount-kerinci-trekking-package-tour-information/">Mount Kerinci Trek</a></li>
<li id="menu-item-1708" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1708"><a href="https://rinjanilombok.net/mount-semeru-trekking-package-tour-information/">Mount Semeru Trek</a></li>
<li id="menu-item-1724" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1724"><a href="https://rinjanilombok.net/mount-ijen-trekking-tour-package-information/">Mount Ijen Trek</a></li>
<li id="menu-item-2565" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2565"><a href="https://rinjanilombok.net/mount-agung-sunrise-trekking-tour-information/">Mount Agung Sunrise Trekking</a></li>
</ul>
</li>
<li id="menu-item-3078" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-3078 menu-item-design-default"><a href="https://rinjanilombok.net/mount-rinjani-trekking-tour-package-prices/" class="nav-top-link">Prices</a></li>
<li id="menu-item-2761" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2761 menu-item-design-default has-dropdown"><a href="#" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">Booking Form<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold">
<li id="menu-item-2762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2762"><a href="https://rinjanilombok.net/booking-tour-soft-trekking/">Booking Tour & Soft Trekking</a></li>
<li id="menu-item-2764" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2764"><a href="https://rinjanilombok.net/booking-paragliding/">Booking Paragliding</a></li>
</ul>
</li>
<li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30 menu-item-design-default"><a href="https://rinjanilombok.net/contact/" class="nav-top-link">Contact</a></li>
<li id="menu-item-1079" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1079 menu-item-design-default"><a href="https://rinjanilombok.net/payment-options/" class="nav-top-link">Payment</a></li>
<li id="menu-item-435" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-435 menu-item-design-default has-dropdown"><a href="https://rinjanilombok.net/category/blog/" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">Blog<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold">
<li id="menu-item-964" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-964"><a href="https://rinjanilombok.net/category/indonesia/">Indonesia</a></li>
<li id="menu-item-965" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-965"><a href="https://rinjanilombok.net/category/english/">English</a></li>
</ul>
</li>
<li class="html header-button-1">
<div class="header-button">
<a href="mailto:royaltrekker296@gmail.com" class="button success is-xsmall box-shadow-2" style="border-radius:5px;">
<span>Quote</span>
</a>
</div>
</li>
</ul>
</div>
<!-- Mobile Right Elements -->
<div class="flex-col show-for-medium flex-right">
<ul class="mobile-nav nav nav-right ">
<li class="html header-button-1">
<div class="header-button">
<a href="mailto:royaltrekker296@gmail.com" class="button success is-xsmall box-shadow-2" style="border-radius:5px;">
<span>Quote</span>
</a>
</div>
</li>
</ul>
</div>
</div>
<div class="container"><div class="top-divider full-width"></div></div>
</div>
<div class="header-bg-container fill"><div class="header-bg-image fill"></div><div class="header-bg-color fill"></div></div> </div>
</header>
<main id="main" class="">
<div id="content" role="main" class="content-area">
<div class="banner has-hover" id="banner-2061439968">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img fetchpriority="high" decoding="async" width="2000" height="1412" src="https://rinjanilombok.net/wp-content/uploads/2022/03/Lombok-Volcano-Trek.jpg" class="bg attachment-original size-original" alt="Lombok Volcano Trekking" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<div class="fill banner-link"></div>
<div id="text-box-612144440" class="text-box banner-layer x50 md-x50 lg-x50 y85 md-y90 lg-y95 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-center">
<p class="uppercase" style="text-align: center;"><strong><span style="font-size: 130%;">Welcome To</span></strong></p>
<h1 style="text-align: center;"><span style="color: #00ff00; font-size: 75%;">LOMBOK GREEN NATURE </span></h1>
<p style="text-align: center;"><span style="font-size: 250%;"><strong><span style="color: #00ff00;">2025</span></strong></span></p>
<h3><span style="color: #ffff00;">We work with heart to help the people </span></h3>
<p>Mount Rinjani Trekking Adventure and Lombok Tour Company.</p>
<div id="gap-1882732614" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1882732614 {
padding-top: 10px;
}
</style>
</div>
<a href="mailto:royaltrekker296@gmail.com" class="button primary is-large" style="border-radius:22px;">
<span>Get In Touch</span>
</a>
</div>
</div>
<style>
#text-box-612144440 {
width: 82%;
}
#text-box-612144440 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-612144440 {
width: 75%;
}
}
@media (min-width:850px) {
#text-box-612144440 {
width: 70%;
}
}
</style>
</div>
</div>
</div>
<style>
#banner-2061439968 {
padding-top: 800px;
}
#banner-2061439968 .overlay {
background-color: rgba(0, 0, 0, 0.17);
}
#banner-2061439968 .banner-bg img {
object-position: 36% 100%;
}
@media (min-width:550px) {
#banner-2061439968 {
padding-top: 900px;
}
}
@media (min-width:850px) {
#banner-2061439968 {
padding-top: 65%;
}
}
</style>
</div>
<div class="row" id="row-1871995022">
<div id="col-2137456184" class="col small-12 large-12" >
<div class="col-inner" >
<h2 style="text-align: center;"><strong><span style="font-size: 115%;">Explore Mount Rinjani, trekking, and Lombok Tours 2025 with an experienced and professional team</span>.</strong></h2>
<p style="text-align: center;"><span style="color: #99cc00; font-size: 140%;">We are the home of great Lombok tours, trekking tour packages, vacations, and holidays.</span></p>
<p style="text-align: center;">Lombok Green Nature is a local travel company based in Sembalun Village, Lombok, West Nusa Tenggara Province, Indonesia. We offer packages for everything from rural tourism and exploring mountains to marine tourism. We invite you to learn more about Sasak cultures and heritage sites on Lombok Island.</p>
<p style="text-align: center;">We have a strong relationship with a local community called Sembalun Community Development Centre that focuses on local community empowerment on the slope of Mount Rinjani, precisely in Sembalun Valley. Our company donates 10% of the total profit to each group that uses our service, and the donations are used to <a href="https://rinjanilombok.net/mission/" target="_blank" rel="noopener">support</a> local community organizations (SCDC) and support environmental conservation in Rinjani.</p>
<p class="lead" style="text-align: center;"><span style="color: #000000; font-size: 95%;">Guaranteed! You will get the best experience with our team because your comfort and satisfaction are our priorities.</span></p>
<p><span style="font-size: 160%; color: #99cc00;">Protecting the environment is a must running a business in Rinjani.</span></p>
<div>
<h3><strong>Join Us in Protecting Mount Rinjani</strong></h3>
</div>
<div>
<p>At <strong>Lombok Green Nature</strong>, we are committed to preserving the natural beauty of Lombok volcano for future generations. On January 3, 2024, we will partner with the government to plant trees in Rinjani National Park — a tangible step toward reforesting the area, combating climate change, and supporting biodiversity.</p>
</div>
<div>
<p>This initiative is more than an act of conservation; it’s our way of giving back to the earth and ensuring a sustainable future. By working together, we can protect Rinjani’s unique ecosystem and inspire others to cherish and care for our planet.</p>
</div>
<div>
<p>Be part of the change. Join us on January 3, 2025, and help make a lasting impact. Together, we can keep Rinjani mountain a sanctuary of beauty, wildlife, and inspiration.</p>
</div>
<p><a href="https://rinjanilombok.net/wp-content/uploads/2024/02/royal.jpg"><img decoding="async" class="lazy-load alignnone wp-image-3017 size-full" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201200%20978%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2024/02/royal.jpg" alt="rinjani trek company" width="1200" height="978" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2024/02/royal.jpg 1200w, https://rinjanilombok.net/wp-content/uploads/2024/02/royal-600x489.jpg 600w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></p>
<div>
<h3><strong>Preserving the Beauty of Rinjani Mountain</strong></h3>
</div>
<div>
<p>The mountain faces a growing issue with garbage left behind by climbers and trekking organizers who neglect their responsibility to protect the environment. At <strong>Lombok Green Nature</strong>, we are committed to reversing this trend by ensuring that every trek we organize leaves no trace behind.</p>
</div>
<p><a href="https://rinjanilombok.net/wp-content/uploads/2024/05/Porter-Sembalun.jpeg"><img decoding="async" class="lazy-load alignnone size-full wp-image-3152" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201200%20900%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2024/05/Porter-Sembalun.jpeg" alt="Porter Sembalun" width="1200" height="900" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2024/05/Porter-Sembalun.jpeg 1200w, https://rinjanilombok.net/wp-content/uploads/2024/05/Porter-Sembalun-600x450.jpeg 600w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></p>
<div>
<p><strong><span style="font-size: 110%;">Our Responsibility</span></strong><br />
We take full responsibility for maintaining the mountain pristine beauty. Our team is dedicated to collecting and properly disposing of all waste encountered in Rinjani National Park, adhering to strict environmental standards.</p>
</div>
<div>
<p><strong><span style="font-size: 110%;">A Collective Effort</span></strong><br />
Preserving Mt. Rinjani is a shared duty. Every piece of rubbish we remove is a step toward safeguarding this natural treasure for future generations. By respecting and caring for the land, we uphold its integrity and inspire others to do the same.</p>
</div>
<div>
<p>Choose <strong>Lombok Green Nature</strong> for your adventure and join us in protecting the majesty of this incredible mountain. Together, we can ensure Rinjani mountain remains a sanctuary of beauty for years to come.</p>
</div>
<p><span style="font-size: 120%; color: #99cc00;"><strong><span style="font-size: 160%;">Our business respects human rights</span></strong></span></p>
<div>
<p><span style="font-size: 20.15999984741211px; color: #333333;">Respecting and Supporting Rinjani Porters</span></p>
</div>
<div>
<p>Porters are the backbone of any successful trekking expedition in the Rinjani ecosystem, yet their well-being is often neglected. At <strong>Lombok Green Nature</strong>, we are committed to treating these hardworking individuals with the dignity and fairness they deserve.</p>
</div>
<div>
<p><span style="font-size: 110%;"><strong>Upholding Ethical Standards</strong></span><br />
The official guideline for trekking on Mount Rinjani limits porter loads to a maximum of 25 kg, yet many businesses disregard this rule, forcing porters to carry 30–40 kg. This unethical practice endangers their health and well-being, especially given the physical and mental strain of navigating Rinjani’s challenging terrains.</p>
</div>
<div>
<p><span style="font-size: 110%;"><strong>Our Commitment to Fair Practices</strong></span><br />
We strictly adhere to porter weight limits, creating a safe and respectful work environment. By prioritizing their health and safety, we promote a culture of empathy and responsibility within the trekking industry.</p>
</div>
<div>
<p><span style="font-size: 110%;"><strong>A Call for Change</strong></span><br />
We urge all trekking businesses in the Rinjani region to prioritize porter welfare. By respecting their rights and adhering to ethical practices, we can ensure a sustainable and compassionate future for the entire Rinjani ecosystem.</p>
</div>
<div>
<p>Let’s work together to create a trekking industry that values every individual and upholds the beauty and integrity of Mount Rinjani.</p>
</div>
<div class="row" id="row-776247663">
<div id="col-1043934430" class="col medium-6 small-12 large-6" >
<div class="col-inner" >
<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1743031778">
<div class="img-inner dark" >
<img decoding="async" width="850" height="750" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20850%20750%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2023/05/porter.jpeg" class="lazy-load attachment-large size-large" alt="Porter Mount Rinjani" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2023/05/porter.jpeg 850w, https://rinjanilombok.net/wp-content/uploads/2023/05/porter-600x529.jpeg 600w" sizes="auto, (max-width: 850px) 100vw, 850px" />
</div>
<style>
#image_1743031778 {
width: 100%;
}
</style>
</div>
</div>
</div>
<div id="col-514598236" class="col medium-6 small-12 large-6" >
<div class="col-inner" >
<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_58457178">
<div class="img-inner dark" >
<img decoding="async" width="850" height="750" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20850%20750%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2023/05/porter-rinjani.jpeg" class="lazy-load attachment-large size-large" alt="porter rinjani" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2023/05/porter-rinjani.jpeg 850w, https://rinjanilombok.net/wp-content/uploads/2023/05/porter-rinjani-600x529.jpeg 600w" sizes="auto, (max-width: 850px) 100vw, 850px" />
</div>
<style>
#image_58457178 {
width: 100%;
}
</style>
</div>
</div>
</div>
</div>
<div>
<h3><strong>Say No to Exploitation in Rinjani Tourism</strong></h3>
</div>
<div>
<p>Offering excessively cheap trekking tour packages often comes at a hidden cost: the exploitation of porters. Unscrupulous operators cut expenses by hiring fewer porters, forcing them to carry excessive loads and violating their basic rights. This unethical practice deeply concerns us and perpetuates human rights abuses in the industry.</p>
</div>
<div>
<p>While saving money on adventures is tempting, it’s vital to recognize the impact of unfair labor practices on the individuals who work tirelessly to make your journey possible. Choosing tour operators who prioritize ethical treatment and fair compensation for their staff is a simple yet powerful way to combat exploitation.</p>
</div>
<div>
<p>As travelers, our choices matter. By supporting responsible operators, we help foster compassion and protect the dignity of everyone involved in our adventures. Together, we can create a more ethical and sustainable tourism industry.</p>
</div>
<div class="row" id="row-331022341">
<div id="col-1411295699" class="col medium-6 small-12 large-6" >
<div class="col-inner box-shadow-1 box-shadow-1-hover" style="background-color:rgb(255,255,255);" >
<a id="681d86ad39da8" rel="wp-video-lightbox" href="https://www.youtube.com/watch?v=9aF_UoVUbdw&width=640&height=480" title=""><img decoding="async" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Royal-Video-Rinjani.jpg" class="lazy-load video_lightbox_anchor_image" alt="Trekking Mount Rinjani" /></a> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
jQuery(document).ready(function($){
$(function(){
var width = $(window).innerWidth();
var setwidth = parseFloat(640);
var ratio = parseFloat(0.75);
var height = parseFloat(480);
var link = 'https://www.youtube.com/watch?v=9aF_UoVUbdw&width=640&height=480';
if(width < setwidth)
{
height = Math.floor(width * 0.75);
//console.log("device width "+width+", set width "+640+", ratio "+0.75+", new height "+ height);
var new_url = wpvl_paramReplace('width', link, width);
var new_url = wpvl_paramReplace('height', new_url, height);
$("a#681d86ad39da8").attr('href', new_url);
//console.log(new_url);
}
});
});
/* ]]> */
});</script>
<p style="text-align: center;"><strong>Mr. Royal on video trekking Rinjani</strong></p>
</div>
</div>
<div id="col-1216269536" class="col medium-6 small-12 large-6" >
<div class="col-inner box-shadow-1 box-shadow-1-hover" >
<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1572554462">
<div class="img-inner dark" >
<img decoding="async" width="640" height="480" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20640%20480%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/trekking-gunung-rinjani.jpg" class="lazy-load attachment-large size-large" alt="top rinjani" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2021/07/trekking-gunung-rinjani.jpg 640w, https://rinjanilombok.net/wp-content/uploads/2021/07/trekking-gunung-rinjani-600x450.jpg 600w" sizes="auto, (max-width: 640px) 100vw, 640px" />
</div>
<style>
#image_1572554462 {
width: 100%;
}
</style>
</div>
<div id="text-2538708673" class="text">
<p style="text-align: center;"><strong>Mr. Subur an expert guide on Top 3726M</strong></p>
<style>
#text-2538708673 {
line-height: 0.75;
}
</style>
</div>
</div>
</div>
</div>
<div class="row" id="row-391425820">
<div id="col-1971807442" class="col small-12 large-12" >
<div class="col-inner" >
<div class="row" id="row-655034051">
<div id="col-689162971" class="col small-12 large-12" >
<div class="col-inner dark" >
<h2 style="text-align: center;"><span style="color: #008000; font-size: 160%;">Rinjani Trekking & Tour Lombok Packages</span></h2>
</div>
<style>
#col-689162971 > .col-inner {
padding: 20px 0px 0px 0px;
}
</style>
</div>
</div>
<p style="text-align: center;"><span style="font-size: 110%;">Browse our unrivaled selections of Mount Rinjani Trekking and <a href="https://royalrinjanitour.com/" target="_blank" rel="noopener">Lombok tours</a>. Our expert team will create your perfect Tours experience</span></p>
<div class="row" id="row-1331657329">
<div id="col-1320109138" class="col medium-6 small-12 large-6" >
<div class="col-inner" >
<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1690676595">
<div class="img-inner dark" >
<img decoding="async" width="600" height="450" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20600%20450%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2022/03/Air-terjun-torean-Lombok.jpg" class="lazy-load attachment-large size-large" alt="Torean (waterfall)" />
</div>
<style>
#image_1690676595 {
width: 100%;
}
</style>
</div>
</div>
</div>
<div id="col-587932071" class="col medium-6 small-12 large-6" >
<div class="col-inner box-shadow-1 box-shadow-1-hover" >
<h2 class="entry-title">3D-2N Sembalun – Torean: Trekking (For Expert Climber)</h2>
<p><span style="font-size: 105%;">This Rinjani tour package is designed for people with the best level of fitness or expert climbers who are able to walk up and down the hill for 7,5 hours a day. from Sembalun 1.150m to crater rim Sembalun 239m, summit 3726m, Lake 2000m and finish at Torean 700m above sea level. The Torean hiking trail is the newest route to Mount Rinjani in the northern part of the island of Lombok, which is included in the administrative area of the North Lombok Regency. This route is usually traversed by pilgrims to Lake Segara Anak, both Hindus and Muslims.</span></p>
<a href="https://rinjanilombok.net/3d-2n-sembalun-torean-hiking-mount-rinjani-package/" class="button primary" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
<style>
#col-587932071 > .col-inner {
padding: 5px 6px 3px 4px;
}
</style>
</div>
</div>
<div id="gap-1994040443" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1994040443 {
padding-top: 30px;
}
</style>
</div>
<div class="row" id="row-1976409537">
<div id="col-1741529498" class="col medium-6 small-12 large-6" >
<div class="col-inner box-shadow-2 box-shadow-2-hover" >
<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_917089062">
<div class="img-inner dark" >
<img decoding="async" width="1020" height="765" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201020%20765%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2022/02/Trek-Torean.jpg" class="lazy-load attachment-large size-large" alt="Torean" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2022/02/Trek-Torean.jpg 1152w, https://rinjanilombok.net/wp-content/uploads/2022/02/Trek-Torean-600x450.jpg 600w" sizes="auto, (max-width: 1020px) 100vw, 1020px" />
</div>
<style>
#image_917089062 {
width: 100%;
}
</style>
</div>
</div>
</div>
<div id="col-828373324" class="col medium-6 small-12 large-6" >
<div class="col-inner box-shadow-1 box-shadow-1-hover" >
<h2 class="entry-title">4D-3N Sembalun – Torean: Trekking Package (For Beginner Hiker)</h2>
<p><span style="font-size: 105%;">The Torean trekking trail is the newest route to Mount Rinjani in the northern part of the island of Lombok, which is included in the administrative area of the North Lombok Regency. This route is usually traversed by pilgrims to Lake Segara Anak, both Hindus, and Muslims. The Torean route is the most sloping path to Lake Segara Anak. Departing from an altitude 750 meters asl (start trekking point) to Lake Segara Anak 2000 meters asl.</span></p>
<a href="https://rinjanilombok.net/4d-3n-sembalun-torean-climbing-mount-rinjani-package/" class="button primary" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
<style>
#col-828373324 > .col-inner {
padding: 9px 4px 4px 7px;
}
</style>
</div>
</div>
</div>
</div>
</div>
<div class="row" id="row-273649317">
<div id="col-1253034471" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1041804870">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Puncak-rinjani.jpg" class="lazy-load bg attachment-large size-large" alt="rinjani" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/2d-1n-mount-rinjani-trek-summit/" ><div class="fill banner-link"></div></a>
<div id="text-box-1923906184" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-1923906184 {
width: 60%;
}
#text-box-1923906184 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-1923906184 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Puncak-rinjani.jpg" class="lazy-load attachment-large size-large" alt="rinjani" /></div>
<style>
#banner-1041804870 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>2D-1N Trekking Summit 3726m</strong></span></p>
<p>Enjoying the most beautiful mountain in Indonesia with friendly local people who live in Sembalun village ancient caldera 2 Days 1-night Rinjani summit over the moon.</p>
<div id="gap-1109004912" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1109004912 {
padding-top: 20px;
}
</style>
</div>
<a href="https://rinjanilombok.net/2d-1n-mount-rinjani-trek-summit/" class="button primary is-small" style="border-radius:10px;">
<span>CONTINUE</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1649067619" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1541878028">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/top-lake-rinjani.jpg" class="lazy-load bg attachment-large size-large" alt="rinjani" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/3d-2n-trekking-rinjani-summit-lake/" ><div class="fill banner-link"></div></a>
<div id="text-box-1518927186" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-1518927186 {
width: 60%;
}
#text-box-1518927186 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-1518927186 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/top-lake-rinjani.jpg" class="lazy-load attachment-large size-large" alt="rinjani" /></div>
<style>
#banner-1541878028 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>3D-2N SummiT 3726M & Lake</strong></span></p>
<p>Trekking 3-days 2-nights Summit Rinjani and Lake Segara Anak start from Sembalun to the crater rim Sembalun, summit, Lake and Torean village.</p>
<div id="gap-528638675" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-528638675 {
padding-top: 20px;
}
</style>
</div>
<a href="https://rinjanilombok.net/3d-2n-trekking-rinjani-summit-lake/" class="button primary is-small" style="border-radius:10px;">
<span>CONTINUE</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-2122149543" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1784772574">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="399" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20399%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/rim-sembalun-lake.jpg" class="lazy-load bg attachment-large size-large" alt="rim" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/4d-3n-trekking-rinjani-summit-lake/" ><div class="fill banner-link"></div></a>
<div id="text-box-34405254" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-34405254 {
width: 60%;
}
#text-box-34405254 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-34405254 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="399" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20399%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/rim-sembalun-lake.jpg" class="lazy-load attachment-large size-large" alt="rim" /></div>
<style>
#banner-1784772574 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>4D-3N Trek Summit & Lake</strong></span></p>
<p>Trekking 4D-3N Mount Rinjani peak and Segara Anak lake start from Sembalun to the crater rim Sembalun, summit, Lake and return to Torean.</p>
<div id="gap-1371092028" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1371092028 {
padding-top: 20px;
}
</style>
</div>
<a href="https://rinjanilombok.net/4d-3n-trekking-rinjani-summit-lake/" class="button primary is-small" style="border-radius:10px;">
<span>CONTINUE</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
</div>
<div class="row" id="row-1455252507">
<div id="col-1459056995" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1693997464">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/rim-senaru-rinjani.jpg" class="lazy-load bg attachment-large size-large" alt="senaru" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-senaru/" ><div class="fill banner-link"></div></a>
<div id="text-box-801689839" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-801689839 {
width: 60%;
}
#text-box-801689839 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-801689839 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/rim-senaru-rinjani.jpg" class="lazy-load attachment-large size-large" alt="senaru" /></div>
<style>
#banner-1693997464 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>2D-1N Crater Rim Senaru</strong></span></p>
<p>Trekking Package Rinjani to Crater-rim-Senaru 2-days 1-night package start from Senaru to the crater-rim. The second-day down to Senaru village.</p>
<div id="gap-976738321" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-976738321 {
padding-top: 19px;
}
</style>
</div>
<a href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-senaru/" class="button primary is-small" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1556349254" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1788683978">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Segara-Anak-Lakes.jpg" class="lazy-load bg attachment-large size-large" alt="lake" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/2-days-1-night-hiking-rinjani-crater-rim-tetebatu/" ><div class="fill banner-link"></div></a>
<div id="text-box-305336036" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-305336036 {
width: 60%;
}
#text-box-305336036 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-305336036 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Segara-Anak-Lakes.jpg" class="lazy-load attachment-large size-large" alt="lake" /></div>
<style>
#banner-1788683978 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>2D-1N Trekking Rim Tetebatu</strong></span></p>
<p>One of the best trip to the Lombok volcano beside from Sembalun and Senaru is hiking from Tetebatu to Crater-Rim 2-days 1-night. Spent a night in Tetebatu and start in the morning</p>
<div id="gap-1220769702" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1220769702 {
padding-top: 17px;
}
</style>
</div>
<a href="https://rinjanilombok.net/2-days-1-night-hiking-rinjani-crater-rim-tetebatu/" class="button primary is-small" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1958833633" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-575666732">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/on-2nd-Summit-timbanuh.jpg" class="lazy-load bg attachment-large size-large" alt="timbanuh" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-timbanuh/" ><div class="fill banner-link"></div></a>
<div id="text-box-529366278" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-529366278 {
width: 60%;
}
#text-box-529366278 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-529366278 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/on-2nd-Summit-timbanuh.jpg" class="lazy-load attachment-large size-large" alt="timbanuh" /></div>
<style>
#banner-575666732 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>2D-1N Trek Rim Timbanuh</strong></span></p>
<p>Timbanuh-Trekking to hike <strong>Mount Rinjani</strong> from Timbanuh at 950 meters above sea level to crater rim 2.800 meter and in the next day back to TimbaNuh and Tetebatu.</p>
<div id="gap-95126977" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-95126977 {
padding-top: 20px;
}
</style>
</div>
<a href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-timbanuh/" class="button primary is-small" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
</div>
<div class="row" id="row-2007541357">
<div id="col-354073387" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-8773221">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Paralayang-kuta.jpeg" class="lazy-load bg attachment-large size-large" alt="kuta" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/tandem-paragliding-flight-in-kuta-lombok/" ><div class="fill banner-link"></div></a>
<div id="text-box-690107732" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-690107732 {
width: 60%;
}
#text-box-690107732 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-690107732 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Paralayang-kuta.jpeg" class="lazy-load attachment-large size-large" alt="kuta" /></div>
<style>
#banner-8773221 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><strong><span style="color: #000000;">Tandem Paragliding in Kuta</span></strong></p>
<p>The best Paragliding sites In Lombok, fly from beautiful beach views to amazing mountain paragliding sites.</p>
<div id="gap-1361692035" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1361692035 {
padding-top: 30px;
}
</style>
</div>
<a href="https://rinjanilombok.net/tandem-paragliding-flight-in-kuta-lombok/" class="button primary is-small" style="border-radius:10px;">
<span>DETAIL INFO</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1520347806" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1577229016">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/853437472_371312-1024x577-1.jpg" class="lazy-load bg attachment-large size-large" alt="paralayang" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/paragliding-flight-tandem-in-sembalun-lombok-indonesia/" ><div class="fill banner-link"></div></a>
<div id="text-box-457153956" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-457153956 {
width: 60%;
}
#text-box-457153956 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-457153956 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/853437472_371312-1024x577-1.jpg" class="lazy-load attachment-large size-large" alt="paralayang" /></div>
<style>
#banner-1577229016 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><strong><span style="color: #000000;">Paragliding Tandem Sembalun</span></strong></p>
<p>You will fly with a professional pilot that has high flight hours and guaranteed you will be save.</p>
<div id="gap-290238810" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-290238810 {
padding-top: 30px;
}
</style>
</div>
<a href="https://rinjanilombok.net/paragliding-flight-tandem-in-sembalun-lombok-indonesia/" class="button primary is-small" style="border-radius:10px;">
<span>DETAIL INFO</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1319889941" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1332902102">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/boat3-1024x768-1.jpg" class="lazy-load bg attachment-large size-large" alt="boat tour" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/one-day-tour-pink-beach-lombok/" ><div class="fill banner-link"></div></a>
<div id="text-box-1085968018" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-1085968018 {
width: 60%;
}
#text-box-1085968018 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-1085968018 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/boat3-1024x768-1.jpg" class="lazy-load attachment-large size-large" alt="boat tour" /></div>
<style>
#banner-1332902102 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><strong><span style="color: #000000;">Daily Tour Pink Beach Lombok</span></strong></p>
<p>Tangsi beach or famous as Pink Beach is one of popular tourism destination in Lombok. located in Sekaroh</p>
<div id="gap-1604769925" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1604769925 {
padding-top: 30px;
}
</style>
</div>
<a href="https://rinjanilombok.net/one-day-tour-pink-beach-lombok/" class="button primary is-small" style="border-radius:10px;">
<span>DETAIL INFO</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
</div>
<div class="row" id="row-1418792758">
<div id="col-299577079" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-42840515">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Sunset-tour.jpg" class="lazy-load bg attachment-large size-large" alt="sunset" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/pergasingan-hill-sunrise-trip/" ><div class="fill banner-link"></div></a>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Sunset-tour.jpg" class="lazy-load attachment-large size-large" alt="sunset" /></div>
<style>
#banner-42840515 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><span style="color: #000000;"><strong>Pergasingan Hill Sunrise Trip</strong></span></p>
<p>Sunrise trip package for you who have limited time or do not want to over-night at top of Pergasingan Hill.</p>
<div id="gap-573871433" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-573871433 {
padding-top: 30px;
}
</style>
</div>
<a href="https://rinjanilombok.net/pergasingan-hill-sunrise-trip/" class="button primary is-small" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1834324831" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-1621498203">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Waterfall-senaru-tour.jpg" class="lazy-load bg attachment-large size-large" alt="waterfall" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<div class="fill banner-link"></div>
<div id="text-box-80986036" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-80986036 {
width: 60%;
}
#text-box-80986036 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-80986036 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Waterfall-senaru-tour.jpg" class="lazy-load attachment-large size-large" alt="waterfall" /></div>
<style>
#banner-1621498203 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><strong><span style="color: #000000;">Camping on pergasingan hill and hiking on tiu kelep waterfall</span></strong></p>
<p>If you arrive in Sembalun Village in the morning or arrive in the afternoon you can continue with the program.</p>
<div id="gap-1470076993" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1470076993 {
padding-top: 17px;
}
</style>
</div>
<a href="https://rinjanilombok.net/camping-pergasingan-hill-hiking-tiu-kelep-water-fall-2-days-1-night/" class="button primary is-small" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
<div id="col-1248355125" class="col medium-4 small-12 large-4" >
<div class="col-inner text-center box-shadow-1 box-shadow-1-hover" >
<div class="banner has-hover" id="banner-580555858">
<div class="banner-inner fill">
<div class="banner-bg fill" >
<img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Fish-at-G-Kondo.jpg" class="lazy-load bg attachment-large size-large" alt="kondo" /> <div class="overlay"></div>
</div>
<div class="banner-layers container">
<a class="fill" href="https://rinjanilombok.net/hiking-camping-bukit-pergasingan-gili-kondo-3-days-2-nights/" ><div class="fill banner-link"></div></a>
<div id="text-box-995131598" class="text-box banner-layer x95 md-x95 lg-x95 y5 md-y5 lg-y5 res-text">
<div class="text-box-content text dark">
<div class="text-inner text-right">
</div>
</div>
<style>
#text-box-995131598 {
width: 60%;
}
#text-box-995131598 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-995131598 {
width: 40%;
}
}
</style>
</div>
</div>
</div>
<div class="height-fix is-invisible"><img decoding="async" width="400" height="300" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20400%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2021/07/Fish-at-G-Kondo.jpg" class="lazy-load attachment-large size-large" alt="kondo" /></div>
<style>
#banner-580555858 .overlay {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</div>
<p class="uppercase"><strong><span style="color: #000000;">Hiking and camping on Pergasingan Hill and Gili Kondo</span></strong></p>
<p>Overview: Pergasingan Hill, Sembalun Village, and Royal Rinjani Trek Center, Labu Pandan and Gili Kondo.</p>
<div id="gap-296500988" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-296500988 {
padding-top: 19px;
}
</style>
</div>
<a href="https://rinjanilombok.net/hiking-camping-bukit-pergasingan-gili-kondo-3-days-2-nights/" class="button primary is-small" style="border-radius:10px;">
<span>Take Me There</span>
<i class="icon-angle-right" aria-hidden="true" ></i></a>
</div>
</div>
</div>
<div class="row" id="row-1008650683">
<div id="col-1564587873" class="col small-12 large-12" >
<div class="col-inner" >
<h2>Mount Rinjani Trekking Tour Guides</h2>
<p>Are you looking for information about trekking Mount Rinjani, or planning to hike in the near future. You are in the right place. Because we are from Lombok Green Nature provide complete tour package information related to exploring the nature of Mount Rinjani National Park.</p>
<p>Tours and trekking to Mount Rinjani Lombok are the attractions that are most interested by tourists, both domestic and foreign tourists who have a hobby of exploring nature on the island of Lombok, West Nusa Tenggara Province.</p>
<p>The Mount Rinjani track is 25 km long, counting from the entrance to the Mount Rinjani National Park area through Sembalun to the trekking gate of Senaru Village, North Lombok Regency.</p>
<p>Meanwhile, from the Summit Rinjani campsite (Plawangan Sembalun) to the top of Mount Rinjani. The distance is 3 km. if calculated from the field to the peak and from the peak of the back to the Plawangan Sembalun the total is 6 km. Then the full package trekking program journey departs from Sembalun and finishes at Senaru for a total of 32 km.</p>
<p>The terrain of the Sembalun route, from the starting gate to post III, the track is relatively not too hard because there are still many tracks that are flat and not too uphill. Trekking from an altitude of 1150 masl to 1800 masl, and from post III the track is more challenging. Which is known as the hill of regret to Pelawangan Sembalun which is 2639 meters above sea level.</p>
<p>Along the Sembalun route, savanna forests are dominated by savanna from the entrance gate to the Mount Rinjani National Park area to Post III. Meanwhile, from post III to the summit Rinjani campsite (Plawangan Sembalun), there are savanna and cypress forests.</p>
<p>Unlike the Sembalun route, the Senaru route is more challenging and tiring where you start the ascent from the gate which is 601 meters above sea level to 2641 meters above sea level. In terms of numbers, the Senaru route is steeper than the Sembalun route. In contrast to the Sembalun route, which passes through most of the Savanna Forests. The Senaru route is dominated by dense timber forests from the boundaries of the Mount Rinjani National Park Area to post III. Walk 500 meters from post III to Pelawangan consisting of savanna and fir forests.</p>
<p>Both the Sembalun and Senaru routes down to the lake are relatively the same, namely the tracks are both steep and rocky, so you have to be extra careful when passing through these two routes.</p>
<h3>How long does it take to climb Mt Rinjani?</h3>
<p>Trekking to Mount Rinjani usually takes 2 to 4 days and is required to use a company engaged in official tour operator services registered at the Mount Rinjani National Park office.</p>
<p>We from the Lombok Green Nature company provide all your travel needs starting from professional Rinjani mountain guides, porters transporting goods as well as cooks during your adventure exploring Rinjani. Not only that, shuttle transportation and climbing equipment are also provided by the company.</p>
<p>Use services of a tour operator because the route along the journey in the Mount Rinjani is quite dangerous. Many of the paths are steep and deep, especially at certain points.</p>
<h3>When is Mount Rinjani open?</h3>
<p>In general, trekking Mount Rinjani usually closes in early January and opens in early April every year. The closure was carried out because the weather was unfriendly, namely the intensity of the rain was very high and efforts were made to conserve the area.</p>
<p>The best time to climb Mount Rijani is from April to June. At that time, the weather was still cool and the nature around it was still green even though it usually rains in April. Meanwhile, starting in July-October the weather began to heat up and along the hiking trail it started to get dusty.</p>
<p>The peak of the high number of visits to Mount Rinjani both foreign tourists and domestic tourists is also between July, August, September and October.</p>
<p><a href="https://rinjanilombok.net/wp-content/uploads/2024/05/Segara-Anak-Lake-hiking.jpg"><img decoding="async" class="lazy-load alignnone size-full wp-image-3153" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201200%20773%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2024/05/Segara-Anak-Lake-hiking.jpg" alt="Rinjani Hiking" width="1200" height="773" srcset="" data-srcset="https://rinjanilombok.net/wp-content/uploads/2024/05/Segara-Anak-Lake-hiking.jpg 1200w, https://rinjanilombok.net/wp-content/uploads/2024/05/Segara-Anak-Lake-hiking-600x387.jpg 600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></a></p>
<p>Especially for domestic tourists, it is usually crowded in August on the Long holiday to celebrate the independence day of the Republic of Indonesia on August 17. Event centers are located at several points at Pelawangan Sembalun, the peak of Mount Rinjani and at Segara Anak lake.</p>
<p>Meanwhile, for now it is not possible to travel to Lake Segara Anak through the Senaru gate because the descending path starting from Pelawangan has a landslide so that it cannot be passed. Thus trekking through the Senaru gate can only reach Pelawangan.</p>
<p>For tourists who want to visit Segara Anak lake, they must pass the Sembalun trekking route which is relatively still possible and good to pass.Then you have to go back through the same route considering that the path to the Senaru field is completely covered by landslides.</p>
<h3>What to bring to climb Rinjani?</h3>
<p>Camping equipment such as tents, mattresses, sleeping bags are included in the Rinjani trekking packages we provide. However, there are some important items that you must bring yourself, such as head lamps, warm jackets, trekking shoes, trousers, shorts and sandals. Which are also very important to use when visiting hot springs near the Segara Anak lake area.</p>
<p>If you have a history of special allergies such as allergies to flowers and other plants. It is advisable to bring your own medicine.We only provide certain medicines such as first aid, fever and stomach aches that can be used without a doctor’s prescription.</p>
<p>Don’t forget to also bring a raincoat when climbing in April and May. For other personal needs such as clothes and others. Bring enough and what is important according to the list of needs during the climb.</p>
<p>Don’t forget to bring a camera or cellphone to capture the journey and nature of Mount Rinjani.</p>
<p>Food needs, water, snacks, soft drinks and fruit are provided by the company. You may bring your own food so that it is not too heavy.</p>
<p>Before leaving for the hike, you will be given a large bottle of water as a necessity on the Mount Rinjani trip.</p>
</div>
<style>
#col-1564587873 > .col-inner {
padding: 20px 0px 10px 0px;
}
</style>
</div>
</div>
<div id="gap-1590069251" class="gap-element clearfix" style="display:block; height:auto;">
<style>
#gap-1590069251 {
padding-top: 30px;
}
</style>
</div>
<div class="row" id="row-1335946182">
<div id="col-347037140" class="col small-12 large-12" >
<div class="col-inner text-center box-shadow-2 box-shadow-2-hover" style="background-color:rgb(255,255,255);" >
<div id="text-433700330" class="text">
<p><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/TripAdvisor-1.png"><img decoding="async" class="lazy-load size-full wp-image-3420 aligncenter" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20300%20140%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" data-src="https://rinjanilombok.net/wp-content/uploads/2024/08/TripAdvisor-1.png" alt="" width="300" height="140" /></a></p>
<p style="text-align: center;"><span style="font-size: 120%; color: #222222;">Private trek: Sembalun-Crater rim-Rinjani summit-Crater rim-lake-hot spring-Torean</span></p>
<p><span style="font-size: 100%;">We are an old couple, I am 75 and my wife is 73. Lombok Green Nature and its partner Ace Adventure Expeditions in Singapore organize our private trek: sembalun-crater rim-rinjani summit-crater rim-lake-hot spring-torean. Although it is a very difficult trek, the first class team of porters and guides help me reached the summit. Special thanks to Awan, Beni, Jack Rinjani (Aziz), Denis, Ampong for making this possible. Thank you for all your patience and kindness. Thank you Mr. Royal (Lombok Green Nature) and Miss Joanne Soo (Ace adventure Expeditions) for making the necessary arrangements to make the Rinjani trekking a success.</span></p>
<p style="text-align: center;"><span style="color: #003300;">Tony C – Singapore</span></p>
<style>
#text-433700330 {
color: rgb(96, 96, 96);
}
#text-433700330 > * {
color: rgb(96, 96, 96);
}
</style>
</div>
<a href="https://www.tripadvisor.com/Attraction_Review-g297733-d10859387-Reviews-Lombok_Green_Nature-Lombok_West_Nusa_Tenggara.html" target="_blank" class="button primary lowercase" rel="nofollow noopener" style="border-radius:99px;">
<span>Read More Reviews on Trip Advisor</span>
</a>
</div>
<style>
#col-347037140 > .col-inner {
padding: 25px 10px 10px 10px;
border-radius: 18px;
}
</style>
</div>
</div>
</div>
</div>
</div>
<section class="section" id="section_2005709615">
<div class="section-bg fill" >
<div class="section-bg-overlay absolute fill"></div>
</div>
<div class="section-content relative">
<div class="container section-title-container" ><h2 class="section-title section-title-center"><b></b><span class="section-title-main" >GALLERY</span><b></b></h2></div>
<div class="row" id="row-766025505">
<div id="col-74489747" class="col small-12 large-12" >
<div class="col-inner" >
<div id="text-2758086399" class="text">
<h3 style="text-align: center;">CAMPING EQUIPMENTS</h3>
<style type="text/css">
#foogallery-gallery-3249 .fg-image {
width: 150px;
}
</style>
<div class="foogallery foogallery-container foogallery-default foogallery-lightbox-foogallery fg-gutter-10 fg-center fg-m-col3 fg-default fg-light fg-border-thin fg-shadow-outline fg-loading-default fg-loaded-fade-in fg-caption-hover fg-hover-fade fg-hover-zoom fg-ready" id="foogallery-gallery-3249" data-foogallery="{"item":{"showCaptionTitle":true,"showCaptionDescription":true},"lazy":true}" data-foogallery-lightbox="{"thumbs":"bottom","thumbsCaptions":false,"thumbsBestFit":false,"thumbsSmall":false,"thumbsCaptionsAlign":"default","info":"bottom","infoVisible":true,"infoOverlay":true,"infoAlign":"default","transition":"fade","hoverButtons":false,"fitMedia":false,"noScrollbars":true,"preserveButtonSpace":true,"buttons":{"fullscreen":true,"info":true,"thumbs":false},"video":{"autoPlay":true}}" >
<div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2023/04/open-trip6.jpg" data-attachment-id="2815" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="tenda" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2023/04/open-trip6/936458635.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2023/04/open-trip6/42145084.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2015/01/Campsite2.jpg" data-attachment-id="2531" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="trekking rinjani" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2015/01/Campsite2/3680914135.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2015/01/Campsite2/1021446143.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2020/01/Mount-Rinjani.jpg" data-attachment-id="1580" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2020/01/Mount-Rinjani/3392415631.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2020/01/Mount-Rinjani/3060896857.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Senaru-2.jpg" data-attachment-id="3270" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="Hiking and Camping" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Senaru-2/3889434875.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Senaru-2/3686023157.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Tent.jpg" data-attachment-id="3436" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Tent/2384093155.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Tent/507276026.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Tent-5.jpg" data-attachment-id="3433" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Tent-5/3431111627.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Tent-5/20014806.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div></div>
<style>
#text-2758086399 {
text-align: center;
}
</style>
</div>
</div>
</div>
</div>
<div class="row" id="row-332285565">
<div id="col-253786159" class="col small-12 large-12" >
<div class="col-inner" >
<div id="text-4039849813" class="text">
<h3>SAMPLE FOODS & DRINKS</h3>
<style type="text/css">
#foogallery-gallery-3239 .fg-image {
width: 150px;
}
</style>
<div class="foogallery foogallery-container foogallery-default foogallery-lightbox-foogallery fg-gutter-10 fg-center fg-m-col3 fg-default fg-light fg-border-thin fg-shadow-outline fg-loading-default fg-loaded-fade-in fg-caption-hover fg-hover-fade fg-hover-zoom fg-ready" id="foogallery-gallery-3239" data-foogallery="{"item":{"showCaptionTitle":true,"showCaptionDescription":true},"lazy":true}" data-foogallery-lightbox="{"thumbs":"bottom","thumbsCaptions":false,"thumbsBestFit":false,"thumbsSmall":false,"thumbsCaptionsAlign":"default","info":"bottom","infoVisible":true,"infoOverlay":true,"infoAlign":"default","transition":"fade","hoverButtons":false,"fitMedia":false,"noScrollbars":true,"preserveButtonSpace":true,"buttons":{"fullscreen":true,"info":true,"thumbs":false},"video":{"autoPlay":true}}" >
<div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2021/08/image_50456833-scaled.jpg" data-attachment-id="2600" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="hiking" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2021/08/image_50456833-scaled/2467379949.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2021/08/image_50456833-scaled/3332785278.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2015/01/foods-at-lake-side.jpg" data-attachment-id="2530" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="Anggaran biaya mendaki Rinjani" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2015/01/foods-at-lake-side/1644355819.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2015/01/foods-at-lake-side/2315302.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/foods.jpeg" data-attachment-id="3242" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="foods" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/foods/2392840296.jpeg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/foods/1126966645.jpeg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/foods-on-the-trek.jpg" data-attachment-id="3243" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="foods on the mountain" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/foods-on-the-trek/468142796.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/foods-on-the-trek/3880671376.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Senaru-1.jpg" data-attachment-id="3269" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" alt="Foods and drinks" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Senaru-1/4044428475.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Senaru-1/3446750133.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-2.jpg" data-attachment-id="3432" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-2/3174016003.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-2/3739515687.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-30.jpg" data-attachment-id="3472" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-30/3634797339.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-30/3838227477.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-29.jpg" data-attachment-id="3471" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-29/2022320361.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-29/1156188135.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-25.jpg" data-attachment-id="3470" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-25/1221765584.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-25/1957856990.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-24.jpg" data-attachment-id="3469" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-24/3553669527.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-24/4021329561.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-23.jpg" data-attachment-id="3468" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-23/3202493688.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-23/2189558774.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div><div class="fg-item fg-type-image fg-idle"><figure class="fg-item-inner"><a href="https://rinjanilombok.net/wp-content/uploads/2024/08/Foods-20.jpg" data-attachment-id="3467" data-type="image" class="fg-thumb"><span class="fg-image-wrap"><img decoding="async" width="150" height="150" class="skip-lazy fg-image" data-no-lazy="1" data-src-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-20/1434742570.jpg" data-srcset-fg="https://rinjanilombok.net/wp-content/uploads/cache/2024/08/Foods-20/1776566308.jpg 2x" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" loading="eager"></span><span class="fg-image-overlay"></span></a><figcaption class="fg-caption"><div class="fg-caption-inner"></div></figcaption></figure><div class="fg-loader"></div></div></div>
<style>
#text-4039849813 {
text-align: center;
}
</style>
</div>
</div>
</div>
</div>
</div>
<style>
#section_2005709615 {
padding-top: 30px;
padding-bottom: 30px;
}
#section_2005709615 .section-bg-overlay {
background-color: rgb(236, 255, 220);
}
</style>
</section>
</div>
</main>
<footer id="footer" class="footer-wrapper">
<!-- FOOTER 1 -->
<!-- FOOTER 2 -->
<div class="footer-widgets footer footer-2 dark">
<div class="row dark large-columns-3 mb-0">
<div id="text-23" class="col pb-0 widget widget_text"><span class="widget-title">ABOUT US</span><div class="is-divider small"></div> <div class="textwidget"><p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-832" src="https://rinjanilombok.net/wp-content/uploads/2018/01/About-Us-Royal.jpg" alt="About Us-Royal" width="75" height="75" />Lombok Green Nature, in addition operating a tour business, actively contributes to the the Local Sembalun community. Mr. Royal, the owner, allocates 10% his product sales to the local Community Development Centre (CDC Sembalun).</p>
</div>
</div><div id="text-26" class="col pb-0 widget widget_text"><span class="widget-title">JOIN WITH US</span><div class="is-divider small"></div> <div class="textwidget"><p><a href="https://www.facebook.com/royaldi.sembahulun" target="_blank" rel="noopener"><strong>Facebook</strong></a></p>
<p><a href="https://www.youtube.com/channel/UC6QTNljFcKdmnnweQxmyooA" target="_blank" rel="noopener"><strong>YouTube</strong></a></p>
<p><a href="mailto:royaltrekker296@gmail.com"><img loading="lazy" decoding="async" class="alignnone wp-image-3481" src="https://rinjanilombok.net/wp-content/uploads/2024/08/Copy-right.png" alt="copyright" width="99" height="96" /></a></p>
</div>
</div><div id="text-24" class="col pb-0 widget widget_text"><span class="widget-title">CONTACT INFO</span><div class="is-divider small"></div> <div class="textwidget"><p><b>LOMBOK GREEN NATURE</b><br />
Mount Rinjani Trekking and Lombok Tour Agency<br />
<strong>Address:</strong> Jalan Pariwisata Sembalun, Desa Sembalun –<br />
Lombok – NTB – Indonesia 83666<br />
<strong>Mobile:</strong> +6285737156002<br />
<strong>E-mail:</strong> <a href="mailto:royaltrekker296@gmail.com">royaltrekker296@gmail.com</a><br />
<strong>Location : </strong> <a href="https://maps.app.goo.gl/kARxF2pde9fh25QS8" target="_blank" rel="noopener">Google Map</a></p>
</div>
</div> </div>
</div>
<div class="absolute-footer dark medium-text-center text-center">
<div class="container clearfix">
<div class="footer-secondary pull-right">
<div class="payment-icons inline-block"><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M10.781 7.688c-0.251-1.283-1.219-1.688-2.344-1.688h-8.376l-0.061 0.405c5.749 1.469 10.469 4.595 12.595 10.501l-1.813-9.219zM13.125 19.688l-0.531-2.781c-1.096-2.907-3.752-5.594-6.752-6.813l4.219 15.939h5.469l8.157-20.032h-5.501l-5.062 13.688zM27.72 26.061l3.248-20.061h-5.187l-3.251 20.061h5.189zM41.875 5.656c-5.125 0-8.717 2.72-8.749 6.624-0.032 2.877 2.563 4.469 4.531 5.439 2.032 0.968 2.688 1.624 2.688 2.499 0 1.344-1.624 1.939-3.093 1.939-2.093 0-3.219-0.251-4.875-1.032l-0.688-0.344-0.719 4.499c1.219 0.563 3.437 1.064 5.781 1.064 5.437 0.032 8.97-2.688 9.032-6.843 0-2.282-1.405-4-4.376-5.439-1.811-0.904-2.904-1.563-2.904-2.499 0-0.843 0.936-1.72 2.968-1.72 1.688-0.029 2.936 0.314 3.875 0.752l0.469 0.248 0.717-4.344c-1.032-0.406-2.656-0.844-4.656-0.844zM55.813 6c-1.251 0-2.189 0.376-2.72 1.688l-7.688 18.374h5.437c0.877-2.467 1.096-3 1.096-3 0.592 0 5.875 0 6.624 0 0 0 0.157 0.688 0.624 3h4.813l-4.187-20.061h-4zM53.405 18.938c0 0 0.437-1.157 2.064-5.594-0.032 0.032 0.437-1.157 0.688-1.907l0.374 1.72c0.968 4.781 1.189 5.781 1.189 5.781-0.813 0-3.283 0-4.315 0z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M35.255 12.078h-2.396c-0.229 0-0.444 0.114-0.572 0.303l-3.306 4.868-1.4-4.678c-0.088-0.292-0.358-0.493-0.663-0.493h-2.355c-0.284 0-0.485 0.28-0.393 0.548l2.638 7.745-2.481 3.501c-0.195 0.275 0.002 0.655 0.339 0.655h2.394c0.227 0 0.439-0.111 0.569-0.297l7.968-11.501c0.191-0.275-0.006-0.652-0.341-0.652zM19.237 16.718c-0.23 1.362-1.311 2.276-2.691 2.276-0.691 0-1.245-0.223-1.601-0.644-0.353-0.417-0.485-1.012-0.374-1.674 0.214-1.35 1.313-2.294 2.671-2.294 0.677 0 1.227 0.225 1.589 0.65 0.365 0.428 0.509 1.027 0.404 1.686zM22.559 12.078h-2.384c-0.204 0-0.378 0.148-0.41 0.351l-0.104 0.666-0.166-0.241c-0.517-0.749-1.667-1-2.817-1-2.634 0-4.883 1.996-5.321 4.796-0.228 1.396 0.095 2.731 0.888 3.662 0.727 0.856 1.765 1.212 3.002 1.212 2.123 0 3.3-1.363 3.3-1.363l-0.106 0.662c-0.040 0.252 0.155 0.479 0.41 0.479h2.147c0.341 0 0.63-0.247 0.684-0.584l1.289-8.161c0.040-0.251-0.155-0.479-0.41-0.479zM8.254 12.135c-0.272 1.787-1.636 1.787-2.957 1.787h-0.751l0.527-3.336c0.031-0.202 0.205-0.35 0.41-0.35h0.345c0.899 0 1.747 0 2.185 0.511 0.262 0.307 0.341 0.761 0.242 1.388zM7.68 7.473h-4.979c-0.341 0-0.63 0.248-0.684 0.584l-2.013 12.765c-0.040 0.252 0.155 0.479 0.41 0.479h2.378c0.34 0 0.63-0.248 0.683-0.584l0.543-3.444c0.053-0.337 0.343-0.584 0.683-0.584h1.575c3.279 0 5.172-1.587 5.666-4.732 0.223-1.375 0.009-2.456-0.635-3.212-0.707-0.832-1.962-1.272-3.628-1.272zM60.876 7.823l-2.043 12.998c-0.040 0.252 0.155 0.479 0.41 0.479h2.055c0.34 0 0.63-0.248 0.683-0.584l2.015-12.765c0.040-0.252-0.155-0.479-0.41-0.479h-2.299c-0.205 0.001-0.379 0.148-0.41 0.351zM54.744 16.718c-0.23 1.362-1.311 2.276-2.691 2.276-0.691 0-1.245-0.223-1.601-0.644-0.353-0.417-0.485-1.012-0.374-1.674 0.214-1.35 1.313-2.294 2.671-2.294 0.677 0 1.227 0.225 1.589 0.65 0.365 0.428 0.509 1.027 0.404 1.686zM58.066 12.078h-2.384c-0.204 0-0.378 0.148-0.41 0.351l-0.104 0.666-0.167-0.241c-0.516-0.749-1.667-1-2.816-1-2.634 0-4.883 1.996-5.321 4.796-0.228 1.396 0.095 2.731 0.888 3.662 0.727 0.856 1.765 1.212 3.002 1.212 2.123 0 3.3-1.363 3.3-1.363l-0.106 0.662c-0.040 0.252 0.155 0.479 0.41 0.479h2.147c0.341 0 0.63-0.247 0.684-0.584l1.289-8.161c0.040-0.252-0.156-0.479-0.41-0.479zM43.761 12.135c-0.272 1.787-1.636 1.787-2.957 1.787h-0.751l0.527-3.336c0.031-0.202 0.205-0.35 0.41-0.35h0.345c0.899 0 1.747 0 2.185 0.511 0.261 0.307 0.34 0.761 0.241 1.388zM43.187 7.473h-4.979c-0.341 0-0.63 0.248-0.684 0.584l-2.013 12.765c-0.040 0.252 0.156 0.479 0.41 0.479h2.554c0.238 0 0.441-0.173 0.478-0.408l0.572-3.619c0.053-0.337 0.343-0.584 0.683-0.584h1.575c3.279 0 5.172-1.587 5.666-4.732 0.223-1.375 0.009-2.456-0.635-3.212-0.707-0.832-1.962-1.272-3.627-1.272z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M7.114 14.656c-1.375-0.5-2.125-0.906-2.125-1.531 0-0.531 0.437-0.812 1.188-0.812 1.437 0 2.875 0.531 3.875 1.031l0.563-3.5c-0.781-0.375-2.406-1-4.656-1-1.594 0-2.906 0.406-3.844 1.188-1 0.812-1.5 2-1.5 3.406 0 2.563 1.563 3.688 4.125 4.594 1.625 0.594 2.188 1 2.188 1.656 0 0.625-0.531 0.969-1.5 0.969-1.188 0-3.156-0.594-4.437-1.343l-0.563 3.531c1.094 0.625 3.125 1.281 5.25 1.281 1.688 0 3.063-0.406 4.031-1.157 1.063-0.843 1.594-2.062 1.594-3.656-0.001-2.625-1.595-3.719-4.188-4.657zM21.114 9.125h-3v-4.219l-4.031 0.656-0.563 3.563-1.437 0.25-0.531 3.219h1.937v6.844c0 1.781 0.469 3 1.375 3.75 0.781 0.625 1.907 0.938 3.469 0.938 1.219 0 1.937-0.219 2.468-0.344v-3.688c-0.282 0.063-0.938 0.22-1.375 0.22-0.906 0-1.313-0.5-1.313-1.563v-6.156h2.406l0.595-3.469zM30.396 9.031c-0.313-0.062-0.594-0.093-0.876-0.093-1.312 0-2.374 0.687-2.781 1.937l-0.313-1.75h-4.093v14.719h4.687v-9.563c0.594-0.719 1.437-0.968 2.563-0.968 0.25 0 0.5 0 0.812 0.062v-4.344zM33.895 2.719c-1.375 0-2.468 1.094-2.468 2.469s1.094 2.5 2.468 2.5 2.469-1.124 2.469-2.5-1.094-2.469-2.469-2.469zM36.239 23.844v-14.719h-4.687v14.719h4.687zM49.583 10.468c-0.843-1.094-2-1.625-3.469-1.625-1.343 0-2.531 0.563-3.656 1.75l-0.25-1.469h-4.125v20.155l4.688-0.781v-4.719c0.719 0.219 1.469 0.344 2.125 0.344 1.157 0 2.876-0.313 4.188-1.75 1.281-1.375 1.907-3.5 1.907-6.313 0-2.499-0.469-4.405-1.407-5.593zM45.677 19.532c-0.375 0.687-0.969 1.094-1.625 1.094-0.468 0-0.906-0.093-1.281-0.281v-7c0.812-0.844 1.531-0.938 1.781-0.938 1.188 0 1.781 1.313 1.781 3.812 0.001 1.437-0.219 2.531-0.656 3.313zM62.927 10.843c-1.032-1.312-2.563-2-4.501-2-4 0-6.468 2.938-6.468 7.688 0 2.625 0.656 4.625 1.968 5.875 1.157 1.157 2.844 1.719 5.032 1.719 2 0 3.844-0.469 5-1.251l-0.501-3.219c-1.157 0.625-2.5 0.969-4 0.969-0.906 0-1.532-0.188-1.969-0.594-0.5-0.406-0.781-1.094-0.875-2.062h7.75c0.031-0.219 0.062-1.281 0.062-1.625 0.001-2.344-0.5-4.188-1.499-5.5zM56.583 15.094c0.125-2.093 0.687-3.062 1.75-3.062s1.625 1 1.687 3.062h-3.437z"></path>
</svg>
</div><div class="payment-icon"><svg viewBox="0 0 64 32" xmlns="http://www.w3.org/2000/svg">
<path d="M18.4306 31.9299V29.8062C18.4306 28.9938 17.9382 28.4618 17.0929 28.4618C16.6703 28.4618 16.2107 28.6021 15.8948 29.0639C15.6486 28.6763 15.2957 28.4618 14.7663 28.4618C14.4135 28.4618 14.0606 28.5691 13.7816 28.9567V28.532H13.043V31.9299H13.7816V30.0536C13.7816 29.4515 14.0975 29.167 14.5899 29.167C15.0823 29.167 15.3285 29.4845 15.3285 30.0536V31.9299H16.0671V30.0536C16.0671 29.4515 16.42 29.167 16.8754 29.167C17.3678 29.167 17.614 29.4845 17.614 30.0536V31.9299H18.4306ZM29.3863 28.532H28.1882V27.5051H27.4496V28.532H26.7808V29.2041H27.4496V30.7629C27.4496 31.5423 27.7655 32 28.6108 32C28.9268 32 29.2797 31.8928 29.5259 31.7526L29.3125 31.1134C29.0991 31.2536 28.8529 31.2907 28.6765 31.2907C28.3236 31.2907 28.1841 31.0763 28.1841 30.7258V29.2041H29.3822V28.532H29.3863ZM35.6562 28.4577C35.2335 28.4577 34.9504 28.6722 34.774 28.9526V28.5278H34.0354V31.9258H34.774V30.0124C34.774 29.4474 35.0202 29.1258 35.4797 29.1258C35.6192 29.1258 35.7957 29.1629 35.9393 29.1959L36.1527 28.4866C36.0049 28.4577 35.7957 28.4577 35.6562 28.4577ZM26.1817 28.8124C25.8288 28.5649 25.3364 28.4577 24.8071 28.4577C23.9618 28.4577 23.3997 28.8825 23.3997 29.5546C23.3997 30.1196 23.8223 30.4412 24.5609 30.5443L24.9138 30.5814C25.2995 30.6515 25.5128 30.7588 25.5128 30.9361C25.5128 31.1835 25.2297 31.3608 24.7373 31.3608C24.2449 31.3608 23.8551 31.1835 23.6089 31.0062L23.256 31.5711C23.6417 31.8557 24.1711 31.9959 24.7004 31.9959C25.6852 31.9959 26.2514 31.534 26.2514 30.899C26.2514 30.2969 25.7919 29.9794 25.0902 29.8722L24.7373 29.835C24.4214 29.7979 24.1752 29.7278 24.1752 29.5175C24.1752 29.2701 24.4214 29.1299 24.8112 29.1299C25.2338 29.1299 25.6565 29.3072 25.8698 29.4144L26.1817 28.8124ZM45.8323 28.4577C45.4097 28.4577 45.1265 28.6722 44.9501 28.9526V28.5278H44.2115V31.9258H44.9501V30.0124C44.9501 29.4474 45.1963 29.1258 45.6559 29.1258C45.7954 29.1258 45.9718 29.1629 46.1154 29.1959L46.3288 28.4948C46.1852 28.4577 45.9759 28.4577 45.8323 28.4577ZM36.3948 30.2309C36.3948 31.2577 37.1005 32 38.192 32C38.6844 32 39.0373 31.8928 39.3901 31.6124L39.0373 31.0103C38.7541 31.2247 38.4751 31.3278 38.1551 31.3278C37.556 31.3278 37.1333 30.9031 37.1333 30.2309C37.1333 29.5917 37.556 29.167 38.1551 29.134C38.471 29.134 38.7541 29.2412 39.0373 29.4515L39.3901 28.8495C39.0373 28.5649 38.6844 28.4618 38.192 28.4618C37.1005 28.4577 36.3948 29.2041 36.3948 30.2309ZM43.2267 30.2309V28.532H42.4881V28.9567C42.2419 28.6392 41.889 28.4618 41.4295 28.4618C40.4775 28.4618 39.7389 29.2041 39.7389 30.2309C39.7389 31.2577 40.4775 32 41.4295 32C41.9219 32 42.2748 31.8227 42.4881 31.5051V31.9299H43.2267V30.2309ZM40.5144 30.2309C40.5144 29.6289 40.9002 29.134 41.5362 29.134C42.1352 29.134 42.5579 29.5959 42.5579 30.2309C42.5579 30.833 42.1352 31.3278 41.5362 31.3278C40.9043 31.2907 40.5144 30.8289 40.5144 30.2309ZM31.676 28.4577C30.6912 28.4577 29.9854 29.167 29.9854 30.2268C29.9854 31.2907 30.6912 31.9959 31.7129 31.9959C32.2053 31.9959 32.6977 31.8557 33.0875 31.534L32.7346 31.0021C32.4515 31.2165 32.0986 31.3567 31.7498 31.3567C31.2903 31.3567 30.8348 31.1423 30.7281 30.5443H33.227C33.227 30.4371 33.227 30.367 33.227 30.2598C33.2598 29.167 32.6238 28.4577 31.676 28.4577ZM31.676 29.0969C32.1355 29.0969 32.4515 29.3814 32.5213 29.9093H30.7609C30.8307 29.4515 31.1467 29.0969 31.676 29.0969ZM50.0259 30.2309V27.1876H49.2873V28.9567C49.0411 28.6392 48.6882 28.4618 48.2286 28.4618C47.2767 28.4618 46.5381 29.2041 46.5381 30.2309C46.5381 31.2577 47.2767 32 48.2286 32C48.721 32 49.0739 31.8227 49.2873 31.5051V31.9299H50.0259V30.2309ZM47.3136 30.2309C47.3136 29.6289 47.6993 29.134 48.3353 29.134C48.9344 29.134 49.357 29.5959 49.357 30.2309C49.357 30.833 48.9344 31.3278 48.3353 31.3278C47.6993 31.2907 47.3136 30.8289 47.3136 30.2309ZM22.5872 30.2309V28.532H21.8486V28.9567C21.6024 28.6392 21.2495 28.4618 20.79 28.4618C19.838 28.4618 19.0994 29.2041 19.0994 30.2309C19.0994 31.2577 19.838 32 20.79 32C21.2824 32 21.6352 31.8227 21.8486 31.5051V31.9299H22.5872V30.2309ZM19.8421 30.2309C19.8421 29.6289 20.2278 29.134 20.8638 29.134C21.4629 29.134 21.8855 29.5959 21.8855 30.2309C21.8855 30.833 21.4629 31.3278 20.8638 31.3278C20.2278 31.2907 19.8421 30.8289 19.8421 30.2309Z"/>
<path d="M26.6745 12.7423C26.6745 8.67216 28.5785 5.05979 31.5 2.72577C29.3499 1.0268 26.6376 0 23.6791 0C16.6707 0 11 5.69897 11 12.7423C11 19.7856 16.6707 25.4845 23.6791 25.4845C26.6376 25.4845 29.3499 24.4577 31.5 22.7588C28.5744 20.4577 26.6745 16.8124 26.6745 12.7423Z"/>
<path d="M31.5 2.72577C34.4215 5.05979 36.3255 8.67216 36.3255 12.7423C36.3255 16.8124 34.4585 20.4206 31.5 22.7588L25.9355 22.7588V2.72577L31.5 2.72577Z" fill-opacity="0.6"/>
<path d="M52 12.7423C52 19.7856 46.3293 25.4845 39.3209 25.4845C36.3624 25.4845 33.6501 24.4577 31.5 22.7588C34.4585 20.4206 36.3255 16.8124 36.3255 12.7423C36.3255 8.67216 34.4215 5.05979 31.5 2.72577C33.646 1.0268 36.3583 0 39.3168 0C46.3293 0 52 5.73608 52 12.7423Z" fill-opacity="0.4"/>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M13.043 8.356c-0.46 0-0.873 0.138-1.24 0.413s-0.662 0.681-0.885 1.217c-0.223 0.536-0.334 1.112-0.334 1.727 0 0.568 0.119 0.99 0.358 1.265s0.619 0.413 1.141 0.413c0.508 0 1.096-0.131 1.765-0.393v1.327c-0.693 0.262-1.389 0.393-2.089 0.393-0.884 0-1.572-0.254-2.063-0.763s-0.736-1.229-0.736-2.161c0-0.892 0.181-1.712 0.543-2.462s0.846-1.32 1.452-1.709 1.302-0.584 2.089-0.584c0.435 0 0.822 0.038 1.159 0.115s0.7 0.217 1.086 0.421l-0.616 1.276c-0.369-0.201-0.673-0.333-0.914-0.398s-0.478-0.097-0.715-0.097zM19.524 12.842h-2.47l-0.898 1.776h-1.671l3.999-7.491h1.948l0.767 7.491h-1.551l-0.125-1.776zM19.446 11.515l-0.136-1.786c-0.035-0.445-0.052-0.876-0.052-1.291v-0.184c-0.153 0.408-0.343 0.84-0.569 1.296l-0.982 1.965h1.739zM27.049 12.413c0 0.711-0.257 1.273-0.773 1.686s-1.213 0.62-2.094 0.62c-0.769 0-1.389-0.153-1.859-0.46v-1.398c0.672 0.367 1.295 0.551 1.869 0.551 0.39 0 0.694-0.072 0.914-0.217s0.329-0.343 0.329-0.595c0-0.147-0.024-0.275-0.070-0.385s-0.114-0.214-0.201-0.309c-0.087-0.095-0.303-0.269-0.648-0.52-0.481-0.337-0.818-0.67-1.013-1s-0.293-0.685-0.293-1.066c0-0.439 0.108-0.831 0.324-1.176s0.523-0.614 0.922-0.806 0.857-0.288 1.376-0.288c0.755 0 1.446 0.168 2.073 0.505l-0.569 1.189c-0.543-0.252-1.044-0.378-1.504-0.378-0.289 0-0.525 0.077-0.71 0.23s-0.276 0.355-0.276 0.607c0 0.207 0.058 0.389 0.172 0.543s0.372 0.36 0.773 0.615c0.421 0.272 0.736 0.572 0.945 0.9s0.313 0.712 0.313 1.151zM33.969 14.618h-1.597l0.7-3.22h-2.46l-0.7 3.22h-1.592l1.613-7.46h1.597l-0.632 2.924h2.459l0.632-2.924h1.592l-1.613 7.46zM46.319 9.831c0 0.963-0.172 1.824-0.517 2.585s-0.816 1.334-1.415 1.722c-0.598 0.388-1.288 0.582-2.067 0.582-0.891 0-1.587-0.251-2.086-0.753s-0.749-1.198-0.749-2.090c0-0.902 0.172-1.731 0.517-2.488s0.82-1.338 1.425-1.743c0.605-0.405 1.306-0.607 2.099-0.607 0.888 0 1.575 0.245 2.063 0.735s0.73 1.176 0.73 2.056zM43.395 8.356c-0.421 0-0.808 0.155-1.159 0.467s-0.627 0.739-0.828 1.283-0.3 1.135-0.3 1.771c0 0.5 0.116 0.877 0.348 1.133s0.558 0.383 0.979 0.383 0.805-0.148 1.151-0.444c0.346-0.296 0.617-0.714 0.812-1.255s0.292-1.148 0.292-1.822c0-0.483-0.113-0.856-0.339-1.12-0.227-0.264-0.546-0.396-0.957-0.396zM53.427 14.618h-1.786l-1.859-5.644h-0.031l-0.021 0.163c-0.111 0.735-0.227 1.391-0.344 1.97l-0.757 3.511h-1.436l1.613-7.46h1.864l1.775 5.496h0.021c0.042-0.259 0.109-0.628 0.203-1.107s0.407-1.942 0.94-4.388h1.43l-1.613 7.461zM13.296 20.185c0 0.98-0.177 1.832-0.532 2.556s-0.868 1.274-1.539 1.652c-0.672 0.379-1.464 0.568-2.376 0.568h-2.449l1.678-7.68h2.15c0.977 0 1.733 0.25 2.267 0.751s0.801 1.219 0.801 2.154zM8.925 23.615c0.536 0 1.003-0.133 1.401-0.399s0.71-0.657 0.934-1.174c0.225-0.517 0.337-1.108 0.337-1.773 0-0.54-0.131-0.95-0.394-1.232s-0.64-0.423-1.132-0.423h-0.624l-1.097 5.001h0.575zM18.64 24.96h-4.436l1.678-7.68h4.442l-0.293 1.334h-2.78l-0.364 1.686h2.59l-0.299 1.334h-2.59l-0.435 1.98h2.78l-0.293 1.345zM20.509 24.96l1.678-7.68h1.661l-1.39 6.335h2.78l-0.294 1.345h-4.436zM26.547 24.96l1.694-7.68h1.656l-1.694 7.68h-1.656zM33.021 23.389c0.282-0.774 0.481-1.27 0.597-1.487l2.346-4.623h1.716l-4.061 7.68h-1.814l-0.689-7.68h1.602l0.277 4.623c0.015 0.157 0.022 0.39 0.022 0.699-0.007 0.361-0.018 0.623-0.033 0.788h0.038zM41.678 24.96h-4.437l1.678-7.68h4.442l-0.293 1.334h-2.78l-0.364 1.686h2.59l-0.299 1.334h-2.59l-0.435 1.98h2.78l-0.293 1.345zM45.849 22.013l-0.646 2.947h-1.656l1.678-7.68h1.949c0.858 0 1.502 0.179 1.933 0.536s0.646 0.881 0.646 1.571c0 0.554-0.15 1.029-0.451 1.426s-0.733 0.692-1.298 0.885l1.417 3.263h-1.803l-1.124-2.947h-0.646zM46.137 20.689h0.424c0.474 0 0.843-0.1 1.108-0.3s0.396-0.504 0.396-0.914c0-0.287-0.086-0.502-0.258-0.646s-0.442-0.216-0.812-0.216h-0.402l-0.456 2.076zM53.712 20.39l2.031-3.11h1.857l-3.355 4.744-0.646 2.936h-1.645l0.646-2.936-1.281-4.744h1.694l0.7 3.11z"></path>
</svg>
</div></div> </div>
<div class="footer-primary pull-left">
<div class="copyright-footer">
Copyright 2025 © <strong>Lombok Green Nature</strong> </div>
</div>
</div>
</div>
<a href="#top" class="back-to-top button icon invert plain fixed bottom z-1 is-outline hide-for-medium circle" id="top-link" aria-label="Go to top"><i class="icon-angle-up" ></i></a>
</footer>
</div>
<div id="main-menu" class="mobile-sidebar no-scrollbar mfp-hide">
<div class="sidebar-menu no-scrollbar ">
<ul class="nav nav-sidebar nav-vertical nav-uppercase" data-tab="1">
<li class="header-search-form search-form html relative has-icon">
<div class="header-search-form-wrapper">
<div class="searchform-wrapper ux-search-box relative is-normal"><form role="search" method="get" class="searchform" action="https://rinjanilombok.net/">
<div class="flex-row relative">
<div class="flex-col flex-grow">
<label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
<input type="search" id="woocommerce-product-search-field-0" class="search-field mb-0" placeholder="Search…" value="" name="s" />
<input type="hidden" name="post_type" value="product" />
</div>
<div class="flex-col">
<button type="submit" value="Search" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="Submit">
<i class="icon-search" ></i> </button>
</div>
</div>
<div class="live-search-results text-left z-top"></div>
</form>
</div> </div>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-26"><a href="https://rinjanilombok.net/" aria-current="page">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1417"><a href="#">About</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2386"><a href="https://rinjanilombok.net/video-trekking-mount-rinjani/">Video</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1418"><a href="https://rinjanilombok.net/royal-sembahulun-story/">Royal Sembahulun Story</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1433"><a href="https://rinjanilombok.net/story-telling-lombok-green-nature/">Lombok Green Nature Story</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1453"><a href="https://rinjanilombok.net/mission/">Mission</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-658"><a href="#">Tours</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-661"><a href="https://rinjanilombok.net/pergasingan-hill-sunrise-trip/">Pergasingan Hill Sunrise Trip</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1133"><a href="https://rinjanilombok.net/lombok-hiking-on-pergasingan-hill-daily-tour/">Daily Tour Lombok Attraction – Pergasingan Hill</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-659"><a href="https://rinjanilombok.net/camping-pergasingan-hill-hiking-tiu-kelep-water-fall-2-days-1-night/">Camping on pergasingan hill and hiking on tiu kelep waterfall</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-660"><a href="https://rinjanilombok.net/hiking-camping-bukit-pergasingan-gili-kondo-3-days-2-nights/">Hiking and camping on Pergasingan Hill and Gili Kondo</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1544"><a href="https://rinjanilombok.net/hiking-kondo-hill-and-exploring-ancient-caldera-propok/">Trekking to Kondo Hill & Exploring the Ancient Propok Caldera</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-889"><a href="https://rinjanilombok.net/one-day-tour-pink-beach-lombok/">Daily Tour Pink Beach Lombok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-868"><a href="https://rinjanilombok.net/tandem-paragliding-flight-in-kuta-lombok/">Tandem Paragliding In Kuta</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1217"><a href="https://rinjanilombok.net/paragliding-flight-tandem-in-sembalun-lombok-indonesia/">Paragliding flight tandem in Sembalun</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-653"><a href="#">Rinjani</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-696"><a href="#">Starts Sembalun</a>
<ul class="sub-menu nav-sidebar-ul">
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-828"><a href="https://rinjanilombok.net/2d-1n-mount-rinjani-trek-summit/">2D-1N Trekking Summit 3726M</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-827"><a href="https://rinjanilombok.net/3d-2n-trekking-rinjani-summit-lake/">3D-2N Summit 3726M and Lake</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2497"><a href="https://rinjanilombok.net/3d-2n-sembalun-torean-hiking-mount-rinjani-package/">3D-2N Sembalun – Torean (Summit & Lake)</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-826"><a href="https://rinjanilombok.net/4d-3n-trekking-rinjani-summit-lake/">4D-3N Summit 3726M and Lake</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2480"><a href="https://rinjanilombok.net/4d-3n-sembalun-torean-climbing-mount-rinjani-package/">4D-3N Sembalun – Torean (Summit & Lake)</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2825"><a href="https://rinjanilombok.net/paket-rinjani-open-trip-2023/">Paket Trekking Open Trip 2025</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-697"><a href="#">Starts Senaru & Timbanuh</a>
<ul class="sub-menu nav-sidebar-ul">
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-830"><a href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-senaru/">2D-1N Senaru crater Rim Wonder</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-695"><a href="https://rinjanilombok.net/2-days-1-night-hiking-rinjani-crater-rim-tetebatu/">2 Days-1 Night Crater Rim Tetebatu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-829"><a href="https://rinjanilombok.net/2d-1n-hiking-rinjani-crater-rim-timbanuh/">2D-1N Crater Rim Timbanuh</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1696"><a href="#">Volcanos</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2788"><a href="https://rinjanilombok.net/mount-tambora-trekking-package-tour-information/">Mount Tambora Trek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1697"><a href="https://rinjanilombok.net/mount-kerinci-trekking-package-tour-information/">Mount Kerinci Trek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1708"><a href="https://rinjanilombok.net/mount-semeru-trekking-package-tour-information/">Mount Semeru Trek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1724"><a href="https://rinjanilombok.net/mount-ijen-trekking-tour-package-information/">Mount Ijen Trek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2565"><a href="https://rinjanilombok.net/mount-agung-sunrise-trekking-tour-information/">Mount Agung Sunrise Trekking</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-3078"><a href="https://rinjanilombok.net/mount-rinjani-trekking-tour-package-prices/">Prices</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2761"><a href="#">Booking Form</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2762"><a href="https://rinjanilombok.net/booking-tour-soft-trekking/">Booking Tour & Soft Trekking</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2764"><a href="https://rinjanilombok.net/booking-paragliding/">Booking Paragliding</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://rinjanilombok.net/contact/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1079"><a href="https://rinjanilombok.net/payment-options/">Payment</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-435"><a href="https://rinjanilombok.net/category/blog/">Blog</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-964"><a href="https://rinjanilombok.net/category/indonesia/">Indonesia</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-965"><a href="https://rinjanilombok.net/category/english/">English</a></li>
</ul>
</li>
</ul>
</div>
</div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/flatsome\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="rocketlazyloadscript">
window.addEventListener('DOMContentLoaded', () => {
var mobileDetect = /Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),
crestaContainer = document.querySelector('.cresta-whatsapp-chat-container'),
crestaBox = document.querySelector('.cresta-whatsapp-chat-box'),
crestaOverlay = document.querySelector('.cresta-whatsapp-chat-overlay');
if (mobileDetect) {
crestaContainer.style.display = 'none';
crestaBox.addEventListener('click', () => {
window.location = 'whatsapp://send?text=&phone=+6285737156002&abid=+6285737156002';
})
} else {
if (crestaOverlay) {
[crestaBox, crestaOverlay].forEach(item => {
item.addEventListener('click', () => {
if(crestaBox.classList.contains('open')) {
crestaBox.classList.remove('open');
crestaContainer.classList.remove('open');
crestaOverlay?.classList.remove('open');
} else {
crestaBox.classList.add('open');
crestaContainer.classList.add('open');
crestaOverlay?.classList.add('open');
setTimeout (function () {
document.querySelector('.cresta-whatsapp-chat-container .cresta-whatsapp-inner textarea.cresta-whatsapp-textarea').focus();
}, 100);
}
})
})
} else {
crestaBox.addEventListener('click', () => {
if(crestaBox.classList.contains('open')) {
crestaBox.classList.remove('open');
crestaContainer.classList.remove('open');
} else {
crestaBox.classList.add('open');
crestaContainer.classList.add('open');
setTimeout (function () {
document.querySelector('.cresta-whatsapp-chat-container .cresta-whatsapp-inner textarea.cresta-whatsapp-textarea').focus();
}, 100);
}
})
}
document.querySelector('.cresta-whatsapp-chat-container .cresta-whatsapp-send').addEventListener('click', () => {
var baseUrl = 'https://web.whatsapp.com/send?phone=+6285737156002&text=',
textEncode = encodeURIComponent(document.querySelector('.cresta-whatsapp-chat-container .cresta-whatsapp-textarea').value);
window.open(baseUrl + textEncode, '_blank');
})
}
})
</script>
<div class="cresta-whatsapp-chat-box onBoth">
<svg id="whatsapp-msng-icon" data-name="whatsapp icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><path d="M519 454c4 2 7 10-1 31-6 16-33 29-49 29-96 0-189-113-189-167 0-26 9-39 18-48 8-9 14-10 18-10h12c4 0 9 0 13 10l19 44c5 11-9 25-15 31-3 3-6 7-2 13 25 39 41 51 81 71 6 3 10 1 13-2l19-24c5-6 9-4 13-2zM401 200c-110 0-199 90-199 199 0 68 35 113 35 113l-20 74 76-20s42 32 108 32c110 0 199-89 199-199 0-111-89-199-199-199zm0-40c133 0 239 108 239 239 0 132-108 239-239 239-67 0-114-29-114-29l-127 33 34-124s-32-49-32-119c0-131 108-239 239-239z" transform="scale(1.2, 1.2), translate(-65 -65)" style="fill:#ffffff"/></svg>
<svg id="close-icon" data-name="close icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.98 39.99"><path d="M48.88,11.14a3.87,3.87,0,0,0-5.44,0L30,24.58,16.58,11.14a3.84,3.84,0,1,0-5.44,5.44L24.58,30,11.14,43.45a3.87,3.87,0,0,0,0,5.44,3.84,3.84,0,0,0,5.44,0L30,35.45,43.45,48.88a3.84,3.84,0,0,0,5.44,0,3.87,3.87,0,0,0,0-5.44L35.45,30,48.88,16.58A3.87,3.87,0,0,0,48.88,11.14Z" transform="translate(-10.02 -10.02)" style="fill:#ffffff"/></svg>
</div>
<div class="cresta-whatsapp-chat-container">
<div class="cresta-whatsapp-chat-top-header"><span>Lombok Green Nature Whatsapp Chat</span></div>
<div class="cresta-whatsapp-inner">
<textarea class="cresta-whatsapp-textarea" placeholder="Hi there! Use this box to send me a message via WhatsApp..."></textarea>
</div>
<div class="cresta-whatsapp-to-send">
<div class="cresta-whatsapp-send">Send via WhatsApp<svg version="1.1" id="whatsapp-msng-icon-send" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="12px" viewBox="0 0 14 26" enable-background="new 0 0 14 26" xml:space="preserve"> <path d="M1,0c0.256,0,0.512,0.098,0.707,0.293l12,12c0.391,0.391,0.391,1.023,0,1.414l-12,12c-0.391,0.391-1.023,0.391-1.414,0s-0.391-1.023,0-1.414L11.586,13L0.293,1.707c-0.391-0.391-0.391-1.023,0-1.414C0.488,0.098,0.744,0,1,0z" style="fill: none; stroke-width:3; stroke:#ffffff"/></svg></div>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-145054553-1"></script>
<script type="rocketlazyloadscript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145054553-1');
</script>
<div id="login-form-popup" class="lightbox-content mfp-hide">
<div class="woocommerce">
<div class="woocommerce-notices-wrapper"></div>
<div class="account-container lightbox-inner">
<div class="account-login-inner">
<h3 class="uppercase">Login</h3>
<form class="woocommerce-form woocommerce-form-login login" method="post" novalidate>
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="username">Username or email address <span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" required aria-required="true" /> </p>
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="password">Password <span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" required aria-required="true" />
</p>
<p class="form-row">
<label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme">
<input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span>Remember me</span>
</label>
<input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="473c5ad96e" /><input type="hidden" name="_wp_http_referer" value="/" /> <button type="submit" class="woocommerce-button button woocommerce-form-login__submit" name="login" value="Log in">Log in</button>
</p>
<p class="woocommerce-LostPassword lost_password">
<a href="https://rinjanilombok.net/my-account/lost-password/">Lost your password?</a>
</p>
</form>
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript" id="wccp_pro_alert_message">
window.addEventListener('DOMContentLoaded', function() {}); //This line to stop JS deffer function in wp-rockt pluign
window.addEventListener('load', function (){
// Create the first div element with the "oncontextmenu" attribute
const wccp_pro_mask = document.createElement('div');
wccp_pro_mask.setAttribute('oncontextmenu', 'return false;');
wccp_pro_mask.setAttribute('id', 'wccp_pro_mask');
// Create the second div element with the "msgmsg-box-wpcp hideme" classes
const wpcp_error_message = document.createElement('div');
wpcp_error_message.setAttribute('id', 'wpcp-error-message');
wpcp_error_message.setAttribute('class', 'msgmsg-box-wpcp hideme');
// Add a span element with the "error: " text inside the second div
const error_span = document.createElement('span');
error_span.innerText = 'error: ';
wpcp_error_message.appendChild(error_span);
// Add the error message text inside the second div
const error_text = document.createTextNode('<b>Alert: </b>Content selection is disabled!!');
wpcp_error_message.appendChild(error_text);
// Add the div elements to the document body
document.body.appendChild(wccp_pro_mask);
document.body.appendChild(wpcp_error_message);
});
var timeout_result;
function show_wccp_pro_message(smessage="", style="")
{
wccp_pro_log_to_console_if_allowed("function", "show_wccp_pro_message" + smessage);
timeout = 3000;
if(style == "") style = "warning-wpcp";
if (smessage !== "" && timeout!=0)
{
var smessage_text = smessage;
jquery_fadeTo();
document.getElementById("wpcp-error-message").innerHTML = smessage_text;
document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp showme " + style;
clearTimeout(timeout_result);
timeout_result = setTimeout(hide_message, timeout);
}
else
{
clearTimeout(timeout_result);
timeout_result = setTimeout(hide_message, timeout);
}
}
function hide_message()
{
jquery_fadeOut();
document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme";
}
function jquery_fadeTo()
{
try {
jQuery("#wccp_pro_mask").fadeTo("slow", 0.3);
}
catch(err) {
//alert(err.message);
}
}
function jquery_fadeOut()
{
try {
jQuery("#wccp_pro_mask").fadeOut( "slow" );
}
catch(err) {}
}
</script>
<style>
#wccp_pro_mask
{
position: absolute;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
background-color: #000;
pointer-events: none;
display: none;
z-index: 10000;
animation: 0.5s ease 0s normal none 1 running ngdialog-fadein;
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
#wpcp-error-message {
direction: ltr;
text-align: center;
transition: opacity 900ms ease 0s;
pointer-events: none;
z-index: 99999999;
}
.hideme {
opacity:0;
visibility: hidden;
}
.showme {
opacity:1;
visibility: visible;
}
.msgmsg-box-wpcp {
border-radius: 10px;
color: #555555;
font-family: Tahoma;
font-size: 12px;
margin: 10px;
padding: 10px 36px;
position: fixed;
width: 255px;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -130px;
}
.msgmsg-box-wpcp b {
font-weight:bold;
text-transform:uppercase;
}
.warning-wpcp {
background:#ffecec url('https://rinjanilombok.net/wp-content/plugins/wccp-pro/images/warning.png') no-repeat 10px 50%;
border:1px solid #f2bfbf;
-webkit-box-shadow: 0px 0px 34px 2px #f2bfbf;
-moz-box-shadow: 0px 0px 34px 2px #f2bfbf;
box-shadow: 0px 0px 34px 2px #f2bfbf;
}
.success-wpcp {
background: #fafafa url('https://rinjanilombok.net/wp-content/plugins/wccp-pro/images/success.png') no-repeat 10px 50%;
border: 1px solid #00b38f;
box-shadow: 0px 0px 34px 2px #adc;
}
</style>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1743312852' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #28522a;--wp--preset--color--secondary: #914226;--wp--preset--color--success: #208b0d;--wp--preset--color--alert: #b20000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-success-color{color: var(--wp--preset--color--success) !important;}.has-alert-color{color: var(--wp--preset--color--alert) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.has-alert-background-color{background-color: var(--wp--preset--color--alert) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.has-alert-border-color{border-color: var(--wp--preset--color--alert) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1743312852" id="swv-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="contact-form-7-js-before">
/* <![CDATA[ */
var wpcf7 = {
"api": {
"root": "https:\/\/rinjanilombok.net\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1743312852" id="contact-form-7-js" defer></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.4" id="woocommerce-js" data-wp-strategy="defer" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-instant-page/flatsome-instant-page.js?ver=1743312852" id="flatsome-instant-page-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=1743312852" id="flatsome-live-search-js" defer></script>
<script type="text/javascript" id="wccp_pro_admin_bar_ajax-js-extra">
/* <![CDATA[ */
var ajax_object = {"ajaxurl":"https:\/\/rinjanilombok.net\/wp-admin\/admin-ajax.php","link":"https:\/\/rinjanilombok.net\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/plugins/wccp-pro/js/admin_bar_ajax.js?ver=1743312852" id="wccp_pro_admin_bar_ajax-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="text/javascript" id="flatsome-js-js-extra">
/* <![CDATA[ */
var flatsomeVars = {"theme":{"version":"3.19.12"},"ajaxurl":"https:\/\/rinjanilombok.net\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/rinjanilombok.net\/wp-content\/themes\/flatsome\/assets\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Main Menu","toggleButton":"Toggle"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_disable_deselect":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_limited":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"0"},"is_mini_cart_reveal":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/flatsome.js?ver=1743312852" id="flatsome-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.js?ver=1743312852" id="flatsome-lazy-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/woocommerce.js?ver=1743312852" id="flatsome-theme-woocommerce-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://rinjanilombok.net/wp-content/plugins/foogallery/extensions/default-templates/shared/js/foogallery.min.js?ver=2.4.30" id="foogallery-core-js" defer></script>
</body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1746765485 -->