|
Server IP : 2a02:4780:2b:1556:0:9c6:43c4:d / Your IP : 216.73.217.162 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : u163988420 ( 163988420) PHP Version : 8.5.4 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u163988420/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include 'includes/header.php'; ?>
<!-- ====== PAGE HERO ====== -->
<section class="page-hero">
<div class="overlay"></div>
<div class="hero-grid-lines"><?php for ($i = 0; $i < 8; $i++): ?><div class="grid-line"></div><?php endfor; ?></div>
<div class="container text-center" style="position:relative;z-index:2">
<div class="hero-eyebrow"><span class="badge-dot"></span><span>JOIN THE TEAM</span></div>
<h1>Build Your <span>Career</span> With Us</h1>
<p>Join a team where innovation, growth, and opportunity come together every day.</p>
<div class="hero-breadcrumb">
<a href="index.php">Home</a><i class="bi bi-chevron-right"></i><span>Career</span>
</div>
</div>
</section>
<style>
/* ====== PAGE HERO ====== */
.page-hero {
position: relative;
padding: 130px 0 100px;
background: linear-gradient(135deg, #020509 0%, #041020 60%, #060d14 100%);
overflow: hidden
}
.page-hero .overlay {
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 60% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 70%)
}
.hero-grid-lines {
position: absolute;
inset: 0;
display: flex;
justify-content: space-around;
pointer-events: none
}
.grid-line {
width: 1px;
height: 100%;
background: linear-gradient(to bottom, transparent, rgba(0, 212, 255, 0.08), transparent);
animation: grid-pulse 4s ease-in-out infinite
}
.grid-line:nth-child(odd) {
animation-delay: -2s
}
@keyframes grid-pulse {
0%,
100% {
opacity: .3
}
50% {
opacity: 1
}
}
.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0, 212, 255, 0.06);
border: 1px solid rgba(0, 212, 255, 0.25);
border-radius: 30px;
padding: 6px 18px;
margin-bottom: 20px;
font-family: 'Orbitron', monospace;
font-size: 10px;
letter-spacing: 3px;
color: #00d4ff
}
.badge-dot {
width: 6px;
height: 6px;
background: #00d4ff;
border-radius: 50%;
box-shadow: 0 0 8px #00d4ff;
animation: pulse-dot 2s infinite
}
@keyframes pulse-dot {
0%,
100% {
opacity: 1;
transform: scale(1)
}
50% {
opacity: .5;
transform: scale(.8)
}
}
.page-hero h1 {
font-family: 'Orbitron', monospace;
font-size: clamp(24px, 5vw, 50px);
font-weight: 800;
color: #e8f4ff;
margin-bottom: 14px;
letter-spacing: 1px
}
.page-hero h1 span {
color: #00d4ff
}
.page-hero p {
color: #5a8a9f;
font-size: 16px;
max-width: 550px;
margin: 0 auto 24px;
line-height: 1.7
}
.hero-breadcrumb {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 12px;
color: #4a7a9b;
font-family: 'Orbitron', monospace;
letter-spacing: 1px
}
.hero-breadcrumb a {
color: #00d4ff;
text-decoration: none
}
.hero-breadcrumb i {
font-size: 10px
}
/* ====== SHARED BUTTONS ====== */
.btn-primary-tech {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #00d4ff, #0099cc);
color: #020509;
padding: 14px 30px;
border-radius: 8px;
font-weight: 700;
font-size: 13px;
font-family: 'Orbitron', monospace;
letter-spacing: 1px;
text-decoration: none;
transition: all 0.3s;
box-shadow: 0 0 25px rgba(0, 212, 255, 0.35)
}
.btn-primary-tech:hover {
transform: translateY(-3px);
box-shadow: 0 0 40px rgba(0, 212, 255, 0.6);
color: #020509
}
.btn-ghost-tech {
display: inline-flex;
align-items: center;
gap: 10px;
background: transparent;
color: #e8f4ff;
padding: 13px 28px;
border-radius: 8px;
font-weight: 600;
font-size: 13px;
text-decoration: none;
border: 1px solid rgba(0, 212, 255, 0.3);
transition: all 0.3s;
font-family: 'Orbitron', monospace
}
.btn-ghost-tech:hover {
background: rgba(0, 212, 255, 0.08);
border-color: #00d4ff;
color: #00d4ff;
transform: translateY(-2px)
}
/* ====== SHARED CTA ====== */
.cta-section-dark {
position: relative
}
.cta-box-dark {
background: rgba(6, 18, 32, 0.8);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 16px;
padding: 70px 40px;
position: relative;
overflow: hidden;
backdrop-filter: blur(12px)
}
.cta-box-dark::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at center, rgba(0, 212, 255, 0.04), transparent 70%);
pointer-events: none
}
.cta-corner {
position: absolute;
width: 20px;
height: 20px;
border-color: rgba(0, 212, 255, 0.5);
border-style: solid
}
.cta-tl {
top: 12px;
left: 12px;
border-width: 2px 0 0 2px
}
.cta-tr {
top: 12px;
right: 12px;
border-width: 2px 2px 0 0
}
.cta-bl {
bottom: 12px;
left: 12px;
border-width: 0 0 2px 2px
}
.cta-br {
bottom: 12px;
right: 12px;
border-width: 0 2px 2px 0
}
.cta-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0, 212, 255, 0.06);
border: 1px solid rgba(0, 212, 255, 0.25);
border-radius: 30px;
padding: 6px 16px;
font-size: 10px;
letter-spacing: 3px;
color: #00d4ff;
font-family: 'Orbitron', monospace
}
.cta-box-dark h2 {
font-family: 'Orbitron', monospace;
font-size: clamp(22px, 4vw, 40px);
font-weight: 700;
color: #e8f4ff;
margin-bottom: 16px;
position: relative
}
.cta-box-dark p {
font-size: 15px;
color: #5a8a9f;
max-width: 550px;
margin: 0 auto 36px;
line-height: 1.7;
position: relative
}
.cta-buttons-dark {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
position: relative
}
@media(max-width:768px) {
.cta-box-dark {
padding: 50px 24px
}
}
</style>
<!-- ====== WHY JOIN US ====== -->
<section class="career-why-section py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Why <span>Join Us</span></h2>
<p class="section-subtitle">We believe in growth, innovation, and building a future together.</p>
</div>
<div class="row g-4">
<?php
$reasons = [
["icon" => "bi-lightbulb", "title" => "Innovative Environment", "desc" => "Work on modern technologies and exciting real-world projects that push boundaries.", "color" => "#00d4ff"],
["icon" => "bi-graph-up-arrow", "title" => "Career Growth", "desc" => "Continuous learning, skill development, and fast-track growth opportunities.", "color" => "#ff6a00"],
["icon" => "bi-people", "title" => "Supportive Team", "desc" => "Collaborate with passionate and talented professionals every day.", "color" => "#00ff88"],
["icon" => "bi-laptop", "title" => "Remote Friendly", "desc" => "Flexible work arrangements — work from wherever you do your best thinking.", "color" => "#c084fc"],
["icon" => "bi-trophy", "title" => "Recognition", "desc" => "We celebrate wins, recognize talent, and reward outstanding contributions.", "color" => "#fbbf24"],
["icon" => "bi-shield-check", "title" => "Job Security", "desc" => "Stable environment with long-term career paths and competitive compensation.", "color" => "#34d399"],
];
foreach ($reasons as $i => $r): ?>
<div class="col-lg-4 col-md-6">
<div class="why-card-dark" style="--i:<?php echo $i; ?>;--color:<?php echo $r['color']; ?>">
<div class="wc-glow-bar"></div>
<div class="wc-icon-wrap">
<i class="bi <?php echo $r['icon']; ?>"></i>
<div class="wc-icon-ring"></div>
</div>
<h5><?php echo $r['title']; ?></h5>
<p><?php echo $r['desc']; ?></p>
<div class="wc-num"><?php echo str_pad($i + 1, 2, '0', STR_PAD_LEFT); ?></div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.career-why-section {
position: relative;
overflow: hidden;
}
.why-card-dark {
background: rgba(6, 18, 32, 0.65);
border: 1px solid rgba(0, 212, 255, 0.1);
border-radius: 14px;
padding: 36px 26px;
text-align: center;
height: 100%;
position: relative;
overflow: hidden;
backdrop-filter: blur(10px);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
animation: card-in 0.6s ease calc(var(--i)*0.1s) both;
}
@keyframes card-in {
from {
opacity: 0;
transform: translateY(30px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
.why-card-dark:hover {
transform: translateY(-12px) scale(1.01);
border-color: rgba(0, 212, 255, 0.35);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 212, 255, 0.08);
}
.wc-glow-bar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, var(--color), transparent);
transform: scaleX(0);
transition: 0.4s;
}
.why-card-dark:hover .wc-glow-bar {
transform: scaleX(1);
}
.wc-num {
position: absolute;
top: 14px;
right: 16px;
font-family: 'Orbitron', monospace;
font-size: 10px;
color: rgba(0, 212, 255, 0.2);
letter-spacing: 1px;
transition: 0.3s;
}
.why-card-dark:hover .wc-num {
color: rgba(0, 212, 255, 0.5);
}
.wc-icon-wrap {
width: 72px;
height: 72px;
border-radius: 50%;
background: rgba(0, 212, 255, 0.06);
border: 1px solid rgba(0, 212, 255, 0.2);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
position: relative;
transition: 0.4s;
}
.wc-icon-wrap i {
font-size: 28px;
color: var(--color);
position: relative;
z-index: 2;
transition: 0.3s;
}
.wc-icon-ring {
position: absolute;
inset: -10px;
border-radius: 50%;
border: 1px dashed rgba(0, 212, 255, 0.12);
animation: ring-spin 12s linear infinite;
}
@keyframes ring-spin {
to {
transform: rotate(360deg)
}
}
.why-card-dark:hover .wc-icon-wrap {
background: rgba(0, 212, 255, 0.1);
border-color: rgba(0, 212, 255, 0.4);
box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
}
.why-card-dark:hover .wc-icon-wrap i {
transform: scale(1.2) rotate(-8deg);
text-shadow: 0 0 15px var(--color);
}
.why-card-dark h5 {
font-family: 'Orbitron', monospace;
font-size: 13px;
font-weight: 600;
color: #c8e8ff;
margin-bottom: 10px;
letter-spacing: 0.5px;
transition: 0.3s;
}
.why-card-dark:hover h5 {
color: #fff;
}
.why-card-dark p {
font-size: 13px;
color: #4a7a9b;
line-height: 1.65;
}
</style>
<!-- ====== JOB OPENINGS ====== -->
<section class="jobs-section-dark py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Current <span>Openings</span></h2>
<p class="section-subtitle">Explore exciting opportunities to grow your career with us.</p>
</div>
<div class="row g-4">
<?php
$jobs = [
["icon" => "bi-code-slash", "title" => "Web Developer", "type" => "Full Time", "location" => "Ajmer", "salary" => "₹ Negotiable", "desc" => "We are looking for a skilled web developer with experience in PHP, MySQL, and modern frontend technologies.", "skills" => ["PHP", "MySQL", "JavaScript", "Bootstrap"]],
["icon" => "bi-palette", "title" => "UI/UX Designer", "type" => "Internship", "location" => "Remote", "salary" => "₹ Stipend", "desc" => "Looking for a creative designer who can design modern UI/UX for web and mobile applications.", "skills" => ["Figma", "Adobe XD", "Prototyping", "CSS"]],
["icon" => "bi-bar-chart", "title" => "Digital Marketer", "type" => "Full Time", "location" => "Ajmer", "salary" => "₹ Negotiable", "desc" => "We need a digital marketing expert with hands-on experience in SEO, Google Ads, and social media campaigns.", "skills" => ["SEO", "Google Ads", "Meta Ads", "Analytics"]],
["icon" => "bi-phone", "title" => "App Developer", "type" => "Full Time", "location" => "Hybrid", "salary" => "₹ Negotiable", "desc" => "Looking for a Flutter or React Native developer to build high-performance mobile applications.", "skills" => ["Flutter", "React Native", "Firebase", "REST API"]],
];
foreach ($jobs as $i => $job): ?>
<div class="col-lg-6">
<div class="job-card-dark" style="--i:<?php echo $i; ?>">
<!-- Glow bar -->
<div class="jc-glow-bar"></div>
<!-- Header -->
<div class="jc-header">
<div class="jc-icon-wrap">
<i class="bi <?php echo $job['icon']; ?>"></i>
</div>
<div class="jc-title-wrap">
<h5><?php echo $job['title']; ?></h5>
<div class="jc-type-badge"><?php echo $job['type']; ?></div>
</div>
<div class="jc-num"><?php echo str_pad($i + 1, 2, '0', STR_PAD_LEFT); ?></div>
</div>
<!-- Meta -->
<div class="jc-meta">
<span><i class="bi bi-geo-alt"></i><?php echo $job['location']; ?></span>
<span><i class="bi bi-cash"></i><?php echo $job['salary']; ?></span>
<span><i class="bi bi-briefcase"></i><?php echo $job['type']; ?></span>
</div>
<!-- Divider -->
<div class="jc-divider"></div>
<!-- Description -->
<p><?php echo $job['desc']; ?></p>
<!-- Skills -->
<div class="jc-skills">
<?php foreach ($job['skills'] as $skill): ?>
<span><?php echo $skill; ?></span>
<?php endforeach; ?>
</div>
<!-- Apply button -->
<a href="contact.php" class="jc-apply-btn">
<span>Apply Now</span>
<i class="bi bi-arrow-right"></i>
</a>
<!-- Hover glow -->
<div class="jc-hover-glow"></div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.jobs-section-dark {
position: relative;
overflow: hidden;
}
.job-card-dark {
background: rgba(6, 18, 32, 0.65);
border: 1px solid rgba(0, 212, 255, 0.1);
border-radius: 14px;
padding: 30px;
height: 100%;
position: relative;
overflow: hidden;
backdrop-filter: blur(10px);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
animation: card-in 0.6s ease calc(var(--i)*0.1s) both;
}
.job-card-dark:hover {
transform: translateY(-10px);
border-color: rgba(0, 212, 255, 0.4);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 212, 255, 0.1);
}
.jc-glow-bar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #00d4ff, transparent);
transform: scaleX(0);
transition: 0.4s;
}
.job-card-dark:hover .jc-glow-bar {
transform: scaleX(1);
}
/* Header */
.jc-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 14px;
}
.jc-icon-wrap {
width: 50px;
height: 50px;
flex-shrink: 0;
background: rgba(0, 212, 255, 0.08);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.4s;
}
.jc-icon-wrap i {
font-size: 22px;
color: #00d4ff;
transition: 0.3s;
}
.job-card-dark:hover .jc-icon-wrap {
background: rgba(0, 212, 255, 0.14);
border-color: rgba(0, 212, 255, 0.5);
box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}
.job-card-dark:hover .jc-icon-wrap i {
transform: scale(1.15) rotate(-5deg);
text-shadow: 0 0 12px rgba(0, 212, 255, 0.7);
}
.jc-title-wrap {
flex: 1;
}
.jc-title-wrap h5 {
font-family: 'Orbitron', monospace;
font-size: 14px;
font-weight: 700;
color: #c8e8ff;
margin: 0 0 6px;
transition: 0.3s;
}
.job-card-dark:hover .jc-title-wrap h5 {
color: #fff;
}
.jc-type-badge {
display: inline-block;
font-family: 'Orbitron', monospace;
font-size: 8px;
letter-spacing: 2px;
color: #00d4ff;
background: rgba(0, 212, 255, 0.08);
border: 1px solid rgba(0, 212, 255, 0.2);
padding: 3px 10px;
border-radius: 4px;
}
.jc-num {
font-family: 'Orbitron', monospace;
font-size: 11px;
color: rgba(0, 212, 255, 0.2);
letter-spacing: 1px;
flex-shrink: 0;
transition: 0.3s;
}
.job-card-dark:hover .jc-num {
color: rgba(0, 212, 255, 0.5);
}
/* Meta */
.jc-meta {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 14px;
}
.jc-meta span {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 11px;
color: #4a7a9b;
font-family: 'Orbitron', monospace;
letter-spacing: 0.5px;
}
.jc-meta i {
color: #00d4ff;
font-size: 11px;
}
/* Divider */
.jc-divider {
height: 1px;
background: linear-gradient(90deg, rgba(0, 212, 255, 0.2), transparent);
margin-bottom: 14px;
}
/* Desc */
.job-card-dark p {
font-size: 13px;
color: #4a7a9b;
line-height: 1.7;
margin-bottom: 16px;
}
/* Skills */
.jc-skills {
display: flex;
flex-wrap: wrap;
gap: 7px;
margin-bottom: 20px;
}
.jc-skills span {
font-size: 9px;
color: #5a8a9f;
font-family: 'Orbitron', monospace;
letter-spacing: 0.5px;
background: rgba(0, 212, 255, 0.05);
border: 1px solid rgba(0, 212, 255, 0.12);
padding: 4px 12px;
border-radius: 5px;
transition: 0.3s;
}
.job-card-dark:hover .jc-skills span {
border-color: rgba(0, 212, 255, 0.25);
color: #8ab4cc;
}
/* Apply button */
.jc-apply-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #00d4ff, #0099cc);
color: #020509;
padding: 11px 24px;
border-radius: 8px;
font-weight: 700;
font-size: 11px;
font-family: 'Orbitron', monospace;
letter-spacing: 1.5px;
text-decoration: none;
transition: all 0.3s;
box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
}
.jc-apply-btn:hover {
transform: translateY(-2px);
box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
color: #020509;
gap: 12px;
}
/* Hover glow */
.jc-hover-glow {
position: absolute;
inset: 0;
border-radius: 14px;
pointer-events: none;
opacity: 0;
background: radial-gradient(ellipse at center bottom, rgba(0, 212, 255, 0.05), transparent 70%);
transition: 0.4s;
}
.job-card-dark:hover .jc-hover-glow {
opacity: 1;
}
</style>
<!-- ====== HIRING PROCESS ====== -->
<section class="hiring-process-section py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Our <span>Hiring Process</span></h2>
<p class="section-subtitle">A simple, transparent, and fair journey to join our team.</p>
</div>
<div class="hiring-steps">
<?php
$steps = [
["num" => "01", "title" => "Apply", "desc" => "Submit your application with your resume and portfolio.", "icon" => "bi-send"],
["num" => "02", "title" => "Screening", "desc" => "We review your profile and shortlist candidates.", "icon" => "bi-search"],
["num" => "03", "title" => "Interview", "desc" => "We evaluate your skills, experience and culture fit.", "icon" => "bi-camera-video"],
["num" => "04", "title" => "Selection", "desc" => "We choose the best fit and extend an offer.", "icon" => "bi-check2-circle"],
["num" => "05", "title" => "Join Us", "desc" => "Onboard, settle in, and start your journey with us.", "icon" => "bi-rocket-takeoff"],
];
foreach ($steps as $i => $step): ?>
<div class="hs-step" style="--i:<?php echo $i; ?>">
<div class="hs-circle">
<span class="hs-num"><?php echo $step['num']; ?></span>
<i class="bi <?php echo $step['icon']; ?> hs-icon"></i>
<div class="hs-ring-1"></div>
<div class="hs-ring-2"></div>
</div>
<?php if ($i < count($steps) - 1): ?>
<div class="hs-connector">
<div class="hs-line">
<div class="hs-pulse"></div>
</div>
<div class="hs-dot"></div>
</div>
<?php endif; ?>
<h6><?php echo $step['title']; ?></h6>
<p><?php echo $step['desc']; ?></p>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.hiring-process-section {
position: relative;
overflow: hidden;
}
.hiring-steps {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 0;
position: relative;
margin-top: 60px;
}
.hs-step {
width: 18%;
text-align: center;
position: relative;
z-index: 2;
animation: card-in 0.6s ease calc(var(--i)*0.1s) both;
}
.hs-circle {
width: 84px;
height: 84px;
border-radius: 50%;
background: rgba(6, 18, 32, 0.9);
border: 1px solid rgba(0, 212, 255, 0.3);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
position: relative;
cursor: default;
transition: all 0.4s;
box-shadow: 0 0 20px rgba(0, 212, 255, 0.06);
}
/* Number shown by default, icon on hover */
.hs-num {
font-family: 'Orbitron', monospace;
font-weight: 700;
font-size: 18px;
color: #00d4ff;
transition: 0.3s;
}
.hs-icon {
position: absolute;
font-size: 24px;
color: #00d4ff;
opacity: 0;
transition: 0.3s;
}
.hs-step:hover .hs-num {
opacity: 0;
}
.hs-step:hover .hs-icon {
opacity: 1;
}
.hs-ring-1,
.hs-ring-2 {
position: absolute;
border-radius: 50%;
border: 1px solid rgba(0, 212, 255, 0.1);
transition: 0.4s;
pointer-events: none;
}
.hs-ring-1 {
width: 104px;
height: 104px;
}
.hs-ring-2 {
width: 126px;
height: 126px;
border-style: dashed;
animation: ring-spin 14s linear infinite;
}
@keyframes ring-spin {
to {
transform: rotate(360deg)
}
}
.hs-step:hover .hs-circle {
background: rgba(0, 212, 255, 0.1);
border-color: #00d4ff;
box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
transform: scale(1.1);
}
.hs-step:hover .hs-ring-1 {
border-color: rgba(0, 212, 255, 0.3);
}
.hs-step:hover .hs-ring-2 {
border-color: rgba(0, 212, 255, 0.15);
}
/* Connector */
.hs-connector {
position: absolute;
top: 42px;
right: -50%;
width: 100%;
z-index: 1;
}
.hs-line {
height: 1px;
background: linear-gradient(90deg, rgba(0, 212, 255, 0.25), rgba(0, 212, 255, 0.08));
position: relative;
overflow: hidden;
}
.hs-pulse {
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.7), transparent);
animation: pcon-scan 3s linear infinite;
}
@keyframes pcon-scan {
to {
left: 200%
}
}
.hs-dot {
width: 6px;
height: 6px;
background: #00d4ff;
border-radius: 50%;
position: absolute;
top: -3px;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 0 8px #00d4ff;
animation: dot-pulse 2s infinite;
}
@keyframes dot-pulse {
0%,
100% {
opacity: 1
}
50% {
opacity: .3
}
}
.hs-step h6 {
margin-top: 72px;
font-family: 'Orbitron', monospace;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
color: #c8e8ff;
transition: 0.3s;
}
.hs-step:hover h6 {
color: #00d4ff;
}
.hs-step p {
font-size: 11px;
color: #4a7a9b;
margin-top: 6px;
line-height: 1.5;
}
@media(max-width:992px) {
.hiring-steps {
flex-wrap: wrap;
gap: 40px;
}
.hs-step {
width: 45%;
}
.hs-connector {
display: none;
}
.hs-step h6 {
margin-top: 28px;
}
}
@media(max-width:576px) {
.hs-step {
width: 80%;
}
}
</style>
<!-- ====== PERKS SECTION ====== -->
<section class="perks-section py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Perks & <span>Benefits</span></h2>
<p class="section-subtitle">We take care of our team with more than just a salary.</p>
</div>
<div class="perks-grid">
<?php
$perks = [
["icon" => "bi-laptop", "title" => "Latest Tools", "desc" => "We provide modern hardware and software tools to do your best work."],
["icon" => "bi-clock", "title" => "Flexible Hours", "desc" => "We trust you with flexible timings that fit your lifestyle."],
["icon" => "bi-mortarboard", "title" => "Learning Budget", "desc" => "Courses, books, and conferences — we invest in your growth."],
["icon" => "bi-heart-pulse", "title" => "Health & Wellness", "desc" => "We care about your mental and physical wellbeing."],
["icon" => "bi-trophy", "title" => "Performance Bonus", "desc" => "Exceptional work gets recognized and rewarded financially."],
["icon" => "bi-house", "title" => "Remote Work", "desc" => "Work from home or our office — your choice, your comfort."],
];
foreach ($perks as $i => $perk): ?>
<div class="perk-item" style="--i:<?php echo $i; ?>">
<div class="perk-icon"><i class="bi <?php echo $perk['icon']; ?>"></i></div>
<div>
<h6><?php echo $perk['title']; ?></h6>
<p><?php echo $perk['desc']; ?></p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.perks-section {
position: relative;
}
.perks-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.perk-item {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 22px 20px;
background: rgba(6, 18, 32, 0.6);
border: 1px solid rgba(0, 212, 255, 0.08);
border-radius: 12px;
transition: all 0.3s;
backdrop-filter: blur(8px);
animation: card-in 0.6s ease calc(var(--i)*0.08s) both;
}
.perk-item:hover {
background: rgba(0, 212, 255, 0.06);
border-color: rgba(0, 212, 255, 0.25);
transform: translateY(-5px) translateX(5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 212, 255, 0.06);
}
.perk-icon {
width: 44px;
height: 44px;
flex-shrink: 0;
background: rgba(0, 212, 255, 0.07);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
.perk-icon i {
font-size: 18px;
color: #00d4ff;
}
.perk-item:hover .perk-icon {
background: rgba(0, 212, 255, 0.14);
border-color: #00d4ff;
box-shadow: 0 0 12px rgba(0, 212, 255, 0.2);
}
.perk-item h6 {
font-family: 'Orbitron', monospace;
font-size: 11px;
font-weight: 600;
color: #c8e8ff;
margin-bottom: 5px;
letter-spacing: 0.5px;
}
.perk-item p {
margin: 0;
font-size: 12px;
color: #4a7a9b;
line-height: 1.6;
}
@media(max-width:992px) {
.perks-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width:576px) {
.perks-grid {
grid-template-columns: 1fr;
}
}
</style>
<!-- ====== CTA ====== -->
<section class="cta-section-dark my-5 py-5">
<div class="container">
<div class="cta-box-dark text-center">
<div class="cta-corner cta-tl"></div>
<div class="cta-corner cta-tr"></div>
<div class="cta-corner cta-bl"></div>
<div class="cta-corner cta-br"></div>
<div class="cta-badge mb-4"><span class="badge-dot"></span><span>YOUR NEXT CHAPTER</span></div>
<h2>Join Our Growing Team</h2>
<p>Be part of a passionate team where innovation meets opportunity. Build your career with us and grow together.</p>
<div class="cta-buttons-dark">
<a href="contact.php" class="btn-primary-tech"><span>Apply Now</span><i class="bi bi-arrow-right"></i></a>
<a href="tel:9999999999" class="btn-ghost-tech"><i class="bi bi-telephone me-2"></i><span>Call Us</span></a>
</div>
</div>
</div>
</section>
<?php include 'includes/footer.php'; ?>