Netlify
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb33e1a00a
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/Vishnupriya1395/Visa-Immigration-for-Singapore fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 75.2.60.5:443 · epass.services
2026-01-09 04:48
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 3
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18472
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 04:48:09 GMT
Etag: "bdf980b9883265b25af4a0be59bbafa1-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEGHANXK55N9GWRZ1MEX3CTV
Connection: close
Page title: EPASS Service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPASS Service</title>
<link rel="icon" href="logo/logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="js/carousel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<!-- Swiper CSS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
document.querySelectorAll('.faq-item').forEach(item => {
if (item !== question.parentElement) item.classList.remove('active');
});
question.parentElement.classList.toggle('active');
});
});
// Form Confirmation
const expertButton = document.getElementById('expertButton');
const contactForm = document.getElementById('contactForm');
const confirmationMessage = document.getElementById('confirmationMessage');
if (expertButton && contactForm && confirmationMessage) {
expertButton.addEventListener('click', function () {
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = "tel:+6562545847";
} else {
confirmationMessage.style.display = 'block';
contactForm.querySelector('button[type="submit"]').click();
setTimeout(() => {
confirmationMessage.style.display = 'none';
}, 10000);
}
});
}
});
</script>
</head>
<body>
<script src="js/move.js"></script>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<img src="logo/logo.png" alt="Professional Working">
<h1>EPASS SERVICE</h1>
</div>
<nav>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/workpass'>Work Passes</a></li>
<li><a href='/incorporation'>Incorporation</a></li>
<li><a href='/resource'>Resources</a></li>
<li><a href='/contact'>Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero-content">
<h1>Your Gateway to Pass Singapore </h1><h1>Immigration Success</h1>
<p>Trusted support for Employment Pass, Entree Pass</p>
<a href="#contact" class="cta-button">Get Free Assessment</a>
</div>
</section>
<!-- Services Section -->
<section class="employment-pass">
<div class="container ep-grid" bac>
<div class="ep-text">
<h2>Singapore Employment Pass</h2>
<p>An Employment Pass (EP) is a type of work visa that allows foreign professionals, managers, and executives to work in a specific country.</p>
<a class='cta-button' href='/book-consultation'>Book a Free Consultation</a>
</div>
<div class="ep-image">
<img src="images/Immigration Resources.png" alt="Professional Working">
</div>
</div>
</section>
<section class="services-section">
<div class="container">
<h2 class="section-title">Our Services</h2>
<div class="services">
<div class="service-card">
<div class="icon">
<img src="icons/id-card.webp" alt="Singapore Employment Pass">
</div>
<h3>Singapore Employment Pass</h3>
<p>Provide Free essential benefits on topic</p>
<a class='learn-more' href='/workpass#employment-pass'>Learn Mo
Open service 75.2.60.5:443 · epass.services
2026-01-02 02:20
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18472
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 02:20:58 GMT
Etag: "bdf980b9883265b25af4a0be59bbafa1-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDY84534NV0Y98YEN5V5E31P
Connection: close
Page title: EPASS Service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPASS Service</title>
<link rel="icon" href="logo/logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="js/carousel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<!-- Swiper CSS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
document.querySelectorAll('.faq-item').forEach(item => {
if (item !== question.parentElement) item.classList.remove('active');
});
question.parentElement.classList.toggle('active');
});
});
// Form Confirmation
const expertButton = document.getElementById('expertButton');
const contactForm = document.getElementById('contactForm');
const confirmationMessage = document.getElementById('confirmationMessage');
if (expertButton && contactForm && confirmationMessage) {
expertButton.addEventListener('click', function () {
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = "tel:+6562545847";
} else {
confirmationMessage.style.display = 'block';
contactForm.querySelector('button[type="submit"]').click();
setTimeout(() => {
confirmationMessage.style.display = 'none';
}, 10000);
}
});
}
});
</script>
</head>
<body>
<script src="js/move.js"></script>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<img src="logo/logo.png" alt="Professional Working">
<h1>EPASS SERVICE</h1>
</div>
<nav>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/workpass'>Work Passes</a></li>
<li><a href='/incorporation'>Incorporation</a></li>
<li><a href='/resource'>Resources</a></li>
<li><a href='/contact'>Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero-content">
<h1>Your Gateway to Pass Singapore </h1><h1>Immigration Success</h1>
<p>Trusted support for Employment Pass, Entree Pass</p>
<a href="#contact" class="cta-button">Get Free Assessment</a>
</div>
</section>
<!-- Services Section -->
<section class="employment-pass">
<div class="container ep-grid" bac>
<div class="ep-text">
<h2>Singapore Employment Pass</h2>
<p>An Employment Pass (EP) is a type of work visa that allows foreign professionals, managers, and executives to work in a specific country.</p>
<a class='cta-button' href='/book-consultation'>Book a Free Consultation</a>
</div>
<div class="ep-image">
<img src="images/Immigration Resources.png" alt="Professional Working">
</div>
</div>
</section>
<section class="services-section">
<div class="container">
<h2 class="section-title">Our Services</h2>
<div class="services">
<div class="service-card">
<div class="icon">
<img src="icons/id-card.webp" alt="Singapore Employment Pass">
</div>
<h3>Singapore Employment Pass</h3>
<p>Provide Free essential benefits on topic</p>
<a class='learn-more' href='/workpass#employment-pass'>Learn Mo
Open service 75.2.60.5:443 · epass.services
2025-12-30 09:26
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18472
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 09:26:21 GMT
Etag: "6b78d9900e7b80e528493f546c9b57d6-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQ98WQSP877MVA39FT9QG9V
Connection: close
Page title: EPASS Service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPASS Service</title>
<link rel="icon" href="logo/logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="js/carousel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<!-- Swiper CSS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
document.querySelectorAll('.faq-item').forEach(item => {
if (item !== question.parentElement) item.classList.remove('active');
});
question.parentElement.classList.toggle('active');
});
});
// Form Confirmation
const expertButton = document.getElementById('expertButton');
const contactForm = document.getElementById('contactForm');
const confirmationMessage = document.getElementById('confirmationMessage');
if (expertButton && contactForm && confirmationMessage) {
expertButton.addEventListener('click', function () {
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = "tel:+6562545847";
} else {
confirmationMessage.style.display = 'block';
contactForm.querySelector('button[type="submit"]').click();
setTimeout(() => {
confirmationMessage.style.display = 'none';
}, 10000);
}
});
}
});
</script>
</head>
<body>
<script src="js/move.js"></script>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<img src="logo/logo.png" alt="Professional Working">
<h1>EPASS SERVICE</h1>
</div>
<nav>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/workpass'>Work Passes</a></li>
<li><a href='/incorporation'>Incorporation</a></li>
<li><a href='/resource'>Resources</a></li>
<li><a href='/contact'>Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero-content">
<h1>Your Gateway to Pass Singapore </h1><h1>Immigration Success</h1>
<p>Trusted support for Employment Pass, Entree Pass</p>
<a href="#contact" class="cta-button">Get Free Assessment</a>
</div>
</section>
<!-- Services Section -->
<section class="employment-pass">
<div class="container ep-grid" bac>
<div class="ep-text">
<h2>Singapore Employment Pass</h2>
<p>An Employment Pass (EP) is a type of work visa that allows foreign professionals, managers, and executives to work in a specific country.</p>
<a class='cta-button' href='/book-consultation'>Book a Free Consultation</a>
</div>
<div class="ep-image">
<img src="images/Immigration Resources.png" alt="Professional Working">
</div>
</div>
</section>
<section class="services-section">
<div class="container">
<h2 class="section-title">Our Services</h2>
<div class="services">
<div class="service-card">
<div class="icon">
<img src="icons/id-card.webp" alt="Singapore Employment Pass">
</div>
<h3>Singapore Employment Pass</h3>
<p>Provide Free essential benefits on topic</p>
<a class='learn-more' href='/workpass#employment-pass'>Learn Mo
Open service 75.2.60.5:443 · epass.services
2025-12-23 07:45
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18472
Content-Type: text/html; charset=UTF-8
Date: Tue, 23 Dec 2025 07:45:32 GMT
Etag: "6b78d9900e7b80e528493f546c9b57d6-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD52Q98WHTQFCVY82T3KK62B
Connection: close
Page title: EPASS Service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPASS Service</title>
<link rel="icon" href="logo/logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="js/carousel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<!-- Swiper CSS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
document.querySelectorAll('.faq-item').forEach(item => {
if (item !== question.parentElement) item.classList.remove('active');
});
question.parentElement.classList.toggle('active');
});
});
// Form Confirmation
const expertButton = document.getElementById('expertButton');
const contactForm = document.getElementById('contactForm');
const confirmationMessage = document.getElementById('confirmationMessage');
if (expertButton && contactForm && confirmationMessage) {
expertButton.addEventListener('click', function () {
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = "tel:+6562545847";
} else {
confirmationMessage.style.display = 'block';
contactForm.querySelector('button[type="submit"]').click();
setTimeout(() => {
confirmationMessage.style.display = 'none';
}, 10000);
}
});
}
});
</script>
</head>
<body>
<script src="js/move.js"></script>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<img src="logo/logo.png" alt="Professional Working">
<h1>EPASS SERVICE</h1>
</div>
<nav>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/workpass'>Work Passes</a></li>
<li><a href='/incorporation'>Incorporation</a></li>
<li><a href='/resource'>Resources</a></li>
<li><a href='/contact'>Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero-content">
<h1>Your Gateway to Pass Singapore </h1><h1>Immigration Success</h1>
<p>Trusted support for Employment Pass, Entree Pass</p>
<a href="#contact" class="cta-button">Get Free Assessment</a>
</div>
</section>
<!-- Services Section -->
<section class="employment-pass">
<div class="container ep-grid" bac>
<div class="ep-text">
<h2>Singapore Employment Pass</h2>
<p>An Employment Pass (EP) is a type of work visa that allows foreign professionals, managers, and executives to work in a specific country.</p>
<a class='cta-button' href='/book-consultation'>Book a Free Consultation</a>
</div>
<div class="ep-image">
<img src="images/Immigration Resources.png" alt="Professional Working">
</div>
</div>
</section>
<section class="services-section">
<div class="container">
<h2 class="section-title">Our Services</h2>
<div class="services">
<div class="service-card">
<div class="icon">
<img src="icons/id-card.webp" alt="Singapore Employment Pass">
</div>
<h3>Singapore Employment Pass</h3>
<p>Provide Free essential benefits on topic</p>
<a class='learn-more' href='/workpass#employment-pass'>Learn Mo
Open service 75.2.60.5:443 · epass.services
2025-12-21 05:21
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18472
Content-Type: text/html; charset=UTF-8
Date: Sun, 21 Dec 2025 05:21:49 GMT
Etag: "6b78d9900e7b80e528493f546c9b57d6-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCZNPNW4Y1X8R3RB0SRM5J25
Connection: close
Page title: EPASS Service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPASS Service</title>
<link rel="icon" href="logo/logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="js/carousel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<!-- Swiper CSS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
document.querySelectorAll('.faq-item').forEach(item => {
if (item !== question.parentElement) item.classList.remove('active');
});
question.parentElement.classList.toggle('active');
});
});
// Form Confirmation
const expertButton = document.getElementById('expertButton');
const contactForm = document.getElementById('contactForm');
const confirmationMessage = document.getElementById('confirmationMessage');
if (expertButton && contactForm && confirmationMessage) {
expertButton.addEventListener('click', function () {
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = "tel:+6562545847";
} else {
confirmationMessage.style.display = 'block';
contactForm.querySelector('button[type="submit"]').click();
setTimeout(() => {
confirmationMessage.style.display = 'none';
}, 10000);
}
});
}
});
</script>
</head>
<body>
<script src="js/move.js"></script>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<img src="logo/logo.png" alt="Professional Working">
<h1>EPASS SERVICE</h1>
</div>
<nav>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/workpass'>Work Passes</a></li>
<li><a href='/incorporation'>Incorporation</a></li>
<li><a href='/resource'>Resources</a></li>
<li><a href='/contact'>Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero-content">
<h1>Your Gateway to Pass Singapore </h1><h1>Immigration Success</h1>
<p>Trusted support for Employment Pass, Entree Pass</p>
<a href="#contact" class="cta-button">Get Free Assessment</a>
</div>
</section>
<!-- Services Section -->
<section class="employment-pass">
<div class="container ep-grid" bac>
<div class="ep-text">
<h2>Singapore Employment Pass</h2>
<p>An Employment Pass (EP) is a type of work visa that allows foreign professionals, managers, and executives to work in a specific country.</p>
<a class='cta-button' href='/book-consultation'>Book a Free Consultation</a>
</div>
<div class="ep-image">
<img src="images/Immigration Resources.png" alt="Professional Working">
</div>
</div>
</section>
<section class="services-section">
<div class="container">
<h2 class="section-title">Our Services</h2>
<div class="services">
<div class="service-card">
<div class="icon">
<img src="icons/id-card.webp" alt="Singapore Employment Pass">
</div>
<h3>Singapore Employment Pass</h3>
<p>Provide Free essential benefits on topic</p>
<a class='learn-more' href='/workpass#employment-pass'>Learn Mo
Open service 75.2.60.5:443 · epass.services
2025-12-19 04:19
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18472
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 04:19:32 GMT
Etag: "6b78d9900e7b80e528493f546c9b57d6-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCTDB6B9T6C1VZGQZ8QGTBXH
Connection: close
Page title: EPASS Service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPASS Service</title>
<link rel="icon" href="logo/logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="js/carousel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<!-- Swiper CSS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
document.querySelectorAll('.faq-item').forEach(item => {
if (item !== question.parentElement) item.classList.remove('active');
});
question.parentElement.classList.toggle('active');
});
});
// Form Confirmation
const expertButton = document.getElementById('expertButton');
const contactForm = document.getElementById('contactForm');
const confirmationMessage = document.getElementById('confirmationMessage');
if (expertButton && contactForm && confirmationMessage) {
expertButton.addEventListener('click', function () {
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = "tel:+6562545847";
} else {
confirmationMessage.style.display = 'block';
contactForm.querySelector('button[type="submit"]').click();
setTimeout(() => {
confirmationMessage.style.display = 'none';
}, 10000);
}
});
}
});
</script>
</head>
<body>
<script src="js/move.js"></script>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<img src="logo/logo.png" alt="Professional Working">
<h1>EPASS SERVICE</h1>
</div>
<nav>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/workpass'>Work Passes</a></li>
<li><a href='/incorporation'>Incorporation</a></li>
<li><a href='/resource'>Resources</a></li>
<li><a href='/contact'>Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero-content">
<h1>Your Gateway to Pass Singapore </h1><h1>Immigration Success</h1>
<p>Trusted support for Employment Pass, Entree Pass</p>
<a href="#contact" class="cta-button">Get Free Assessment</a>
</div>
</section>
<!-- Services Section -->
<section class="employment-pass">
<div class="container ep-grid" bac>
<div class="ep-text">
<h2>Singapore Employment Pass</h2>
<p>An Employment Pass (EP) is a type of work visa that allows foreign professionals, managers, and executives to work in a specific country.</p>
<a class='cta-button' href='/book-consultation'>Book a Free Consultation</a>
</div>
<div class="ep-image">
<img src="images/Immigration Resources.png" alt="Professional Working">
</div>
</div>
</section>
<section class="services-section">
<div class="container">
<h2 class="section-title">Our Services</h2>
<div class="services">
<div class="service-card">
<div class="icon">
<img src="icons/id-card.webp" alt="Singapore Employment Pass">
</div>
<h3>Singapore Employment Pass</h3>
<p>Provide Free essential benefits on topic</p>
<a class='learn-more' href='/workpass#employment-pass'>Learn Mo