Work From Home Jobs

Earn money online without any investment. Perfect opportunity for students, housewives, and anyone looking for part-time work.

Apply Now

Popular Job Categories

Find the perfect job that matches your skills and interests

Data Entry

Simple typing and copy-paste jobs from home

View Jobs

Driving Jobs

Find driving opportunities in your area

View Jobs

Electrician Jobs

Electrical work opportunities

View Jobs

Mechanical Jobs

Mechanical engineering and technician jobs

View Jobs
.section-title h2 { font-size: 36px; color: #2c3e50; margin-bottom: 15px; position: relative; display: inline-block; } .section-title h2::after { content: ''; position: absolute; width: 50px; height: 3px; background-color: #f39c12; bottom: -10px; left: 50%; transform: translateX(-50%); } .section-title p { color: #7f8c8d; max-width: 700px; margin: 0 auto; } .categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; } .category-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; text-align: center; padding: 30px 20px; border: 1px solid #eee; } .category-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .category-icon { font-size: 50px; color: #f39c12; margin-bottom: 20px; } .category-card h3 { font-size: 22px; margin-bottom: 15px; color: #2c3e50; } .category-card p { color: #7f8c8d; margin-bottom: 20px; } /* Featured Job */ .featured-job { padding: 80px 0; background-color: #f9f9f9; } .job-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); max-width: 800px; margin: 0 auto; padding: 40px; } .job-header { display: flex; align-items: center; margin-bottom: 30px; } .job-icon { font-size: 40px; color: #f39c12; margin-right: 20px; } .job-title h3 { font-size: 28px; color: #2c3e50; margin-bottom: 5px; } .job-title p { color: #7f8c8d; } .job-details { margin-bottom: 30px; } .job-details h4 { font-size: 20px; color: #2c3e50; margin-bottom: 15px; } .job-details ul { list-style-position: inside; margin-bottom: 20px; } .job-details ul li { margin-bottom: 10px; color: #7f8c8d; } .salary-info { background: #f8f9fa; padding: 15px; border-radius: 5px; margin-bottom: 30px; } .salary-info p { color: #2c3e50; font-weight: 600; } .warning-box { background: #fff8e1; border-left: 4px solid #f39c12; padding: 15px; margin-bottom: 30px; } .warning-box p { color: #e67e22; } /* Popup Modal */ .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); animation: fadeIn 0.3s; } .modal-content { background-color: #fff; margin: 10% auto; padding: 30px; border-radius: 8px; width: 90%; max-width: 500px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); position: relative; } .close-btn { position: absolute; top: 15px; right: 15px; font-size: 24px; cursor: pointer; color: #7f8c8d; } .close-btn:hover { color: #e74c3c; } .modal-title { font-size: 24px; margin-bottom: 20px; color: #2c3e50; text-align: center; } .upload-area { border: 2px dashed #bdc3c7; border-radius: 5px; padding: 30px; text-align: center; margin-bottom: 20px; cursor: pointer; transition: all 0.3s; } .upload-area:hover { border-color: #3498db; background-color: #f8f9fa; } .upload-icon { font-size: 50px; color: #3498db; margin-bottom: 15px; } .file-input { display: none; } .file-name { margin-top: 10px; color: #7f8c8d; font-size: 14px; } /* Progress Bar */ .progress-container { width: 100%; background-color: #f1f1f1; border-radius: 5px; margin: 15px 0; display: none; } .progress-bar { height: 20px; background-color: #4CAF50; border-radius: 5px; width: 0%; transition: width 0.5s; text-align: center; line-height: 20px; color: white; } /* Footer */ footer { background: #2c3e50; color: white; padding: 60px 0 20px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 40px; } .footer-column h3 { font-size: 20px; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-column h3::after { content: ''; position: absolute; width: 40px; height: 2px; background-color: #f39c12; bottom: 0; left: 0; } .footer-column p, .footer-column a { color: #bdc3c7; margin-bottom: 15px; display: block; text-decoration: none; transition: all 0.3s ease; } .footer-column a:hover { color: #f39c12; padding-left: 5px; } .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-bottom p { color: #bdc3c7; } .visit-website { display: inline-block; background: #f39c12; color: white; padding: 10px 20px; border-radius: 4px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; margin-top: 10px; } .visit-website:hover { background: #e67e22; } /* Animations */ @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(243, 156, 18, 0); } 100% { box-shadow: 0 0 0 0 rgba(243, 156, 18, 0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* Responsive */ @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav ul { margin-top: 20px; justify-content: center; } nav ul li { margin: 0 10px; } .hero h1 { font-size: 36px; } .hero p { font-size: 18px; } .job-card { padding: 30px 20px; } .modal-content { margin: 20% auto; width: 95%; } }

Work From Home Jobs

Earn money online without any investment. Perfect opportunity for students, housewives, and anyone looking for part-time work.

Apply Now

Popular Job Categories

Find the perfect job that matches your skills and interests

Data Entry

Simple typing and copy-paste jobs from home

View Jobs

Driving Jobs

Find driving opportunities in your area

View Jobs

Electrician Jobs

Electrical work opportunities

View Jobs

Mechanical Jobs

Mechanical engineering and technician jobs

View Jobs
GlobalWork - Online Jobs Platform

Work From Home Jobs

Earn money online without any investment. Perfect opportunity for students, housewives, and anyone looking for part-time work.

Apply Now

Popular Job Categories

Find the perfect job that matches your skills and interests

Data Entry

Simple typing and copy-paste jobs from home

View Jobs

Driving Jobs

Find driving opportunities in your area

View Jobs

Electrician Jobs

Electrical work opportunities

View Jobs

Mechanical Jobs

Mechanical engineering and technician jobs

View Jobs