document.addEventListener("DOMContentLoaded", function(){
const visaData = {
eatv:{
cost:"$100",
validity:"90 Days",
entry:"Multiple Entry",
documents:"Passport, ⚠️ Yellow Fever Certificate, Passport Photo",
use:"Best for regional travellers moving between Uganda, Rwanda and Kenya.",
alert:"⚠️ Apply through the country where your journey starts first.",
tabs:{
overview:`
East Africa Tourist Visa (EATV)
The East Africa Tourist Visa allows travel between Uganda, Rwanda and Kenya using one visa.
Cost: $100
Validity: 90 Days
`,
requirements:`
Requirements
- Passport valid for at least 6 months
- Passport photo
- Yellow Fever Certificate
`,
application:`
Application Process
You must apply through the country where you first enter East Africa.
`,
tips:`
Expert Tip
If you intend to visit Uganda and Rwanda during one trip, the EATV is usually the most convenient option.
`
}
},
uganda:{
cost:"$50",
validity:"90 Days",
entry:"Single Entry",
documents:"Passport, Yellow Fever Certificate, Passport Photo",
use:"Best for travellers visiting only Uganda.",
alert:"⚠️ Uganda requires a Yellow Fever Certificate during application.",
tabs:{
overview:`
Uganda Tourist Visa
Suitable for visitors travelling exclusively to Uganda.
`,
requirements:`
Requirements
- Passport
- Passport Photo
- Yellow Fever Certificate (Mandatory)
`,
application:`
Application
Apply via https://visas.immigration.go.ug
`,
tips:`
Expert Tip
Avoid third-party websites that charge excessive visa fees.
`
}
},
rwanda:{
cost:"$50",
validity:"30 Days",
entry:"Single Entry",
documents:"Passport, Passport Photo",
use:"Best for short Rwanda holidays and business trips.",
alert:"✓ Visa on Arrival available for all nationalities.",
tabs:{
overview:`
Rwanda Visa
Rwanda offers one of Africa's easiest visa systems.
`,
requirements:`
Requirements
`,
application:`
Application
Visa on Arrival available.
`,
tips:`
Expert Tip
Citizens of AU, Commonwealth and Francophonie countries receive 30 days free upon arrival.
`
}
}
};
let currentVisa='eatv';
let currentTab='overview';
function updateContent(){
document.getElementById('visaCost').innerHTML=visaData[currentVisa].cost;
document.getElementById('visaValidity').innerHTML=visaData[currentVisa].validity;
document.getElementById('visaEntry').innerHTML=visaData[currentVisa].entry;
document.getElementById('visaDocuments').innerHTML=visaData[currentVisa].documents;
document.getElementById('visaUse').innerHTML=visaData[currentVisa].use;
document.getElementById('visaAlert').innerHTML=visaData[currentVisa].alert;
document.getElementById('tabContent').innerHTML=visaData[currentVisa].tabs[currentTab];
}
document.querySelectorAll('.visa-card').forEach(card=>{
card.addEventListener('click',function(){
document.querySelectorAll('.visa-card').forEach(c=>{
c.classList.remove('active');
});
this.classList.add('active');
currentVisa=this.dataset.visa;
currentTab='overview';
document.querySelectorAll('.tab-btn').forEach(btn=>{
btn.classList.remove('active');
});
document.querySelector('[data-tab="overview"]').classList.add('active');
updateContent();
});
});
document.querySelectorAll('.tab-btn').forEach(btn=>{
btn.addEventListener('click',function(){
document.querySelectorAll('.tab-btn').forEach(b=>{
b.classList.remove('active');
});
this.classList.add('active');
currentTab=this.dataset.tab;
updateContent();
});
});
updateContent();
});
Skip to content
Botswana Responsible and Sustainable TravelMtembezi Safaris2024-06-14T13:51:58+00:00
Botswana: Responsible and Sustainable Travel
Leading the way in responsible tourism, we ensure every holiday is vetted to enhance the positive impact on local communities and environments while reducing any potential negative effects.
Wildlife and Human coexistence
Botswana’s commitment to wildlife conservation and sustainable tourism has resulted in an untouched natural landscape. As one of the more premium safari destinations in Africa, the fees for entering its national parks are funnelled into conservation efforts and community development. With over 17% of Botswana designated as national parks and reserves, visitor numbers are carefully managed to maintain these sanctuaries. Notably, the revenue from park fees is invested in the nation’s eco-tourism strategy, supporting community-owned tourism projects. These include initiatives like handicraft production, which provides vital income for women in Botswana’s remote regions, and the creation of community campsites, offering a suite of services to tourists.
Our journey employs local guides brimming with enthusiasm for nature and their homeland. Their fluency in the local languages offers guests an exclusive glimpse into the fascinating tribal cultures of the region. Coupled with their sharp game-spotting abilities and profound knowledge of flora and fauna, they ensure a distinctive and enlightening experience. Our senior guides have ascended through the ranks within our company, earning widespread recognition and respect for their guiding prowess.
In the Okavango Delta, our camps are designed to be small and traditional, reducing the impact on limited resources like electricity. Eschewing air conditioning to protect the environment, we opt for solar panels wherever feasible, supplemented by generators. Upon arrival, guests receive guidance on conserving energy. These camps blend seamlessly into their surroundings, leaving no trace behind.
The lodges we patronize not only offer crucial employment opportunities to the local community but also actively contribute to the well-being of their staff. Initiatives include AIDS awareness programs and the provision of welfare officers, lay counsellors, and peer educators. As a fully digital enterprise, we commit to sustainability by forgoing paper brochures.
Page load link