Meet Our Team

Welcome to the heart of Pearl DMC Collection —where innovation meets expertise. Our team is a vibrant tapestry of skilled professionals, each a key player in their respective field. United by a shared passion for excellence and a commitment to delivering outstanding results, we bring together a wealth of knowledge, experience, and creativity.

From visionary thinkers to industry pioneers, our team members are not just part of the fabric of our company; they are at the forefront of shaping the future within our industry. Each individual’s unique background and skill set contribute to a dynamic synergy that drives our success and sets us apart from the competition.

Dive in and discover the minds and hearts propelling our journey forward, as we continue to push the boundaries of travel:

Rakesh Joomuck

CEO & Founder

Matthew Walker

Managing Director

Jason Awatar

Growth Marketing Partner

Katharine Wood

Managing Director - LEISURE

Carole Short

Sales Manager, Luxury Leisure & Consortia

Kedaar Mantadin

Sales Account Executive – Leisure

Rishi Awatar

Client Relations Manager

Farhaan Jumon

MICE Executive

Emily Higham

Account Manager – MICE

Audrey Martin

Marketing Manager

Yashmeerah Junggee

Marketing Coordinator

Join Our Team.

‘If you want to be part of our journey, please send us your spontaneous application’

Our Leadership Team

Team Member
Read Full Bio

Matthew Walker

Managing Director

×
				
					<script>
const teamMembers = [
    {
        id: 1,
        name: "Matthew Walker",
        role: "Managing Director",
        image: "https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&q=80&w=400",
        bio: "Matthew brings over 15 years of experience in corporate strategy. He transitioned from a consulting role to General Manager at Pearl in 2018."
    },
    // ... we generate the other 11 dynamically below
];

// Helper to fill the rest of the 12 spots
const names = ["Sarah Jenkins", "James Wilson", "Elena Rodriguez", "David Chen", "Sophie Alami", "Omar Hassan", "Claire Dubois", "Marcus Thorne", "Aisha Khan", "Thomas Muller", "Isabella Rossi"];
const roles = ["Operations Director", "Head of Strategy", "Creative Lead", "Technical Architect", "Regional Manager", "Logistics Chief", "Account Executive", "Senior Consultant", "HR Director", "Financial Controller", "Legal Advisor"];

for(let i=0; i < 11; i++) {
    teamMembers.push({
        id: i + 2,
        name: names[i],
        role: roles[i],
        image: `https://i.pravatar.cc/400?u=pearl${i}`,
        bio: "An industry veteran with a passion for excellence, focusing on delivering high-impact results and fostering a culture of innovation."
    });
}

// 2. The Logic to Open the Bio
window.showMember = function(id) {
    const member = teamMembers.find(m => m.id === id);
    const panel = document.getElementById('side-panel');
    const mask = document.getElementById('mask');
    const content = document.getElementById('panel-content');

    if (member && panel && mask && content) {
        content.innerHTML = `
            <img decoding="async" src="${member.image}" class="panel-image" style="width:120px; height:120px; border-radius:50%; object-fit:cover; margin-bottom:20px;">
            <h2 style="color:#2A6478;">${member.name}</h2>
            <span style="color:#888; font-weight:600; display:block; margin-bottom:20px;">${member.role}</span>
            <div style="line-height:1.8; color:#555;">${member.bio}</div>
            <hr style="margin:30px 0; border:0; border-top:1px solid #eee;">
            <p><strong>Contact:</strong> info@pearlr.co.uk</p>
        `;

        panel.classList.add('active');
        mask.style.display = 'block';
        document.body.style.overflow = 'hidden'; 
    }
};

// 3. The Logic to Close the Bio
window.hideMember = function() {
    const panel = document.getElementById('side-panel');
    const mask = document.getElementById('mask');
    if (panel && mask) {
        panel.classList.remove('active');
        mask.style.display = 'none';
        document.body.style.overflow = 'auto';
    }
};</script>

				
			

Our DMC partners

Schedule Appointment

Fill out the form below, and we will be in touch shortly.
Contact Information