|
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>WHAT WE OFFER</span></div>
<h1>Our <span>Services</span></h1>
<p>We deliver innovative IT solutions tailored to help your business grow and succeed in the digital world.</p>
<div class="hero-breadcrumb">
<a href="index.php">Home</a>
<i class="bi bi-chevron-right"></i>
<span>Services</span>
</div>
</div>
</section>
<style>
/* ====== PAGE HERO (shared across inner pages) ====== */
.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(28px, 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 BUTTON STYLES ====== */
.btn-primary-tech {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
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 ease;
box-shadow: 0 0 25px rgba(0, 212, 255, 0.35), 0 4px 15px rgba(0, 0, 0, 0.3);
}
.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 ease;
font-family: 'Orbitron', monospace;
letter-spacing: 0.5px;
}
.btn-ghost-tech:hover {
background: rgba(0, 212, 255, 0.08);
border-color: #00d4ff;
color: #00d4ff;
transform: translateY(-2px);
}
/* ====== CTA BOX (shared) ====== */
.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) 0%, 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>
<?php
$services = [
["icon" => "bi-code-slash", "title" => "Website Development", "slug" => "web-development", "desc" => "Modern, responsive and high-performance websites tailored to your business."],
["icon" => "bi-cloud", "title" => "Salesforce Solutions", "slug" => "salesforce-solutions", "desc" => "Custom Salesforce solutions to streamline your business processes."],
["icon" => "bi-phone", "title" => "Application Development", "slug" => "application-development", "desc" => "Scalable mobile and web applications for modern business needs."],
["icon" => "bi-laptop", "title" => "Software Development", "slug" => "software-development", "desc" => "Robust and efficient software solutions to automate your workflow."],
["icon" => "bi-bar-chart", "title" => "Digital Marketing", "slug" => "digital-marketing", "desc" => "Grow your online presence with SEO, social media and marketing strategies."],
["icon" => "bi-palette", "title" => "Graphic Designing", "slug" => "graphic-designing", "desc" => "Creative and visually appealing designs for branding and marketing."],
["icon" => "bi-globe", "title" => "SEO Optimization", "slug" => "seo-optimization", "desc" => "Improve your website ranking and visibility on search engines."],
["icon" => "bi-cart", "title" => "E-commerce Development", "slug" => "e-commerce-development", "desc" => "Build powerful online stores with seamless user experience."],
["icon" => "bi-shield-check", "title" => "Website Security", "slug" => "website-security", "desc" => "Protect your website with advanced security solutions."],
["icon" => "bi-server", "title" => "Web Hosting", "slug" => "web-hosting", "desc" => "Fast and secure hosting solutions for your business."],
["icon" => "bi-diagram-3", "title" => "API Development & Integration", "slug" => "api-development-integration", "desc" => "We build and integrate secure APIs to connect your systems."],
["icon" => "bi-speedometer2", "title" => "Performance Optimization", "slug" => "performance-optimization", "desc" => "Improve website speed, performance, and user experience."],
];
?>
<!-- ====== SERVICES GRID ====== -->
<section class="services-page-section py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Everything You <span>Need</span></h2>
<p class="section-subtitle">Comprehensive IT services designed to take your business to the next level.</p>
</div>
<div class="row">
<?php foreach ($services as $i => $service): ?>
<div class="col-lg-4 col-md-6 mb-4">
<div class="svc-card-full" style="--i:<?php echo $i; ?>">
<!-- Number -->
<div class="svc-num"><?php echo str_pad($i + 1, 2, '0', STR_PAD_LEFT); ?></div>
<!-- Top glow bar -->
<div class="svc-top-bar"></div>
<!-- Icon -->
<div class="svc-icon-wrap">
<i class="bi <?php echo $service['icon']; ?>"></i>
<div class="svc-icon-ring"></div>
</div>
<!-- Content -->
<h5><?php echo $service['title']; ?></h5>
<p><?php echo $service['desc']; ?></p>
<!-- Link -->
<a href="service-details.php?service=<?php echo $service['slug']; ?>" class="svc-link">
<span>View Details</span>
<i class="bi bi-arrow-right"></i>
</a>
<!-- Hover glow -->
<div class="svc-hover-glow"></div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.services-page-section {
position: relative;
}
.svc-card-full {
background: rgba(6, 18, 32, 0.65);
border: 1px solid rgba(0, 212, 255, 0.1);
border-radius: 14px;
padding: 36px 26px 28px;
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.05s) both;
}
@keyframes card-in {
from {
opacity: 0;
transform: translateY(30px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
/* Top bar */
.svc-top-bar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #00d4ff, transparent);
transform: scaleX(0);
transition: 0.4s;
}
.svc-card-full:hover {
transform: translateY(-12px) scale(1.01);
border-color: rgba(0, 212, 255, 0.4);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(0, 212, 255, 0.1);
}
.svc-card-full:hover .svc-top-bar {
transform: scaleX(1);
}
/* Number */
.svc-num {
position: absolute;
top: 14px;
right: 16px;
font-family: 'Orbitron', monospace;
font-size: 11px;
color: rgba(0, 212, 255, 0.2);
letter-spacing: 1px;
transition: 0.3s;
}
.svc-card-full:hover .svc-num {
color: rgba(0, 212, 255, 0.6);
}
/* Icon */
.svc-icon-wrap {
width: 76px;
height: 76px;
background: rgba(0, 212, 255, 0.06);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 22px;
position: relative;
transition: 0.4s;
}
.svc-icon-wrap i {
font-size: 28px;
color: #00d4ff;
position: relative;
z-index: 2;
transition: 0.3s;
}
.svc-icon-ring {
position: absolute;
inset: -10px;
border-radius: 50%;
border: 1px dashed rgba(0, 212, 255, 0.15);
animation: ring-spin 12s linear infinite;
}
@keyframes ring-spin {
to {
transform: rotate(360deg);
}
}
.svc-card-full:hover .svc-icon-wrap {
background: rgba(0, 212, 255, 0.12);
border-color: rgba(0, 212, 255, 0.5);
box-shadow: 0 0 25px rgba(0, 212, 255, 0.2);
}
.svc-card-full:hover .svc-icon-wrap i {
transform: scale(1.2) rotate(-8deg);
text-shadow: 0 0 15px rgba(0, 212, 255, 0.8);
}
/* Text */
.svc-card-full h5 {
font-family: 'Orbitron', monospace;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.5px;
color: #c8e8ff;
margin-bottom: 12px;
transition: 0.3s;
}
.svc-card-full:hover h5 {
color: #fff;
}
.svc-card-full p {
font-size: 13px;
color: #4a7a9b;
line-height: 1.65;
margin-bottom: 18px;
}
/* Link */
.svc-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #00d4ff;
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Orbitron', monospace;
transition: 0.3s;
border-bottom: 1px solid rgba(0, 212, 255, 0.2);
padding-bottom: 2px;
}
.svc-link:hover {
color: #fff;
gap: 12px;
border-color: rgba(255, 255, 255, 0.3);
}
/* Hover glow */
.svc-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.06), transparent 70%);
transition: 0.4s;
}
.svc-card-full:hover .svc-hover-glow {
opacity: 1;
}
</style>
<!-- ====== PROCESS SECTION ====== -->
<section class="process-section-dark py-5">
<div class="container text-center">
<div class="text-center mb-5">
<h2 class="section-title">Our Work <span>Process</span></h2>
<p class="section-subtitle">A clear, structured approach that keeps you informed and delivers results on time.</p>
</div>
<div class="process-steps-dark">
<?php
$steps = [
["num" => "01", "title" => "Analysis", "desc" => "Deep dive into requirements and user needs.", "icon" => "bi-search"],
["num" => "02", "title" => "Planning", "desc" => "Define goals, timeline, and roadmap.", "icon" => "bi-diagram-3"],
["num" => "03", "title" => "Design", "desc" => "Craft UI/UX and visual structure.", "icon" => "bi-brush"],
["num" => "04", "title" => "Development", "desc" => "Build using modern technologies.", "icon" => "bi-code-slash"],
["num" => "05", "title" => "Launch", "desc" => "Test, deploy and monitor performance.", "icon" => "bi-rocket-takeoff"],
];
foreach ($steps as $i => $step): ?>
<div class="pstep" style="--i:<?php echo $i; ?>">
<div class="pstep-circle">
<span><?php echo $step['num']; ?></span>
<i class="bi <?php echo $step['icon']; ?> pstep-hover-icon"></i>
<div class="pstep-ring-1"></div>
<div class="pstep-ring-2"></div>
</div>
<?php if ($i < count($steps) - 1): ?>
<div class="pstep-connector">
<div class="pcon-line">
<div class="pcon-pulse"></div>
</div>
<div class="pcon-dot"></div>
</div>
<?php endif; ?>
<h6><?php echo $step['title']; ?></h6>
<p><?php echo $step['desc']; ?></p>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.process-section-dark {
position: relative;
overflow: hidden;
}
.process-steps-dark {
display: flex;
justify-content: center;
align-items: flex-start;
position: relative;
margin-top: 60px;
gap: 0;
}
.pstep {
width: 18%;
text-align: center;
position: relative;
z-index: 2;
animation: card-in 0.6s ease calc(var(--i)*0.1s) both;
}
.pstep-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;
font-family: 'Orbitron', monospace;
font-weight: 700;
font-size: 18px;
color: #00d4ff;
position: relative;
transition: all 0.4s ease;
box-shadow: 0 0 20px rgba(0, 212, 255, 0.06);
cursor: default;
}
.pstep-hover-icon {
position: absolute;
font-size: 24px;
opacity: 0;
transition: 0.3s;
}
.pstep-circle span {
transition: 0.3s;
}
.pstep:hover .pstep-circle span {
opacity: 0;
}
.pstep:hover .pstep-hover-icon {
opacity: 1;
}
.pstep-ring-1,
.pstep-ring-2 {
position: absolute;
border-radius: 50%;
border: 1px solid rgba(0, 212, 255, 0.1);
transition: 0.4s;
pointer-events: none;
}
.pstep-ring-1 {
width: 104px;
height: 104px;
}
.pstep-ring-2 {
width: 126px;
height: 126px;
border-style: dashed;
animation: ring-spin 14s linear infinite;
}
@keyframes ring-spin {
to {
transform: rotate(360deg);
}
}
.pstep:hover .pstep-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.12);
text-shadow: 0 0 15px rgba(0, 212, 255, 0.8);
}
.pstep:hover .pstep-ring-1 {
border-color: rgba(0, 212, 255, 0.3);
}
.pstep:hover .pstep-ring-2 {
border-color: rgba(0, 212, 255, 0.15);
}
/* Connector */
.pstep-connector {
position: absolute;
top: 42px;
right: -50%;
width: 100%;
z-index: 1;
}
.pcon-line {
height: 1px;
background: linear-gradient(90deg, rgba(0, 212, 255, 0.25), rgba(0, 212, 255, 0.08));
position: relative;
overflow: hidden;
}
.pcon-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%;
}
}
.pcon-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
}
}
.pstep h6 {
margin-top: 72px;
font-family: 'Orbitron', monospace;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
color: #c8e8ff;
transition: 0.3s;
}
.pstep:hover h6 {
color: #00d4ff;
}
.pstep p {
font-size: 12px;
color: #4a7a9b;
margin-top: 6px;
line-height: 1.5;
}
@media(max-width:992px) {
.process-steps-dark {
flex-wrap: wrap;
gap: 40px;
}
.pstep {
width: 45%;
}
.pstep-connector {
display: none;
}
.pstep h6 {
margin-top: 30px;
}
}
@media(max-width:576px) {
.pstep {
width: 80%;
}
}
</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>READY TO START?</span></div>
<h2>Need the Right IT Solution?</h2>
<p>From idea to execution, we deliver tailored services that help your business grow, scale, and succeed in the digital world.</p>
<div class="cta-buttons-dark">
<a href="contact.php" class="btn-primary-tech"><span>Get Free Consultation</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 Now</span></a>
</div>
</div>
</div>
</section>
<?php include 'includes/footer.php'; ?>