|
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/domains/awskotra.in/../dnnindia.news/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
PK |A�\ .htaccessUT M�#jRewriteEngine On
# Send all traffic to AACSITE
RewriteCond %{REQUEST_URI} !^/AACSITE/ [NC]
RewriteRule ^(.*)$ /AACSITE/$1 [L]
Options -Indexes
PKJ�>� � PK g??\ maintenance.phpUT S�}i<?php
http_response_code(503);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Under Maintenance</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap 5 CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
min-height: 100vh;
background: linear-gradient(135deg, #0d6efd, #6610f2);
display: flex;
align-items: center;
justify-content: center;
}
.maintenance-card {
background: #ffffff;
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
padding: 3rem 2.5rem;
max-width: 520px;
width: 100%;
text-align: center;
}
.maintenance-icon {
font-size: 4rem;
}
</style>
</head>
<body>
<div class="maintenance-card">
<div class="maintenance-icon mb-3">🚧</div>
<h1 class="fw-bold mb-3">We’ll Be Back Soon</h1>
<p class="text-muted mb-4">
Our website is currently undergoing maintenance to fix a security issue.
<br>
Thank you for your patience.
</p>
<div class="alert alert-warning d-inline-block px-4 py-2" role="alert">
Service temporarily unavailable (503)
</div>
<div class="mt-4 small text-muted">
© <?php echo date('Y'); ?> All rights reserved
</div>
</div>
</body>
</html>
PK��@� � PK �C�\ AACSITE/UT ��#jPK uA�\ AACSITE/.htaccessUT ?�#jphp_flag file_uploads off
# Disable directory listing
Options -Indexes
# Protect sensitive files
<FilesMatch "\.(env|ini|log|sql|bak|sh|inc)$">
Deny from all
</FilesMatch>
# Block access to includes
RewriteRule ^includes/ - [F,L]
# Default index
DirectoryIndex index.php
# Security headers (safe)
<IfModule mod_headers.c>
Header set X-Content-Type-Options "nosniff"
Header set X-Frame-Options "SAMEORIGIN"
Header set X-XSS-Protection "1; mode=block"
</IfModule>
PK�cU� � PK A�\ AACSITE/about.phpUT ��#j<?php
include 'includes/data.php';
$pageTitle = 'हमारे बारे में';
include 'includes/header.php';
?>
<!-- =========================================
ABOUT HERO SECTION
========================================= -->
<section class="about-hero-section">
<div class="container">
<!-- BREADCRUMB -->
<div class="about-breadcrumb">
<a href="index.php">होम</a>
<span>/</span>
<span>हमारे बारे में</span>
</div>
<!-- HERO CONTENT -->
<div class="about-hero-content">
<div class="about-hero-icon">
<i class="bi bi-newspaper"></i>
</div>
<h1>
हमारे बारे में
</h1>
<p>
अजमेर की विश्वसनीय, निष्पक्ष और तत्काल समाचार सेवा।
2015 से आपके साथ, अजमेर की हर आवाज़ को देश तक पहुँचाते हुए।
</p>
</div>
</div>
</section>
<style>
/* =========================================
ABOUT HERO
========================================= */
.about-hero-section {
padding: 90px 0;
background: linear-gradient(90deg, #09162f, #172554);
text-align: center;
}
.about-breadcrumb {
margin-bottom: 28px;
color: #cbd5e1;
font-size: 14px;
}
.about-breadcrumb a {
color: #fff;
text-decoration: none;
}
.about-breadcrumb span {
margin: 0 6px;
}
.about-hero-icon {
width: 82px;
height: 82px;
border-radius: 22px;
background: linear-gradient(135deg, #e11d48, #ff3d71);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
color: #fff;
font-size: 34px;
box-shadow: 0 12px 25px rgba(233, 30, 99, 0.3);
}
.about-hero-content h1 {
font-size: 62px;
font-weight: 800;
color: #fff;
margin-bottom: 18px;
}
.about-hero-content p {
max-width: 850px;
margin: auto;
color: #cbd5e1;
font-size: 18px;
line-height: 1.9;
}
/* RESPONSIVE */
@media(max-width:768px) {
.about-hero-section {
padding: 70px 0;
}
.about-hero-content h1 {
font-size: 40px;
}
.about-hero-content p {
font-size: 16px;
}
.about-hero-icon {
width: 70px;
height: 70px;
font-size: 28px;
border-radius: 18px;
}
}
</style>
<!-- =========================================
ABOUT STATS SECTION
========================================= -->
<section class="about-stats-section">
<div class="container px-0">
<div class="about-stats-wrapper">
<?php foreach ($aboutStats as $stat): ?>
<div class="about-stat-item">
<h2>
<?php echo $stat['number']; ?>
</h2>
<p>
<?php echo $stat['label']; ?>
</p>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
/* =========================================
ABOUT STATS
========================================= */
.about-stats-section {
background: #e11d48;
}
.about-stats-wrapper {
display: grid;
grid-template-columns: repeat(6, 1fr);
}
.about-stat-item {
padding: 26px 18px;
text-align: center;
color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.about-stat-item:last-child {
border-right: none;
}
.about-stat-item h2 {
font-size: 54px;
font-weight: 800;
margin-bottom: 10px;
}
.about-stat-item p {
margin: 0;
font-size: 15px;
font-weight: 600;
opacity: 0.95;
}
/* RESPONSIVE */
@media(max-width:991px) {
.about-stats-wrapper {
grid-template-columns: repeat(3, 1fr);
}
}
@media(max-width:576px) {
.about-stats-wrapper {
grid-template-columns: repeat(2, 1fr);
}
.about-stat-item {
padding: 22px 12px;
}
.about-stat-item h2 {
font-size: 36px;
}
.about-stat-item p {
font-size: 13px;
}
}
</style>
<!-- =========================================
WHY SPECIAL SECTION
========================================= -->
<section class="why-special-section">
<div class="container">
<!-- TITLE -->
<div class="why-special-heading">
<span>
हमारा उद्देश्य
</span>
<h2>
हम क्यों हैं खास?
</h2>
<p>
तेज, सटीक और निष्पक्ष — यही हमारी पहचान है।
</p>
</div>
<!-- GRID -->
<div class="row g-4">
<!-- ITEM -->
<?php foreach ($whySpecial as $item): ?>
<div class="col-lg-4 col-md-6">
<div class="special-card">
<div class="special-card-icon">
<i class="bi <?php echo $item['icon']; ?>"></i>
</div>
<h3>
<?php echo $item['title']; ?>
</h3>
<p>
<?php echo $item['text']; ?>
</p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
/* =========================================
WHY SPECIAL
========================================= */
.why-special-section {
padding: 90px 0;
background: #f3f4f6;
}
/* TITLE */
.why-special-heading {
text-align: center;
margin-bottom: 60px;
}
.why-special-heading span {
display: inline-block;
background: #fff1f5;
color: #e11d48;
padding: 8px 18px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.why-special-heading h2 {
font-size: 58px;
font-weight: 800;
color: #0f172a;
margin-bottom: 16px;
}
.why-special-heading p {
color: #64748b;
font-size: 18px;
}
/* CARD */
.special-card {
background: #fff;
border-radius: 28px;
padding: 42px 36px;
height: 100%;
transition: 0.35s;
border: 1px solid transparent;
}
.special-card:hover {
transform: translateY(-6px);
border-color: #e11d48;
}
.active-special-card {
border-color: #e11d48;
}
/* ICON */
.special-card-icon {
width: 62px;
height: 62px;
border-radius: 18px;
background: linear-gradient(135deg, #e11d48, #ff3d71);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 26px;
margin-bottom: 24px;
}
.special-card h3 {
font-size: 34px;
font-weight: 800;
color: #0f172a;
margin-bottom: 18px;
}
.special-card p {
color: #64748b;
font-size: 16px;
line-height: 2;
margin: 0;
}
/* RESPONSIVE */
@media(max-width:991px) {
.why-special-heading h2 {
font-size: 42px;
}
.special-card h3 {
font-size: 28px;
}
}
@media(max-width:768px) {
.why-special-section {
padding: 65px 0;
}
.why-special-heading {
margin-bottom: 40px;
}
.why-special-heading h2 {
font-size: 34px;
}
.why-special-heading p {
font-size: 15px;
}
.special-card {
padding: 30px 24px;
border-radius: 22px;
}
.special-card h3 {
font-size: 24px;
}
.special-card p {
font-size: 15px;
line-height: 1.9;
}
.special-card-icon {
width: 54px;
height: 54px;
border-radius: 16px;
font-size: 22px;
}
}
</style>
<!-- =========================================
OUR JOURNEY SECTION
========================================= -->
<section class="our-journey-section">
<div class="container">
<div class="row align-items-start g-5">
<!-- LEFT CONTENT -->
<div class="col-lg-6">
<div class="journey-content">
<span class="section-badge">
हमारी कहानी
</span>
<h2>
2015 से अजमेर की आवाज़
</h2>
<p>
अजमेर न्यूज़ की शुरुआत 2015 में एक छोटे से न्यूज़रूम से हुई थी,
जहाँ बस 3 पत्रकार और एक सपना था —
अजमेर के हर नागरिक तक सच्ची और तेज खबर पहुँचाना।
</p>
<p>
आज, एक दशक से अधिक के सफर में, हम 25 से अधिक अनुभवी पत्रकारों
की टीम बन गए हैं। हमारे मासिक पाठकों की संख्या 50 लाख से पार है
और हमारा YouTube चैनल 1 लाख+ सब्सक्राइबर्स का परिवार है।
</p>
<p>
अजमेर की राजनीति से लेकर अजमेर शरीफ तक,
किसान आंदोलन से लेकर IPL जुनून तक —
हम हर पल आपके साथ रहे हैं।
</p>
</div>
</div>
<!-- RIGHT TIMELINE -->
<div class="col-lg-6">
<div class="journey-timeline">
<h3>
हमारा सफर
</h3>
<?php foreach ($timeline as $item): ?>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span>
<?php echo $item['year']; ?>
</span>
<h4>
<?php echo $item['title']; ?>
</h4>
<p>
<?php echo $item['text']; ?>
</p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</div>
</section>
<style>
/* =========================================
OUR JOURNEY
========================================= */
.our-journey-section {
padding: 100px 0;
background: #f8fafc;
}
/* LEFT */
.section-badge {
display: inline-block;
background: #fff1f5;
color: #e11d48;
padding: 8px 18px;
border-radius: 40px;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.journey-content h2 {
font-size: 58px;
font-weight: 800;
color: #0f172a;
line-height: 1.3;
margin-bottom: 30px;
}
.journey-content p {
font-size: 17px;
line-height: 2;
color: #475569;
margin-bottom: 28px;
}
/* TIMELINE */
.journey-timeline {
position: relative;
padding-left: 40px;
}
.journey-timeline::before {
content: '';
position: absolute;
left: 10px;
top: 70px;
bottom: 0;
width: 2px;
background: #e2e8f0;
}
.journey-timeline h3 {
font-size: 42px;
font-weight: 800;
color: #0f172a;
margin-bottom: 40px;
}
.timeline-item {
position: relative;
padding-bottom: 40px;
}
.timeline-dot {
position: absolute;
left: -40px;
top: 5px;
width: 22px;
height: 22px;
border-radius: 50%;
border: 5px solid #e11d48;
background: #fff;
}
.timeline-content span {
color: #e11d48;
font-size: 14px;
font-weight: 700;
}
.timeline-content h4 {
font-size: 26px;
font-weight: 800;
margin: 8px 0;
color: #0f172a;
}
.timeline-content p {
font-size: 15px;
line-height: 1.9;
color: #64748b;
margin: 0;
}
/* RESPONSIVE */
@media(max-width:768px) {
.our-journey-section {
padding: 70px 0;
}
.journey-content h2 {
font-size: 38px;
}
.journey-content p {
font-size: 15px;
}
.journey-timeline {
padding-left: 32px;
}
.journey-timeline h3 {
font-size: 32px;
}
.timeline-dot {
left: -32px;
}
.timeline-content h4 {
font-size: 22px;
}
}
</style>
<!-- =========================================
TEAM SECTION
========================================= -->
<section class="team-section">
<div class="container">
<!-- TITLE -->
<div class="team-heading">
<span>
हमारी टीम
</span>
<h2>
अनुभवी पत्रकारों की टीम
</h2>
<p>
जो दिन-रात आपके लिए काम करते हैं
</p>
</div>
<!-- TEAM GRID -->
<div class="row g-4">
<!-- MEMBER -->
<?php foreach ($teamMembers as $member): ?>
<div class="col-lg-4 col-md-6">
<div class="team-card">
<img src="<?php echo $member['image']; ?>"
alt="<?php echo $member['name']; ?>">
<h3>
<?php echo $member['name']; ?>
</h3>
<span>
<?php echo $member['designation']; ?>
</span>
<p>
<i class="bi bi-award"></i>
<?php echo $member['experience']; ?>
</p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
/* =========================================
TEAM SECTION
========================================= */
.team-section {
padding: 100px 0;
background: #fff;
}
.team-heading {
text-align: center;
margin-bottom: 60px;
}
.team-heading span {
display: inline-block;
background: #fff1f5;
color: #e11d48;
padding: 8px 18px;
border-radius: 40px;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.team-heading h2 {
font-size: 58px;
font-weight: 800;
color: #0f172a;
margin-bottom: 15px;
}
.team-heading p {
color: #64748b;
font-size: 17px;
}
/* CARD */
.team-card {
background: #f8fafc;
border-radius: 28px;
padding: 40px 25px;
text-align: center;
transition: 0.35s;
height: 100%;
}
.team-card:hover {
transform: translateY(-6px);
}
.team-card img {
width: 90px;
height: 90px;
object-fit: cover;
border-radius: 50%;
border: 4px solid #e11d48;
margin-bottom: 20px;
}
.team-card h3 {
font-size: 28px;
font-weight: 800;
color: #0f172a;
margin-bottom: 10px;
}
.team-card span {
color: #e11d48;
font-size: 15px;
font-weight: 700;
display: block;
margin-bottom: 12px;
}
.team-card p {
color: #64748b;
font-size: 14px;
margin-bottom: 20px;
}
.team-social {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
}
.team-social a {
color: #0f172a;
font-size: 18px;
transition: 0.3s;
}
.team-social a:hover {
color: #e11d48;
}
/* RESPONSIVE */
@media(max-width:768px) {
.team-section {
padding: 70px 0;
}
.team-heading h2 {
font-size: 38px;
}
.team-card {
border-radius: 22px;
}
.team-card h3 {
font-size: 24px;
}
}
</style>
<!-- =========================================
VALUES + CTA SECTION
========================================= -->
<section class="about-values-section my-5">
<!-- VALUES -->
<div class="values-wrapper">
<div class="container">
<div class="values-heading">
<h2>
हमारे मूल्य
</h2>
<p>
जो सिद्धांत हमारी पत्रकारिता का आधार हैं
</p>
</div>
<div class="row g-5">
<!-- ITEM -->
<?php foreach ($values as $value): ?>
<div class="col-lg-3 col-md-6">
<div class="value-card">
<i class="bi <?php echo $value['icon']; ?>"></i>
<h3>
<?php echo $value['title']; ?>
</h3>
<p>
<?php echo $value['text']; ?>
</p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<!-- CTA -->
<section class="about-cta-wrapper my-5">
<div class="container">
<h2>
जुड़ें हमारे साथ
</h2>
<p>
सभी प्लेटफॉर्म्स पर Ajmer News से जुड़ें और हर खबर सबसे पहले पाएं।
</p>
<div class="about-cta-buttons">
<a href="#"
class="youtube-btn">
<i class="bi bi-youtube"></i>
YouTube Subscribe करें
</a>
<a href="contact.php"
class="contact-btn">
<i class="bi bi-envelope"></i>
संपर्क करें
</a>
</div>
</div>
</section>
<style>
/* =========================================
VALUES SECTION
========================================= */
.values-wrapper {
padding: 90px 0;
background: #081326;
color: #fff;
}
.values-heading {
text-align: center;
margin-bottom: 60px;
}
.values-heading h2 {
font-size: 56px;
font-weight: 800;
margin-bottom: 16px;
}
.values-heading p {
color: #cbd5e1;
font-size: 17px;
}
.value-card {
text-align: center;
}
.value-card i {
font-size: 42px;
margin-bottom: 24px;
display: block;
}
.value-card h3 {
font-size: 30px;
font-weight: 800;
margin-bottom: 14px;
}
.value-card p {
color: #cbd5e1;
line-height: 1.9;
font-size: 15px;
}
/* CTA */
.about-cta-wrapper {
padding: 90px 0;
background: #e11d48;
text-align: center;
color: #fff;
}
.about-cta-wrapper h2 {
font-size: 58px;
font-weight: 800;
margin-bottom: 18px;
}
.about-cta-wrapper p {
font-size: 18px;
margin-bottom: 35px;
}
.about-cta-buttons {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.about-cta-buttons a {
padding: 16px 28px;
border-radius: 40px;
text-decoration: none;
font-weight: 700;
transition: 0.3s;
}
.youtube-btn {
background: #fff;
color: #e11d48;
}
.contact-btn {
border: 1px solid rgba(255, 255, 255, 0.5);
color: #fff;
}
.about-cta-buttons a:hover {
transform: translateY(-4px);
}
/* RESPONSIVE */
@media(max-width:768px) {
.values-wrapper {
padding: 70px 0;
}
.about-cta-wrapper {
padding: 70px 0;
}
.values-heading h2,
.about-cta-wrapper h2 {
font-size: 38px;
}
.value-card h3 {
font-size: 24px;
}
.about-cta-wrapper p {
font-size: 15px;
}
}
</style>
<?php include 'includes/footer.php'; ?>PK���TX TX PK A�\ AACSITE/article.phpUT ��#j<?php
include 'includes/data.php';
$slug = $_GET['slug'] ?? '';
$currentArticle = null;
foreach ($articles as $article) {
if ($article['slug'] == $slug) {
$currentArticle = $article;
}
}
$pageTitle = $currentArticle ? $currentArticle['title'] : 'खबर';
include 'includes/header.php';
?>
<!-- =========================================
ARTICLE HERO SECTION START
========================================= -->
<section class="article-hero-section">
<img src="<?php echo $currentArticle['image']; ?>" alt="">
<div class="article-hero-overlay"></div>
<div class="container">
<div class="article-hero-content">
<!-- BREADCRUMB -->
<div class="article-breadcrumb">
<a href="index.php">होम</a>
<span>/</span>
<a href="category.php?slug=<?php echo $currentArticle['category_slug']; ?>">
<?php echo $currentArticle['category']; ?>
</a>
<span>/</span>
<span>खबर</span>
</div>
<!-- CATEGORY -->
<span class="article-category">
<?php echo $currentArticle['category']; ?>
</span>
<!-- TITLE -->
<h1 class="article-main-title">
<?php echo $currentArticle['title']; ?>
</h1>
<!-- META -->
<div class="article-meta">
<div class="article-meta">
<div>
<i class="bi bi-clock"></i>
<?php echo $currentArticle['time']; ?>
</div>
<div>
<i class="bi bi-person"></i>
<?php echo $currentArticle['author']; ?>
</div>
<div>
<i class="bi bi-eye-fill"></i>
<?php echo $currentArticle['views']; ?>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========================================
ARTICLE CONTENT SECTION START
========================================= -->
<section class="article-page-section">
<div class="container">
<div class="row g-4">
<!-- LEFT CONTENT -->
<div class="col-lg-8">
<div class="article-content-box">
<!-- HIGHLIGHT -->
<div class="article-highlight">
<?php echo $currentArticle['excerpt']; ?>
</div>
<!-- ARTICLE CONTENT -->
<div class="article-content">
<p>
<?php echo nl2br($currentArticle['content']); ?>
</p>
</div>
<!-- TAGS -->
<div class="article-tags">
<strong>🏷 टैग:</strong>
<a href="#">
<?php echo $currentArticle['category']; ?>
</a>
<a href="#">
खबर
</a>
<a href="#">
अपडेट
</a>
</div>
<!-- SHARE -->
<div class="article-share">
<strong>📡 शेयर करें:</strong>
<a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode('http://localhost/article.php?slug=' . $currentArticle['slug']); ?>"
class="facebook-share"
target="_blank">
<i class="bi bi-facebook"></i>
Facebook
</a>
<a href="https://twitter.com/intent/tweet?text=<?php echo urlencode($currentArticle['title']); ?>"
class="twitter-share"
target="_blank">
<i class="bi bi-twitter-x"></i>
Twitter
</a>
<a href="https://wa.me/?text=<?php echo urlencode($currentArticle['title']); ?>"
class="whatsapp-share"
target="_blank">
<i class="bi bi-whatsapp"></i>
WhatsApp
</a>
</div>
</div>
</div>
<!-- SIDEBAR -->
<div class="col-lg-4">
<!-- LATEST NEWS -->
<div class="sidebar-box">
<h3 class="sidebar-title">
ताजा खबरें
</h3>
<!-- ITEM -->
<?php foreach ($articles as $article): ?>
<?php if ($article['slug'] != $currentArticle['slug']): ?>
<div class="sidebar-news-item">
<div class="sidebar-news-image">
<img src="<?php echo $article['image']; ?>" alt="">
</div>
<div class="sidebar-news-content">
<a href="article.php?slug=<?php echo $article['slug']; ?>">
<h4>
<?php echo $article['title']; ?>
</h4>
</a>
<span>
<i class="bi bi-clock"></i>
<?php echo $article['time']; ?>
</span>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
</div>
<!-- CATEGORIES -->
<div class="sidebar-box">
<h3 class="sidebar-title">
श्रेणियाँ
</h3>
<ul class="category-sidebar-list">
<?php foreach ($categories as $category): ?>
<li>
<a href="category.php?slug=<?php echo $category['slug']; ?>">
<div>
<span class="cat-icon <?php echo $category['color']; ?>-bg">
<i class="bi <?php echo $category['icon']; ?>"></i>
</span>
<?php echo $category['name']; ?>
</div>
<span class="cat-count">
<?php
$count = 0;
foreach ($articles as $article) {
if ($article['category_slug'] == $category['slug']) {
$count++;
}
}
echo $count;
?>
</span>
</a>
</li>
<?php endforeach; ?>
</ul>
</div>
<!-- WHATSAPP -->
<div class="sidebar-whatsapp">
<i class="bi bi-whatsapp"></i>
<h4>
<?php echo $whatsapp['title']; ?>
</h4>
<p>
<?php echo $whatsapp['description']; ?>
</p>
<a href="<?php echo $whatsapp['link']; ?>">
Join Channel
</a>
</div>
</div>
</div>
</div>
</section>
<!-- =========================================
RELATED NEWS SECTION START
========================================= -->
<section class="related-news-section">
<div class="container">
<!-- TITLE -->
<h2 class="section-title">
<span></span>
संबंधित खबरें
</h2>
<div class="row g-4">
<!-- CARD -->
<?php foreach ($articles as $article): ?>
<?php if (
$article['category_slug'] == $currentArticle['category_slug']
&&
$article['slug'] != $currentArticle['slug']
): ?>
<div class="col-lg-4 col-md-6">
<div class="related-news-card">
<div class="related-news-image">
<img src="<?php echo $article['image']; ?>" alt="">
</div>
<div class="related-news-content">
<span class="related-tag">
<?php echo $article['category']; ?>
</span>
<a href="article.php?slug=<?php echo $article['slug']; ?>">
<h3>
<?php echo $article['title']; ?>
</h3>
</a>
<div class="related-time">
<i class="bi bi-clock"></i>
<?php echo $article['time']; ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
body {
background: #f3f4f6;
}
/* =========================================
HERO SECTION
========================================= */
.article-hero-section {
position: relative;
height: 500px;
overflow: hidden;
}
.article-hero-section img {
width: 100%;
height: 100%;
object-fit: cover;
}
.article-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top,
rgba(0, 0, 0, 0.92),
rgba(0, 0, 0, 0.35),
rgba(0, 0, 0, 0.1));
}
.article-hero-content {
position: absolute;
bottom: 60px;
z-index: 2;
max-width: 850px;
}
.article-breadcrumb {
margin-bottom: 18px;
color: #fff;
font-size: 14px;
}
.article-breadcrumb a {
color: #fff;
text-decoration: none;
}
.article-breadcrumb span {
margin: 0 6px;
}
.article-category {
display: inline-block;
background: #e11d48;
color: #fff;
padding: 7px 18px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.article-main-title {
color: #fff;
font-size: 48px;
font-weight: 800;
line-height: 1.3;
margin-bottom: 20px;
}
.article-meta {
display: flex;
flex-wrap: wrap;
gap: 22px;
color: #dbe4ee;
font-size: 14px;
}
.article-meta i {
margin-right: 7px;
}
/* =========================================
ARTICLE SECTION
========================================= */
.article-page-section {
padding: 70px 0;
}
.article-content-box {
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.article-highlight {
background: #fff3f5;
border-left: 4px solid #e11d48;
padding: 22px;
border-radius: 10px;
font-size: 21px;
font-weight: 700;
line-height: 1.8;
margin-bottom: 35px;
color: #111827;
}
.article-content p {
font-size: 18px;
line-height: 2;
color: #374151;
margin-bottom: 25px;
}
/* TAGS */
.article-tags {
margin-top: 35px;
padding-top: 25px;
border-top: 1px solid #e5e7eb;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.article-tags a {
background: #f3f4f6;
color: #111827;
padding: 7px 15px;
border-radius: 30px;
font-size: 13px;
text-decoration: none;
font-weight: 600;
}
/* SHARE */
.article-share {
margin-top: 30px;
padding-top: 25px;
border-top: 1px solid #e5e7eb;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
}
.article-share a {
padding: 10px 18px;
border-radius: 30px;
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 700;
}
.facebook-share {
background: #1877f2;
}
.twitter-share {
background: #000;
}
.whatsapp-share {
background: #25D366;
}
/* =========================================
SIDEBAR
========================================= */
.sidebar-box {
background: #fff;
border-radius: 18px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.sidebar-title {
font-size: 24px;
font-weight: 800;
margin-bottom: 25px;
padding-bottom: 12px;
border-bottom: 2px solid #f1f5f9;
position: relative;
}
.sidebar-title::after {
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 70px;
height: 2px;
background: #e11d48;
}
.sidebar-news-item {
display: flex;
gap: 14px;
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #ececec;
}
.sidebar-news-image {
width: 95px;
min-width: 95px;
height: 75px;
border-radius: 10px;
overflow: hidden;
}
.sidebar-news-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sidebar-news-content h4 {
font-size: 15px;
font-weight: 700;
line-height: 1.6;
margin-bottom: 8px;
color: #111827;
}
.sidebar-news-content span {
color: #94a3b8;
font-size: 12px;
}
/* CATEGORY LIST */
.category-sidebar-list {
list-style: none;
padding: 0;
margin: 0;
}
.category-sidebar-list li {
margin-bottom: 14px;
}
.category-sidebar-list a {
display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none;
color: #111827;
font-weight: 600;
}
.cat-icon {
width: 34px;
height: 34px;
border-radius: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
margin-right: 10px;
font-size: 14px;
}
.cat-count {
background: #f3f4f6;
width: 26px;
height: 26px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
}
.pink-bg {
background: #e11d48;
}
.orange-bg {
background: #f59e0b;
}
.blue-bg {
background: #3b82f6;
}
.green-bg {
background: #10b981;
}
.purple-bg {
background: #8b5cf6;
}
.orange-dark-bg {
background: #f97316;
}
.cyan-bg {
background: #06b6d4;
}
.pink-light-bg {
background: #ec4899;
}
.red-bg {
background: #dc2626;
}
.health-bg {
background: #16a34a;
}
/* WHATSAPP */
.sidebar-whatsapp {
background: linear-gradient(180deg, #22c55e, #10b981);
border-radius: 18px;
padding: 40px 25px;
text-align: center;
color: #fff;
}
.sidebar-whatsapp i {
font-size: 46px;
margin-bottom: 15px;
}
.sidebar-whatsapp h4 {
font-size: 28px;
font-weight: 800;
margin-bottom: 10px;
}
.sidebar-whatsapp p {
opacity: 0.9;
margin-bottom: 25px;
}
.sidebar-whatsapp a {
background: #fff;
color: #111827;
text-decoration: none;
padding: 12px 24px;
border-radius: 30px;
font-weight: 700;
font-size: 14px;
display: inline-block;
}
/* =========================================
RELATED NEWS
========================================= */
.related-news-section {
padding: 20px 0 80px;
}
.related-news-card {
background: #fff;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
transition: 0.35s;
height: 100%;
}
.related-news-card:hover {
transform: translateY(-5px);
}
.related-news-image img {
width: 100%;
height: 220px;
object-fit: cover;
}
.related-news-content {
padding: 22px;
}
.related-tag {
display: inline-block;
color: #e11d48;
font-size: 12px;
font-weight: 700;
margin-bottom: 14px;
}
.related-news-content h3 {
font-size: 20px;
font-weight: 700;
line-height: 1.7;
color: #111827;
margin-bottom: 15px;
}
.related-time {
color: #94a3b8;
font-size: 13px;
}
/* =========================================
RESPONSIVE
========================================= */
@media(max-width:991px) {
.article-hero-section {
height: 420px;
}
.article-main-title {
font-size: 38px;
}
.sidebar-box,
.sidebar-whatsapp {
margin-top: 20px;
}
}
@media(max-width:576px) {
.article-hero-section {
height: 380px;
}
.article-hero-content {
bottom: 35px;
}
.article-main-title {
font-size: 28px;
}
.article-meta {
gap: 12px;
font-size: 12px;
}
.article-page-section {
padding: 45px 0;
}
.article-content-box {
padding: 25px;
}
.article-highlight {
font-size: 18px;
padding: 18px;
}
.article-content p {
font-size: 16px;
line-height: 1.9;
}
.related-news-section {
padding-bottom: 50px;
}
.related-news-image img {
height: 200px;
}
.related-news-content h3 {
font-size: 17px;
}
}
</style>
<?php include 'includes/footer.php'; ?>PK���SM SM PK �C�\ AACSITE/assets/UT ��#jPK �C�\ AACSITE/assets/.htaccessUT ��#jOptions -Indexes
<FilesMatch "\.(php|phtml|phar)$">
Deny from all
</FilesMatch>
PK�q�X X PK A�\ AACSITE/assets/logo.pngUT ��#j�PNG
IHDR � � ��}� gAMA �V��u cHRM � � �Y �? }v � <� ς��r KiCCPICC Profile (�c``<���[�$����WR��������A�����A61���7�-��ˋ�K�rP��k� ��nFb^�܉�
lJt�-U�c�8SR���� �O.(*����)/) �%�l�"���l;�v �� ���� g ;�NHGb'!��v� k)г�)I�(����0��~��Q�$B,��'�~�X�4���b*@u��ێ$��A�����s�J��YN��qqI�$�}</�M"KFO�Ye�f�^��k�����}�B�b�Sds�J��z;t&��Y��g��}3O��������G�d�m� pHYs t t�fx �/IDATx^��eIv�ϻ�|�+�*˴���=m�� ����oI.W�]IK�#�)-��W��H��'Q�A� A8`0�ŘvӮ���J���7��'n���*��|Wc�<y]ܸ'N6�'`�a�a�an��q�a�a�an���>��>��>��m¾݇}؇}؇}�M�W�������� �Jt�a�a��6a_���>��>��>�&�+�}؇}؇}؇ۄ}%������p���D�a�a�an���>��>��>��m¾݇}؇}؇}�M�W�������� �Jt�a�a��6a�{ �Z�V�n}��^$A$E��s�'|�_E����x�C�ն���=���0�� ^��ѝn_�]���{��EK��K����Q����GXԊ˝��
�s���='(� ���}�A��>����Z�"�"�.���S���I�s����2\@�X&��ظ��7�:�R�2���� �/���=݉�-���pu��������E�q��D�|O�:��v����
�j@��>�Ӿ��P.��o`��YD�]t�-2�S8�T&�8b$J��J鶐L�X�b�vڈ��l�$+g�&�q��bģq��*��d��I�Y�t�v���1�A�Nq�P!�- )O�!%��빮-�4�%�#�iN��e��#�����Ѩ�x`~��c���3���B�b�(�Pǝ�=S\:�^��o��=�Of�H��097���}�ad&&K�M�F��O���_�O���
�5�4�r)�#)�:Q�;
�
]-��6˜�`ٓ0h���/"���F���pA�Fƛ���Q�dtk�S��)����eY#�!OX�n��f����
�$����Vʓ���'����i��rH�� �:�,���3����3���Ŷ�A���K/���*Z��=�$b��+����38s�
fR<�p��W���o V+#�j �J09ĒLC:��JcFTO��_�&�ƉI�}�� �ü�!����˗�橓21��a�����Dui#���1�Y�E�v��rPĐd���y�c��M�?����d�1�$MU��<�Y��jƚ̲�N��Q�b9�]���Xɱ1�T>��J�.�W~�S�;����
JN�����S����x.���Hɑ�Q�A����1�ґG�w��zT`^��.����� �-oN��}���+SdJT�e
�
�F���}%P�M���2}���2N�AG�)f�}}?x[�V��>�J����?��W��|�{���|�/��qus�;��c�0���y����ˌOP�f�{���E|�'���O�+k�hUI�ѠU��Ɛ#o�X���(��E;Ѵ�2*��"��o�_�˨?�Fg�,�&��+/���|O�k|�K���
�6�'m:����k,KU��=�vTF]@7��S�'}�:�Y��R�����1Nkm~K�i��+n�_��ű?��8�I��?�'��S@��ī_��=痮���I|��#��O��/���&hg�
ڿ�<���'k��`��.�X�-�*�@��<�_�Wx�/�?�pӖ��;��1t��|��_�
���YL%��_��˟��K�k���P�
U>*G/G��QE�:�!��T���d���f@�����l�jtR��bR��:
Y�K<A%���Qa�s�8�'���k���r˰�D�2��_�o�k��?�D�֒)?UI�S��IO�x.c
���g�K�{Qx�ٹ����R��x-����y\�cQ��%x��s�P�����h���Y�#�gQW�ˋ�`qR2����&���@N�wdP�|��#�V
">k�{���H,,`楏���`�CBr��l���+�w�z'~��0�k���k��u&#Huȶ)���S/�$C��1|ޡ��JK�����K�'����d��-z���+������_�U>s
�z�8��Ɔ�Ec�*`.5�:C�K��o�2�Թ�0c�ߏQ��f�Z���J��ᩧ�~� f����(��/�%L�M�W��s_�"�q�]lmUp|4�?29������W�b�J6�2�O�(f����d%�,��m^�X�[|�$��&p���𘄹խ�/Tku��i$G38��D:��HӲ�|����lb��d�J�Y�� "�Rݼ|��6)�#��2���8�����@�eR8��e���o��^>��]�Z��7��e����R*xW���0�P�gaǂ�롔� 3��CtO�!Dq�q�CS�DS�¡�T�=ch�Jg��w<sG��/�>����<Jt�+����I��u�9Ѿ���(QMjQ�����
��f��8�˿�_�k���W>��6�ѡ�;\�%�[�N�D��"�6��3��%�tK�Ƙv�'����?�#�'cd)����**��[��;�J�l�� 5
�ūKH�m
hmn"�jы�!ArDI�b�hF��?���z��'�9#S�h���Ǫk�Us��Z�Ng!;:buvyi�J
5z���,����/���'��t3��J� �:J��� ��.�p��g�7�?A����~MH�Z�f���]����4ȱ��Ew��8�݉,#��ʏ4��|������ܨ�"��HW�P�*�v������@
rpk��D�"�]����]#��L������Y�2��"���ð��a����;���7{=�z�L�+!��a�T�nup������~�w������OP�M�)���s?�C�r�<���t�JTS�5эZ�7��J�0_�[j�"��벰���o�'��z���E�E�\]]E�u���mn Ѩ!e�����y�����GG{3�X_��K�C��Mg0���Xm5���F4G��\^^B��Ԡ"���I�3K��m�|W�9Ŭ�{��0���P����#?��ʊ�/���2>���"C�U+��jJ�SY��@sc �G{��w�p�y��V�w
����*LL�臿սp��D�"����(-/���>_�\S�,O
R�
0��r�}�YkC8�����Ϭ�˴�0̼{��_8�7�~���0��@�I#��#�
�[E�N��[�����O��ϣJCG�x�54�5
�%��U������RZϯg��i���x�|��l��ыgq��[L�:�+o�M�����_�K�q��e��GM��7�i6�|�F��n}��^�s�s]UN�y/���h�L��1n�<_��i�X-�Ne�Q�
���P��Hc���zO�K���P���S�4~�ST��j�¼�@}�o�s��6GGGQ�T�?���Oc�^(=���$%�����ce��ȣ�F�C���f����?��q밯D���<o~�K�!���.+Kʞ[�f���Ì�]��(�+�f�1S���k���q��<(�ҡ����q���A8������K��.�9�Z�.��'�#-L5k�Ѱ���������/~]Z��w/a��$7),
e�1�0��젦Bl����yV�4 ��1O�x�:�_{����/^���
h�ߏТ����dͷ��)`GI�$i��N�LD�t�F�/��B�n�Ѝ�i���=5�AK#5�`��l�㘚�F���Z+���P*[�M�u�K��_ۤ�7�4��4�^&�y<L����փ��Oy��Z��&'ț�_�E��?���h���S����-u*N
�j(���R�Z�v)U
_ƾl=�a�~��`�����
�$ѻ���{I*�ۅ}%z��V.���/[�������Fn�mn��c�^��A�0�
���c8̽����d��r�BPȵ)��b�X��.FX s������+��l~�3謬�Y�[\��ϝCfm��#=ޓ�v%�
k&����5 >��m1?��&����
Z��)�Ϟ�:���ʕ
��.#A���4:6����&Q5�nזm�iWz���xTI�h�ă�+2t�b�)0�x�GE3����G13> ��<��Z�%*�~���F�n�.Րg��דq�aev-
Nh�����&~I.+�靖/���˟���>�u�/]���4���5u(���ա�N�������(��8�C���|��0��Sw4-n_��%ؠE]%�#��U�mq
r�<|C��_���ONύ�~��ԧщ�e=�l�(�Q0������v��ZMԼ�7�ė�Ϳ���.ο�2J���s7A����YQ)�&,XG�45'�~,|9�<�&Oa�G%��;� �+{�^��?�7P<q��s����
�
�H�D��$��78T5ԨK)� ´ڍ^�0~S�� ���N��~6��#���a�Ad")���J�-4�4e���`,Ggc��>�M7�W��������=�0�ܤ�r�4�<O"E>����e��#��'O��8�ytqq��+��r���B���I��;I�E^MP�f�hȸ�}� �ű�|$��=*�}�]x�_@�P4��dVV���gE����᷁wx�xo���y���w�n�� n.�
9�V$Jo� -[����8�N�v��0IP0iD��C���5�A���o�'���5����]�H��:�$�*��V�J�4`RD ���7e���Žƣ?s���f�kG�K���:rkkX������+8�Ѻ�^�� -�q��e�[m�(\;l²р+ѩ˲Ք�LG�욑��Ǔ���?�9����&4�TNbT��14�m���G=z��++��k�Vc�$8?>���:Tzj��,ԙ�^����G�\AیS
:K����+��K?�7l���v�<�d2�,�
�ʥ�hQi�hHf� D�
z�4Dex/&��^�U��ww4���ǃ����>�!h�w>�eD�-� ���r=��]Yc�z�
T��) �X�zF�v{Z�BU^�*��ij�Q��Z�|?��j ���/�|wP��,���CM)��c�l�mvt!|n�"�5oL?�k�yi�_�к��h�F�����fڄ�d���;Xg}��}�5�N��"���W�[�������6�0ۭS�j"�V(�t:,�SJA�bU�L��9B:�� ��T�y����Sh�N���/�^��s��l�_�M�����&�n:C~mӵ2lu��H��f}��Ald�WGݓ0�0�ex���%1���zZz�mF��hK�Ӹ�3mc�q!�B-����5�JES��v��H�-�x�H���n�e�6ڌc���J�g� �2/*��j���(yU�=�n'ɺ�t�0{�����|�4��o���E�.�轀Z����W�5��E�h��@��l.�Gg�1�,`�UA��JGrQ�e�0���]�-�F�aT��Ad4d�0
���:� ��w�$���c�Q����7o�/��ΠJ�ҩwM驰U
T���V��\0g��������_vMc�B� �p۞zC����s ���(C$�릝�* ��ԥ�D*FMK�n�b���5t.-����k/���NA1,_����=b��m���\�0�Xp�`��»���,Ţ��4��2=���-L\Y��S�vD"4i���#G��Qkk� z*L��h�jJ �����v(\}G���Ux�?��n�~nz�V�3S�g�(��l�i�lZ�ޏT�h3�hoFa �ם�����s�X����wO�-ex\�ٟŕ�]������V�ϛ�.��R#}h��MO�@~qTbqVF~c�d����AxT?����ۿ��;�}%z���X\r���P��l�6+���i��ʔ*�4U6)R_�T�4e%܇�-�aeaBHG�T>��f��r�j4jl�Țʠ��U"�+(�u��������%�@���ڙ3诮�{wX�|}�7���u�8��
�_�
�_�wObcy�x�A����C�4ƙ�4�V�A�{`���P�ꢣm?G3�F���
%�?h�@^�V�d���
1zW#9l�>COKs[e��3���[��~�Z��`�����?����TF��fffP�Vm�:=~�ajl�.!N�4�)_4�E;ZX>������"$G�Ͳ��8�����J�.��~��P-XF��Y��!t^��T<�����뵯��bzdu�f��Q()��gh;g�QSh�(a�{t붑n61ݡ'��7�7��g��O��5�� �OoeI
�T�>Pzw
�t�q��p����:.��/`����WP�>���y
���m4�p.��7�@�J���X[��P=�=�V�������4H��dqzǍhtS^�=l�ʨ�|�T�f�i,���|'M�F��Iu�G/��@�S�6=�zSo�����--�͓�N!�H`jj�V)�%�6x.��c2���7�B��ː������o�=oPS�rw4?�þ�C��3�i�2G��ɣz�4�_M��L�<�/�d�&-1-�.oU�U��y�}[;R���Ť�.��US��
o]�4�����^�� ��̈́���h��0>�Q�bl��\V֯*�����&�"�8��p�^y�U�mB��6�UD|s���y��ˏ;�Ԭ+�m��B��%,�w0����w�r�U<���\�k�P���[�8�6=��-}�<�8"��2����7X?��ܪW��vU9<���4��&''���R���b�՜4'Í�3g!T/]F��F���{�;�j��(jFV?���<kڍ����wr_�*^���zÞ?(Рr<{����i���A����,��Q�E�w�
��͔��Q�Q���R
;ʯ��[�q��C���AL��J������gΘ ���jgWS�C�@%�ڦe��Jfީ�����>�
1�N�8�����L�|�w�r�fjҔ�g/j�Ԧt4MĔ���ߴ�n�t ��5K�p��=�ۅ*�Cjc�6^Om�ev��G�-��8��y�-T~�71�x[���_�`T)PTHz-3�����QQi�`5���P�E�ؓ�������*���4���H��#?6j}�k�h��KTf)
�#3ӈT+h��`lc+FFɭ3�ڝ���Y��U|��E��ɟ��{L�[���
�Ң�\�F�J�jp���(j��Ѱ̲^h�*�}V��`Q��PС��T�^,�G?� �3������wK�/����qjg�, �S��0�{R���DJ�)L�:�*�G{G�`�BF��'�x%V��W�ԓ;h�\С�Q�Z�4L����$�5
S�g�����'�`�VOw��w�>q[ި��6�_F��U��\�}:����|�# �Nj��<X�#��_C�3_B�J�R�r�0��ܴ�g'Fǐ�U+���:ϙE��*�-��Ǐjdx�j�$�>��z
?�b�F+��ھ�`��;|e��F��K��2Q���4u�Nr ���%q�=i1���".������;A����Q.��OZSn:���1�9*��ӧ���OE�.)�;"�̀�_e������q��wأ;�}%z ���7lMH�?, ��iM��6Mj&2�ɣ�ٛ�cYvY�tn��u$*�y� ��2��
�~b�jU$k��?�ஷ�{�����ǝ��w�p�8D=�A��>h=wͻ�+%ˬ� 0a�J4�j�q�
ZT~��B[�[_�A���+�h������&Iwv(f��N�Ma���4�Q��/����9TΟC��`5��?t���ք��k4�X�@P�ʠ�0���o
���{;���W�M+B2�:��'���1,�U*�>���S_����T��j�T�e�
E�W��t�p/Y<<U�.:,�v4N�ő�0v�^��[�.Y��D�K�.��h���XWB:���������� �n]d�$9x=yz���o7H#��#M������-w����&��y�e�����Rv�Ԉֿ��Hך�T��lj�Q_GW�$�]��S��a�Lw
�%��P�,}^w��*�,�B;֦�Ead;��"��`�c�ڙB��i�'�}k�d��XL�랻��
;�!ԶM�W%���v&!2�ڻO�x���,�fD��)0d�����&�
�8�R�0�\�{��(y�j�mۢ-��Yr�:B��gZ"=Ғt���4tT�����X��f������Ob�Q���_Y4#�V@�K)^E��`^�4|s������d�!j'�F�t������
��˘}�54)�5��A�v���J�j
�1��wOcJ�c�|�7�u�n�Q�'�%G>�
���۵�C�Í�6��"N~�3'��=���O��P/}�'�Cfv��?������uV@�V����:��N�P��n��tKHi22���^/v�� ��G��v|f&6ߋ�^1�J��d��fX�5ڻϲV{U��D�� ���&���B��>w�"��Qd�YD�1�1�A�WW�Z��J�e(�l�eU|����͋'=�Ќ����0J�X�^����f;��tȘ
m�d
�@��-3�c�"�3HM���;}mn*���Ξ��VS��������%o��k�UawjB_�5 ���h;,�5�vh��2|�ʢ��[gM����x���6?���9RM�Vή�
YA
c|�
��d|N��z�]�&.�Yt�xL�)>]�^�L� ��W v=�<�\�P*ҟK)ke!�==��Id:��_Fߏk��.I,^��~�h���ˋ(�nm�z��.�P-k�~��{N!Hx�M���TYb��\��_A�Ļhm��� ��
�ju$�֤Z �אc."4jl�� \�w�������<n(t%�uK�'g�P��JQ�fSi�yk�l�K!NE@�j���څ��7*�>���w~�f`�x��rq�*�Q��]7M��[���?�cnq������%L�;ׂ0=*G�:uq%(#��
b�Qz��>$'�.��x�n$Nv���K/"Fo�n���x���Q\YER�&Q�����(�L�K�9�+Q�/t-�a�48:�3���7�I�ʳ(US���u��~$
�݈��mj
�f�,�H��nq�@ڵ��S�:7e:x<W�i�^�?��ݏ�t����<�)�㎬D��
��2��5
s�ڎ�u���\�������
9�*���)�fge
�Z�5�9s�Y����EE�h4i�:�ɉ�{�cREV�#��:�m�_}
[���:}- ��UT�E�gӶT�
�N�$䆪���¸s�#]}���i�+y3�L
�=�B����q�SI�"�����8�T�j3�1�]��H�B�;#�J:8�/зs�:6~�������"y�V'���͙�-r��$HW[�Q�fM.���/J9���-�뱏~�=������:_�
"PDƉSy�=J��\��䔩�\��@��J��s���5�j$��!
y�P)��=
5�'Ka�/*5c��Un�5���� ڇ�VW�u3��/eB�_{�}�fn�izD[���۾�<(?��@����מy��R����=�W���^p߃�/��G��V�|��"���:����U�S�/.^�A7Z������
�R��_��|�(���x����MT>�;(��ϡw���=�!z�1M-*х|��U����(^�s
��:�f(S{���0��;�'֭b6��9lTj�>�:�R�[���i�Jtv$���6xL�C���.���з����
����7���Լ�x����?95i�窿�A^��;��X�67�k�lC� ���,�AE���!�M�N��!,��[��Doj����Yy���d�q�y�JE�&xO�$�&XA5��*�i3�a���Y��1�i_�JIF���0N����E��3� "1'��Q¡��PQ��n� #|���fv���P������]:�D�3d8~+�c�x�pZHqʳs��$\>�? +�3�$�������� M�{z7�o�u�g>~�:�)>�/!=ޞ߱�z�����uC�"$T�¼���<j�TD�Z���*����
"+�fuk������VA�Z�BN�H��KHg��S��Q�?�Yt>�{h_�������@�������c�t��$xY�ʃ~*H�Km�ĮV�����8����y(��vbq4�ư�M ��ba��U
,�+hQ���n5���+�1�P�2Ō[Ʃ�`�- �� �.�����p8K�9�mbdi_����&�~������372b��e<6j5ǗZp�T�8�f��r�š.+#�#ـ{A8���M�B)�O��I����]��+�}�����|�� �o��} �S��
�]��k
(x_��z�
�'�P��RިD^�v��ڟu^kO�N��j,�n,�g 2pҎ��p�
��wZT�.��d
��#m�y_W���)�6������xͻ�'R��w�B���h�]
K�M`2R�3�畝r(0���3��~�=�2N��} ��{����x�+HI��m�Keĵd��-zL������zP/�8{��0��j]_3v��7&¸H0����6Is>m7�Z���_�D��U�l��M�{@�C��gy*%\�b4��eS�Xd�ř���<"��f��� ����DZ'�j��1S��b��(ψ]*���E�3_]6%jK��Vߙ�N�������"��B�W�?�Ö�5/_�^���\%JG�R����:�<!��f��[9LE{����h%�&�H��!�N����pp��*���X4���xT�5iM����B��4di��!�ʐ-~�-�ɇ���{ *�x��eFPN�PK'�L�PJDy��1�R<�J*�2�ˉ�]i1���q�wGaAϩ ����U�UM%Q�1��wR�0�"��jR߈�7jS�y�����"�"U����G9��xWB�y������G�BZ��;&Ȥ�}����H�
��b�B���e- �V�<��i�mln�-���S,'�QZ���#��n8;���|��ڕIq��Q�,�.�BS�Ԇ1գ�?{
�_�%��[�o�7�9�"6�V����b�YY'�wh�i���ʱ��^�^y0{=�!�TR6���<C%�N~ͩ)��T�K�F�V��v�����3HTj�ܟ6�uX�M�w����%�KJ�Յh��?�s8�/º��,��`ius��6�%�J��jY�F�)l6k4��h�@���J(���0L}��K�{�Ļ{߾����
� ���_�ɥ��eeە�Jn��V�-�N���+��g}�|�o��Y���=7�!54���c�0��1�>|ه#ut�G�y�2C��Q$/ q��|�缟֑���H;����1�g�?~�O>��g������Oa⩧0��$q�<���a��SM>���>������B���D�>=V��lN���>S��7���'�~O� �c�~��3�S���Fy����t�7d�Z�ч7 ���"*��"�x{m
�=o'H��ip���>i�oFhi��A�� %���j!E��t��͗���_��(��
4�m�OPY��m�\*�!�B�=YU�sk|֠��1ɵ`#�yt!o\�ۜ ���\dsHNN��:=��!Ҧ�Y\/�GU��[@�F
�KIt��Pׂ�6;yP�]\��`�{
8�1��1 ��ǚ3_i��?�'8���(�=��/\@�JR;�h3�n��j��
���
z�ZH#�4�#���]\��,�o7����� {t� ����C����O|�7NPжm>X��OO�Ʃ��pT�Y�uM>$�T�@2���;��R����_���Ľ��^a��U�%1��������C��A�iJf�Ȍ�1��#n���4jR��{q���$�:��a�V�&M�1z�Z�$�f[y����&�V �i��`����%�lтŷ�ĩ�_��S��<��Zٶ:Z�D�� ����; �PGw������E~�b�4�2q�+�Z�k%p�9��wh6�ڳϠ��ߏW)+���G����K8�3?��<tu S�F�!j��GI�e�
%����'�Bi�t0E� 칂����D����``ĉ�[A]����eM:�i,ONc����?��矷���H!��o�.��
�ߞx��3�Χ1ѮX���EY�T3d�y��3W;x�r��7� k��'v߸�裾�B.��Ǟ���9|�����_�Fgҳ^��װY,���eDJT��/ ��/�)z�+U+?S
jz&��`|B�6偏�
�:���Uɀ˧��h�b�M��
d��_sb5P-ar���x���hdM�<W�n%��N#��~�_!����~�~���+��'�3D����S��3�]`:7���c��U<�ha�Y�2��BV�fM�S|٩�5^�_X����@e��Z��D�0���S�&��O��� 5}g{��!�q�p��J���&�&V
5SHq�4僨P�� �:׳0:� ��*�*њ}uܓ��������C&��#G1r� 0:�k�Wk:-�ђޢ¯��5Ի������Eۣi�^+�@���(2�V�Ul2�uz5+��2��*.��X������2-{���I<�]߅������������Mc+�JN�y�=B
�
��!�H����*T��^�(?�|�4�M�&s�P����9s�=���4�����)*o�sq����� �е����¸,r�� �`SD�'!�A�����as���PYZt��h�C����v�A�v�2L���m���͂G<Z�Mp�Q�b���k�zW{�P)1\��!�hf&�093�}TJe�P���2���k�3�G���w�b
,/���]������a�"tn�buW*[;1����7sB
��L\��/��M�����&�c�N�]�L��4�H��)�h"-Õ��F+&SrM���A���HTK��?��ب=�[�y`nN��
��Y9V@br���d)�|IwE��ʚ�hf���7fE-������:�f^��������Q%�jN[K�ʤ�&�F� ��j���~
z�%*�-*�a�N�J�P��Z�5P��4�X�*`yck�"��im�*W��
��2��u*�:�h���]�76�+�
�/�Jx{}_[\�%��_� >�W�"�ǏR�&Ф�-�6#C��)�A?�(��#1�\�� ��]��_at�ۢp0Èw�m�S٠��@[f.^F�B$�p�{�k��|�}��ʋ���ݷ��i�mP��)�G�H�Й`����/��ΟC�e{?�,ѣ�N$��c�-g�#?�&Z%��B�#�蹽g����S�
�
��7L���1��ģa=�En� �!�L,���el��(�K,�2L\��ʨ5��$E`�
��
}�<���Ot��4c"��%�"ç�g��O�2�y����=Z��T*bsm
�sh�k�<�"��I���,�8�J�<����ʣ���KɳP�� ��;�F�I$q��lp�݄}%z��%�|��~�:�c�6��W�N^���s��9�(�i�]�v���
H���Z��9b �'��E���DϰF�0=�Cvb���,bZ:��]Z��X�f�Z���&� 5ҶOf�=$R6�V�B=�����5J�q0
�h
}
�^$I1�y�1ԚT$)��ԒEza�n�K�p�{���H��[��[́4bRLI2��Fʷ5�=����؞vU�Dg��\����e��s��VӼ��eH7���h\:�2Z�.c���R�2�jM5N�3)V?����t-�|��MP<..5+���4q��O��G�g~���߽������Ccyl��.����)" 9t��&0�$�����@>��Hs�P��Z�$º���Z���#�i$:
�
�z�iM�tRi$U�.�1Ro!�B�ʎ����7[p.�ʽ~.�>>_�:���w�T����g�VY�ş�y��G1\�1��z=75�f�j���D: �,�kH�Hϱh/
wS�������^�����8�-
�=P9��-@u}�l�~�����RW�U��E#;5��Uz��<I��"�Z��zeL�z��u��մ��#71A/�Mڲ�Fq
�+}�^���2=�����J�R�V�q�x�ܠ��h1��k�|Vc�&�Wkw�K��:۴��D7��J�0����UV$
�2����f��v:�m'��r_:yO?����%3T6��m�AJăgL���LgE�9A�$:���@�Ɪunw
σ)*���x�5}�k���2�j��r��Lƚtk��n�p
�������_˳�Ĩ)��l�c0?ů:UV�}�¨>�0��g��k�w���A��o�_�2z�&���Сw�E���Y�Z�I��i��
s��5���
p��%+6�Lz�E�#���M���::9;ki�o�RԞ�t�Fl�v��"��� �I�0�7����*��nc�W�n��Aa�NV�_(.���$�|N�2� "t\�e����r��+X�����^�K�f��y�vv
#���u��GO�X���A�e�0���(f�����tzx]�|w��N YB-������������&a�7�8u�$]��aAj�Q��2��r�)(5�PK�9�f�"����Y���xe��0Jw�Id��Q��a571�J�����_���CiY��v&�ާ+�T�uM72�G2�A����
M��4���T�~��F����P�
*W
S
���Y��J�
���Ɩ5'��n�S��Meۨ��Vm�3���ǿ�;1�ȣ6�9�p�
W
|ҕ�{2������S��9q�<8
�x��������*/�m�oj��z�\��**g� U("G�HX�r�3y�J���H-M��>��Ѓ��t���Uz���ٜH��X��Q�J������/ۤ�����Qz)q��#Y5�D�T6��e��o z/��_���B��c��괩�vӓXm6��4��
$��2Z����^q*�8��$
Rm�������A$ߘ�g��v��=`>@�>=S�|���|�a�/^�ؘ:m_�A�W���诣�t��Т��F�IQYJ���r6�ެc�rE�!�V֑��`;Y�����5�x�c�����ø
7~׀eh?8�ܳH����'Bp�{M�/��?��W^A�̪�B�����^��I�d|^�;�Q{��b~ 2��zo�����V!��(fl�2x�C/��C�aT��s�8s�4N�>�"YIH�P��+Qد��秱xi�/]���.]��W�.�������LkV�{KW���E�,_�b^���"�,^��*�vǫ+Wqe�
�k��T�!Ӻo'��n)�)�4�d��o��a�e�$ܔ� ���h�"�
�!�I5��1���=G'��k����:gY�Tأ����!����H�a����'�|��R�����K��kH��f�M�A����z0Ԍ~Ii�?�e���W���g��K�V��� =x/�����Jy���b�-E7��_���#�S��]�"��W^3L�#,���L���P����%�myu�fFŞ�����ы<�X�Gn�
��?��8?6��C�ч�#�Haqe
�����Y\��wҬ'�g�`��A2�A'N~푖A�U��{�yݕᢣG�(o�B@�e�_��9�s*&�
ŧ�E�D�E�%*��%�}���d�d��4�#�,.c�J��'����D�hO�����$e����I�J%T�ed2q�5{X��1S۰e�2��&ӧ����[n�A ���<