testing page

Welcome to Eservice Limited

Your one-stop solution for all online services. Explore our offerings and start growing today!

Explore Services

Our Services

Freelancing Training

Learn essential skills to kickstart your freelancing career.

Website Design

Custom website design and development to enhance your online presence.

SEO Services

Improve your website’s search engine ranking with our expert SEO services.

What Our Clients Say

“Eservice Limited has been a game changer for my business. Their services are top-notch!”

Client Name

“The freelancing course I took was incredibly helpful. I’m now working with clients worldwide!”

Client Name

/* Main Page Styling */
.eservice-homepage {
font-family: Arial, sans-serif;
}

/* Hero Section */
.hero-section {
background: url(‘path_to_your_image.jpg’) no-repeat center center/cover;
color: #fff;
padding: 120px 0;
text-align: center;
}

.hero-content h1 {
font-size: 48px;
margin-bottom: 20px;
}

.hero-content p {
font-size: 20px;
margin-bottom: 30px;
}

.btn-main {
padding: 12px 30px;
background-color: #007BFF;
color: #fff;
text-decoration: none;
font-size: 18px;
border-radius: 8px;
}

.btn-main:hover {
background-color: #0056b3;
}

/* Services Section */
.services-section {
background-color: #f4f4f4;
padding: 60px 0;
}

.services-section .container {
text-align: center;
}

.service-cards {
display: flex;
justify-content: center;
gap: 20px;
}

.service-card {
background-color: #fff;
padding: 30px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
width: 300px;
border-radius: 8px;
}

.service-card h3 {
font-size: 24px;
margin-bottom: 15px;
}

.service-card p {
font-size: 16px;
color: #333;
}

/* Testimonial Section */
.testimonial-section {
background-color: #e9ecef;
padding: 60px 0;
}

.testimonials {
display: flex;
justify-content: center;
gap: 40px;
}

.testimonial-item {
background-color: #fff;
padding: 25px;
width: 300px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
border-radius: 8px;
}

.testimonial-item h4 {
margin-top: 20px;
font-weight: bold;
color: #007BFF;
}

Scroll to Top