MMCT TEAM
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  ]

Current File : /home/u163988420/domains/awskotra.in/../dnnindia.news/public_html/My DNN Backup 2026.zip
PK|A�\		.htaccessUTM�#jRewriteEngine On

# Send all traffic to AACSITE
RewriteCond %{REQUEST_URI} !^/AACSITE/ [NC]
RewriteRule ^(.*)$ /AACSITE/$1 [L]

Options -Indexes
PKJ�>��PKg??\	maintenance.phpUTS�}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">
      &copy; <?php echo date('Y'); ?> All rights reserved
    </div>
  </div>
</body>
</html>
PK��@��PK�C�\	AACSITE/UT��#jPKuA�\	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���TXTXPK 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���SMSMPK�C�\	AACSITE/assets/UT��#jPK�C�\	AACSITE/assets/.htaccessUT��#jOptions -Indexes

<FilesMatch "\.(php|phtml|phar)$">
  Deny from all
</FilesMatch>
PK�q�XXPK A�\	AACSITE/assets/logo.pngUT��#j�PNG


IHDR����}�gAMA�V��u cHRM���Y�?}v�<�ς��rKiCCPICC 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�	pHYstt�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�{Q޴x�ٹ����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�JT€S�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��dVV���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���zZz�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��JGrQ�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�4e%܇�-�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���o7H#��#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߈�7jS�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��oz/��_���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���<y�vt;�<3\���zZ�������ǂ�w����������S���
T�%�Z>E��-�:Y�Ss�v��i@b�d����ݣf�S�@aT����Z��D��Z4;r�>���J|g,?�G�=���ߤ2��^��>�A����T3d�푨�)
jt�2�A����3^�i�jBT�tޡ�n�(�Y�4�E�Zv��,��YAm������O�0?�ޅ�x������+w��4im��y��S�^_dz���(c�Uꇱk��B��!����[C���ė8�dX��tS	�>���_�X����_�t��<GK6�;���+x�����^��J�q�Q���������„X󪥈ނҫ���siv����X�F����yC0?-�I���ܨ��,�D2M�hc}l������7&>��٬{�.�;'��S��)|x|��:������}m#Fj��Y��/�`}�L��C���v�]�	���߮��1�<H=Ԋ�Kc���k���O~/�>�k��;o�$
��fW��!ߩ ������N�x�D���A�Iu�R��W ��7�kU�.�2�4W�$ԥX5�ئ�P˹?��*E��e쨟]j/���\]/u>k�~T�_P�1j�a�e�Z�"h�;[30�7~/�տb��	|�7�c?���u������]@���CƑ~�]���o���*�
����h�F�Me�Ou����(��h#�0�v;*��5�Q��P�p��8�O�����x���'zP����%R�-h�=���!kZ����by�Y2r��"GF�H�d�+�
@�� #$�OM���4RM����(��D]�V�����e��7:L��Sģ/��B�F3�zQ)Zׯ�U�ļԁ�O|?��߆��xG¡�9,��qh~���Ã���f1`sf0;=�pf
f�1GE|`�G>;���w�}�)\88O<h�z��C8~�8�z�i|�C��	Z�*v����X9�.�
�.�̗��U)�;v�J�J�+)O��t�%x�s�w{K�
�L��X E��Hz�)��z�(Vc]Sp����L��8�1�z�������-�JK�����UX]�Rꠢ�ƙ�y��v���L�_�Î,k'�\e.e��g1��*��k�m���u��p��e�۷x/�x�G���Jw�h^]C�QE���鑊Nwz4�^=�6Ν9��>x��r'�D�״�l�g�'�X
V�.{נ��#�)�30�è_�u4ʲ��Xx�렗d�h,U$����(��$����Գ�h|�q_~�U�K#p�h���ln!��	,�,:�Lߌ/ǥR2J���%��5Y�sSr��%3*/��w�Yƣ�B+�#�S%]�.)�7��IznƧp�M4��hh�Bb�F���H{��<�Xn���?�
�>u?�2]���Z�H���46?�{�z�-�(��Ԧ�1/�?�B/��lY�J�h�Ґ�A;�	��꾽|�wzh��;G��?�CH�r�ûƇ�psp���Z_7��?�B򜴩�]�h�,m���c��uT�ex�q��@�)�y��'CH���DFS4�scCWXQJEa��[4��#O<Ao����?��U���4���<���&')��q[%�w�8C��k��%z��?��ISS���&
�R�L� �,��W"{��NAu���58�O����ӧ��';`Bi����}�N:�./"Z(#��nx���A�<����e`���so��C���,��ǿ��Ca&C.W�`�
n�ӿ�����]�oU+�К�k�ڕˈуw;����>yAz-�pP?��
�Ȝ��2V:E�.M��tŲ���Lű���ϲ2�n�M%Lc���ڲ��%�m�"}�'��)t08�vw�Cςc?v��X�Щ�ZX�	z�ʇ�^�4
·���򙳼y{�M�O�>���dR)�i�F�^u�r��5�u~޴��ais�*�3=W�a�e��M�[8�eὀ�/Uߧ��tp��X5��J������͏r@|_��j�w��1�8��(+�S�V��	Ӽ�uTS������D}G�$�C�j���U��ڔ��a�R8b�LZ�I{H$�a��^8�I*��2��@2��C�>�D>�D6E�B����.v�pR��l½`��;��wu�$��Lk�O/������$�)d۴���CC�Fa��6l�$Մ��p�[�>ʗY���ld>�s��:���{	�c�?6A~���Q������?���J��@��6WW�0�Gg��.�
@yLj��6aw���{�����Cj��wY�m/��Y[�9?5�t��/�^(na,�Ec��j��S��!���Pk�y��YB���{@����h�.�k�y�
�����ho�ގ/z�4(�h�rFƱV/j5�Ύ Y�#Vk E:�uƇ��Z�H�U�z +��;�Jc���P�J�&A��N�m���:�,�$T��+P�_^G�B�v偎��c��`Gx̱�uTS���jU-\���諲v)h�ի�?�L�����W��m�ӳ��;�u���e�K%�]��W����<�Ճ<FZ����d����ɲ�t�S�н�*�.~��)2�I��uy'�H,a�nYs1LS���Ȼ��!�n�}�m�+�p5���)M�>%:��q�	��<H�W��$�$z$���6f�UdO��O��o��V���}��:n�Pĥ�}���6�9��@��	HYz�{���7,�hTF˳C<6>�ށT�DG'�UdV�j�d�z�f<�T���U�O����sp�@��<R�[�r���h���o�N���uF�����l�t>?�\*c�i�^1G��C�4�2(՗�tc6����]|�v�hXNc�x仿+q�a_��$Ti��/]dő�'S�ţ��&�X`V�\n��+��rG�Y�X��X�BU�I
�I
g��8FKw��s17uF�Ք*�	u��VVx�ØN!`�DEz�
5���B"�ƱcG���݁"w��K��iwHJ�ytL?a�b7!9�^��\?)?@�J�Az�̢�ꘇO�h E1��ٗ"o������3f�f+"�qJ�m�ybĖ�Pz�"U0[Q�V�R�|$�\O�*>?_��0��a�]���I��S���/�"�'N�Max���\�|z&�6
�K�R�v�^J���.���U~}ÿ�[�c���3nL)�N<�����C���}���ڨa�R��\�
'��y`��I���`�E��ѷ
�Fi����v���DO� �
@%+�_(�O"��ۘ����?�KT����6�ִ���i$Y7���lǣT2�Y�3g0J��֔/1�����0X�1�ɀ�;Z�����à0*O#���2}��)L?��ݻ��Do�~��hQ HAj�F
�:Zg�]�vT�B�2Y�!���<��SO�Y�h��0R�#B)T~C���|��6�� F�7������i�A���6DR��KK�����M����іwd���T�y�fj��RV��4�X�ᭂ�T��7����4rR�ٌ�j���m^�B���4whV�l�E�W&�P�@�&)M����z6x��!,<n'�aP+�)򭾫����%T~�S��B�}Ƚp��~�K/PqF0�x���U�X��AuX��^�PǛ�v<��'*������y�?���H.���1��rzUU��Ibr$�h����*�_��PG��bW�\Pֽ/h�H)U�\;��Q�^�{�w�᝛��8y�����H3��j���a$�B��)]�bs��W�޼��N���9T%������1d�H��+ћ�>���<r�t��`���c	M	K	Q�:�#E%�@}��0M���Z}��'�lj����Ѻ!�d�L�t���4IMÆ|��n���gS�X8�B�d�a�U��Sc�ע
�v=���� ���A^���l�*�,IeO���cTvo^yz�U��װAzz�)�rAL�?���)��Ml}�5D�
+k-�b>lA<��K�?ꩄ�@�t����+K�#��>=�H���S���)Jރ�
���h��P��q;����5L'38�L#Ea��`u�#���7����<�SƮM#ᥖ��'�h��p�X@vl�D�oqe	�l��M�:G�����x��TK�|�X�r�Ѫ
��{J��+�X�K#b����_-󯾌����7�k�������ƅ"�
¤�F�^�VV1B�K^�E=�x�
/cFJ����kw��>�e��x��F����K��tE�IY�L��1N�
L$�u����/�4���\{O�#��})�,�;˰9y@<W��S����1���3(Pij���2R��腊��99|�Sڑ�
+n��6��!AC �H�ٜAi W�ht%���R$�����	��1����d4;��h���%(X˴�ÆH�¤r�4�-�O��ln�ܛG��)G� }<�O<��[�ݟ[�M�gaE�wn���
j��X�
@�]KHF�I$h4�kU$.�ǥ��Q�T6o}7�յuT�U���������T��#!��Du�F(pB�t�
��oi�m6���Y�I��ÈӨ��
�q�%*�d:���I������y�j=�a��(%��`p>�`8�΋kᚰ���<0�!j*����4��T�\��=FC!��������w_�2W��Q(11>m�'��<G*��|˗ΣOڙ��'�$�0���Ҍg_�|?�N=�z��V"���ݼ=�˰�DoJg�!z�$�6�z,�M ��K�h9�Bv�H�e���}
�g�#j4�v��Q��.�
��.�(����n�+h��Ҋ�a��&�w0��iij�,��&0�bvf#S3h�cj�����~iu��"����G��d�7�\Abk�N�4�0'm(�U!��Y���Z��6i��M泭���ڏP�U&����S�5k�B*����0�^��i<�;���,W�vSe���-�J%Z�5�D۴�kH'R�E'�f�E��;�wLCM�#A�8�\
�#�ᷘF_�4 �T*��P��}2�v�Sˁ�둯�=f%=�590�9;J�Э��и��wi��5P���[~+KF�mP���*��ߠ��;hP��,ȋ;{y�X
�q
�Sob��Ųf�E477AO�k���gi���N����Z�̙q�|i��v��#���v&���I�g�88��j���@�a;-���:���f��x�$�4��<!>��Ȑ��怎�[�
pM��'��6�v���
��<����4PY���0:�!�h���w�w=��?�)/� j�����=��ԎQF��ɓ�3�z_��S�Mt������G��m~��~��	:5�GG�X�Bi��'L	wp|�S'0�z�!�4��V��7E-�)�;Z:TAd�d�Y��.46ߕ��yU�g�8@޷�Cd
���i��j8������޻=U�2ڇ���W^Aos)�Q����*�&���<'w(�{�P3�9<�f�I2��{�|/͊��UZ��<Wb�a�)Ơ&u��Z`B\s�*�<%�Ai�.
*҈ܣG��T��RN�Vm�S^�5�
�!�H��^:���Ν\t.4PX�����fBJ�e��Pm��K�1~� �Q�魴�,�6��5�u[�j�m�RF�V2� OR"���=g|L^�ρN%Zݹ� ���4��=Q�Z��wa������\�{�"$*I�x������4Q��+��Ѹx	mz�7�x@k�fYr�|��Y�?��|����
`��W��I	](
o�Z��l5�Ͳ�LLMQa�P�֭	���i�VG�n\�����"$�ϙ/�灢&Ź�n�4,l�b����q�F�"C���-�$����FXN�?��X��uXg/�?��I/�riͮ�]�GF�+��!�q��m��^
��[�p�����Q�����4�Cu���;�׀�Z`���UYX��̌��3�W�{@��i��W(z6M��6d�==J	�|O�k�ehR�5�Em�
��ت���y��-��c�,-�Q^��-h���e���qL>�b�b���-4��P��#G��%��A�����b�����-"A��H�w2���
Ή�lC�x~#7��6�v�	���)ҭB!`�n(4�4LY0/׃�X8}��Q�K��ӵ�S��i�����N��y���8^��{:МC{.dOp����S��\x' %�_[�ֿ�i�ӟCcye
�Z�X��,=�D��y3S-ѻ�@�����u�?	�1
�2����:˺3�G��͏!�J٦
�j�;��ĩL�o������/��*Ŏ�k�`�tm�ɝe��A�Hu�z��6rT����[.�Ԫ54����:`�C˵"�(����4��4h�e5�/_HNC�j��j����J��<8WX��9^iY�9T��%�>�
�R	�o����<&+`�Z��%%:P��'�R��R
�H�Ѿ�k�f��֮Ch^(���:��Qb���ϔ�t�����x?�J >>���8
j^�@f$ĵSK����X/T�~�e�s�4�kC�)G�M%�<���J�oy�D%�x�W(a�
�Z�R�8j<���cT�k�*b�$�&��:.�w<��n�����'�8��2;���2Tj�t��M�:e�g�y��)L���l�핬�xqn���H[�q��ĕ+(�ĿC���Q�w�l�k�-<6�G��%�뤩V*b�j��nv(M��X?����Wm֍�t��(*�o~b�&5Ujd�x�F�̑'�T���1�g�V�VmEk�w�{dA��)\�\��{	JS�2ȖƤ�H3�s������_Gs��d�r�j�cSh�n�kz�����<=�������7[����ޠ"3Z�0�D�_�@��H���w��� �=���|�n&�G��cw�N�^��D���ӧ��ܲQ�Z-AoPM ��9@�6���BOQJ�j�QyRR�ZeH
Uۣ��c���:j�k�ջ<��-��ǐc1�hg�Bm|a���4�a����MS��{��a[i�A��Q��>���$A�o��y��e}!�M�\�!|$A�����&��}���t}�����[<v��F̢3:�-
�:�ҥf�Ç���
l���MY�W�]�q�BI(O�*3Q^�r��S��>�5қ�Ӕ�3��B���L�2�	W�<Pƌ�+S��|�\}q~�@v��ɢ"�`�Oz�9���'�8��i%q-t:],�#I1����(�:�ދm�c��lS�q/�8=�/�+�Z��/O��cs$������5�@S��@��Ƙ��Ke�0J�n�_4�����_�Q�BX(�׹?���Ӄ����xK��χA��431�>{�{��4C^�d�ǿ�����z�G�
[�4ژ��E}�d�M9��px|�'N �$�xOS�"�XsL� �F#B�^�6�HјQ�_��Z�x߿#�t�����Z��Gu���D�@�2x��?Tp-��6��.��g]^ƈ����q�qX�Zl��Q�T��y��.շis=��(ƣ�,s-M�ySxdޕ�3�1�
>3&J�0ul=z�-ޓ�ǩ~�V�eLw�<���H$�P�y魷�.�,ϪR��rJ�U1�� t�s��~S޳�3�y�z!�!�4G��Y!�y�\E���Z
S�c847��� ��_�s�m��g�=�7u$� � 
̢)JS�L�J���W��o{�����;��@��h�7�.��%����
�y%�h�F�E��Ư�:jT�]
�ݠ\���s44����.!G�Aꘉt��ޕt^��GѪ�C�;tf&�&��ܡCVO4�QCU#K�x�:��h��#Ge���d�YY0 ����#��(Q���{�vO�[�<�1xp �b����j���Z��`j����܏�S[7�Å�+��zM�hU�wtXOƵ�0��鉎0|Z#c�u�z�1�2C�Ǐ���:�[J��+O�c�F�L��mQAv���X#���?T��DoV�ͷ޴��v*f{����T�b>]3�1!�Aޑ�D�c��+Q7h�+W��`&"�(�蔂�Iیi��f<2|4�Bvjk�"-.1
�,�W(�4��C�����m��Ry�@,\=y�j-���BS>��|�����B޺iu�4ktL$q��'q�t-�mv荖+���ݱ�B��u����lS#XU^LO�ʋ*����QA��)!��uԷMY*
:�-� N�D�G�D�P�^�(����㱮�6��M����=V,����֧>m�<6��U]_[��͕e�V蕒ά� ���{6�C���G*���襌�B,Ns�|�Y(����y4�ZۡU7֑�����������Y�*�@�I�$�{��/y��n4�P>�QM����aZ����ژ��P�?�UL�&is��	LMO��͖(�tOg�)��?T�V��M#�5�f����t�'Duy�Hv
T�ռ��ʷB�(���x��!q��W�7���&6O�2��M�״YK^���֜�����T(��ͻ�du`iY��j:z�x���n��c�n*i}��Zݖ�R��7�Q��D��ߓO>i;�?�����_{���
�Dx�$����ޤ�~��S�:��Iע�3<�\�9��� Ҿvɉ<���*�M����z��Ӄfqy�
��7޲) ��ӵ[��CT�:W9+�+T��	�7���sC�ޱc�=s����J����-�[G�͡UK��	�Z���j/��� �6lJ6pl��X���H�j�.6�U�'!��~/a��٭�z���P�q��hR�8�?��G��D��f�� cٶՍ�� �bDE%~�/�Ze�vϮ�Q��^�g.�.GF�yA�a�"��w�A������S��[��ʒ�!K#bn��+����?�3���[X�xS�(T����]r0���.�8��GH�"t�����o�ސ5��O	U�hK>�yX�!�SwW��m��iE�����g�·Ai݇��+_C��iZk}l�R��#M+-k���e͚%�r��Qq%�@Z�/�됡��Q	���u���3}
mZ��k�JDn�y����GJE��w�U͹�R`�/�Lb�B�юa��/FPk6P'j�^�Z�ͷլ����3��?k}�-fMKzk�Z���׏ں���X�T2$�]�U3���5��o��2�5�3�!���׼P>6?�o�"m�<[8���(����D��D"�����wQ�i��9�ο�h���nD_�M��T�9�ZС���3�Ȥ����޺���YU�H*k����@�Z$�w�'��ޔ��h����"Uz)-d�o1�ӏ��:��][C�׃���VіE|X-7g�a��%�U��E��S�TK��}�-��*��B���^$MO2º�A9�z<9����{�uV�E���(��mQ�2��nS�Wp�Z���P�)�Ѷʑ�m����q�Y�pk�ͅd��E��c*HwDž�$:�U��8���Q�W*k�ݎ�L�J9�:��)h�!t�|�s�����mN4���S�NA��I+�gs�}��B�W�!�e�o�-������e�Gh$57�MdȌx6ʌ��x��2]��qh�������'�U��SC~�}�fX�6P������8�%��@�N�WG�y�k-rҢ|yI�2�9�39�������T�������Y!����j�*(K�YPVqyϕ�S�`4��v�''��6��Ω<Y�l��\����T�C���Vu�c[ �D�����h0�����>^���9Z��R��A
9�_B���s*
U�m��<h����pS�ݳ*�w�`�E:�n
��:��
���>��j�v��:�V������.(�\(`�ͷ��LI�`�0��Uo��'���'Ab�ƣ�;G�υ���]�L�
�6�*�1lo	�	�a�m^냌�Q�U��9���ϡ������G�X���Qұ���,��^��Tu��-&�v@�2/�`^�X�tQ��Y3�����:�BM�3|\[
R�j�M#�P�
EK����?��/�<���|��`�Ba<�q
xb����|��y=��媚d|�l?�Z�蛎ml!�+����8���T�qz��L#�$6.��(�N�ϥ���oG��i)�+z[�s��N�(B�
�t��e�\�?%�%Sd��>��{x�a_�^z��N��R�pM�2��[v�A-*B%����N|%f'!���T�)���x���Q�ZtO-��8K)/%���N:���G��w���[Q�T�Ԥ�š�ǟF������y(�� Ea+��mHN�V��t��"TH	��i�o�k
����	�䭀DH+�@?7����
=��J�f����	۲���$4��x�

*�Q�����q�s��{�_v��Ώ�ԾoMyDʯϿ�a��>����!(��QG�-���O��뿎��:iG����8���67�\�0/MT8Q�<�]ߴ{/���#�O2��$R���� ?7m}�(T���GШW�վ��rٖ�oj�������i���(W�s�]�{�px��ٝB�ěl������\@��9�
:�K�z�������f�]��~�ج��&��`�Ј��A�%��ǵB�ZOr� :ώ��Q��cq��}��	��簯D�
z��Y�G�&נ�*���2􌫊�RV�8HMu:S�s
7��y������P����G��D
M*��4&���֢�&�=�Z�fJTk�N�q���w
M
���+H�3�7�YŽ		�i���h͎R�^q2�Pu�
x� ����M*�2
�����.�Uz�T��l��e�4�jg�!CZ��DY&�:��U�H��A��{R��\|c5+A�2�X��*e�dXA��a}���-z�
!��cs�il�R��Z��?�Gh�}��"*�2=�:r�Zsy���^;yT�a��(o�a��}0eM�b�DO>�b*���	M���%O�m5i5m�ugu�Z���Q���2@��`� (��wt�ru���nC��w�����n��:s���1���q2l�_����ͯ|		��XK�)_�3�4��*"�i-,m�E�j�GCj����Nu�q�%ϕ�^<���_t�\�8^އk�ʫ��q�I��,�6�I��~0�_���@W��N*A�Q��p$�P5()��zZH�P�{B}�D)k�e8���$Sd�f����)[�$����eFѤR��T?��hT��iz��33����[&4��Qz�]���
��A��n7�Ӌ&�\� a��)P)�����(�g 穩":E"е��n�iX�X�L�Р}we����5:�e�x�'����H�a�c��y:T�*s)z��8EᎪ�ʍFk�eK���P��������˓Qe�_��v��q	�n���z$�IG�A1�!�=,E�������k�!*�~ٍU\��m�ME4F�<:;�҅��қ�u(Ud�F�2��(������Uy�ʧ�^-��B��b�T�>4�l�E%Q,WljK��B�
4�w�W1֤'�u��<Id�+��'Gw�18����A+�G�3�G��
���}�7�wwC_/v{W+~LR�uY`�
�^�S�q���kv�VKX;q#,��*B�P�4�������=��J<�ns��թ���\�C��k�m�ß��x��\�8:1��}��X2�a'hn���6�E=9-� �Օ�'�\�v�h�U���M�ʒ��
��򡄮�\��6_��q�~5$[��O�QOP���,��}:�Fa偪?T�Ef�D�CՏ|�K_F�PB�F�
��=��t�����
�Б��*h�FJń��k�r��+� |��7�"4���I�Skk�J`���T(0�)^�^d���������KHʦ��	�|�t�����V�]�� ?��Aނ�
a�H��8�2ż��,;)�<����|
[��1F!�����B��2rTRڹE߲�E�C���-��@<~81s�le֥�Ĥ-�R�2Ў-Z}G��P�'j5�
��7FTS�L,�[#Q��ZqY�]�{)��>
�f�(Z4���d
S�FN��ع��֐�q�[\�$e��Z��/�����kh�_�k�5겢����"��
���Rp�|�n�=�\�!ZUk'O����bJ��)��P�߿:�=�=_�1�>;ח�*4�_���"�0�B��9�R"��������&&l���W���j6�/T�܁����K�>x�a:�O�D���b>��&z{
�L4�HƂo�4d�
�>I�*�
�F��ތ��E�J�E�Jݢ]88��Q������"y"�<H٫$m�)=W�& ��O��--ȡgש�)��'�3�N@Q�њwC��t��R��D�^YvG�5T������'/`�ln�bM�q�N�KʅD�)�{Lk�EuQJ4IžȲ��N#7:�8��2˵�P��ϣ�g�ӪtgX�\�-s(R#�@�NoF"����'��+O��5�HQ�^��L��A��71Z-"s����	�q�\è�c󉵇�r��ʛ���Ay.t	��{&5ɫ��݊`::y���G:��������N�k�R��`���i��,8� ݳ��K�B5#�P�[����[3Hiؿ��K5���\�G�J���H�<ڬ�n(?�붩D���hZ�jbr!��A���&�N�F�J#�m�>��4�ֆ�3�fX�rڰ}ޱ�)^�t&��V�<ӭ
����]�:j_��"m��I�
���O=Mc��h�•E��:i���zW���c�3��	(,��Bp4�%�ͣ�h��.��
�N��)�3��������_�L�.��!�տ�h�1��`�\��?�����*ڿ�Y���6N��7u��i(���R���=�t2e��"�
�y���4T�SZ`A��k!�N�e# ���츸�{�D���;$W2���Ꮔ�	w�	�ıv�(Q&�ILh�+�F�&X��&W70��E��_�x����)@e�Gߗ|]��L�P}R��䦤�@��n��@����s����?�b�p�aPv�a.�+h^��&:�Ӡ�qj��y.kGGk�e���$e�Vv���"wha����s��m׌�M�]Fܗ&�iU��5ҖY\c*Z�[cY��@o|QZ��ӏQ��[�Z��u�f&g0u�F��,��:
�xI3?(�����tƃ�xF�
�����DPs�F6�iMShP�G�w�Px�BP��%�?��^s�'�͈i]+˯Cz��ǐ�Oa��A��C�߮�b8t䈾bШV+n��v�6K�t�`���*J������mP�9� �0�J�צ�����<j���1E�!�D�l#�>������C��g��ƯB>3�c��U勼 y���؍���Կ;���z�ߎ(-�LO��H¾CE�"��.^~�B�W~���)Y���DI/w�9��6At����P�
�K���D����G'摣��k�by��Z�������XZ���I�eȵ��R��l,Cˆ*>�$���ٹ����TG��(���Yz66@]��c���V�za{��=32eU�f�(�A���<Zl�Rj��١
�d�3z&N��rd]�	���C�w�0E^�RW�i*��
�C�"&O���/�˛�a��b9��b��_�y�>�� ���Q�ȗnF�2"��-v~�MT
����'P��5�5_鞚�#��^�>�(�!P�Ι�ŗ���P��'�#��
�\�'�QP�T�:U���Ⱥ����	�I�99-����1�*�ʯ�[U�6#Ѡ"��jj��̴�X� �hTY�B-"�ODs�)��v���
P�st�s>���LG�Dͩ�5(I�+��:�'o΢R\��g*E��k�(IƐEvv��N�E+F'��裏�;�����z��
j�"�X.��!�)��W<��V�]<0x�n��ԧ�xB�N؏�|��:7��8w�����e����{�,"~#�����E���j^]B��U;7~&�h�d�Ș��Gdr�t㓓LS��-�Lk�*��G3it�eԨD-��V�n�V~x0�-��@�A8
�B2
�(����k[�@�{�v���IL�/�"�ty��Xu��}�=w����d�:ŕ(U��a���z��&ߔF��h-�z��M�6�\(�U��1=�Tt�C�JtڬT�_�N��o��kg5�J������Vב��
�S��k�US�YXR�b\� ��1*�>$�Qsؚ�4*�$�l#�c�����V�s<nJT�rÛG?H�u����
t���B�8�t>^i���<R�����n��P������;�K�Ytd|���𥈝`iS8��dD�,�j���h͉����ޢW�Qϑ�M���ԌR�2�e,�'�@����i�������N��O�_����+���a��a|��Ys/�iF�	�HB9��
L��w�w-�?��C�5hT|�t���)���4�����[f��j��0�i��6��Z�֬&�o��f��<xŐ������wu͈G�E�oi�-̢Zl��6o9��y�<���,mA��Tn�C#�De�+�a�Py�JB�
�G�'�H���g}�����xv����x�Z�?����w�>����V�VY�Qh!�?�눒i�,�*AO���nt���ՈD5��\�Q���$)�@�
��	N1Q�0
�B*���4�>�,���<x�
MR�v�m�4w~~�}PA����s��DC��fX��݋�N �p^�a��xO
�<O��N�:�jʕ��N:
�g�H^"�F55�����I�Qɤ����J'1ƊMi7��,,�p�ZM�֩z�F��.J��U�>�kͫ�+n���LY����L�v��U�5y��x$t�+ZF9��+���y
=zO��'���+��K��'O&��%�����Ҩ�r�P9Ǝ��������U+Nm�b�M�rɶ�S�/\D�ޕ9�A����\���+]�H�#ݴ�x^�h�ZX�@;�2�BM�.^}@�������������r#~�Ǡ#�|��cЇ�0P��Hн$�dL�4��)�:S0�i�I�����7n$o}<N��>��=߄{��}��o��M����2e'J8s����P[e��V>�_*�i�	�C�Sj�H���Vj�^�BE�S}f�o�dEm(��<�-x	X)X
��2ek�R��?:�*��z���^&�z����������h���~['OR��Ju��V2ϝyr^<+ϥ<����#-�T|R��:�|$t�
G��h�DܞK���i����5^3��u���A��'�����$+^\�=�>�cqP�VP8{��lOL�U�	��4�a�J��<C��'�n���j�g�{^��<S�XV}��x���s:��rX8�
�߹�����u�Y!0��<�k;���m�ћ!�AEݏ&�E����#GA�M�A,o�lT��O��f�JgN#�l�X��i�r3���}쎾�2�1!�<�������[-t�{zCߑ2MQ��#e[���lС�i�s`k5S�A>���[�ۡGN�1��pA��Zm�'�>зy/(ZEcF�<gVMD5?M7���M}�.u�=�����]ȳ��B�Mx���!FF���9����O~��YR����3PН���Q��ХX�F{���5��Z��7H!��
�PJ�Q��
���yOJӄ����2C�J��6�݉1<�+Qk|�\Y4�*e�J��D�mY���ɉ	��޲�A��Q=s�j����ӑUS��)�T1Ĕ�x�I��i=L�Ct��M��j*��O��G�����6�%�j)�>�J�/͏��$�b���hb���Ol���q�2�?�y�Kek6�D��bU�|�ߵ�`(6����6�f(k���mp��c���	�N���}N����|d��<z�����H���)#oi�w#��Ҫ��o�N�77�:������6
3Bk�ɮ��XFz���U�6�H3,�k�wp4�o�2�ʲB�(��}R��\;�)3)81��^�C�;5�)f
��-�2}j��,-A8�I��S!�15�x�a8J��}>M��o|��ĺU���{nD7�OF�;nIFʀ�Y~�C��}��} h~�w�byP`��k<�"|fsAYP��TY�R�NY����F��p�{��y�TY�:j��u*�:+�w�̢ojxy�id|
K�b�4b�&&'066mn�AEZ�ojr���}�]���羀�֜��a~M)X% �T���l�hD���}�l����Wlp��B
�\#*m�bb��T�34HD��X�Ğ�|��#�� ��Xn�R��qz����9HӇb�ʯ���ѧ�N	֤�#A��:L0�� �2w�S�Z-xO����S*+�(�f�D;�sUk��s����[̯S���N�V�?����j�=�H�x�*��x��",@���$1ː'hm�vQ՞�R�����uċe[H]�#�֥�y3̣����mǿ2�)'�2��e��2fYh�3��uc8>:�QG}oO�%=V����FeՔw���ep�=l�Ly(�AU,�"����[hG�t�t
��]���u����Bn��o�=��}pP-q��)h?=)�&]
�yR�<�b��������(� �(�0)�UǼ&<y�9�������K	kޯJOM"&�)δ𭑑Q*�8J�*�:Fr99��9��Ix?�ЪT�y�ҪD[]�4�"�<��
h*��vV�P�PQE�J�
�s�ULU&y��CTv*1y��̫
�wD�h:���,���H�T2�Z����|q*XA�4�T�h--�:��jMi����C�����#������|��[S.ϔߔk����/�|�M%ã#�J�&�Ji xײ4@�gz�n��Qq0Lo'�>��9�L����'D�O`��GQQK+m�e�`�T�5��mR�t��jom"YoX����
Z�Q|�>�kk��p�'�<@����?��d8y~/��*SJ��
�^V|��;0x�sRG/ǜN��.��e@o���߽�ү�~��Z��}�H���ӧn��nY���o11JG��D���~��\:��������E(D{���k|V!WTH�R���K�:���"5T��j�S�dNr�vq��S���Wh4\�hs�
4E�H�Jk�C�M[u�I\He�yh�=P��d�T��M,^��b����f�&p�>�H����+�]���n��|F	
���JTefETe9Hcݕ �_�/Ia
;����1)G�+�]�wh�[���k�Eϑ����p��5w͑,Z�..^A�Xć^|��'X]^F}y	�J
Iz���
\�S�6�iQ���'��w���J(��A���fd�o*�n�33*�Y���<bm*��en��iU3_���y��Ѫ��_Mb5�o��һ��X�����&�I^��loU�D�(?�I�2�(���7���#�%j)�wπߎQR��~^�lD;��}�]Fj�`rk�zf���N�Jt5�מ�g�y�s��:�4�La�����3��S褞�;�]V`x�l��UR��7��j�BT�LIR~��0"W�iȰ>d;�*m�f[���b	�Ӡ+��1�&�L�K�?>C���ڮ&�,���.Q���yQ�4;
1߼/��EX�#���+�טG�n�I�Z��q����x\8
(�ڢ6w���:*���68Zi
�[�^r����R�;��c��\Zf�P�3����@�>-:����+����D剶���/A3Xp�Le�L���e��,%"����}�5�M�螚��ċd���82ּ(�8f��^�x�/]D�����(FGr6
�A�.���T���m����d���?f��J(��Z"*���S�N�JP�#�Nv�7T��Z�D-�Ц`���"51�$+]�Z�ų�m��y���,~�+�?�JIq깡��>B�:� �`l"��Z��X�"墽�LdИ�Fijk�-U�
�m�,)B�Or�@�E�����^p2,��,N}$���
~�2�R�uzn�<c�F�f���֖)�.
�3�@�H��4�S)"yQ����C�ô�����.�p<��Iߒ�R��y�c%o*���\��4���H�5�x��R&�5�%�a{+^�B��\ߡ=6�:����p�5@
�A��C�)���k��\?�ui�`$�'?����}%@���o�A��H����CkVdՔ�h�FX������S�������z�;2+#Q<V�2_�%�=�h2i�5��g:��nTa��5�%��[3�]�W;�D�
�$ě̛�܎� �1L/�b|��G�����u�GFSݷp���q�3)d�)\�Y�x-�iky�T�~�6����Oc��w�U�*"WF.Nzʦ����2t����`�^��="��H�y_��qzǞ@��xw<�2�h��֞>67�Ɵ��V�����^�N���gx:&�5=�|����CG��!5����$��ۢ�Y��a7"����V��xċ6��Z��a�
��.����R_������d�4h��G���1��r:�R'�~��$Q^g<����6�]Sb<�d�K�K�_t�>�G��0\߆�=~ޚr�}21�����������.�s��%�PM��J��`(X%���b	T�� �&���8ڬ�Z`��Ev~�L�MQ�'�h�Q�i���P4==m�A�v��≷���Ғf��̐>Ձkr�h�bxO3��.�T`6.T�6�D�G�p�t��e�^�G&7������{�Q$��������Ҳ
4�t����,�L��sU%��v�@o(N�������i�I��ɣ�p�'�����鍦Q`�|n�gd ���M�ڻN�z!�B�*��O����\p���i`$�x�(���٬��}��Ec�z�JⴑW�w��l���6��W�x\9�xZ����l�ҮfO�Y�>mLϠ��g�r�(�fr�J�Q��i0^
|�kO^*PV�����4����d�އ
{=N�G���2Dgb�g�6��߰�D�r�]D�5c<����Nن-�I����kv��ۣ"�c�X�o��l��K�i��y{
��[�S_T���g��^�����OM�@HF�HE�5�(յ	w��P'�'L�>�P=u
��1��HMOq����S3��h]M���,�@���Qa�b�h�3��t�j *��p�&џ��!D��Y���N���a ��V�P9si*Ӭ��X�RrJ�FJ����~����;�w�PjT��F+ԘGJ���2|��3�*�Zͣs�(��5׎G��\�fPH�Q�Mr��*����O�Lx�i���i�����J�`N��A�]
Ŧ�Ben��'y�]
�;��o%2U-�mT�U[��Qk �{��8��.c���5��~N�'�{z	<o�|��{�/�䊌7x̡꿚ce��c
�Rg�����#h9�ȳ�b�i��4�4�m`���^嘌��x�>B�eD��Q�/��X�(��WZ]���=H��Ir�����x\/>�Ụ��/ �zo�<�W��W�7��*Oi>g�DMB~�:y3�৷8ϔ�B|�U���7=ր���۱��:�Y��-aёZ��
(�Ώcdt�}�K����C�P�8�;ƬjG�Ա��(�me��2U����K8Yع���7��l+CI1�M���Go*O���,W�H%R8v�-:/EW��Dti��CJ�[�pX��S����"��-@XX�g��J�?z䵚�O��\����͡C���ϣ7z��c�J��<h���̗Ղ"u`
f�J2�2d��_�-�)�QD�
���@L�77��fӳ��Q��ѤWm�Tf�:Ce]ײ�m[�/ÅD��n��@�*n�yDZ2��(a����!I~�D�h �>�4�L����6�4ʌ��9��e=����I[�A۫^��_$�w��?	�c�
aE��%h����(�}�#��������q��7)����*�)Q��+R
2��Q�#��
��Ѓ��Э]����g�V��{T���=ff7�]V�l~�I�^�P��X�;��X��]/�]o��ov0J#`��I���z�n�>*4�Cֱ�V��hfts8�6t��ya���%E���I��Ѯ�i`�������m�[(.^Emi�kԵ�6EaK��m�@⭧z'��a �B�	Js�:�}l3T�T����"�2�7�D��<���Q��{�1�^���
�KpT��O��`�Q1�9���#h������������j�Bé�r��6��d:��4Y.c��jW��A��|ڥ��7*� �=��F'�ѬuѠ��{�(J��L.����DZ	���� H�2
T���n�g���@�Pv~00|��F��S�~�����ۥ�*(ona��"�?���Y���rba��cŢ�q��B�mf^�
6T׊ ����Ә8r�xZ��Z
�R�C���88?o��>̼�WVP>�Q9�Q��h�z�T�&k�Խ�h��\,�*'�H��r�aHI�LFP�~���R�f,V�4RZx���H�AU
�X���Vq�Z��ּ�o��(�~m���u�@VnL��ɵ %*�����v2���yt�bq*>_���=�(�C�¤N��AlT��	�!�=�΍s��
��ݞy|@@t�UM���E&KZ-�Q1u`	5�2���&�
���z��)W�ὴ<7��2Ëts���]�6#t_!2#��P͹�9�yb]���j�=6�ܳO�~dWY��D��jsºe��v`�M�AG�M�>ctr����?O�`7�C���[�ٛ��@8����G���cHS^�W��D	o�+X�z�V�i>���^��M6���	S��B�iw	,�=�@�$iuA��V$(�xW�El1���#c�^��d�kMwMJ������H9HoNØ��f�^B����ѹ��OL`��?�u�]�.��Z�)�2�O �<��;HE:6���Q5�#��0I�Zs-m?����N��,Hg�fD�iߘ�S����\+��<�e��c9����(ғ5J���<^�U����)��+��<���5����P:b�Ё�W��<���bJ�Jd)�~7j��yK���ADzH�ߤ�1�8�%ܣ#(��;��{�4"��n�Ө|��X~� �GҨ�?�q��x������Y�4���(pm׍�%
�Z샨A+6���$t�@�d
u�^��˴��2i��������cǟ�r���HW��V��[��W&�ђKi*�˘�U�D�*�>7�q�;�Dj�����|!�V�=�}����^ ��mN1��_d�l�2����p+��_5;$&���8�(=R*�r|�|��ᐤ2�(�.yC^x�il#����8�Y4$bnޮ�`�,O�
��a+�1�[D��xS=�	�x�V#Y�)�h��啙�p��]ks�]�خ.�M��-RH�#�"
$��P���A�npA𴕊W��ԓO!�RG�{��ofC����Q~Q�K��͠�4�a��ςJ���0s��Jp�Q���L���b��!���m^�ҕ��h6�h�m �¡[��A��}Y��.R8h�a51�ZR���I
�b"��'�;�2�;�~mPD��g�[
�q\e���`��������ZӷR,�\ч�� 	���:�'O"JoEM���+K�]��m1pˏ�&l�:��B(� �
�3�W2��)�i4D���Gnf5z��4;:�D<����*�g�G��r:g�hC?�A{}�{��W���(�t\ˊ�&�&pfO��L}_ш�m�JK����wJ�X&̫�)�S�dffQ�������^(��U���ps�s�Ң��sGc��/K�3>e�M����;�*xoW<f�;�B/�Af� �L@�F��)kk��f��0~�q��F��p��"�a,�gDD��(�P�M�|/���Q��m��:�	���`�� |9�hoptq�`t�[^�w�J���ɷ�:�VZ �6h�@����V��K'޵��^G
�*���*��_�d��s5Fa4�e����%H{i0S%F&������4�T�)ZYR��b���������܃;?�^G��)DY�A���RT�X0��V��k������::%��=�o���<��vġ�P�Ji��P��ā�9�3�j6�$�+�ȱ��t)|	�me�)X�MB��*]�_T"��s��G���0D1����̢�I�Ӡg�e
�cȌ��¥Kȍe��۪Y�9��+cc(�����jш��8�v�l�mx@z�g��������G��s���D�šK
��������r��%ffP���$��3C�P�0�4h<i��|*�t����F�l����?�ʘ�K4�#����1\�½@AHV�4]A�t�<<����ǐϣ���4U���<�9��8=6��Lդ�PW�+k���
u���)�R|�M�|f�T�.�g�ۓ{{�(*�/8�	L�O��^a*U+�����E�� ������,�:��y|,!�XPP5��o���wCL�s	M�+��'�M�L�s��G�}��if0J�)%�M���|F��SHh疛b����h�9iK�)�]e�
�t�@����^�y&u�\~uO��F��
j��
�hz��[�(�E�^E�Xţ�=6�ڬ��\\B�K�C��G���O�)K�o^%�i�7���C[���}�s��ׁ|�����b�[�Y�?�0
�4�=�@���ķ}�%<��X���E��<�-z�M��5?	�Gn��,�h�2�:��$�f�\i�=	|&�o�=�<�!u�4𯔌"�p��;?=�T�e�8��١?B�L$c���!Y(")CO͔�C(0�䏕����}��d���H�+.
"�ˌ�Ϡy`'�\��Z�=�:�5`l�/������h��4�:yD�$�S`�o�1��)f�k`��5lYJ�Q���*
�
d��
�q{ �V>��啿��{�Bx�`|ET��di�����7-�������`��������>AX9��A�o|x�;uH�k�^ѳ�=�o��dEX�QJ'q��E�iBۜ	�H�화�,=��j��Z�Ρw�$2�k�e��̀ƚ�9l�hh(�I>�X}֑t(O5]
���j	}5z�&�I|��
6�OOY�^��œOno}V�@-�������,��1:�����w�?M|�0
�M�gz=:���)�+7>��cD>2�Q�k�S�J�KEi�����<�#��ȑ|�G�=�u2��b�[>���Ob5;�Z2C��)Ky�R������I{��5dj�`M��b��Ϭ/�q8�����!pc��~��fLyc
�:B:�Z:g
�˺̤ccc�t��N=j�g�6ϝE��D����ɛ���us�`W���^	zCأoE1dH����3n��s�h;4���Fh�������[�\]��R��j��%Pj�X;��������s��Na+�1����LƧ8�4o���"E�;W�xTmL_��g��x��Qy�z\[�e:tTz�����saT�Hi�Ds���	�0l���|���1zw��~,-��H*l�N�p�M�$ƈ$ȬωT�>'��Y*D=fu2H����K�S�q�EV�M���css�r�b}�%z����߱�f�K����#����(���-@MZX3(�n#ty�BG�8,��2uʅ�J5VQ�
GA�E�[�$z�	l�X߽r�M
[��<d�5�e��i�ϜG�^��JAzKZި8LG�]��K��)>2T�,o;�7
t��#�'�� ��QaEy����H�oue
8��28��Y|�ދ�P��EzX)*�-*�z�E��6����3o���j\���^�)O)L�]�Q?U���#-e�Q�ʣeꞂ�����!��Ώ��Jc���B�ju,-.�UE���f�5t._aY�Z�	�	�w/��B�=z������y���
�5?�9�C�cHQ�~��>�����Pi8|��;�j���[�e2�|���<t�y�IeZK��Q=�������#>�J�+��FuM�/���ĝ��?�N���[�V��~�~�a�U��vd��
�ء1r��/��)�Y�a��EDi^[�ZY�~��z'E*T�5�mK5��CBS�DyGA-f�œ6I<;wq*��|����a�����c�a��׃:?��U��W���f�F�����f}��N�����D�;�r�Z�]����v@�B*��%���w��qd�V�]�|+KW151�����Ez�.!Z*۴�d϶
�w�Nm�_p4�SiP8l4#C�<��B����I�S�}QK�%(��Ы�c�\A�T�ۻ��E�	
ޏ>{�F��|�?�=(MO�Dۣ7���Q�Ik�t�qM92����2���By����1v�[!�-PZ�h(cG�u���Ԙ��JYz�ZX�J�5k-�//c��2��[Z+7Y)c���T˅��
�3;�{VnB�m�A�����&Z�ч�9z��������Μ>�Z��r������J[[(֪h����:6�ee�d���V�I��h�D�	�Zژՠ^
������Ѓ�՝�E�N
\��=~W�{/�J<*=f��Y&���������|�Bqc��.��wl����Sq��NUT|�ou�x��<cC'�xO(+�&��q$��ω��+�җz��s��adF�ȒI4Ѿ�
�f\��j4.��Ї,��� v劭9�ԕW-eU�Qҝ�a��O�rzEj�
�w�"d�z;n����r� I�06�G#��آ%*˹�Ydh�+m�B��
W5�I0�7O�%-�^%�&R[�ݚ��J��_�m��q�M�(^���~Jz��C�<�@�C&��}dÐL&�~	�>����eҾ{�L��<*�=*Q~G޿}��ȭ��3eȟ2*�r�'�8eGޑgꕧ)V�q�p��{��'Z�&�K|r
ٙY�'ƍN�j�ͷӪ㍦���X(!ME��R	��E�e=���<^J���@q�VډD��S�=l�K+���c��Q}��9�L���kz��|�_5���O!�䓶ۋZZ�k�74c{C^�&��4U����
��F;�z��������i`'������up	��Gv��s���arf�`��oj%z��WQ]��ri��n�M��d�n�—^^D���MFD����K�	���t�է%X'�h�m�1S$�ɬ:Vȼu~�G��;=��c%���Z(�1w��4=��kڶM���k�����Ӄ:*WR���7�*l0g��I ��vE�(�}��v[�/�"�%��A�X(p���@)"I��W�By���&�`��YZ*�X
�cG0���Qn�moPZ%(�x�ŧ���Cטּ��$�a���,
+-�hK�1�-n�3!Feɲ3�ґ|�U���Fz~Z&Н랦��t��1hެF�����z1d5���@��F��3S(Q��#qWV1?���Y
�?�яbaf��N�*�Q�v�{�I*Rb/�a~3�"�7�%��r�Ң��k�ڤ�Ft�!�R�_s[��W�$��Ne2�+6/�tQ|��[�(|�4��&���=�gP���?4A���X�,XZ��U��c�F.,��h��d��"�t�QI�2NmZ�O��3%�r�}�}������%C���<`�)�O�dY��n(gbH~�c���<NMO�O���Ass�K+'�(�ۡuޯ�PN��}�%\~�I���fz��T��k#qլgޒ�U�'&X�b�12�K��}�S,G�S�S
2FZ������%aĿ6�K�,z��f� ���fv���2�4"
2'��e��%�w�^J���{dQ��t�D���u�y�!4��oG���2�|3�����/��.��;�V2�%�'�k�D�^���<��Bs��Æm��g�6��n���r��L��NM[�T�VG��4/���-R���f��)�G�r�,�u�.V"Veޕ0b�*�����J�y�ٮ�#t\�E˧�-���h�~�	�=��g�
�^�!AA����Z����>땊�T���?bQ�� �0F~ӎ���g��0Z�C(ee��O�Nf ����H� /�T��,��c�қ���M��O?e!w
6���I
�u\��0����C�JO�������q���ŕ��ב��oJ&�;2N�~�n��y�X�Y$'�l��X~���	6Y���Mo�wZ�i'��5$Y�$�-�bHwb���'0��P�]"�ӑaI�8w��)�0<����^©��R&�1���f��6�P�;���[=vkT0��ڮ;�m�ݣA�D�>��F-*;ײ�$3-�L&���4tK`���]�Pԭm�
�_'n���%�ϟ�j7��#��kh�^�{����2�ϝ���H�<�ZW���Qk���\X%#�c���+�~�ŰE�jg���'��PmuD7�S^h��?I���e1;3mV߃M
����iևƚ�
oF���XO�w��T���}�˜�ϐ�8d�X��u�����u
#�P�v�Y�htlV*�-=[
�J�d��s��Vy˼�Q��kM�&�{ZKٗ�8@�Y�l�`��y{D���I��{��h�������ѧR�|�,�Ȃ�Hp=���&t�4.l�p�'�ߊ�#��J��{��6+�	�V�m���6:������)�U/���^�^v�Fhdr�k27fe�Fc��l��z�k�1B���+��W�7��Q�?t�v L�a����A��ԣ�!��<����?�'�ܓO�eV"5cZ�):�W�H�Z��y�I���Lcb3�%]d�2ҩ뢖�A�Ӝt}�ꦕ���*Gu�4��{��yo�_���M��@4�1����ǫ��}��#/���C=(Mߔ������*#�^1q�)+7�)Q!�N+����l���d�*�~GG]��1��Zg�h��#c(Vj��B���-f1���1z%G��7���l�{/���5��.�TFڞK~Kh�d}S�kAǣ)M�3k���=Eã*�+9�!M%�t�'W��U���dF�A���r�ї
E���,�d,]��ƥ�语#٠"UR���м�0*=Dk*�Gle�lfy#�n-,c3
,+4:x��#93G��I�G��낌��P�>|�z�Q����t`�o�VT��Y�Nc�����a�^�2�N���"���Ui���i<$r#H'\_��+�-M�ީ�1�"^( W���s��-�w#�a�FOk:���Jd�8�8bc�O[�ӫ��?��0�ϛ"�dSH�h�W5p�L�*���ȼ�".eG��Γ.�:�(�|چ	�D�#UJ42����1�7�TO��
@%o?��c���!�x#��m "Q�C+4eF��ă��ߔp�����F.�$R����3�5H:1/`X
F5��9���uVn���0)�Q���-R�l�R�h���<z�F��>�D�J�e����h`�,��9�?��C;�:V��y$�6��jmak�f�U��k�u;hS����KU�Yg	<�1ã�#U?	+<��xm�*�>=w���p��Z�8�®�����JIK�酖Q���g�a���>�W�P=w���_2�tz����s�x��66p�U��b��޷�*�|%��V�I��]�BO
׾G�д��ظy�j������z0N���};Fry�U8[��}�!��yk�;J�T}��<O{�3���R�48OF׮y��{a��@kJ��F��S9���5ىi��crl���AE�^�^z++�M�]3ƤEBy7��Э����z�L�tչ�b�V�B�#E'�:��s��ú=r����>��s"9��EX��
�.;C��J&�b*�^�
�E���y���T2��W6�>�])��y���n��VD�-����(�j����c�L�2��s*�A����,�b��J.��p�du	ό&�m:����>kD��6(q�dܺ�1
u2E�Vh�
s��35IA�J��7�VO#�<eA�Z�+>�0X]�A���E�>�Y��k�
8M9h�������I#��HP-nЍ��/ebʓT�8P�RL�{��(Ճ|%�D|vƖ��5�Osn%y�z�	~�FO�vk���H�k͹�
5�W���x�W)��΄*=�9��a�5��y���LSr��l[Y�r�Qq&�R���Kqzu�Q��9x��a|�w~��f�6NUɅ|�g���D�qj��ky�V��i�H�=���o��*����[���X�������5�j�X�ޠ�i�lc�u�����n��(ˇu������w�!l��r��6���D�iu֏y}x�g�oy	KW�b�����'�C�52ș�K�1�g�F둇p��w!3�n4�:c^ɳ�h��<
vܻ��S��a7�x����S��Az���(��F*�3�67��+/��$B\y��p=��*Kք����'���dK�1`�a��-��XiF�2=�G�*:1��x�¾��-�VWWM�ʊ=0;�ٙ�k�� ��R;�K��u
S̰F��Sj��**Q]+�<7��T�V^ں�>�D%C�!e�Ѫt¨��pl4�_��Y����y�2YHL�Xu�s�*\-�@d"�6��Ɋ�B7�D��,òlh��W6��*!MT�j�t5�I�����3��쏚�g�fGb���x�x�:R�&im'�G(X�!fS5"�9��|3 ��ŗ�Ƌ/<M�&p��«Q��ۿ�����F �Σ��==w���7�F�E�������8�7
�V-z��B��a5�5���0�mS�P0� ��W:@���>�v���^�.�?�ǿ�"=y�z��f�Ƒl��G1�4`/�Z}�,���*4�M���nĉ�d(�2�ePn7Sva^�mPMV�I�ZA��:���A���)�虷��-Q-�&=O��;��NG�h
�k��)Ҡ�����L5�\�+4�ΣF�j7
)ղ�ɏZS�����I�v����6m�M�T���$�	6N��Uz��J�<*�L�lZ)E�B�r��i����pQ�2�s)K�xAP|nJ)x&���}>�rS���9�ȣ��F����J�"޶KK��o���G�z媭^o�腪�Օ��$�w=�Q��r�w���h��J��Γ5��6��I���ռ��7��$
�Թ�g##�3��k�����v|�O�N���Z	��s8��O�21�&��#]�P"u$j�ݻ	�
�{4�wh[Z3d/�@^�h5��i"���W豩��R���ia$�DmeY*�(q'�)��=�<)%�HS38����cHN�ܶ�###��?��p�^��g�eO0����Ol�ZAy$���^����^�T��;j�i�ԕ�j���p��1�{:&�(�.t���?�o2�褪ʚ���r����T����U�X�d�i�.y<	t-�f�U�""WD}%��bv)�.-=S��*5���I/J�^(-�R�r#�\���T�67�F�eR_��h2|w~��h���R�ۦ�[Y[U�(�㘜�����&�����Ⱦ�6��6��@$I�RFi��m�EZ�j8�1�F#2�Q��w�0�Q[�9�*��AS)i)�#NMSZ�;G�==�T��=8��$M[�$�#�h=|��	$�	dh3U6h���G?��[K����h�?�ta�m��-�X;���Y�Ќ��T˂��V�aژ�H�BP�H�4�֍�?0��e�K٫iW��\A�P��_4�X'F��-��<�I��`Z����	*�I*���&!?6�O~�w`av�~'���|�)T���R~�ӡ��Λ�Osl��"��e�n��a����a�ib9VWi)�^O_G�_ej���WnM�P�h�X��yh[�R�1z�j�(�*��h�ɤ�Z�ԑ�v0O��rIK#�
P`y��@�7�`�S��,��\�ǧ_�b���7=5�����sH�c8i�YtiH���I&�'�8U� �����߇o��t�u��|+���xT�7���o�fӯXImIN�WiU�3�{��
��%��=F8`W֥>����]���3��܅�Q�B��5�iD)) l�cO"16����7t[-�|�5k"tǂ��#��%�U1%D�R=w��P.��pKz��<�B5o�SI�S���R�z0)z
��)
�Y��=p�CEϋ��.��"�j"I���kbڝ�wG�$��������<5Iͼ-�y����J`�ێ��YT��$��|�a%MYEe8z=Z���s��v�;�<67�0`s��=V�"��n��H�֌�(p�R9�}6�^p.�ab��NH*&��mT3a� ���5�
<�@��4�,:=��8=�x�J�����a84��G*�F���T$cOG�CX�%Q�7���Ju�J�EMj�֍렒��Λ@ADC��Jm�",�.��Pjj�l�s�6(�ڨ�� 7�����8r��ڲe�\��+h@fi�N�y
Qʁ[�g����{?���,������V0�$��x��o���|+V�d˩�W)2WW��e�$�TĒV�����à�a6��?��{	J�2�z�,�"qLh3��7��VWWϜ��s�Ǟ/��̦�Vl�.�q>�DX]
�U*�/,����d0��z�6r���W����
+���������y ��˱sӓsD�@s��,�^ɖ-{�տNk{��:�$Z��^Y�ʔ@�H$q�I��:�~9���;�nO�`����n�[�ԩ*�Z��4A+��YL�ٟ#:5�05ߠ,/��q݁��j+A�S���I��++E
͂�|G�8�OV�؞ÝⳮU���3/ͬ�8�U�Z�R�j7!Z���D�Z��1M�y��WS_qʈv��2�EM6�T(,k�0�$VMKp�Z�Vi���-��1늧^	�K3j(�26_d7�k��?s��nU�k�JS�w(&?��zA늷�_�n܃Psc�<?1��ͻ��Ї1���=U�*��B�ؾ��.�����)�t�GaX~�Wr��&�Uf�
�t�K�p��ٚ�m��b�j�"����L������.Y��o*�U*u�ױlMc�w���سk'FϞ&�����EO�!�O��|��gGL��7o�1*G���ɈH�$�2.�g
~�%�ȊX�J=�%V�r�Ϻ�l�F*�����N�pS�N8&/Ji0
������=�k�M�3B��4���̓̊�kN"@A���G8��4G�j����<�EyP!3:���#��C��Bb�n��+P?��@%<��@q������;2/ҕ�9%�vrC^f�����(-�8��6I(�1�S���hjk��D:�af���B�ݷ����U�47����e��j�����j��2U;N���[����5�m�\��HW�)��K��������3��GA��I,���Z)����E��V�Ǣ��̴�0���X����V���QDʯm�(��%%�Q#.�E�\������ϻ~�Ȅ�b0��j,��#��#�����&*w����F��M�@;P�*{5%|s@*��<
�߀@WG��k���g��X5Ћ�Ǐ��1��-�oU�Ӿ3�8U�b�����N�T�h�EX��ŪCt�j�I(TP���ڞ]��4��I�,�a���t~%x��$�G��U�i��I\V9""2��
	R7��֔��1*�߲���s|�S���6������4�%�	똝��F�	E���d��,�s����`�[�Bo��D��N[�/b�B
����ڷ5r����jc��Pk���K|����p&X���li�b��R4��NI�xu0H�@����U��CX
EL������v��!��T�D�PD��20B	w��*T�m8oLT�_ݰ�m����rU�Du���LIO�\L�0*Z�WC�ƭ�U�@U�;P��?G�T�3d/E/Dg{;n}�-h��1�s��r�=Xw�{���F�eق�d��-�/�Vo
��<֥�xc�*�T�%�i����|5�����&��u�Db&D�E���ZD>_D6��u�TKPE7��/�7������V�ͤ��6�3E�������ؘ�8{�4:��6[ڣ�m����0Mbˏ}S��
GY�aҲ���Jĺf�����H9~aBӣ�WA��7����Aj�T�
7"��]N��[�j�G�~q	,2|�
���y��u�z�T�m�$�dk����i�U�4Qh�-�fbj���褖B1o��j	��v��#��8��^j������W�^,!N-W��f��&�:\�R�@80'fK�	''�l�2kCVݫf�9!W3�z�S0\7h�ڹ&�V�y�@Z��T�y����	����3�3��
ha<�$��c���T��)�Rvd+���i�+��h��X�JA��q��۽�}���PiiF��U��&/�Y��⍁��y��I<��T�-�p�=�!��q61�T'�le��ʼ������Y���N��v��|wa��#K�+Ǔ�w�"KamK"��[��O�P)��*��[U_���k{Ga����
$D˱8›h���ؼi#>�cC:����ک,�iyk�&5��=3:������n�!/�%_���I�R�}qD��ؤH>xe����N�6��
������/H�T�u���?^N����M.HMO�E"�H(�i�eh��LY��>�3�M�������|�(�Ƙcq���r�*���d{M�����z�z���}�7p��:6�/R�������T!��+��|
���6��±'@M��cM��wlͲ\L��+�pf4ֵ��j�6�C_�谩Yڹ���GZY�����Tb�<-�M��a��-�@��f�F�d/Ug�Zb☂��U��qf�&A1���Ɯt���%A�kr7��	R���]��eb�7ђ֚�POJdr¥��J��K��Woߎ�v_�`�G���h��6�ۅ2�<�T�����{�2�Jרqã�D�Y�t��ÿz�������d�jC�I2�JT��J5�1�P�
e���-�#�XO��x��V;i%6l|�M^	DC��ك;o��N��eqċVqi���a:W��G��w#y�8E���ʩ�TK��ګ�e��^m�hYuܨBO��QPW7�z��"Q���uk`v|SgGl���`+����I�Vӄ(�K���PAW"��W��]�佘r����V��'�6�D3���Q���6���F!�֬�c�Q�/Q�/?���
{����>
�~
U-�Q�����R����Xj���:�A\6�l=�I�8�D��6�m3x��s|g�d������SY��F-ي�|�╂u~ӓ�����MR��ȍ��:?GZ��_�eu�2�َJ�<�2)��yg4Z/�[�1S'8EZ�V��}瞫t�:�	Q��\�ZC=C��Ԫl��d2aǜ]J���w޴k׮���
�LMb���w܀ڪd�ATn�'S��r̫�"����
H��9�o����{q��~���%'8��se
���*��h�C�”��l�J9ҩ����!Pb{*��13ع���<�2ym�]���!<��ի��gDۂ��}�b��8z�(´�[���Gʆ/���"����Mkט��^�#��Zs��{����޺~=�x慓 ]��?�ܳs�m����5k�~�}��ټ����r��
lD���Wiu�P��g���BZ)1a(�5H)��z�z��+ó��>_��F!�;#"
?��D"�s��<��l
�b�!
�m�&D[;F(�)�c��"ALL�3D[h����ls�3Ә��=93���Y�-Λ�]����Y�)Y]�
d"E2�B��b��J��qR�\��tF��3�ۆ�iTGO���w<��B�Ͽ�����2�?�%�2���2
�l䟶3s�j瘤�Z��/CB3��̞��Y/r66�8$����<���j�vB*�"�~�i�6̬ۂ��[1Au�_/��B�����מ?!aj�4"�3��g�hV����0�R�RIP��f������d� k���;����\��DW��SRW���wI#��m})w2��T�!�| ���~�z�P��
����.5�vw�ݷ�`Wb�f<st
�|1��oƩ���r� m���zY�%�7�K8�6SZ#[c=h|[c�6����9����x�sm��N�l�-��8�X_|�cN*���V:r�;Ôh&��P�-f>Eu�&��6�'Q%��Ø`ۘ��P#���*h�>u݋�U�3�C���2`Y_�.\����k�0]>6��#�̻0�a�|8����hz�M�_���'>�)�'c8u�ڢm�1T�%ke��|��ss͟�ukfv3i8�0iQt_'-��k̩�JY��Xi�Z��^<��uG_唁"qj�|���GY���mb:�-�k��;��uMg��Z4A���pX��!q�l:����P����߱�uU�1tIN�i��7b��A��xL�
�ֵD8�]#��k8���D�M�~�[��i�4iM�N���(kT�0r��	۾X���HD�Y"��̤Ҙ��Aa>��bM�*5lj�$6m>@��s]�v�9}�\E�PA1_D&�����i�� �"���r�R��Y�z�~���+�ο��(<�8��Z�<N���_����U���,1{v!��B�J�b�	k�?��K�m��҄��,�z�4C	4�Em�R�(�hU�i��P���3��]�Ds��m�p��I�Y�x�N�_�o?[���Idl��i��4Dj�No�u圮�?��E.�ac��˺�u��|�~�z�$����;���$+�P(.�i}3`����lkG�J၉	d[[P�u4OF���e
���s�zPXW����xY>��,f�hB��+:�ٵ~�L阯'�k���|�/u7�M*K���)F<��z!Mαm�u�>k�V���B���T�,+���o����vM��H���mXOE��n��n�Z|���1��g�R��ؒ.Mґ�#	�ܷ5
ܶ���K�|�Q�	OB�l�/.���}��č�iܺg˰��/��^�Ԏ��\�6}i{d.(�+� �j����,N1C���F%�9y݌b���'�iN��idv���5�=�w�k^#w"K6��,Q
̎N�߲j���6tI2�tj���O���Z�pw��+���͎�"?6���8�cSM�c��(2�c��g��{��Sh˔���h��k-��B��9WB2�Gtf����GQ<q��#��0�կ�/|��گ�/��?���?�����ˢ�洿\��UC��ΐ��(*l�^צ��Me���e�y�r�t+Awz��2-��& �Ii/�,u��`#�۱�n3�n�I��DF��LP�~�.��)�
�Υ�\�!A�a|�Bئ�!��3��3���#�w��󵕡Å=�7��� 'L)p$��wS:X��dJ��L�E2�@_'�qZX�>H��I"oH�ܾu3n�y"T�I�cd��
�1�3�l$�R�Ym�u���A�*EINy�.�Fٗ}:����Y)$�	��x��g�`�]#l�C��V٦��`���N��<��
Ke̲�/�!�%�-Q~�L巺��0�-'b^��㍂W.�]+�$MK�X�ȼL<ג	����%�0�6s�5��;�m1��Ϣ��͵%ַ�ҥ2Y:}
��;��j%�M�c(4I'	�ͩW��[›v=�z����]��.3�v��Gſ��IgH l��M�w�P�(u=ԑ�5��͕S�n��B���2�n:^�x)�K�f[�1z�ɑ��Q���b&J�������`�y�{�ƞ��<����݉���m�C�y#�N#���M��6lZ�ok8�o/���������&j�R�:�����&�D��k�@3}�,:��Z��͹9ԫ�+%������e*����NJ{�j>���6)
�
�6uI&�nf��9R�LAa�M��[�ͳ�~k�C�9��rL$��,ĕ���
'&�&Wc�O�bX\5��;nB��sM!��
��,�&��8�ٽ������C�@O-�e
�1G�A
�*Ra�2k���O��I���(���;����̔'����J Q`VM�(�E��f4k H<�ks���t/"��w^�3�X����r�ɛ�\���,髾0�U�o��,��l3m9*z���S7:	߆CT�x�团I�OJ��auF�3��	$fX8���������K��m �*go�����Vc���D"��3'��!*��&157���nb=e��g�1���"-T�k�C;߹t��w%����B��CF�!	_-h�|��|��0��w��~���5>��������������m�Q,W���k-ݣ2��¶��c�U4?;X_��,�56|*�q��֬b%[��ӵ)F
����`��T�,�zƴ޺@%b�� e���}g
��OZQ$��V�Ƈ��5�m��^\F������ol}��I�T����]�-��m�^�=�h���ks�����pg�Yx�
źg�҈�v���?�cFgf��"Q
;ƥn�l&�|>��f��7'�+f��a<���ɿ�k�A��	�NF��;d~��Q�����ӏc�[���_�1N�ŗp��ȗ�S_�2f���H}�(>�]{�'�Ct�tК�[�@��^6���f���S�j��OS��b��Co�>Y�n�yu[�Q� .<kD
M
�c\t�^ZZ���p��Fi���ֈô?�Ls�l\%Z�9����i�.NLc���I<_�⛦g��H0�A
7�'��FbJQ2�0�f��諛Wϥ<�"UN��5$*P9U^sVf2	FjV:
��غW2(�\$%��ti��L�
�]H���i!�����T���p�-7�ghE��/�L7-Q2����760���.���QS��|����y'�#dx��3c���t�αl&u��V�
�r|'K]݋6	�`����p�p��dh9w��#�2�&̳���ȶT+1���'��,��>˔ǩ�4`�B��Îx��t��o�&�ĵ�mT�?��O`�
�iZ�:�]�_-��z''f1E<l�����L �<F�տ2~<a)X�@xצ\���׎Jz޸|	�k�W��.Ck��x;v������ʅ��}�Z �+]��
�[�m8U6�x��|�[�o8т4�e�x/�«�'kMLG���k�D��0F���D����SH��ֵK����N3'��+�׿��ߏN*�d��t���:�*�$��$�h�l/��A�I&�%��7��ZF/-�>Z���QBO��Z����1���W���,Cs�H����$	�*ɋ�+��R�}�XNo���&ɷI\B�ר�s�����+2T�>Qo�t���4��i�:,�Y��R�kKs���G
����*��i�y�M,�M4c�̗Y�Lڍ�6(��^Y��NSց���=����<�)7���IFv�*��h��4�E�����>��w�5�[�o&�ww��w܌V�f��//a��M
��t<IaE]̐�T��Nx�^�[�
��98�K��b=�v-��̞3Fٹ��Q����RО�]]ȇ#���~��<����s���T�j褐-�Gs��0�M�3�SW�Ë�u%X��3�#BH�*��r�6�Neo&�?�1D�pLL�#f+B$\�����x��i�S�n��G0�Lb1��f}�[���J<ȷz��vu�ZAJi����z��]o�J���P�8u�Y�$��F�JֽW���#��/�/7��3}gמ3 ��x/�nH-��Q��� ��N�9c�u0B$��ܜM�������>����'��M$S$Y�Z�LA��t�3��m3'&ΟN8	�ٱH�:Ř(���ڷ�� �2*Y�d�X�5��DQ�m�j��՘�	N��[�K��b���oݜ|.��e��)8�l�÷��W/�b���oB:��B�
�i�:��môY��BcIZ�9�/���w݀U��.-�O�����~�^d���h���Y����3Y���uüV��Χ�1f6Vjyv��sڰAy�؞Y��G�`4NJ;�Z��t�Ε�9�mkV#��0���A��?*P�o_�7�ځX$�<%��`
�BW/�h5-���.-�V��g�e9��
�	N�ğ�HE7�
�N�.��cᘯª
9eM��x&K�瓤��vT�1D)�U�B)����y�&��tK3�HR��0�p]|���X�
w��Y��?3��;%��t<��l�o�*�v���w݁L6�Y�&֡f㇨|��d�`�}�,]��w�Q�xYj�^�_�ćW����pV��l�_F�xzy�h�m�AjrKU6 �CCU֥G����^U����s�Źk��Z���sJF��DBu���Z�yZ��,�'�Gؘ�de��뾻��(0���_���qF�% ՠ9rv-���Cd
t>�A�r�����m��"��|��-�t�����s�I;Ur1~�eGbQ�6��:Yfi�r4D�!ج̆c�)L%Hiٱ�(����@�pp��KA�#�-[�I�LC��ZW���{ރro7&� �ȘJK5�M�c��5���;\@�JJnfK�,�Xq��$uA���<���@�;���	b�Z�TG��:��̘�3m8�����dD�x��\9�\#�-k��ڂ�M�XO~[/��\���A�Vʻo�	{��
��$�X�c�/��u(��R��+'4�q^��B���w� q!��0
��1�ƽ�=A�я��S�����g�����>H����¢����64�A˪4��S������H�QX)0<��D����6��@�6�40�تU6�����}ǻY�W�lu	S
5�+$bk3�S��}X{�_��$�TX{)�Lt*���|�wX��q!�[
Z��#�/��u�
}E��ѵ��[��^��A~�k_ES�,f�R%͌� 5ߨ��F�z�.��D�g�k���a͒b`[[ʷb�Aj�:�TM�1U�?D�o�����dkW�X.�`��=S`X?��1=���
�'��M�}z��{�gh��Bd�deV��T%�*�����2m��S��MشD�@���P�6`���M�d�t�c��F@}���v�'K��e
T���f��l�צ�N:�С�Q׮m��2k�����&dy�d�UY�d��&Z1lUML[y�i�TW�o��t��Sn��[�¼�$����P��vd7m��\�a�ʚ�G2��>��h�]f��P��6c��,�<�Ce��q%�P�a�J�[��k͚:��[�ATfjhf9��I�WA�_C�e�2���\���m�v�	G�X����mY��_ᵶ�PWx����@���QZ��!Ụ��Y�L���[oB��4�$'�E<��'v��t['�"��D%(�v�N�gG�ݧTF���)O&D�M)52s|F�j�z6�g�~����h��j��x���@+}���ށֈ���a"����<�T���
#99��L�Z��J:c��P	����s�܅���t���
���"�W�����1jF}���]�]�^	�:��>���n��씭��	7%�N�3W���Q<<?��'ޏ�ukq6���5�G�Pc[�s�YN�9�7
Е�}�U�'�A�.R�)��`�%�_	�q�g>��8iЇx�)��5��k�@���%r‹��m�b�ﷂ��Մ<�h%X#�(�zW�w�Y�[y�^�i�LL
�f��L�=Ҋ7mP3lӥ"&H�92�(�t}G;�g��1Z���Gg	��d<��g[p�J�cN�	�":��7�B��d�k���C�fb�[V�Ԙ�|�6쮙��W8>X�w7�Zv�`���:}O����-����1l�����]�'���\*�h$�B&�45�}�X�2go�MN�:���L[�y�.V���:j����%)�	���}��
�ŕ��Jm�����/%�fƵ��/@�1S���e�3M��5�-�.��m��M���]�ZKE뭂��N�y���ӄ�LŮ>�%9�܂�?�r5Q0Q8�|��O�Rt"�T�kKF]�^�]�9k�=�8��?]1�~D�Տ�-%���
�rY�V0��2zՖ��-H�ҫ.. �|�v�o�fC#-�,�T�����UC'�K���೟�$V
"�S���J�RR��C���c��>��������I������K��$K�29��9\��?��$vI,��@�PF2��2�+:�ܤ���olo�7�Btavg����YIr�U��G�U�ѼU��{�y��q����Nq�A5jܶp_��N̹��qZ�)Z��*Y�:�q1���J[��0�XN}�;ȝ9��@�V4��@)��S:G���J&'!be��O�i���{���ښ>s�;�E�����
��;f!��jiP��H!��h��nB��84>��t
�hԍs.,�[ޅ믻�%p�Pi;|Z�Z�V>r�
-�U׮9
���%*�MPcw���p��������й;���ʑ�d�0~7�W
�Sx��%:Q���!�Fбf-��i�ҲjnF�f�E ZZ�f5��c��R(��تa���,��?l3�#lLr�������eIR�Nx�[O��.N%dA^��"��H���(ZZPkn�R(���U���P��Ng��B!O4���EL�-���j��W� 
Qd]�t6�E&��ٰ��3?�q;V/��A;@��E�+M�Jx�����V<��c:�!&�P��L�-Ie�qny�o�w�Y�OY��r�k:�k�kn��&_^���m'@anΖ���F�P]�r��a]��t�󞭸vl������j|��?�3-���)��wnC�B�@�N���]
��Y�$���SO>��ChcB�R2۰ضTq�dZv� ��ʳ�����$�L��s�񄩵>3F腷2��D8�2���
w!�`��:& _�>d�Ȅ�h��F��'�wf���mu��d��V����ip�ΰ02�`&���ޕ�)�Օ�nD���u�V�ƈmC	��zXN++�%@�̣�1�ټLGV��g������0�iU��l������֊pw'f2YTI��p�!�:��_Ke��nD"ٍ�Z���lـ��n,j<^ݠ��swU��G�R�X<s�n$<M��
�#�s�����_��F.�D�U�NSY!G'�QR�|*�"DG"a� u
ф)4�I����o*():y�c��T��W!�e����G�;wl�8��$<�Y4F�E������<��~�7\��TR5�Sz��3��͇ .�V������(�y׊F�R]����r߽|x���Z�j:�|�G�U�jH
QclTZ.Q���t	2�'Cs��l�&$�ӽ�+�Q������9�3��6i/GC޹g����l�(��R.��
an�>L�}m�b�a��vm��ߤ;UF������y��ʾ�;z&$U&s��&h�mg��\�nx2_c.��ی"j�ҽ�zG
''m8�+W����(E�'��y�.��?��k� �Ӈ��3�V�m%t>�񏡕��hm|!
�PY���N�F%���d�f���t��P�k�W:u��zQ:����{��F_���|���7���<�p51�;�NgsD�m,�WWo%$�I;�kvc���I��8��
����b<f�ש�[�~� $d}�.I��o鏺�
�.j����<�k�y/��R�֣��P��Q��B*G���H�r�T�j�2���e{�jI�6ź�g�+�@	�&���y����.5�a:�
�< �k;�Vٳ����[p�ף��A5��Rׄ$�w���u��g�����iNDB��v�*P5Y^�X��Y�Z#.%Ӎ���m�W���N
�0>`sL��3��ƍ���[��.���>���/<�$|l��q:�E�Ҭ9�Y�ϫn�+N��.��pp�r�ܘ��wz�~�F㝸��l����ތ@W;NON���D��-��<�-�6lj�?�
��� ȴ�t����ƿ�R��0C�|����7&����Bg��W^�$,Yj>��y��k�J�-�������Ӗ�[��3���s+n�{�C�]X
'p����;n{�~D�T?��cx���BC��Y�)e
�E^VU���e�h��P�I%��6��φ���\Bdž���35p��$�L!4�����Fv���f:�_�Y�5Z]�)��[/�P�|GOO7�f�[�J8�d:����nބ��$�c��}Q�)Q׻)AD�Z��S�$H%P�T:g��ҽ,6�+�k�ץP�V�(<ۻ{�`��
U[�-,�&I�4>���M�S����рR2Nc�5	�D���]P�{+!N����6�Zgg��k�[$��¤�:%��G��T��u�u��֏�K�y)i_�v��r-��-�իl|�
[揪���]];ee���$�g�����&/��—��Btqn3gFh4��Q;b#2�.��^�\�؊�4A�w�k�o���9/��k��~+��Ţp�F;oD{:P�1���HjZQZ%�&=l`�G0�ýh�&��	TcF�J���(�6��s"����'a/R]���mBt�cY�‘������5��Ἰ���%�5	+M�8yõ���E�o��X�8��Ct)B ���y/�ڵ�E�2P*0y���4Z$�4لe�5�΂�fF-��C��ʹ�o�sk`�_d*1�
�	b		Pe:��Cݸ&D�F��Hs�g�4D+*c�3�
Xf����f#��]7��V�A#}���4�lA9�B$N%�mj_�)�X��bt��]R@�_1Z}�[�N�Th!/������.4��G+4���o�TH2c����k�J�J�]�~!����<��V����ZL�C����}= E��1Z�3�4
��Ԃ�1����$}��c�B�����~*K��f�ΐM����Ⱥ�rP�6������)'P���O�w^}�g�LW�3��0��6^�㡂��=v��3Ө�		RV�1H֒H[�옷W�������&xY����T���0r��{�o��̪Z���a͖-��f�/ӆa:�dJI�86��}$���Q�,
��۸#�$Ͳ���p�ū�ˎi�;���ԕ�؍��<蝮餖n�Е�	P滁�s�K�����Y�g��|og�
'�]���m���_���0
!����CG��g����W�[�i�}%��C53�V������ԥ�k��y�T�,Mf̬M�Q��4Y�
���n��VYAes��%T���IH���u<��,Fo��'�:�oi�T:�@8���.Zח��g���}��j]�3��Qr�����9
P������F�)c]����H$0��#��At!JWXR�X��!\-ђj��AKs�%477�j���"ʥ2���2Y4-,Xw��PJ���֤�궑O9���b�^�s/~��Z
Ёh���fv�Nգ����P��W%%'ۚ�G0O���}�!�p]�݆I_��2BEJ�rY�y*�R#SRo�Ƨ�;���i��vV�ժ�xV���چ|�D��##��/q��p�n���^�����jp�}�!Ĵ��Ik�X��	͞�Bq[�(B�����3����Yާ�<�ﴣ��F#sw��15
Ym����0��<�3���td�Ȍ��ݰ�''P����ތ�V�p�}��L����CH�`Rrja��l��Q�Z�����\�g#KR��f��9Ru�������eѱp�����Yd�V�&�h����Teܴ6�$5�ً�YސM-�姯�7�V��P���ݕ|�t�FA��}h�N�!dC1�I4#x�]��5�ߋh�z�h��qz���෰ap>x�=�����	'Ϣ����,}2�lg�2���g;'ۼ�	oj��?}U�1r�٩W��Ʋj�+�qh})k���UUZH�!!"��p$�>��j��~L�\9�SI���t�� ��ށm�^�X{�*5��ab�F�a�g�w��p�g��4~�.\��2\mR��������R�m�G$jٿzdfCQ�{�omFG_�A�W*893�L.�T�lGz��cH�Na�\��!#�d$:-Ej�U�ť�_eTI�5���
��,_�x�l���nٽ�v؎��t)��a����7�T��
:����ލ����7�Dk?�h���(�N�����wb��]�����x�Y�l+�Cڋ��z�2��)���=�v�'�*Ղ�B:y�Ӂj{�e�u4�i�@���24�V*�;H*�-������M��Z�� �Ͳ����n�y2>iUn�~�H�o8����lD/+Qsww�����u5�G�Ȟ<�#?��c#�ص�?(���[F&�KK��+J�<��x.�]�.��&��_�����G������Z/��
[]�JE!X#>�+�5�R��J:�L��@��=w�_���t���i�h1�������e�������]	�06y�JZ�R)Qx:e�k��{4�!zT���u큋�93d�W���[�1>���uS4��5k0��!�l6��tr�B[k��lٺ�m��z0���A��ő���X>�F�
��h[S���N^N�VH���u�jK+|�8=w�������\b�D��09i��Jj�.V���|��"ר[�k\{u-�`�
�^	Rq��$�ȌD֬F���FA��>��a��՘��E�
�&˅)(ۺ{��q�����"y�NLt��6�E
����ӉD�Ɨ""�W�K�J��,w;��Թ��G����#.�",�8U)���6#t���
޶Btqf�gϐ���x��X���6^ףMpa�Sñ�����V\��c����lJ�\�N���槦�Om/87��=�����Hj�"�:�M���D�̮(Šl�j���R�x%��{����:J=gF�@"�<��C
L��i��N���ԚB���kBMЏYj���.l����ڹ�v�����//?�o=�6�ۀO}��6���B�\Fz|��|��`�b5��S}ߎ���עխ��·�����la:
�&Z�����R,f�gs9�wv0�:�{��.O��m�C��n�*@�h�]ۇ�DYU7�K�Tlш&y=���޾,�-]}Ⱥ�6���WZG�.Bm�sZ���Rq�U�B|/-̙�ccݪ+=[��.�w��`��Pv���J�s�5���fɜZ๗FD�PaK�@#���?��.]�����mm�e�ֆ���"a�6w N��qTR�8��p�zX�u�����L���M�K	Qq6ڹ�t,b�Z�#
�LJ<N-M��%[�ײ~�e1v�J�JTp�³�R�c���"��`w�*S�(fi�-h��1�ڸ��~)gca~����ъə�5�an'�ʧN���gr����3�햕Hcc<��)�>Iٮ_+x�O`S��3��r����x��21��|�ǧr�%-F*&*
@�$|!6��#AT�ڂM?����ȮݴX����h������`�֭��'>I���PA>�Ea|~�a��<*?l�V��ܹ�w�فk�
���3w!��=_��Q�	GFa)j�@L�����{z���NƲ�h<�(l�2=����ukq�U���ޅ"-Ã���֯AjhRT����AH+5	V�ě�k]��K�$��[�Z�lG��V;�%Bf�P
��+d�M�X��\I~�V�"07k��Ի��4�ŵf��Sտ�3���J��r�����翌�©ǃy/�A�J��ԕ{!\ݵ���lf��G0��֑��h����@v�:T�m��h�����7�U��U�ėZ�pg;L��y�#V��ubS֩��#|1}уpe
K�÷����
��d}>���a��8fo���_|.�5"�1QU���5��(�U�.��ƩuM=��T&ʆ_���R� {�ʧO Y."B��W���p��<�f7�f��Vs������s�ps��H�|&��y�w"t�
����7����^����k��Ә)cP
�qB	~h��j�,YQ�Y
�z"kF���q�?����K?�ښU��q�hW���;�<�|W�܉��s�]	�Ϡ>=�`6��T�PK��T��٬���
Vfe�q��P��F}�����s�e�V�S#JHO�3�ikN�}Y�.�bJ����]�z�r<�3H���k�e�Z
�d��l
!�vf::1ۤ1�*�"iY}ۤ-�8z9'd=jx�����zzQ��B���H������)۩(OZ�g���QZSͅ�YHB�è��9)u�'��	tb��̯��������ܽ��hĵO/�+AO$lɆPc�û�c����T�ν�7\���"�d����
�$�}ϲ?=5��-[17�
��!�h T4����Cܼ�68�J�V���H�JX`;�p��/���|�m05���ڂ�]�,��X·��EL�8a��<���5�ѳB�=yV��4%ϝ�U����`2���$�$H������X1mc
�=֒;jL��]P�h����|�b�_�.����b
�����k66�#^�פ"�M��kZ�d�4�b��7�3���>������.���(�i�g���x������x�]�����mq�V��*=|��1�h�l
fZ�RZ�,Ë9k�
HaM���aGXq��ǵԩ��u�WhpӚ�Ht1���͗��/��n��F�u#L�~K6c|�Z���ZPO�&��_n;�Ot�$Ai�M�+�l�(*��XA
�(%��6��`~~Y�m�W��ain�ʪ��H[;r��2�pfR���T�t�}�i>�齞�K��#��(=\���,E�A�V)@���˼{2���?�I\C6?3�(5�J�����l�f���p�TAm�N�i�qm����������aY�{�]#�m����P$~!A�gĝ�~�Î��oD�o;�,,`al��%�f��`
��J��jתl:{��+!O)k�f�D�l�#�cЦg�?s�R�L�bKxV)<���j6�@ˎ
_���/��[��E@�s�{%�b1�E]�ˁ��7�L�J@_N�T���qu�L��B�V�xgj7\����/⺿����lF���������O��ޏ��	|��>�k���%�:�X(`qdřY�Kn�"ձ�*__��Sl\�r�x�J`�}�bb$E5�x��aL2?5y�����.����ۍ��q+Vu��N���P�֭�D4��׆<�)����W"�RfJX��QI$���(�O�X&C�i�s��鼏m>�v��”�jYZ�K������J�V�t��7���W}7�Z���e۔��t�p�8�pk�59�L"�n|��x���ىO��X�jR�3�(���ߎzmMq���Ǚ�J7\�S���ɻ4��'�^�"��C7�]\�)����p�m���#�d�^����?*Pi�vp�٧QL-��X3�@\z%P(5r�"�O"�k\z�E�W�<�ދ�4����NBKM�c����97V�HA�^?�,#E䜖�(�j��=w1h<_و�^��{���^��s�t��FCe�$D�k�C��n<�x�
��Sǝ��a�g>������Z�|Ə��#�~��O|���W)�nЦ#g��ͱ�+Z��	�(Ȩ�?����,�6N�g�Ăk����XB��+�@��O�ب����Ĥ��|�V�ɨҕ�vH2��|a��`󦍸��J4c:��`����G�֋�~�$�����~��K��Zn�O��t�[�� �B���٘��p5+�P,�X.� \Bzb��Y�W;����Չ��];&�t\O�{j�i\˩ݫ�6�vܖ�����t�+��$H~�S���:���b�w�ڵ���}T�3�BT���=�Gk(n˸��M#7Џ�혏D�!�U�·jX�M���J��7�{o���N�ǂA^=�hP��Խ�З�l;��|C>aUQe�����`Ue��rk���Q��f	j4zF�'ǵ	
�G��I�[������NU�LDߔ'�1���ܔ�Us�RR�bDU_�mV�uY�U
ռ?H_��FFB�V�d��$LМ��7��c����Kl�u6�:uc��Ӹ ��N��s̸��)]
h)v�`�AfR~�LN����� 9��Ȓ�����+lS�QLo�$��	IDATY����n�7�6��ϡ�~f���ZA
}.�������a׎]��G>��%X0~�06�pz�Zy��f�<�~ιM#�S�4�G�Y'V�L� }��
ԴR�mB�t���77N�%�ę�
�P�����	t ߹'�-d�!�����g��YΫ�݅w]���fh*"~��܁#]����[.D��D�*
~�q��P�G�iI��Hz�}
Y?��j̐�w��"I�Y
QX�
D0K+)�v��GG�-���#�Hc�	��t�m[F�iҀP��LrsU?b?�tAֿ�i�u�:��U��u�n��}�m�Oz!��{�;���.E�0M���w��Gx~����q�]�S��2��<�
��e�'�T��;Kg�6�1��],kD���du�@o~�&�I���d0PXj�\C¶��8�)х6*LW
�s�� �I�����u�H���v�:����9V��Y�SuC�V�0����!J��{��Qrv��y��$�h���������Z��ᒡk_\�@l"��Q�����8�}Xݵs+�dN��DuoaM ���8�Ĩ��$�ҽ�I��1me9y)�\A�~�Q!����]JC�F��|��E2�B뤳��C��{p�g>��@/��R�;�!��bbr{��E�Z�=k
�*2��>��B��7B�?Fk%�|�X&;4��G��@����\��y�˳�yr�<9oVk\)��Ԃ
����ø���e��2	�<�z�q���i'9"��c���wn�\�H�E4���k޺�C�(DcQ�}�رm��Jfh��ʍ�0�"rJ��Q�e
S��˜'γ�s.�/�"�[�OZ8=;��Rm��-���h��(@��V����p�bQ�%őg\n}��>�N���Iņ+өMj��-TS����g��_��u���"��K�H�\����Tj�k�ῌ�ļh
��w݁w�p#�錭�P�U7��f������Si4oق\O?&Y�9*�ɃT�}Tޛ���je�3e��zm��vl!�H�
M�l�jG�2^+}!���,-��̴U��e҈H�
'�6�b�NtꙬ8Y��p�_(2��Р�UɯQ�6E���^�I�
T��HD�"��	Pm�
�e�jV���M�e��^�b6V`��y��}ɧ�>�ƻ��%�c��hfұ�,�M�`:L�]7�f�F*>*Z�I�G��)Ó_�T�G�lZ��L�Z�nI E�!Gay��X�я"~�58�N�dj
��lS��8y�8f�&p�5W�ݷ��ĥ[�Q$3]Eya�b�*�]�E^f�u��u0��LaZ�\HA1�uUӷ�C�w:Yě���V�1}9���#!��٥!)NDV�W��I��g�<h�b�����ܩ��B7��{�
�k�(�(����@f�0F�d�d�j?�_�?�<��+]��9GtR�E��K����h�DZ/P�NQ1�h�\Z��|	�����<��B�{	>�^�51LDNL�GKy�S��)�̛ΈՑ�KLr��$g]kI�a��IP�ߩ0�2��Sh��A���S���X?��a˦MH/���+_�C�O?�djq�H��1�ҁ�pu�����+�+0�|�ns�ĖpG��x����k���7�_	�Eh\�-��|�ia��i���Z)(��v�n�Mї�-�4n��l(�;�Qj!���鹍_ʧ&�{��u�}l@�;���2�/b�"����y����ҡ��Fa%���hHHr"(�cS�yV�6~J��{�y�����F�N�{��}���8�\�i�}�����wJ'^cC�A'��)!b���2�rlX��V��;4���k�E�5נ���[�w�uH�߀r����yJ���4�_
��Shok�u{�AG{�)�&�Fq��G��wmTf�dx�J!��e�Ճd�域ʅ�����t��/_aL!�c���.�@�š�9�0B��k�\�!@�Zz������|�Kȑ�t�u��W�^������-����T��K$ᓅX,^�9쿺o�ݭ.U7��Y�k�+i�c�joEj�z�6�Ŗ�W#��!���&0N�85�6j��
�g�ү���T�0��r��୻�N�
�� �]�ڋ�����v�xG�߄���D��
g�>�����wmC�O�]=��+
4cwժ!<�o?�l�xU�7���G'K�%E%�{�0��$RS�4h4��i��Ӝ�t�k�aǏ��/5*E|���G����l��o���K��?C�Z�:*ˬ	֒ƪXd��	�^K�ݵ�)P����+�zˆ\qZ�
����Ej�c���`F	��,j�V���A�d5�I����W��B[ݺ$H[c�g�Qy��0}Z;d
�B��(_.
���!�a�l� ð8����U&�!�o븘��Q�
�$�b�����Uq�d
K�LqP`.	�d �n
�P�����}h�k֡s�:��Q�2�6BtA�i��h�+cP�\�v�ٹs�ݨ��̀oQ�z������-�j�M�"J�)�q�᛾� \�>�1Rc'|��.�I�0�qa[�񖢔e#��h���)P%D�g1�Oi�R(�wmG�}_=;�*�q��{p���fۯ2�<�|���෿��|�)�vf��8���94SЅ�6����q�po�(GS4	 KEff�j��r��u�[#���{q�)ؿ�g�`0؄*f1�o�rҚN#Rs-\���&T�ʳ���CߛY�I���I�^]�R��)���=R�Y�d�ڤ��vM��MP�4%�X�b��c���T6�TP�����{�Gf�J�.�sTf��+(P�v%���������b���iP���v���u����?�_��������йc{#���VBTK����i�L�ZG�
@LM
�:"Yb+���hY�ڐ=@��.�0�g$�
��޸b�o�=�C^k*�����x�����K@�R)w�S�cpp��{V*)LՕE�M��8��f$u�L��^Bs5����q���1Ԭ�7���Dz�I��üh��K`+�U'��H8bC,�J۩��z��a#���,G	f���Lj�;�Ф5f|шm[�&S�Խց�.�Z[P!ө�]��H�UKv�F�ڪ�q��f�� ��◰�b |���S�[La�����B���/F@�SQ���WZg�c���Y��&���D
�X����/�7Q��%֙�\�I�����i
�Ќ� �Z���Rq^�֬�DO=w�BڏO~���@+���3��/}	?<p��vœX��ԜZD�tnT+M�mN��R��iF���e��|e����λ��-�n4���ӏcjb�?�(*��!
�A
����H�I�C������B]���V�J�϶�#�|Tt�i*jC����7�1��� i�ڙ^�=H�4`<u�S&O(��v�F���"}5��]	K[^	4���������N��J���C�lmdUw;v��"~f���t
yԌu[�N�^�ĝ���w݁w��?���R�m%Dp��A�N�M���!$BfE��yV"+N�N����K�f��)(�e�j�V��Ӄh"i���QYJczj
6ri�֘��~:PYZ�GH��
I'%�o�H�$,S�%�66p��ŅE[�&�Z�v'�1K���ⶆ.!��~�+BTӮ���\�&e�U)��RZB׬R�fU�ѫ�R�H(^��%L�%�$p�F��g�E��U������/Q03�����J̻��T�S0���X9�:;(�4�TW����D�Ơ#����3��z�@}�D�YG�E�o�Ս�b��X��p_�W�f��O� N;�:�$c��,�������%����$-�6�3D�B�
�7Ϟ���3�����/�=���5_j8x�������0�٦��1��&��d@�u��ZZx��t?�i�6�Ղ{�A��]�|����}����O!�:b{툆��̶�چ�v�+�k��R����Yk<���2߲F��7�g孆��9|�w~��݇��,��Ǣ����p�-��w"Q��ց�s�����<��[�E��U� ��X�{���Ԯx�Q	��'Natb�fx��)��2yZe!��J�Y�d����"�ϲ�Y�d�ڑC�EG��h���?N�Q���"�t3d�3�v��j4�#!��a�:$Z֦���T����ҳc���Ҵ��J�LB����ӄ�,�4� qc$�K ��n�]T���>H��z�V̧$�g>���%�|ol��;��1.	Tʴ�tm��$L�[���m~��Lޞ)�"�E��O㩚0@�N��kD
ogG��W�(�Ʉ�G
+{����D��]�&=�5�I䅂΢���G)19Y�4
������dB��2�u����������L�6�d��U=Ԋd��;���
:{���\S�N ��~��v�6�.��8�x�Y��_~�x;�n�BA���-��/�}�B_j���
��d���d1��V|���b���o<�(μpܬ�U�W����mk�@O��6b�͋a����DP����� ��?�;}K�E��4�lu���Nl��jt�[��!���|������D���vpR�i�R��,�ƵQ�޶c;n����pՕo!j]�F�&q����S�Fh��7���$�'�,�`��H��D����X��$��sݳ��@�0�{�,�V�7:9�R-A۸I��;�jDf��J,��{Yšѩ�[�wtt�����y�b�+a��m�
C��w�w��JiX��$ƭxm14-l	c��_�5����WeKߩ�S^Bպ�Y>őHın�ZtutX�VBC�QsndY+r1�|�h����#�_�ڿ½�0KF;91C��W �0���e�܄�,q���Ex��v�q�]�1�͙���S��V/�r�i娋Z��I�Ұ��)�^�B�[2N�P��8�nfnƔ�=�w۳��
ф��y��9Z2p����C�+ף��˖>���e]�V%�����''qfl��4��z��F��S=[��;x�`�V��O?�ӣ�X��������}�VSXd��=h^�`vv>���Y�1�/1��%�xj�T��ī��ϕW�U�%,�fYZo9�Z�2�.�|ά��9�l*F)+JLM���R�Ss�SUC��|Y���L�Hx�k�ʔ���c�K��1[��"UW���ҬR�{ݥ�S|b��2�Gp�[ڙ'H�$���M�OLF�V8OH�Ft�UX�N��X,�`Dq�,'[K&�8$0��iUeV��[��Ӯ=�f
�ҕ���u���e���pf�+�T�	
�ޛo�ρ��)U��5Z�x-���)6�^D�&�=�p��������D_�+�B��e��Yss3��w��ô�
�3^��Zϭ�6�L�I���{
��?2С	2TR`LAd5���><~����$PX��sǍ��+�
\�BTc��yL�� =��������8�v��u�����[�Ը+S��'+��V��Ը��uㆂQT�yh���o��&A�T8�0�Ɉ���h����I)S�D<
�bP70������#:�Ch|�c^UYzr��y��J񘵩��MT4>cݬ�#�����\2��ha1�}�.�>�8F&ǑZ��n^פf٪[S�Q��u��.�2�,�BT�|�O+-3�S�+��,����r�D m`-�y1�h���66�MBT���'����ڪ53�^�mmk�nd��+Qb~��Y�u4ቚ�Y��_�)�h]���ެLJ��K�{����P��\�>�,��m6�T'�G	{�P��И�KKڢS(�$���R!o]�ʋ�.]��(d�VV?�Q-�*�-An�&}�J\V�M~".M��3������3/
����<G�<��OKF,"����l��5ƭ��\��g�h5iȔ�mJ����bfMA�����'��7˃�nu���K�̺�r����{�x����'zԬ_�'��z�H��V�U
|*~N�,/�X�Lq1~����h(y���|�+�r�޵�F�}ai��Jvb�\ʓY�5W�t.~�t�n�جz���̴�'��'.�b��p�z�7н2nu�{�r���ᴁO��3/��M��_.[#��2���_�����ի�9���h\�Ʊ�o��Fϼ{�ye���|��f9��é���8�/�����L�r�+J�*����~㋓X��H����05q�Ƣsj��UW|g>���lV��r��սH�0	[
��D�O��+���m��LG˵_�.T�.%,�f�uK�V��5�BihP]�M�=+Z�Y��j?��JRS^W�	+]���g��D�F�8�PM00Ƥ�k�1"�Y�5�gȵ2�=x@�A���+�@[��N��*W\v���Q�S��-y�)\�R�V=���|��{&�yg
�����0�+�.o��"A_�f
R	n�zB9i��G�B���a��#�����C
A$'f�f��A�Rl7�����*O�*;��j�fy]��&_��4e_�mP�O�bt�L�kE�{��1r�a�Rj�O�J
myW�
�ţ����
K��`�KTX�T�JVf���2Y^7�X�P�0�)��H��͟�K|!7|����B|3��S��}i�fjkI���^�'*��N���N���f�6@�gH/J��LJ�t�0ı�]�K��k�����.l���S�	R�"T�������G��G�R��hsM:,�N�	�"����t�	�b\����VyۜV�⺙�	v�Fi[.�E�S���_�T��:���o=3zW���p@�����$%L�lx%���e��7Ƈ��	��ދ۩���t�%FMc�-�]�7��y�zل3�p�|+�|Z�r���XO��8���if�����|�>��X/J;B��g�l����۰�Ҽ\��5V���?����)�1O�fN�teUN���o[��^������Pī��8�%&+0D��.;��壐H��$�j���끬�eBc�!]+N���',�Q�����
�]о]YE燱q>���������T����D�tҾg���d[�Hƪ��^�6�Ը��d��V�7�i�w/���s�'��_�#�+6�Y8�{����񒮡�0��k�Uv����>�p��� ���1��:�*��A���j9S�z�o��<K�_��q�{�'_{��%𽕯^`��`ߛs�VAM�k��z����kЖ����`x�8d�:��;_��J�:`f�N	�M4�ߩt���
4�#�?/��:C�5�.&�H��w��j��KJ�۽���g�E��n�p)f�E��Mc��*��"�)��WƬo<Z����*�lSr�a���db�S����S���4�Q��|9ܞç��(��Ĝ�21ba[!=z���:d�����S�u��O^T� �l�c�ʒ�sů��^�Y��K�?c���{�OoK�߹l0~�@sCJStQ["��Q�oR��5S�u����ɗ"��h���y=8�uЮm�]��/|��8.G���h��|��p���Ty3>Z\Uu�8"�����K�S��J��T�Q���Y�s ��B�N��h��
�%�h�����@Z��wD$-\;���v\�"B�VPM��\����yyS��O��եFd��uÉū�.;	�F|���[����y�
�]|Ҳ��ո�$X�^<�Խ,��4�H#}�%��G����j��&﵋���ӽ=3̟����ůٛJ_���l�A�'k:����VG�V�Yz��@W�������g�3۲��_[(+��K�5��S�s���)=��_7^�\���]�+fџ���'j8����*\���Գ����ﵥ��鵹�{�k3*�ʘ=+�u�t���nX��9X��k`vj
a"Е�P|���P֧=c$�G���}�<�y��K%�H��fdMd��֖~�^�N�y�@���(#��÷��H��ڼ�i���	^��SH5S�W�M��-^b�+o� ��
��{>PQ�|4"l��),詎b�b���\�1�O�̸�`��5��*Oʿl2L��k@#+�(������Ƶ@{pX^3}�2�w�b�Vז"ӭ�~2��ȿ�����=9•%D�U�ާ~
���mL��XSs����l�[�9We���啜��c➋�Xw��'uK2�b`�&8���nV�f^G���6�gx�g
NDC��B�7P?u>���=�8����_��\`�V@�Z��uB�,ˋ��ׂ���'<�Z�<&H��O�Wʟ'$JO$�b�J�5mi��˛{�|��E�!��
�#��	b7���X�W/(ou���03䛈���7��?X�%�2)���E�;��n�l4l^Z\
G_.L�P@{���^:b���+�@�U�c�ӳF< ���%��0�y��[�8�k�j�ǃ-�sBN��bj��H�X�9�2��W�(I}�!�U8���;Oy�Yݚy.���Ѣ�*�	QIq{zSM���&Zg��|�U��Ô��՗��Vw"y����QK��tt��	՞�Š��O��p��`|Ꚕ�Қi͛��&$H-�̼���mJ�Ю�_	9�V���wʢ�z����5
���ʣ=c��̓��B�3f���&E2����b8��b�
ϲ��n���	�?�5�N��:p�&aN���g��{�L�{ф��'��苿ԫĩY�@>ٌ����wܡ/K����&����)��`�R�"+9`B�i~^�Ue�%A��$�ʣ��b1Vj���$��H�>��:x�(�=ZBHc�ϙ#��i�q��L�J0L+SJ�VǕٱaF-l�H�d�Έ��u+��$D���U��?�����a�Yz����޾a~j�:֥�x�C��lP
G#��3I'�c�t.��525c	0i�F�ĭ¨�W��O	}��G�R����,^�&���U�tz����v�|K8I�ط�Մ}}�����-ӏ.�~��Xi-�	E�V�DDXj}1P��	1C9{fu箕�*c�^������
���Rd	7���P�i��E�(���4�W�N�7����tmO���i���7�ͻ;�7���-</u�ˁ�JXAf���7|���R:�w��S%-�;{*�f`]�N�P�SQ��<|[k���@V��.�U^���k��A閶O'P��;�E��0m �հ�ia���#O�ɕ�Q��t\e�]h-�'D��nQ�o��QH���I����B�3B�n9��������.j��o��	#ދ��FBQ�Fy�0|o��(5=sqdu�}�7_��)���'EbK��u+.S�>uO�3�£蝩PI�82ߗ��W��Z��g��ø#yOgi��C��+O�d���c�5��:�+N�����,���א*װ�J�u*R���/�����k�����O�Xۿ%����+� D!�H܁��c��U���BBTS25�~#aNJ&q�S2t���`^Š��.��Ӭ]�A�f�,�UE�����1Jݪ�6�k3�gt��>ÑXUD�-�3a��16u��a�'�Uc�؞beH#Zu�*"Z]XX�
cX0��z�g&@����v��/�&��6�IgL�$2n?��<&aA��.<Aa�1%k�����KlOe�P
2
1�0�)!P՘?��1X!���u�4�;��@'��hŭW*��z�},4�<�<i��YO|���*�aZLC�Y �!��w+��|�06��>�)��e�W?��I����z^
�t�7�܍�-���ͳt=��$�����B�o*�_R�:�V��
�Jƾ��=Z'���đ˃yN�t��� x��PX�	귰pL�	,)s��AU�:����K���X�y}��	X�]���C�ê�iU;�i�4;��h�Q�F��^�YkT�F�n�{f�45ʦ)oĄW����4ڃ	I�R��z�*̐b���"���9E%\�.]^�ͪ0E�/MnS���‘M��}��j|X����)]�IՇ�Z
��'%d=�[#™�*���=�b��-��r&t��~$�%DE*Y
����಄+N�~��?��_��J
s��R��JqJ�ǰa%�D�"Z՟.%Dս�fr�8X�Btew�;��o�+|.-Z�^�r��:5�/؄n��� f��,�3y+
K�!����\x]6����7��3K��g���V�����[7���5T�&�S�����@��"�5��Rt��5(M��W;Q8ÒEP8�4�>0<����ژ���;�E���WYbL�Q.	;�����F�{uc�FyW�(v�+jv/���بk-�r�J��V�I�z�~'ϛx���}�oy ���%11V�M�XSD�"�(O�BP��7�֍�JCa�)�Cd�.�+��p��,����'�]^7�eMp��*��c��(0��r`}G���𚁼�qI0|���M)�2�څB���&E�D��&;�,);�V��r�(���3`�Ն�쨗u�1q��C�轜�	�J�~	9����U;)�yI�e5*�ʆ�*�˃�Ԡ/A�ă��I�S	1m^�\;kħ�l��GY�A�j�NwMW��Gτ'��)~ţg6�w��ܐe^�#�/�&V�5���K��0�}�a���Ց��c�[�>t�.��&�*��qVE�k=��3}χ�]�j+���t�K|Ȏl$.���N4��j�U�M�����g���w9�%Deu��g?����3��"-�9V�E�Z�U��bf�Fy�F�k�&�1��H�b|��e!MS�
*5�Efbw��n��$�E�1��8uΠkY��򡘛$[9ø��\�{�%��?^{3픆>�s����-32>�jT�̼ع�
�%��CFOt>����8*w�ߨ�D
�,fF��xcymeם�G�/Fa��	#�띞Yc�5}������1d���Hܘ�GSd�U�t��+�C�"֧���X�($�J��zb:�*Ժ^�33��|n�+�j]Ej��{YRJO���Q6@�^L^S��ʦ��a�#�++�*
�s��dZ�0#U�)��Q��JBߨh�r�]����k�tA @_�{��'PIxa��8��vqPY@^��e�"���=Kc�\�߬#eI�Y�u뱼̮ғ3~��������zWx�[΁�q-��{kC�ax��^��ć�!�s�i��7"�@Z�8]���M��.�1����^�SkAKS�A��[x�2�zS,?�J���O�SJ��%,�&��dl�S��'`��)^��r����ګ�iݹ&�̫ם-�nYY�vޱ�ᣵ�!R�����{���ӖqkNeu��C�V��	�� �WV��53Z��k���o�b6-�q2]�V�?�ҕ�ϴ��>�$��-���(!*K�7h�>���a�JK�/�`Xg��@T}�޸��
$�XTiFZ6�x���*+��\uL�mȴ@]/3$��y�(]#�Y:}lp�na����Pc��x�T%k�����!z�.ů{��]��ңo��q؝,J�f[;�t��/f�vx��X)B�DI�J8_S�Z�,� R�𡣽���.���&�ب4B�2HcT��l�/b���+����|�X��
���o��Քy���é�V���`��E�TG&�Pi����<K���)'!*|+{ޑIRF��E�R�MYZ�Fφo�ź��n�ď�Q�&�V���،��W�iՏ��|(]}c��0�T�R�l�xK��0U>�&f!1~����zy�SޔWM�@�e�1�%*#*���"��	�F4���D�[�>��>�5��S�U�WF�K��pC`x�[xm]�gy�==K�����Cv!,�0޽@���;�׻��!�.I(��&bt*��'8�TI?,�����Ne�YJ�6���f�*��xWщ>W=��u2�Šq	�ⴱOfZך�^)�5�/�ٖw�B\2s�'�g�,���?A����t��#Af
�����ⷠ�gB�eU=1�úGa+��̽I0L�7�)�&�����3�+�Y�j�ʧ	H�"�0��D�w�T��	Q��u��J�.P������Uy-1!˷�5ʠ�Ѥ�ez��*�No��.�1'>��0:{Wy��
)0L���>+@#^	Ya�tY��:��O<��!>�<�t��^! !��O����u
Q6<5V�1x�
53V$/�v�-$]�|U�"+G��t1#W�jzg�q[<�/ff���4E����*��Zbˋ����F$#�P���.^�]��)��¼�	��,5����H�����p$Dy�q=��°�2j���d���
���*�X�f�e��#�'ZP�%�e�.!�4�p*:Q���@�I(��4[�#�F��	0��i�a�ɗܱk��5�Z��`H�M���D��C�T"�0c�a�y!�>
t���Z3��'zo���"��!L!R�P��(�c���;;]�m�A�C�+N-ё�uI?�Y�B�խ�ٸ��z���ĭRg���<m��
�E>†�X��+�O��q!����Iz^��@LMJ�J�n�T&����@�����{�I�W�r��xM��(�����j*QiS���v���>��ea�@�c�dx��Uv���}J_��pz�
���ڷz�ט�����Yd%�y���F�T(�Q
�>Y8Y�J�OM�7F��*��m��ڡh���pV
��R4�z�򝄫h�f�S�K��W2���n��cc��H���r�(�m�"e<6��q�bǟ�ʛ��H[i
r�/	r�DH"X�*���(��4�\u�L��:NL?�#E#�8"��0˭|ۦ�K�hL_�G�'aO��x��ȸ����Rx�)&�g��+1�"�۱t�/߉�G����^�����^�a'��	�7��iQ��E�h�X�ԣL��h���e���O�O�U��T�������u.�eW�S�O�����H�3��%R�
�Y�&���Y�|FMG!�u9�14V��@�~:�D��	'�R��:0R�HK�[ī���:���ꦉ,B��5�����[�@g�*:�V�Ib�I.*���ȣRUҺ-
(�	!���T�ͭ�57�����Qk`:3�̰SgN��3���b���z7p�$����4=���fķ���@l`
�L��@����;�U�W9�ۈN�Q�9����E�e��aD���okC���d�.i�^�;�?�}�t'�Q=��g�A��D�`
�BMT̉"��S��VGbQb�zԨ7�c�3&��
��1Lœhں�m[J�)P�v$[���X̢�����|��	���R��0U��A���kA4�hqώ��7"zjǟ;�RK���o�ͽ�(R��d�#�1�R��8=MZțB��ގ��N;sR]�MT�D�&A<�u���Q�E�.Ebd������J�<�:]fa��Oc�#��ϣJ���8:�@������
�]����:�ƽ)|�k�L���3����%4��.s�aV�w*xb�Ęϖ�4�è�Α�����jk��~�HO�p�V���cm')���t��'UVѥ*5GÏ���y�6�<J�	Q9�utТ��B�p�|K����b���@��	̒^zV�E{sB�m�Q�[�e٥�h���G��2�id�搝�Ffj�\��12}�PA�1_F��f���	Y)��R>�[76���7%R���x���,����<��)�����Mւh�#�E#u�����4'��#�'�Mp2N;�I�󦝎�{�5i�ѢD��-�c��)�?�4ʬ�P��*+抑!K��½�6�a>�F��a7�gֳ��h���wv�<����Xy.G���(+�?|��8���"�g5}Kj=����Y�jxU�I�[]�U�b$@��ը�K�L+���f�o4��M@�;b���
��%6�H�!�箻n�=����]�Ԡ�Htе�#��DD��#�5��鉁۞���U"��
X	
3=;�����C}���>ܼj��_��ÏP����j|��7�Y"K�c��H(?ʣ��.D6���5$6	�>�J;���4���B�d��җ��#�?�A��}�)�_8�nZϚyX%��A�O���4���k÷��2c�1<�	rj�Q�P �ځ����a��T�G{�j�0���á��'gw�
�~�qtdԘ�p�0b������g��2u
?{����o!;9�b_;�����$6�؎��xdU�� ��٬�U�@��|��h�áŨCUXϽ����2d�gO����(aBF�	Pճ51-~���U�Ws����铸�o����k�JǾ��HI�ot"��p~e�շ_"�S�Y9��0\(�?;���^<BE,O����@���&�L�����Í��|��T�r��T�b����ޡ!�х�IR���������B�]X����G��w�g~�AOO��m��vm���'%9G�>v�?��s��&�-z��BG÷r駮`ީ�i2�x�PQJ굑�6~ƲE)�d
Y_:=Ec�VfցZ��e�9��8��R�4��`0�$����a�HP!���\.��'Xy��D
#������i��?�e<����?�k��i�7�h��S���,i��P��=z�^W�o[�������e��ߕ%Dɔ~�c��@�Zǂ��$H	*��ш��c�K�qe���/��L��ƨ�YZ�*P��ܖ�n%���@
�uk�	+b
�"_�ٵ����M��A�а1$	O#�m����cr��������/5�'��}���=�f����i�V�����ѷu���)	*�Ys�W�&�/�@��|��u�ַ��B4��£O yj%[�N!�,��P�?�YV]�2�s79�MLQ}E��&�ipY݄�h3�(���گ��O}�B�%'�Lm�PZ
s�t��)��0?��p*_HccT�%|�qǚl����_}�Pvf���(��װu�N�KC}jf�K����x3A�{jjO=��]��_�f��k�D�G�MNTt�0*G�J�w�&�y�:W�Z�6)p��;��_bܾb[,�P���|� :Μ�C�[w�X��^���<�����o�G�5K���a���B��x�?�T?�m�� �[6�+gN���������	q)f����>}��V[~u�p%%�S�M!�c�" 
�k(+�-e�������azz��_\�4R���Up�(W�b��x�jK�R�+��a͚5صk�������>�����h&�3	�'=%h��3��Q��/��nH��X�9}�io.���ؼk���,�������q}�O��O�,4�a��t͉RDx���V�y�<�I'�1e
�ѪÖ�T�\W7�7U[��;�Vټ���w��=[2���ߏt6�H<�$5<5��81��jL�d]����gtj޷/�t��_��}��;ߍ.*��mL:���L:_��������� Ikd��|͗�%(�Y��R�
d�
�
����y$x_����Z{$��75�?m���k[|M�
O�̺�M�g}�g�2�u��#h��z��_@kW����Գ92o
�*�p�Թ�[ks�L'�t&g����d�>t�lwa��B�|e��T/A6_A��n8��b�J�qv���up�Ŭ�K	:q�ĉ�XXX4Z��s�ϩ�κfE{*�	7b��r�|��#U���n�S\����H���h�q6��c'�^���Y���k<��0��~�����n�h<n�(cc㘜���t;Z�o��o�7�G�T�ޏz_� ��RoR���һ@a���˩�uŲh�4�p=9��Ԩѐz=���{K���N���IO_�z���I\Q�ͥhK��:u���e�m������ ���$�n݂����'�����-d��z�S����a��SP�3�m�a��ŵ�n���wZ
Q
Ep��ê�k����(!*����!Ϟ�%��6�ϊ��f���u�I�B��h��\8V��#ƥe+eJP
�k���{��������	Q��6�	k,�QL�qx�^<�Gq��!�����i���d�F��L��m��&���bu-��1}1B'��g�b�{�Η����Չ��U�}���đl=�N&��WZX�ѧ��S=��'O�䢎�;��0��f����{`?�� �jd�fQ/���+W�ئ9ua3OƨYd1+��0Fg#Q�U2�"�^�q�?���t��E�@��)��/`�n��|�̺@��u׽'����b]~)
�t.�$�X7S8��^ܻi+´�c�O����
R8E3%,MLc���8q��ԺYH2��):61�ѱ	ˏN�6,�7D_SS�8~�ز��SeTF��"��hRt$}I���
���gӷ�p������u.�'�����tA�7�.M��o����yf	Z+Z�)�im��U`k:6���)���A�^E(~]V����'��f�������hC�ď����;�p�4�(��8�<�l3��-�`<�AsK��q�/j�:^ݻ��sȐ�<�X8��k�J����_y�:����P\��ǣ|�U����iX�Rp���O%Hxݩ:�qÆud�y��VȒ�|�W�7��IQ�1
�|�|�2I'�&H�{���nǗe�����KQ�P���ӟ�����r�+�e�����1'D��s�=�x���5��'l�(tB�\��TqN�j�d�^#ak���޳����4I^�Bt
^ѢNc!�#�1
�3KFq���PH�����^a�G�Fqvtg��h!N`��4W��:�,���M��;M��J����Ɵ�������w I����
���}~2;ф�>@�E��\'��L.��n����,��z���Y������ۉ��J�_ĕf'����J�
�1�ۻ��(񧙆���y2��P�܃�>��f1\�|�4E�$�<-�4�����8Ξ�S�5��b���� *s8�/ֶ�bkS�ǞF�>`�ϫ����E������s�����<�6l��dSLo��?>>��UL��Y=�Ę�g�q��4O!a݇|��b��[Ǡ�l$D��cꢯd2i�^��o�x�R�H��;hI�x?	&1�d�=���@OO�U'����[�L^	w�'A���Q�����a�WC��Exb�)*�THF
)�����Nc��k]��S3x���OAǙ��z���?秞�!���@�|�B�����ˣ<���i������_}��(Һ\�n�)�X�&��i�9ss�N&N=!*�ڰ�@�SJ�'4u�g+AᝒXVz�O�(2�����zMΜ9c�ɊKgˏP)��K��ͺټi�K��3�.�񛿁X��0��V=hi�f�wMB1G#G^��kj��k��e5�#J��|O��=��4�/��.}k~3���/���2$�Tq��#a�E�'Gֵڍu�[u��;� $�G*��%���,[ݸ6I�Ī4����B��1{�CN�R����ٶq	#w]6�1`�%��kV��Ȱ����
��r$v���8�i��k9]K�x��H1D�cy�F�,��g�~��n�0�����1}�(B�IN?j�j�J	a�+�|I�nܰ]]��f~$p��c�0F���ځb{�l �ҳƤz"~�E�5�'�B�\^���b>B��{>�1�E�1��D!iKG�]F����C�`��A<�����~��#�(�	�R�[=���Q�(�vi���\g)�+Tܴ؅����%�(,k��j���6�Qu��c�,����3�bЬ�7�<N�=kַM�3}��<�xN���TVS��{��=��z�͸�kp�u�q�uW�x��*�ܶ�\��ܵ�w����u�l\���cx��z�
�C��H�#Ȏ���9̎��I�s�gKAmɕ�B'�I��E,P�$�5젭-^�[T���q��ƣ=��G�Adb~
�q_��2�PF��C=��|�c����l-.,�ԩS6����g�BX�����C�رc&|/��K�EN��S8=��	<_�H�R�8qO?�4ƨ��.��l۶
����z$�W�m3�	Yյ�y۾쥆�п���E��b�<'�"Kx�S;V�	Oֹ��慚����+7�c:�d�0y�Y{���+l�uC�xĥ���e)`�h���w��?u�*�|�����
��)5C#^�뙦�X��ZNj5����5*����5�)��䎡Uض�*4EBȑ���
ZD�F�n۰�N:Y�>FM?H�ѽd�f�i��M}g~������7!{�M7#76�#�̖
��mCv�Iݞ�@ꖮS��Gû��=��4�hǫ��O~����H�h��؉j{7�,s�J��Ut�#��	Sk�&D��Y��i���X��^l��:��"���D�1%	2)3�Ŭ�}%��4���Ԕ]�
%d��0r�6v� DF�p��JY6~m�掏�0��t)]�qg�!�]s
n��.cR��V
	���A�@�hS��;����K%*cF��^�v-&+Z�hNn� NdunX�ք���(�����t�w_������/�.������Ds5�J���9���A�/k���)R�RoR|���{�}�)@���y���T
�1�j1Z˲�=x��1��G�b��
Y��`����R���m�褒�ޅ�Tô��o�n�H����S�0=���կbB=L�v��#A*��Ý��R���Jc�꥚�����?�g�}���t==�6�H�H�*��@%HU���ć��f�����p�G�աMKT��w�[�fQ��r�O�_�G�{����G��	�r�+K��:�U TUh����R�a�ki��,�ۋ�9�d�wu�����3{�(,k[�K��Յk~����K]]�$�{p�wc��m�ڒh�KC ���E�b�b^����i2��\5Ʃ�)|�/�����n
��H'�?���8Z��H5X�k�����l�նf��a��M��5�_����>�f

�Bb�z��m��V�*e���$��Ȥ�=�f�%�+�������/6M�J��pzN���N/
�TK`4�&C����g�����)�B�� ��AuA��M)�@f;G�x$�<5������g~m��&7�Y�tub�Ƶ&�ԥ�@kT��X��^�6����U;-�yYU�d�o�@h,Mcx�r��03=�>��l��4��TC�l�֍v
c+�,�9ӛDn�S���n�Y������7ް��z��j�	T)
������?C���
��
Td�R͏�Ϗ9�I�(�ڎ��58F�+Phn޼mmmX�;33cndd�p�^,9�4=��x��G
�Ն�"A�N��]{BS�ڽڹSH��39�O�Q7��d1�-_u�<8p��N���h��	NY��>%H׬���<\JX�����K��N�ʒ���)MX2�9&/᨟*���^;7C���o��W��B_7�̺S�h����9Ƅ��zN���Q�;+�LXN��r�X��„����=�OAg�p�������6VR���������A\w˭��C��*#ÖPӾ�"O3v�L+�BDNc8b�ej�m|�D���������?�K|���G[{+nسSg���O�<�d��J����V_d�9
��7߄[?�ac�o�s��ؼs'��̣���yx����A�����Z������K5Xc�4����k�m��/!M��S7�z1��@NQ�~ԫ���0��k���#G1r����/�.�wfqZx��Qy\"b봠���y�wJ���;�~���&�VsoO'-[��J�	'��텖�2)
��72.��ֱ�2�F��b�b�Ѡ�,k�ǥM�z���^@��<֒ۙ~+�$��p-���$*m��m��j�f�s�M��^ӕ0m�F#�����ȣ_�
2/E�S��A̫GIxH���5��3�ى��QZ��֬E{{^x�0��ۏ��1���bp��q� ��>s_������>������|�ߌښ]b�4ΫIWꮶ��
'�Nϼ�0�k�sJ�(i�3�P|A�%D���gW�Ҽf�5X5h��8���}�F��T���q�'᧒�^>q6�T#�<���',��{qr�P�k���MDm���.cx���	��h��7�h"������ꋕBa�.=um5ё:���M���Z���u�*~V��~C��0�� ә��&O�V��"���i�M�F	�
6���6�?�Y�޴�f�
��_2a���<������+�p���
w٧%/5Sy=x��݋مi����Z�������V�(�r�E�&H��P�Ę��D�����SZ~�'>��@��h�f*�}TZB�S��N5�D�hx)lu�ހ���;��}���GȀ_~�k�B��Z�6yWO���ҡֻ@<kךJ>
rh��2���)
���w���Ԯh*˪��<YO:4��!)c�#��P6��mc�/�lIj�%-WZ�9�Z@̴@f�Z�,�)LLO`n�Y<rssӨҺ�&Ȕ�c�h�F��ޮQ�?D¯	=KS��+R�usK��x)@�u��IL<�m��<�V2�X�	-�{G���Rm��(���.���p�P�
w܃���FL�JK�]���`���?�:FO`�m:�S�Y_�p�����mS'��(���x������k���}'��օٹҙ<]�qr��?5>��U	;Յ7/AX��H�);���x3i��-���5r"ۮ�<A[�i�@[�#a˛ֺ��yU�[��]H��v&?�G�L���S'q��aƓdž�̭E8F�a��lp�׺���;}���M��*h%/Ԅ�"e�OT
��3�Z�b�n�ƫYu�K��4Y���OFy0yXf~�Һ\��l�L"����O=���4nY��t14������Ҍ�C�:�z��֣{Y�ꪵnW#A����8�yjYL���-?����������5�o}�[�-�u���;u���Iݹj�r��	"a���.��'��w}C}]��}�a��!��'�&f�NM�N�+�S�./�YJ�D��z��/��)н��Jx��7>�y��hFlb
�ǟ@��<b,�z��'���EWUj��.Β���O�)>����+��i��O�L\�)���u*f'�W,�i�Pg��rfr�=��Psߔ�c�o�'[4%������IJ�*6GPܸ-��?���ծP�_V�2o='�;57o[��OLb��i��*M�D��Y�%)���%�����h�*i���`���O��N�IGv��$[��.�R���hHMx���	)iL7K��0G���������[����Ke�x�X�ڷ���!Ĩ4���[6�ξTW_�
�h�3[W��(�y��>�����i�tqP�j׭��Y�NOc��WGG�u���QyZ�TY�����ӟ���9�3/���� �Y��Des*��5�l\�GϜ��m�p힛��~�_]���m���M�I���f�%�P]�3ե�swO?|tھoݚa*.��r��]��+�R�!��7�9�P�)��kRkR�Uc���,\��z�&�'�`�m��;ې���.P�3E$:�x��g�饆
�G��_⇿�{��TL�L���L��|T�u*s,�hO%�U�UC*l�\yXkD���ixA��Կ�?��_�'��eW�՞���=���!W/#M�V׀�
�n�B2Һ�x�	S;�� �i߈a6��]W��b��`�1v>�qOu��v�s����=�ptc1���Q=v��'$=!*�U�T]}�z�jQ����ȁ��<�#Ǐ��?�1l$�y�k������R12ku��h��H4ivD?��x�?�'��'~�3ӔY��V�������;�:voX��(?��l�md�nԙ�jk�B�0���Wo��|�_�����N�1��-5�嘒,;-=����у��Cyjڴ	#�׈�EB]g�h���dd���	�Pi���Ӆ%Z)�%�=-*	m�O�Mm�Jڣ��[=�:7Z"�i��,��S�+�%�N!�BUa<dL�"���ŀ�3*�Ҳ#e�~�vn7��d }�IE2]m����P�D���f�:�	���߃U������{����}�$֜<J+TC
%Y6DU�e�)D�/�C���[?���󸕊����[�_
T���#��n]���n�
{��c?���f�v�

Z��x�1|�W�W�p���*���+_k�h��fۛb��lو� N����]w������6%D�Vתf�NNN�b,��#=�0O�I��@\�3`����'y	i-�<��EʲZYV�W|HG�Ik�y��_kK�Mv$%х�+�o�&�"��`UJ'�P����_O�M�:x��o����c�s.5z�)|�s����,S�TXC�Vs�xUS� ��m�U��>����
��	Q��ْ	Q��������+D��u��l��?�Cd&'Ip$�B5!Ɨ
g]j�J��x�k����x�=��$����{��C���)�
�}��f��p�R,����M�{��b	G�X��K���њE�W���Lʘ�cxLW��Epd��Ը�=t���5�p�u����‰�CSz�f�i+<m^����`��P"S���
ݶ��GN6�te6�p8H��|��~� �h"�a6�CgN�g�0*�<b)j�2	"Z�:��İ*�����wQ	xiF��hSdxT�\s�O{���6\���8�>�[֭E��c(<�\�m�4�N3f|
�4�:��c��8_� W[�bc=j��.k���6�&�h�o�v��c4�{
?�"K%Z���iꚨ�T(�Us�NGml~�[d>E��E���#�M����MS�����b�mD~dv��	�l��|1�|,�y�y�uhoo3毺�d�7
���_���S��CW*e]�59����e
�<-����u8�TA��?�K����訽N�=>|s���skG;�lǩ#�m�ꡣGhYj��T������=�V��)��ID=#�#BK��b������X��sc�޴�֛��eyJAф9-3�b,�T�[h��&�HP�P��^J����i�GZյI�rf�gP:~
KZ�<1����|^�@����260/�q��)mr������409�ő�ȍ� 56�	�O�~����|GϜ�eK�~����7
�G�iI������8i��Uwt��GʉqS)��3�Z���Ϻ��-%Վr�S�=}-y�k�|��~��xY�w��޺k�l�oU�6J��p��^�Ť�S�5�����w�+Yd+��g%���kf��\D�C��510����=�8���}�5K �Batu�`�*���[je�V�1�U]����?yǏ!S�ඛnD=���g��Ȇc��.�t	��6 �V(d2�AF�馛4m/;�3���'&m���4{�g~�gQ��9�-``�Uhj�&>�d�t�CZ�$!����F��N8y��	K�޶c�����9�:bNS�5�c��IR�b��!^�E`��T�z(�Qh�!���މR�|�"��*�7oCt�F�Va��5Z U�|o2�]X�hC��ٞn^�c��ݞ��Q�D�oe�ʪUT|b��4c����Τ�JK.ZH#V�!�O�����"�Ӧ9$�N.�Ϣ�\d���ڂ�W͓�KHt5�@��ӂn�5��v�D�7
�ߓ/�c��9���5�Hd�5sl+Y�u�8��6�ي�D#Tf�7mA2��ˮ�f�ױڞzotJ�<�
������ގ,���������W�˯c�[�fZ��N�(/���Q�.�A�6�ȳN�=�8��!�l� �r�Qч��Ԕ	O
�Mj����"���R��	
j��ҩ�fY���=�Mc|a���v1���4ZY�<뵐A<�@�
�r�.�0�i*K�6K�@�0����"r��T�2t)"t��v�|�V����霥`֜�}�C��7
���-�cfb_�ᅨ���qh���'��D:�&mE�{�,{�7Q)73�ga�:U5�lb:�X;���لN�%���f1��;6�r�+�-���}�ǧ\7�-k�m真V���*��+U��h3��I����-�O҇�ȳD۔�,Qu�j�A[H�[�E�W@6�Nj�Ұ�N��ԙ|����LP�Lښ+����	K�����ݍ�JƝΦp��8��a\�mnھG���>��l̠�oӉ��6-*DN�q�"�|3n��}�¶�C��cA�\l�%�B�VAk-����}�]}h�_���g]'���%M��0���cl��הg�s��I��@�,-���٠�|w��1��<�"#/=���վe}0����l�Jf_��&lx����۱a�5ؼ	C[6c���GZ�۴	�dd�֣s�zt�[��
оf��:Y�o�vmڊ�
t��k�z�-�BK$F�ɾ��Aj�����z�"H��V�D���VVmP���#ݞDm�0f	�޽��N4Ǣ��Z�e���F}5�������D&hUI�6��sXvV(è+7��,}y�<�2Eh�]��F*�1D�n-�K�$�R��?pДSu}3z҃k֭E���_G���v����y��>@f�)@k(�W��,Q��C�nI"�n�T�S`m�B$�Xx�2.	O-g� Q;�R�g�UWn�\2KO��MTZ��(u�W�
����nM<z
���f�#�$XԸ���F�̪k&��|.�{�Q^��ҫR��RB�,�{m�!ZΒ�H�U��l\��r�i
��g?�[��HW9�Cm����3���0��ߢ�O!BfM|�'~���c���I�\��NN�!�!�B����Nz�o+$�Q�wߍ�׽�z��w�����h
��h@�?��s�t�jr�g��Ɗ�����ˁ���4A��k}+/�p��l�uAa�=T�i�O��C���#����̜m����п��ߺ�<����:�A�S�Ԏ��������O��k��45����E�گ�DF_aF�~64fJ{�ؠT��Ȑ���v2xu5]�c'v�؁-[��i	��T�<|���;n�ϝ<��@/�[�"�F�h�-�z$���o�U����_i�hG�V6XY�vȹ,/2�Tz�����^����}� Z�J��C�_�6�A�X5�0�JsI׬�<��G�-�S�g1�0��뺐BJf��F���y��RdF�,fiQ������	�9;J7��g�`vbz:0wh?*�@e�X��	"�
�N��5UG�K��Bϕy�.�92�y��׋�o��rkk-Z~�a�ܥ��%mO=�,"�,�4qWB����Y��b����'S-S���=�6�n�t�v#����a�̌�C��clԁ�P�},&A&�3��R�1Mi��f�9���.t�¨��@rv�,s��
j��*/��6�a��b��
�f]�[�1�v
?�UY�Rl�p��z.��<z *OZjr�}�a�����e�*A�l����<֔}d��i�
�!�U��0�r5�Ց0�CQQ��*��A��
��Cˮ��]g�	m���T4u�T��"6<�r2�S��0���F���)��=G�.�+@˖���3=�
�P�Xa�4���`y4{8�!Nڋ�^�|�ZY����\Cs�������&cr��X���!^��	~�d�$�w4�5o����^?��
 b�M~f��T	�v`;�=��g+]w�9]w�j�GѮ���a���]] W�W��]K`J��RO��V-�u���~���s����B�dK"(�HZץ��������[_691i���;��Ӌ��A�f<�)�v��\�z
�)�'gf�@��B��c�>��'���� d~k̐�<CWf����X�����n��y}=���aZ�')T�@�Ԡ������OK�ٙQ6�����*�yT���O��u�0���nkEgK��#̶ ��&h�PI��ǵ�Ǟy��B�7M�Ҵ ����S0-������C+sh�v�����M�:;�Bn�=��Ҧ��wb�������8�ʎ�PȔ�N^��23�(RɪR@̞8�Y�c���Uџ���Y���U͗�8�yK�$\kV,C�qԻ�Q$=��I�߄��.�DbHR9�$�7��_��VV���[�i92{S<|~�V<�j,�J�u4�Fg�*�^� ۮ�(�I�{�@w�Ϝ�5����w:�Ec����6� ʲ�R]�7%�!ޜD��SX<r�t��K�Ƕ��vB�Q�k�V��&�{1�zΰ��W�c|-���@��cz,�����z�$T�`=��ڲ�X�˲��)H��n���>�����GG��.	�(�6�oa=ɵ�N��k�U��6�5B���Q{�@a,-�t=�:⬃�o&_�^?�|���>��c���kY�R4�x||���ˡ?�~t�s8��'�@�Ғ�r[S�k{�J%������Me�+�:��`ӊS�m�b�B^�L���U�^��nڣI�^a)�[
W�%hƣ��V���$	{�\2��r�&�eL�M�~�\�x��1��Ji�c4�!IHJp62�FW�dZ!�KִLV��oD߈��gC1������܍�v_�_��_Ľ��a2�&
n��*k���6�j�$*�:��h��5���nlݲ6ld���B���x���1���aӮ-9��=��t�j:�T'�h?�0���l؏��(�n\s'�A�X��-�1�!д{�]j�%��O��,Fr%�v���u�8�Ҏȍ�º��i�|� .�{{����ڡ~������ܨ[0��wͧ� |�0�P`c_B���=J�&��� Z�/ނ�2���o[�Uݝ�k�-���\�L(L��qA�Z�,gu��?�Y}ء	|���j�e�VP��Z���*���5/�z�z�%����$Y��2?�d�~-�S\�iV����hݔ�4�,ʐM��]]	�ѻu7������?�g��+�����e��Խq|S�<�X�W���p��~����GO�M�(42KA;|����J5�u��bdCF������؃a	��8����W���j�oR�-̧p��8p��ࠥ%���ޅ믿]]�(T2����2R|H�Oc�'�:=�6�ɞ�1M9]�L�_`^�c�ib��
�PYM�i��!$�\�iՎ�gm+Hoҟ�!A*!�u�
O��R�n5���ѣ���K����۰s�j�FF�&���b<:�uSն��
i�u�����׊T���Īe�kK<f[A��g:?n��[<N����flt;��
7��6lx
 E@���+Zˬ�K�a�L�61��G���΄�K/�X���jZ۽T����7ň��X�4`��1�ҵG1��j��$�Β��$�V*���;�I7}����׶
�����坻��
�$���\�H�X����jń�	�9
R��I�o<��U0C���N�Ihj����'�4$pĮ�]�~�(h���eìt1�%ZI	j����\��vl�J�'a]���Aڪ��&)HHz�*�f'�&pzd��LRC��$P}���066����͌�8����&*e6m��RJ�W`���Zp�G?�.Z���>���߱�Y.%���w�{���sG#G<$֯A��c�֭�d���,�Z�=����J\�<��q������c}�H~Z�ڡ����O�ni��[���6t�]K�?�r��p��vo�l2Yֵ�2��/��}��o~?��#kEJ�Y.Z�ʣ򓞝�F-�����4J��o�+7!N���td��κD�Nc�rf������`W*��J�=�{��V�޽7�x#v�܁�۶�ZQu������w����bq��q���yf�}�y>x�N��,���"U������_�D�5�1�9��f�uM!��}9Ie�8<M<�߀��325)��`wgV
bp`�����<�K�*Zr"K�*
�~���Y��'���>��C��LKO�A�v�$�&iC�4�KF���"/�P�.a��-h�5'�֡�ڛZTmSmX�'4����{M̒�nqm�w�������_�cL�<�2��z�3
�2��^�A�L�U5S$o+1_E^�y�%*P�)�4Zejd���-(-=�wj
1&��t.��|�C����	}��+�]]��O�&��?2���_���{%���>5���P�I
9ȉ�k�Ζ-�aݤ_��y�b)����ϸ���W|�JBʾ�i�JML���ҟ��(!��P���Am*PQ�d�i��F.�3�
��Id�����K1L���s�S��R�}m��Ȁ���:�Rۧ&J!D!�Pl�X#/K� Voۂ5Y��#�?�o|�[4�:?1LY�j�j|]��jx%ֱ�'l��J8q�mH00ԇm��#{f#dd�Bو��5<&>*��@ᜥ�^�����|�㇯6��}�+����yج�K	
���ɟB/��c�G@k0��7�����F��v�s�8u7�G�F�h-т��UaݕX��z�&$��@c�[��9�ݲ�u�,��Մ��>��)��Y��_{���U�?�[�,�G��ٛ,Ba�(�Q�[��z�-J�]
�0�JdOg�ı�3�,Y�����<WG���'9���뱏�{�s��3aB0���:�.�>}�3O�#���2qhB�,������g�W�1�"5�eH ���qH�'w�xC)�d�1�V���P!�Ȳ�_w��X���JP`5��Wx�HSe�Ϛ9ø&�ŋl��`��6_n���x	8�ܲ��E��Z�_�l�֬5�>dE�BP>8��8K��D�V�b��`��)�P�w��>i��Q�a�'B���cO&8B٘0a��
� 
)pk�ʕ�ۤ�Sd9�ھ}����ښ�n���6'ܰ&-�_}X}NYt��שO�V�Y{I�U6���Y��b�8?�oO�>�ҌU�Vh����d:���#�QF��];w��'�����/�䳨*˚򳬱@N��
�Q��׳� ��f�bβZ��[��~Hq��_�:{�p{H��s�y�$��ϲ��|۶��f̚c��
}1�5���RV�'#LAx��A[D��x�+<'�e��X��	�>��w!�X��%����ԇ՗���b�C�O�YFh0b���-�)!�.��]�C��|�\=�CP�1�P�s�E���ck�;d���x��N�Ȥ�����;��m����%�q�SC����'ubH��a
�U���N�۷��+7�t��Y�����o�g����<��k�6���0b��'�c1���ʽ0	�U66Q�WJ�.d~F1�v�m�O��.��Ʃ�n��~ۿz���B��M�\��-���6Y��z����-[�X���D?�ɏ�3N�κZ�ho����|�
�l�����/M[
������F�Ĵ��`��zȪ6l��%D�H�)mi���v1Nт€U�?ӳ!/�jJ��n�X�q�6g�J�Z��d�)����m�\@�n\S��ٟr�)�p�\}X�p�͜9K�S]�bM���XqN�_L�pp�����V�{����d�DV ZK�"�|)+"Y݈o��R��c^���N1���ӭ���Ư8��'�yv�Ph3����=���X�U(+vLy���Y1n��Z�~QF]��ؽ7�Ȳ+�XQU�2�≥t�/��є�cR���w�u���H�[X�w���@02�
�xX���MY���8���B���p�,���j�ۻ�:��`Ӛ;ll�,�|p?�Qx��\	�
�a�B�*�i����3ΰ�|�ٻ�䗭6G(�f�~� D�M~Svp`}���РpsQ�Z; 
z���H�x���.�T�ڥ�tM�h��]JB{y�u��5~�u�gt��`��4;E_�c+�W�C[Y��0�S��9�*�;l}�}��3N;uD!J�PT�Ex�C$B�������n�|з��66�$�fVU�An�tғ�fP��G���M쨛y�Nj��K�P���j98d��}���d�.#�q	'��Ģ�o��Z�Pj N�ȴc�
��F�(��Ԑ~��I¡�{���3�! �#���JX�L��d�fd[{N�5���+l�igX�Ƕ]�l��}���wby�9b4\p\U�aބy4�^Y�\�t�9g)�d�a���ƛl�:Ӆ��b�6�`�y�
��sea@�0)(���^ub��f	��W^eW��}VXT��*`�����q\�l�U�_g��S-:�L��~,a�ĉ�!F���[oV���mo��(���Y�\�H���n����"̓�ߴ��ك�V�Z`�l��7)�ƲR�_Vl����oz�-;�L	��Hc{n�{��睹sj
�y0%���C�i���N���F|F$`�Xެ6?$�\��N�/�ë�YEs�6��yXP��8L�/:�W�)��b��jߗ�2�D�-�ܝ�g  ��*�]�����K�X�R�¹�n��5<��rvT�ئ1�u')"X��Ì�dZ�Y����^	���"���f�W{S�5��[}C��-G���ݩv¡��c�\r_[�`M�M��~�:ky�9+���I�
�-�J�'������V��/�:g�5Oo���)����]C]�u���.FR�tLf΀5ګ��t�[[p��A�`B�"4��lk�^;��b}��&
��Ι;�z�Pe-:��N;�&���;�\{�Y6��D
τsηqg�m岴ǝ~�M9O�����sγI�c38���lg6���wu�駟ao���R��﷥\((�ƒb����3���ӓ���W{���nO��7ֺ�+����9�S笊�����O0\y2r��}x�'�x��V��cc�`�p[S����������Wx�G8���k����_~��n�n�j��Brf_�,3��U�F��čJ��Py�:�H
����d
�G��(>���3_��<��M�y�پD?��Qv̞jK^���^h��x!J�l�$K��\�Xi���"�D��H٨���:<G�'�t��(�A�M�����l۶n�w��-6;?��ٯ�����D*b�

Q2Ay��)ȱ�i��#����w��I�i�b`�	�\�\^��/��xх6���V��ƥ�S/���_?�۳�_���RJZ������(_��ӯn��-V8/���6!��������;��d
��ǖ][g��j�ò
eE�2�yY�Z�_lmS'Z픉���k�׽�*���W�Ze���3Np|��T�p�3�{X�'�t��$�%���zX�+t�a�]�ϯy��瘍ݶ��^o���P�B	�@����(�9��|Y��-�^��lk�ʷ��k�3�6M�hs.������9�c	5Ro�Ǐ[�͖��N���Go���!�d����КfL��E�mÁC6{��
�1�e�g�Y��U��N��:E�0a��"X��ñh'+M�4��M�"�Vۮ���އ���kmj]��P	è�X�����/C�yn��(+�Y
r���y�]�w��gA��un�Cb��� @��޽���m�T'��Iz��s�����wޜY
3�o
�Q�K$�r'
=��y�Pf��M�A��w���w�K�"�q�V(qPܠ���$!�����y{)�x�����oYY�!�����x��B�q�F������Ƚc���|����y� 2
��dө�� ޽�/�>������>^a(��s`�(�2��Vn�`~�M�i�������H�����&�=�S�p�H��a����Gꄇe�M[���Ձ����MVr�e�
����|Y��~]�B�t@�<����hoڼ���n���{mㆍ���m�i�{�z�~����5C�,e��-?i�9�~�*sL3ՑK$�k�"i�V۸~�m�^i�5�b@�*C|�K���g����&۬���5��oc89���7_����sK(���>`�J3/C:���5O�!������o|þ����M������'Ą�0`e�[���t�\��zk:X-k�� ����R[s�z��ZKˬ���Jd��<i�u+Ё�U����ÿHT�3U,e�;�=���`Z�6mr���XR̙"`f̡WV��6+ol�	��\���+-ܬ[��"M�f�tp�r��	�ZŲ�E���zo��/-���"��u�?��}��Ǭ`_������V��Sƛ��`5��Jn��Ng�Uߢ�cW��)-ٖ�=xw&�4�{2,�p7����&��+G�1����A_��J+�k�Y�,����P;»;X�r��J�L�lM����զ͙o��MTYr���ȯ�-P*�/c o��Ԯ��'����~�@ݳg�I�9�N�k�\�VP�o��.<�V�����.T�%=�@f�Ҏ/CgME��/�Ɵ��������B�	a��J�|%`{\qs�ԃtq!� 8q�	oB�)/c�R$^X�΢����0A<r^8
}����SUxX,ŋ��d��GE�Ü	t����+��N�����&{��SL�f����wߦ�-9�j4��c�)�����|jR���E�~�:w�r��8��h��z��?y�eJ��f�{�D`t��Ӧ��Q��jnNlA�<!\�~`7w�2��1��i�F�n�׿�J�mn�uw�aͻ*}�q�"	���2���TpT�0�.|�u>L�O��kih���FߛZw�޷0p�+�:�H����~lO?��.?�|�;p�6�w���I�J(eg�۞��-w�X���d�/�ҏp���S��xx+��׮�sS��-����z;p�ʶn�a;���j��o���I��;����v+��t�o������'M�q�$˝=Ӗ_v��_�܇��JP?��cv��6�"jV��L�l��E����?�^ý{�x���W��o���=;��"1��7[���<i���+á�ژ�"��x�(ʼnj�7���*Q��`�5��)��W\m\z���XB�۽��1;*-����o��,�S4O���(�Ϙj�ӧٮ�n�5��
	W�17_B��Ŭ'N�`�/���� ����f)�5>d��-"�$�흶}w����ڰ�l�v�,�.�U�!%����h���D˚7϶�~���駞n%eV��4eI���V�9��-n��Ê�X��%T?�ŀO��hKd�UV��b��A	�C�^�Z�ޫ���v�u�
j�]~�V�GT��p/|����s��P��eE���wFD���.�oFϠ]��y�j{��[�xG���
�W�3��ܧ���6�@H�Z2T�F����x�]�c�枎>3�ڥ�����N�s_�Zs<�	%D���_ܬ���w'��]���Cs�LZ�d�a��&r��'��$E������"@��)�	qV�H~Y��uJ��={�M�����"��mi���3a��(��ʰé��c��4=�9�����鴬^U�7���mc�V��sl��)V��ö���$0��DX&�{ �Q Z���ǔ��K/�����:�q�$�3��e�)�8x���NY�mb<�o�^�]엕夲�d���c�%�n���v����w�i��mV�+a���b���N۶u�MX��&�>v�E��8v��@���b��6�DA~��K�)��j)�V1�m[���
�첓�X��X��6^��=�q[F*���(�H���(�}�m�y��W\!vۺM�IY�
�(V�W0�yb��ӡ��aB#���`�����}���:	�5�����Φ�"�ް�re�p,�?e�9jg�?���W5�	)�d~f�~�3�"Ɩ#G��Z�[�O�ڊ
��3��?�S�<�%��~�+�w�=6V�AvO�;:�h��2M"1�6	ɃLc,�o��e�N�)S-������ϔBQjK��d+N]�G���ɚW�����)B�>q"BT�%g?WW�X��ÜjY����ت}V.�D)ʖ��uX����JFV���b�?תǎ�5����I�%ƅ��:|D�� ��C���A����㇂�tPK[�m��f�蠾��G8k�����:��٪�l��*�)!�~�F[�f��[�N��&
F�vKV��@nnlv-(�q��cwV��������1\��lN��e��l�˓��B�f6��A~Xy��Y��OX��Ϧ]��4��((";b���~?7f0\⧊;}rt���ǶA�,?�����Xp�Yvި=6�V_o���'�&�-��;�,�W����$�c�7v����C�Ҙā�qq.�E��N�h-ȱ�%�lƩ+$��<-�zEphv˖-��3gx�產��:>@�X#3C&�@lio�o�q�&�~�ů���U��]w[o]�����ʃ��z�j���YL�/�׾��6e�lk�x.Y?!����'aN��x�I��{�:$<Z۽�����I�W���w�o���+�;�d-�~�q+T��V�,nb�a1�)6��i�?�+���j�[���M��b��x0���r����˱�ݻl��
��#��	+�r9O�c���4C�LVPQ��T���3ε���G�B�ѪG�[�Z��1/;�լY�|Q��͛���k�^{[���i��*|/d����*+�VLsfI��l�d�U�\�a��i�ڷ7�C̶�\9�=�uB���.	�n�)�t�}ٌ�`� �Z1��m��E�x��yι�}�`���'n��2*��a�ݝ֣��'��C�lQ��*C$ܰ}����������)Sh�϶��8�V,[n�d!�)RR���L�}j��1~[�%�V�.	�\)'Mj��/<o�(����L�>��kW[�L�h=���C5�[6֖��Է����<�#�Q���
��wso�����6�>���k�Y�l�2�@��<en�~�x>�n[%%:x��o�Y���_��{F�8���o���V��U���v��ƚdX0���1O��;!XY�E��B-)�9�K�Η\�`�s��]_��V�Ζ2�>�>S�^�e�$�,�Oa�"�G��o	_�<�������]hg]r�>�@�O��fش|���P�(��F�Q��6���<<���̝eE>�N�E�h~ec�m�ٶ�E6k�Lߒ��S��xB`tN�x��b�\���VJ�nmi�V�fcE��W?mŤ2(���!k�N�`
Cv�t�!F�Y\��.���$U�i��4@'��q]F�_�R[w��55ygNy=��:�L��SO�2�>;�x�2[ZՏ��S��W�΄eQ�2�>��~��/���W`���t���f���_>��M�b*�a���*��gv�Z�n�'�r��e���~�GV��X���U׿�&Ϙ.f�k۶m�FY��+G�qó�-���O��(Usfϱ�V��9>�`r0+�K�"���f�b��
{HsMA�U�ھ�2�SRn���@a��J�F�P�X��?�Ȳ:�_j�%VUT&�YfS�[]i��ϝo��w�3�$�#�	�2��T�7tJP�}�kڼź����G���P��6��"|֪���Y��Yu{����¹�6s�L[��$�����K/��'�� ���[��z�z|?�TY��'N�i�g+
	Aqe��㊹|�qn]��l{��D��Gg1`��#�
J�Ę+E%EI���e[��<o�\+/+u�+� )`hC �N� �h���k����NY��9��-A�I&#R�,4�n�MmQ�Q�I�!���t��NH���)U���`���q�]v��R�S�d�چ
|1[�l[�1e�E̱���H�kni�C$�R$�w�
�z{�[o��ʝ�I�8,c�-o)7Y��l��8+��1��t[	�8��`��;��q�3�Na����h��ah;���Ej;��X>��
]a�!-�37Ǻe!N��ɍ��#H��	�X`n�ED�	b�M�1�,\h'Mr"`8��ri�wJ۝4e�/b��f\��͝5Ö͞k��j��}N�]u��1���;s~)�\�p0笳�K.���
1�٬���E�,"8�R:�,�w�+�W�jj엷��&�c�dMxf�5n�n�tt�՟#Ԙ	bx��+���.�z��v���c��0
��C@���QQasOZ��=�w�-�%�\���wl�,	�l)�(D9�Ba�R�J�ES&�)W]c��y��h�~�Fۻo���^���|H�SuX���Q#1
+�9h⤉��⑉oQ:�FUb��R~�fN���3�c�<k�7��,����C4Ե�$땰�[��z��l=z?,�-Zq���Xf}�,�������;k�5K�^y��l��Nh�.	���km���n�u�]#.�H��l�#�,���r�ڭS�fK*���	u,��9�v(��[$+��'N=c��v�i6�l�*[u��'��@�(����ܜ|)�E�#�!#�c��Sl�iݲ��d
緷Y��R�דi�n�U�m�β�qc�p�
�ٸ��|څau�n�˓�C���tP�^��<)lL߸��.�!	�)��Jo�Q92���=L�l�ꤾX(A�{~Q��8m�]��7�̩R���2L�.	7膵
�j���f�x~��]�q�{z�3�f���5���y�z�a���U������~o�m�h�w�q�S� �c�iL������*[w��V�v(�����R���E�O:��p�Ӥ���qԑ|q���%���v�R�32=p����[42Rc���oC 8 C�����S��+ph��Z3/�r&O�]`�3Y.��|i�ꠜ�RTR��~U5%�2%$'ڬ�s��<uX������!ˣ�ͭ�wj�Y���9�4����k��o�6�"-��	P�C����`i�8�}�J�'
u'A���%VVZ�x*���)�>���ԏ�E<W�R{����>��C�¦�v�i��l��sTF�$��rp�T��F���bx%���
7�}?��_]�j@m�!��P
�A��6�"Y��{*-K�^>m��^�֢�&Y��ߨӂ��[
Z�0�$��ZZbeK��9W\�+@Qz����˕|h��s��+�gQƒ%K|�Cqq�[�_E�&�,<��-w�+\8�"	��E�}�,k�2՚�M��%,Z�غ�I0N��t	Z�6Y�MS'��c�j�8kZ0����Vv�96��k�jgqx��
����hKk��:�G;\x2��0!��"L9I&4K�?��ֻ��2d�gvw��¨�:��f��k�8��OyL���.��b;E�~����[$��ԃD���f�,��._��-k�EYM

��\��F���qk�*�޵�J��������<��C�Ț	?�L7W8����|�̘i��B3�|���6<i��,Д���!�{�6����lm��2%�JՇ
X5}HA}q.rfv$�6ϓ����R9��d͒U��g�~���铄�s쪫.���k���m&�ꃬ�m�d�4ޢBy3E�Y�pDkd�@����k��N����$<�H�r����gw�s��u��]w����?���y�	{��ٯ��k֠8��i���4�*/�ם���|�^�b�K��)O}��>�$e{�K}葀�)��sEFx�-�g8��D��ؓ?��u�Ȓ�ɏ�Ij>���~��>w���ϝ*���LO	�d�+d�I3���$ui�R']Ȫ��v2��-�ZZR(aY��/�g��/�։!���s��.Z`�Xa��m�5"jkk��(uXl�
�luV�v�ӴJ��=����[��q>�ܫ�
`��b�'�\8��nʀ+��[!�Q*a�������G?����إ��b�?���������QZ�r3�e,<A#
E��m��0㤓lҬٞ��B�ēOzg�~8�(��lh��g]egϙ���Y��
O�emn22�Muj*��3m��|�[��/p��Gy�Z$h�\h��O�`ú�.��3�oȂdB��8��xP^e%�6o�\�4y�M�@/��b�l+�5��L�fe�&�$	���K���ӬH�S��?{�~O��)���[y���j\~��}��vօ��ɧ,�E"���}k�t�;uO*���@;ax�aH_1�h7��>�����/-ڹ����T,>W:�N���+��QB�H�\+��[2���ַ�Y��2�TA�����L����fV�U7�����*�[��χԷ�jZo���>����V!�+I�	�9(�GeA�*ȳN)��ݬ8��آ��|�w~Q�k����L  èF�d1^�F���/��s�ǫ�'�Y��,�@-�5^���(!>F}�X8-�˵r����Y�~\&Ev��"���I�l������k��Z+�hmq�f�h�e1皕o�A��I���sفJ�
�z�oWAi�ŒTa�r�p���_
ICC����͏�޶�ϗuI1ƺWl.>����}�����VW�EN��pN^
��\a�����)�;���a$�I���Kl�����J�6��gO�s�lks!�%d�R�;f�h�+D�7���vb�e�y�l�S���[n$�O�����C�c��CZ5s���4l&��B"1�"Y�%~>�������]a%� O�q�5��!-�7&D(Q����ɲ6u��IS���-s���q#Wj�����J��ɿ�;!�'�:űɛrp�T�:4x�c�'t�s�sα<�[w��WWk����Kc�44ќ>i�h��Tz:Pg/W�hk�}�w��N���;z�s{�նe��^~ʂ%�1|�5ݸn�e�\&!���GX-e�X[���d�@ֵ���\kWn�K�ص��/Y�f��4���3-�0_L:�%˖�1>N!b�s�….t�(KNa�ǯ���WO�1��k��G��\��jS/�����KoYՍRC�:%�H��h��f0K�yE��#o.'Nh�
��%8�A�
pȂ9�i�U����ߺ7n���~� Cn�N_�s&�)�-%�X�-!�h�J��l��R&K/��|)�bEk8M�ˠ�{ڤ�Ls�����+jkپ�<�oo�"�0S�iڱK���RW����rͳ��c��^z�6s�t�3�/)�T �@yz�N�(��r��˂T�F&��9�SB���>�n�p:,55[���R<:kY_c����U϶�*�T���ƚ�WٞM�m�C�l����g����o��ݻ����*Ξ}�eYZ�'�e�O#,�L�t������)���C�'+���Ա�uj3��ѥp���G�go�婞(�Lu
���7F��y��`�8��5��&�ݩŝ���Gۣ|��.�A�e+�^o��<�ꁕڪ�M=y�q�:7��X��e@6C�G�+Mÿ!�]�Wu�S��G���쓖X��b:9������R\.^����ǡ�XI۷�C�Q�w��b�_��أ��Y9�MR>�׭��/<o=]��p��Q��*My:���˯��O9�\t����zr�7�m5c$$��"<y�I.̙˥�h��݊-T�+8�o�nO<��͞:��M�i�<��ܳG��S9XD���Q����ꀝ���
���V�^c���@���C�f��t`��|Ya��S����7�ɲ������uN`�̞�&1�N	Ǯ�;��}3|�r)#��-�s�.C�����UY'	�'-Y�L���@�z�\!l�_��; W�߰l��9�+Y�>/+���(P����Jd�p�(#�b*l��,X�ȭ((�U�������3?@t�w��f�@�ۻ<,��E����?��풵�!F�����P���o[�Η�<��/?�f/��Jc�G�h��� @�
����W�*��B�e�a�j�I�&���c�	ڬj����&)DJM�DA�t�(+Ge�o�%�5u�ٸ��Wu�*k�<S(Z�=�,���=�8�p'�#��%ŇK	�k<��i%ru;w����]O��]O<m{�z���yj�U��5�����g�[ͳ��a�V�a�5n�b��m��
����mֺu�u��ou{�Zws��Sn�R�jkk�֋կ3TF蜕��f�6y�D[�x���b�-[��N[�ܕ���������������;<`�����v��Ja^Ԏu�~(�:)�u�{�^uoгQ�!�JrP|�����"\�*�&�!rn��K:&��j��M�ǁ�<�8�͉X\�w���0��oR��@�� ��>O6�;�q�&J(��M��fl]��ȵ(�кsJ�l�I6���q��Z�;d�HX(p6�:/�YYI���p�4;�wH�n�mQ�
�*��y��I������-[�pi��q�i���b�$�:d�ڥ��H�˖�N+mQv�k��Y�������7�ُ�7�U���21{���R�b"��?a�U�-�����[^V�w�uKk���3�iW��?���J<�P7�zv���:QG��*E���]8�Bhj�:U��΁�_}������yk`~Hd �Bր:_$&XXR���l{�6�5~�M�˵�k��|	���i���2{�dE��֢"kSa�V��7�$�� ��@��#�y�׮SL����n�n���&11Zi��}ybT��H@��/KJ�޻r[[�������\�QU�\}�;�q�a��Lvg�YW�,9���!&���0�	�6�7�[{����6k�l���klo�F�{8�]iw�\z6��|�D�,��n��m��/��j�e7���*�T��2��%��a%K��\nu��K�pڔY�I=��=
����\aa:,�á�",;�8�v�Zs[����+�N��PR�/�@�+�� �潻����J:[�\J�1���_��&�BEe^�����fε�lA�ɵY�f������Ͳ��<��C��S�Xt!�{��ޗ��"���+����ںڥ�ȯWL��(�gD�pQ�54�Z��[�HB}��[�ժ�f+�5]~�ˊ{ۭH�+�봂���h�B�?W�B�D���,�h
�'��� �&WX^Q�5�7�<]�x�ɪ����>n�֝S�-�����I؜�3l�iN�2�U^�>"Z��Hr�gg$�#@}��y�ѡ��P�h�mI1�&Փ[�ZU�6�oW��7�M�Z��Y��I�-5V7��� ~Q/ڬ��Ȯ�P>$�{�ڽQ�I��)C4�4�`qW�~�����Kp3*s<�	%Dь����c���#��6����a�i��ژ��Ms��O+&O���>O9A�ZZ��"_���p3�P����h8[R�uJ��>�Xg{�K��*��m�L�{�>YJUv�)+l��ښ�����\yY(������El�t�h�e��}���g�k����J�d���
�$���E`.�?ז.ZhS$Dˊ��p[��`k֮��]l�O�w��?{a�x�4�?�2"��ap���;p��+�Ob��t��Kx��4Ǐ���c�[Q~�eXqn�e���We�,Xh;�o��&�%*��ø���\����1%v��o����Sa��96^JK�ڠT
�$i�y�b�e�C�R_oYR�ke�V������,)|bֲ�\�o��"�%��Y�*�8�jj9�=S֒~��_���<�΍d))<
@�,�t�u�o�>{~�?������j�5~�d]m�5�5ZۡF��pFqk[�5�qwH��ckV?n7��7쑟��'�I8T�p
u�-�q����v�DzR+�3�j::lҌ�6c�l?����V����;�M�S���VZ=᢯���^��B)��;���s�,�ŵ�[��O�\^c��s�1?�DV;ܻ��E׹j�LY�k�m�y6i�+�o�jhf�� |�h��O+��˕��ܐv(�6���Y^>�lV�W�}}���:?搲0�����N��n�7}��ԭ�sjVV�觴���T����^Y��l��%VQVn�~�/cg��ܖ,�ocǔ�Y�O�m0�UQ:F��wq�T��O�\�x
4=!WJ�>Y�ջ��HR$_����~�2q�:�{I��a�#i�ZuH	o���C��`��m�{m*	�#G�1�PB�G��>,�BL�T����k��́���D�z��
�!=ٙ6w�;�3m���6F�;V�JY)�*�6n�8�<n�M�ϐ68g�T�-Ǔ[�g�o�AƏ�1�˭b�x;q���.{��Sk���ev��S�f�.ۼ�Y�V*�Y���pQFK�s�S]�[���^i�\v��A� ,//���1�lknl���j����a:U�[R�'�lj�1��%�^d�6m���[�[��9)H�y����g:�0͖�!���~��>���X�b���I�������U[w�t�WvS��zn��0*v!���!�:�v���+k΄����S�;{^�h���V*A=q�8�����Y{}�u6�Z_�,��n1+)Qr�v�/!����07C"P�+>MG�[&����1g�3��]���J� �@�t�=�o0�X�:�3�	{w﷪=U~���]�%X���_U%��j+����C�v���%UV��mz�a��ؖ�g=�vX~��
)�~^���<(�0�m���#�L�F���X8�6#u?�n��������o���fkV�t�w[����Y�W$/�T�rԦ�b��WVS��}��S}�+l�p�I�!sbS��S̺A�i���=y��?Xk�E6g�\O�(����,��l��j�-�_����m��I�#eS��s�y���VZ(��pꩩ������Eb�,�B�t�>"\1�\O�c朱��X��&mP��p�)���s��P��c��\v�E}�O�M?·qE�#B!�S���%9�%�����<��ll���w�N)�R��T�|ҧ&Fr�|38t��Xp�ܨ�zq�SRқ�(D���{���*�z���ڠpͪC���>����]"95�/NP�1��AwЃ� jV0–���oy���d�ͩ]��b�4[(-��mX�b�}�)�)0��pP������]����luMu"�j���C:h���q]��F���Z�H�ۆ�묹���;�l+S�ٺ������b�0f�4O�:3ú=�v1y��w�վ� ����=}VU�`;wW�b��7n���>igH���ؚUX���B���P��gO���Ҥ�F�li�Ej��ݕ���mz�����2���H4{�|�/.r墻��dr�����Z��wO[�:�m��c�
w�~�j���\;��K�ؤ?m���]|��[8�J��wI9�T�w�u�rk���c�dv��p��4Y$����,U4��"D�ECz�E�"�=+B�-VPd��RȔ?��v������}�H@�"��jm´�ڪjھ����F´z���c���Y�}v��Ҫ�m���k�k�y�ַk���\ e���T�xAV��UB�Mt�7n��ϛk[��l��iV<�\�V_��f	;\CK����{l���zVڮ���\\��$��KV�-s��yy.T�-������j��Ӗ��fŌ������u�*4�3�Z]A�UI8�Z��ʤ���9.3sr�;�T�sF��J�bs�^�#�Ǵ˒g�@�5N
q��1V(K�����Ɣ��'-�KA;,�*Q�D�'١N���I[7	����߸�;
]��ңzs�T���V8}��⽫��.��
�\+�(������Nv(?	\ɖWT�����"�:±0�P�l���V��VW�2�,e}Rm���4pB����*���	��vD�8�R�;^��]��:��CxR9�Zv<�	�:�r�[���I���]j_�����|�~cq � 0~3G�!F��P��2���i�����bjJ#ol�-?����CVKSg�:U��uJX�r�O�565�p�:�ߪŘ���aq�:	̺Zw,h����T��>#�u���sm�����w[�:;+9�)�B��1uK^t�Yv���EXK����Tg��d>4��4�����%�Y�[���L���g?��C�
�_a��u�=��Ö%�^��	�<�*ԑ0\#�s�)D�e�PN�٪�@���m�)�X�Z�������Тb|���,��6���	�+�l��+N2�W�٘WF���#�M�.�5�.��:�8yj�Gx#�-AǢ/��RG�5.�����FT�Bpn�+h����W�#�M���8�’b� k#���)���|�3�M�8�P��Tm�Si5B�(
]jG)����#�᤯����k��j�3V����s�
�,%E�0@�f|V`�Pv�Ԁ�
J�5s�T�� "Y��U���9�8RG���Ƹ�3I0����w[��Ŵ��g�KՍX ��޵�\��w���g�X��^��!�X)�v���qUon� �S,�7Ӷ��XVA�-^��J*$KK��+Xr�R��;���]�ߛXܤ���3��'9�W֗*�>۽y��_�F
F��m$]``��i�x�����h���4O��C��\*�.�cvy��~�e�!^�v�f+�g�_���d�_�~Ғ�>��b�q��5���8�������6��Kk~�:k�|QSS>��r�}%.��^>�]��0u�wK�D�4�<.�	i�SC��Ǹ��y7e��>s��v��L��%�PBt��l�w���r���N��8��������1g��Feފ�c����\�Y3m�X��S��^O���:S�:6��s�-���QG�6��	1�����3���0�J�[�v�4�^i嗜{����ڣ���v?/
ЙI����飝�XYĐS>Ʈ~�m�ғe�I0ƫY�Hj����+ٸ״CL�C¾F�ƞ�{�AV%� 8l:)�8����{o��Ηpk߿���g����G�1�!|w�;(0���9���Rܳ�J�$rds����cΪ�`4�B�<P6�77Ka��h���o�Xe<�l��eݳ� �1g�8{�͔~���U���0=���\0����з�_h3���O�H���q�TgΘae�Ι9[L��J�嗖�\K|�[S���r�����D��J����wg�R��dN
�1r.�.��r�2[�|�M�2م)�E�^	��J�ys��H�{:�kW�u+BJB�@e������ف�؞�k��g�s�.ˬ��B	�|��E�P&T���Ȍz���X���ǔX�Im�hf�l�e�,�;Dz�����B�&h�#R���L}��2�G�P�ı}����Σ�V�߹��_o�ۊDŪ?G6†��x�w�����ز���v���r�1}��[���x��iθm�`��n�F��罬��%�?��a�s��e�ڨ@��!�}桇,��e+|mL�3�/Q�e���c6S���F�1��C�v���l���}�^ۻo��EB�<)����Ǝ�/7x��6�?U������EF�rd�o�"�w����'����$�c��2�/N���;Q�K��Ÿ!�ͻo�S�L�'<c�?�����+�~�ގO��j��o���_�aYN�Bp�������$�Z��C�d˓�(�f�BTT��b�%��FR$x*���.1�g�m3V���+��<0b	/����
�����I8�G����ﵦ�z�hn�9�6	ԵO=i��*]��=�p��������ͳ��}���/?fS$�}�,Nu��6U��Xd�~¶�VBm���џM􄙮��N>ɦϜ�<2���UbLO�z��Q Zl�3�D*�Xq�؅m�)P{��>�~z�7�Iǵ&�0:+��U}��}啪����H��R����+,�fg���00���+,���kimR���{���f���jw�C�vY��.��F�V[��l��U�pMVgndm�z��
m�Ygٛ>�Q[~�V*�m0�1��������!�<���������k�w��3m�E�Sʗ�Ո6+���e�E��q���Y���c���1���:���f���9ɇ�O^j3��r��V�����MϬ�H�w_M��Oq�Rh�:`ݍ��'!R$:�U�8�3U����clǏg������۫Mٖ�*�B�:�-��z�M?�/���Ew���"��'�.�RJp�}6_4��u���-
^Á�V��s����ֲi���&e�faE;ҕ��_��t�fN����m����%v��t������c��'[yX��͐<����˂�(;*3��!�jrE�ER��/�[�e�~{��,�y�E�;�ź��B��0��+!*�ҙ�6M� �r������0�Y�pZ8s��>�t7o���*�6}���?����o�0����e�f[��~�s������e�۷������S=�m���t4x��s۟p���v��%a���>B��'~�M�/}���N����j�	%D��ڍ��O�+���f�]_��:� D��-���"*��,� �G�q��+-�\Y�=E%�&F����w0��01���"";8��g�I�_^�3��NR�!��x�^��[�t�~�ܗ2
(ø��o�:�ع�l�yXva���j��&�@���f��`��@9����E�
���O�hyy�•r=�~rJ��J�k��61	q�C��Lu8%i�+]���ˆ�ǝ�W�I`eˢ+�0A��������h���P$��o����Aj��%!���!�+�QSc���F�SUX��
�"a����9H[��ɷVU5o\��X��枲�
D���=�*/C�(I��Nu�-6*7��q�E}�A�;X+K�U��3� @������V�[*B�Ǔӭf/�g��@ٕ.�fӡC�N�)��8���}�<	M�n�A ���'x�ʢ�TY�$�;�v�腋�L�W��'�p�+#��GQ_</SC��ȪeqNwq�M=m�ms���Z1�W�w����<l�����A�ۅ�\Nn��5M�����D��X��(�a�n+hl�1����+ʩ���{l%U�<��Y�sf�#�6[��)6Q}9��ͤ�-!�����iJNT�7m��(�O�a�$�U‚��_<vh�^k���U]c�5��(Xu��J�"�s�Pp+PWf��~ʇ��&�ɱ�DL��ڄ�R���S�I���k��N���B�����6F�hai��
2u
t�:}r�=���l�s�r��_D�FA�F++���I4 :��=ý�j;秪����������g�����4�B��+���o߻�>�s�J���/�-���x>%��ZԙX�
�zG�?�@C�X<3��j�p��."��+c?ɡ?Z@�{��/�_�T�����yE�?N����D�0H��@|%ܫ�dW;��e�OO.0΀͔�@'�+��ϛ����B���NH't9uy0�P%	�u}p����>n��-	��1�9,f[(A{Qn�b��`	�v'�?���
��P��p#~�r�ߩmC
�0��C.>N?���'�G�&!|�)OjO��A�w�-`�Ofm���+���FOr�'+�<_��kR�����J��o�3��N
c|*�A���j뎡]�\��@��@%7��*^vk���\�e���$���#��Q�oQ^��K�ɔ���Q���(�uf��B���>���0Dj�䍲��0���4Q7+��̑m��Y�t|*,�$8n(+���סW)zQ~�W�[�-�(�M�����FET.
�D��<���H�m����^)#��P2��IX>_>��J���T��0G�������ྐྵ6��vêG���C8���/>�Y��׾n]b�h�m��}F��j� ��B4ْ/��J�!�d�d'�'��~8�{j��T ���x�J�'B8X�����	/�0�g���/���8�%����w!7�k<�`�Đl|Y�$�<
�{�K�!~��!Jy�)��د@�\9I�/�`"����2��t-%�~\^�g_a��w(�P%��	�/虗���iW�7�C�›�'��$0��M�^O~��	���G���D¹UC�!�>K�(
dE���x���#P}���K83�a ���[X7���aO�
W(P�85��s:P,F���!Z�����Hҟ$L�U\��
e�c�=	�hP��[h�G�N�.SJ�ש2Ƌǰ�U�~ŏ�KM�?.gzI �02��z��,Qj�L�䝎��IR?��+[H�'��_�v�`���V2fL���'��߿���?P��v��]�(B���\?��Q�\*$;)@�LB�H�����;p*H2��!@�K����M�^l�vK4�OiNg��
G���_-q��qZ��%!���X���~��CKG.1N�9	�R���N�
M��t\P.w��;9o�ƩB��<�վ� ��%Q�����/$��LeX65��K�ҥ�_̋v�xA���x�؋����~&��?�0D~q]U��䰄�UK��D�����]��lE�b���E��4���xg�p(?��]�r,��+��Ζ�v�s�k�h�OtC���圾(t:@����E�Х�_7�������C���7�ȁ/�������t���ihrNcGd��#����/GJh��O�w@2N~q�V�75L�B��q𷂧ԏ�ǧ-]f�{�A+,�D_1������C�fxB�Y��j"l��)U�Qh�����RK4	It�y�C�M�.�ȓAHuF�3�9*����D��a�~E���5�|r�,��y0D躃'�ן�H$��3l���P�I������q~Gf��0����`%�3Que~ح.9�0W���<Xe=(e1.�f�dI�o�sb���H��r��@k?�@؀�G�L�4q0AϹ��OB��X9�V�7π��[|)�% M�êtEU̖�!hf��F�[�|\���T6���@i
R��>l���2��'���!�$P�!#��3�y�v�}$x�=��DU_���@v�F8<�����II��e;N��J��P���!�9��/�[H�;��'ʀ��ʈҊG��.~��O��,�#“&y��(Y�,���7�!�/�7�����~��LBv�c�/�ؾy��|X�x�J�����o~��nk��FسVy�����#���2�	-�P�;`�2Ɏ�?�y�$:�K��34�k�I8��g�逘l�	2�B��G*��.G�<	�����M_�F�{��Z�d���"�����A��?K�	~3D6\�`0�aA���H]��c(?+�LG����_^�����z!��L(I�D��:$-�#�tG(���lex?ҋ�
�X�c29?:Ux�=B��E�9U��^�@e��%�C�=��C,D`u��;�ޭ'�9@_Ђ��@Y�Bno����N,;� >�)~���$��%胠T'�?�g;,P�,�B<���3���yh�!�B�s��H�1)��?j�G�����Ɩ����|�}�k_�p��	%D)j`�=��|��v��~�C�PK:H�n*�>���i�|9�H�y��!���~�h�$��;	�>�UÀW~#��x8o��M�w�=B�G_�@�i���&�ݎ��r��2ᝪy�I��S�{D��3=^FNbDH���%�[�Fa��*�H�Og�%a8��#�S��!�%�-hr�3͊PS�!����4m�«T�H�d�	��D�D�fn��d�EHԛr�~�0N;����On�!�P�}y�G�x$h��G�0g���%��>��L���}#=�Ή&�<�=���P�	��-����#�i
8n��^o�a?1�<fΛ��J����/�;׏�ɏ�VR����#�/����Ηi�Q�?Ad���H"Hjn��#@�tG*b2�(_�K�h���xFN��ѥ��g������U��~Ckp$�ۣ-�I!���5��q�G
C�C�r�Kx�;����۠sP …�iA���;7��8�G����|ce*_��H��P��pdY����$��$@�RG�Rv�i(XZQ�æ���sھ�w���

�~�R�������*�W���Nx!Z]]c'-Yj--��G�hp$���/#�h�(^X1M��y��çq��`C!U�N��Qd��M<2�,)�����`��Q{K��;�|G�M3=��W��4=0\��@�Qn�#/ǩ�t2�����.�4�<�bt����ڍ�
������*A<���4���&=O�ҿ8m3R����?��+����O�?����9�aA
���L�;q:��k
�)�O�Gvh$	H�m��@J��I�&N�d�o�d����_�_8�hUG{-���f��R�S^)}#��
 �!����9ŗG�wh'}��;B)9"������g��/^TБ�	$�t�b2�~G��P�t0R������G�B9Z�CjwD�4���6d
D��G��
#Yc�����R��#�h��)x��B�/�ml��G�_# .����4�ԩ�l�
~��GSC�{����<N]�!�h�.΀���#}I�'��i���hN�.}fi\:��҅Mu/��{��B�$q��o�y��@��\���?)���%#��K~O��?�=�*���/]�C\2#:��!����.��w4H�E8���*$�+��BH"K��t�ҥ9�;��'����祆�?,���㏝���x/_*������ȑk[�_�B�&!]�!�+�ti�䎄~��e�W�^���RÿtH����$���cdx��OGI7^��2H-����"����EH`5.���`�%�$Xm!N�w*�oI�x~F�;�2���L�MB�.�%�d<ރ��� �;Y�t��>ay��B��P���{j��%�p�N�$�B�<�S��3���&�$]�>�O |'ݐv�ǽX��ɴ��$��.|O�������€S�!M�j��P�.'<^�Oy?�']&.O�BYY��3�¤��'��y'|ґO�]R��\2�d�����/@2\��$�O��w"�	������,X�Wa�vu1�;0�$ �!\�͍#~-V�$:��}"#��O?�/�eQ�}���+�a��By,X��>_���=�����|P���>���|C�8�&n��={�=��S��+���\��:�ߨO:x��Mc��Ƭ���W*�P�<p�)��.����~�|�7N4��7����k�
�=���M�P��U�í,���2ϔ�
C��'����N�p��?���Xt�����'�F�)3e
�	e#=��L���N2|�����mS�H�T�О��.��†2���o(#W	�~�0�낏&�5�n\g ''��R6p�%��-��Wq��|�~��@I�ޓ����C��1~���|�C�����S��	(0a�{�N��E'����qf����_�������7�76�|�XI���l\q��ٹs��޽۟�N2�$��&?�z�k_k7�p��[.��f_���}I!������Qg�

��B3;����bF��<a���~�3{���壜���7v�g8�?�яڭ���q��8Z{�q�?�|���>f�������7�?uM~���x��{{{�����!F���m��I}�#Ll���ɓ���؞}v�}��0\vN�P2l�����O�^�������;��7�}���*Wꠋ_��~i6�@��۵k��ڥ��A�\}�Eٲe�<��۷�֭[g�q��޽�v*~S�:͜9�����|���uE3�1]{\w�u�����낢@�(Gw�y�͙3��o<�+x̗wҦ\|G9x���ꫯ�}{+������0���<�4p�9��H�.��O�!�h#­_�^�����r��0D���*,,��/���DY��,/3t�裏z�PO@�ގ3g�p�rʔ)�h3�o_��ў={ڇz�����8�S��/�es����S��(O�)@�E�yP�I?�	����
���/��AX��bL]�FO�6����#DO�-.4�	
"�H���|wT��t"�H�,��W��iE��)�;���Ĕ���V�QGb�:�ӟ�4z�;�͝;7�Gb(Q��w�^��]�Yt�]w�c ��׬�Jˊ��܌��� ���y�p�m�y�^6��k���a��:a��Oz���Z�t8K�NB1R������}�{�ʕ+#1��|�N�3����/ǣS$f���;�͚5~81�H�%3�Ĝ�7qeyF�-
Q[{S������/Fb�^�t�� �>���Fbb��C�t%x�-���Ž;<u���e޶m�Ǖ=��Qee�>$("	o�q���s��Fbđ�z�/})ӏĨ�L��ŜoI�M)����{�����w�%���Z�ͻ��V�;z���II�:�[U����������������&���<q��.ϻ�;z��7}=8�$��?��H$�����y9p���l��\�h�(S�--)���߉�R������z(Z�p�i1���\��ߋ�[�6�9X�7�F[�m��|�1����֭[#)�ч?��hڴi�4H��z�^�C�Jy�v��ԗ���}�g���Gѻ�no7�
mw�W:mO���=�C��x'��^�w�}�N�KY�Wʂ㋴��?�t)�q{"��}�B�M�4)�u�'���ި��`�����{��.z�{�����oD���Èy�	����;��ҋ���E�ٙQ��l�/�l�nR��93Թǫ��<�	/8�\�c���
�;�d�i������	�����[o�����,�+;+���_���YL�
�\��	Gp�=ΒN���w��:�]8�Q]j�n�a�|�Rg�!�C���;;�$l:�5O?�z�r�;xܻgw�����v��}�|��������7�hժ�3�E7�xCZA�c�vg����QIIq�/��Yz���o~#*,�����F���'�R�,N�)�f͚�

��J�����S�:�EXˢs:Y�jU$��q�!>�~�9�8�$����߼�w����L��v�K+�W�j�d�E�W�v�NzX����覛nm�Z
�b�k��z���|�[ч>�oG�N�{�7����Oh�fy���G����[n�%ڴi��A�@	��=���6�
4z��7G���v�,�ύ�9���?�Y�����Z����뿌J���ܜl��ŋD����Rn�=�{�'���ծ%�p�x����㥷W�H	��o#e�hٲ�.,i#
�TP4���g��
 ����H�ˍ.��R��۝���=N{���t�?���ꣻ�xlnn�R��٪�]ZZ����F>x�����m�����:q���_�߃3�M]q�N�/�~��.�6
Ĩ}��-DqA�Ї>��J��B��D���gф�eQ�:paA�w24� H:�����M����Q�i��!D�3��˧��%���K���(`*I!��ܙ(L����q��7����)���^~���/�:�w�*&���9cN��$h�%4^��T��~��.a,�������ft��'0{���0x��^'
��ϙb��[����	�M�;C��"@a�����9
�#a[�{�Y��?��ydU4{�L�Y�޽{�J%`ݺgEg%^�,�KEE�Uu��A��7��L�0���Qx��׼f�����[!�Br���^Ou��?�O83�"�
�����$>
޸q�<^�!��~��(X�X��#X��(c����W_�
N��Sy�g����mކ?����=�:o��oCho�ر�ҥK] A�b��u�Y��m�������^�?��?��1�C��G?�Q���I��/�[ԭ2DjS�~���W�b��?��OE�m-N�o|�h�:/_�\}雎C�"_�E��,�O��믿���a9_p��
���h.??/�ۿ�k�W�K9�?�_��/:����9�{,��M7� ܍U^�����-.<CZ�<���y�[����+����x���@c�h��m�HBt��(�dP��	5��m2��&u�����>!&eb��y�f�3D�&�go~�M�&Lo�[���_�����ܻw�UW�ܹs�;w��y�Gy��k<��Sg�3	̗n߾�砘?��w�m--Ͷf���/�Ð�W^�sD�p�y��Yg���uS���"#���/��dx���P���Jkmi��|%q[�e�p�A��37Ǔ�*f��Bb�&�Ƕn�j��-��o�[O?	ӦM�I�&y�HWV��x$.��BR�]�p��eΊ��W1�)���p��`��f	P۱c�@���Gx�a�LB�����$�7@���[�"��<)�y@����y:mm�N'��o��}�k�s�b܎ӟ��_h���$��><IO�����?��OD{k'����s���i	[�[__�M��;'7�놣_�V�����Iaq?Y�>�
��F���o�7��M>�J�ԅ�m�RƐ6��s�<�
�\��d�;���7Yמ���_ ���f�"�>����哅�t9�$�ݟ6 _��7i�7��w޼�>��<��q)cNC�C�P��(��B�B�CG��X�@R��lذ�n���?P(����\yjZ"��Km�Y���¤I��;�?����E^�B�:&�t@�CG���hs��1Y��|t�1�B�Ї>GH���qb>��z��J`�s�\P����_��_�,/̓����p�!
���	�{#D���'��u�]��|���!��W����]m����xڀ�`_�
̷s�9{�.(D�����}1��v$��
(
g�y�3p���
��������/:9P7�8HA��}�>��'\Px��D@�R��I�]@ӄ{���#��}Q���Cه?�a����ȃt��!͐.aB~�!@��O������"<�a	���1c:>��>���'a/���R��=�/���H��D(7���r�V��������?��@(/t%K�ۖߔ�t�[����;���qo�AH�4i�7}�4d��?V
C��!X��w��]�oPh��}�s�x1�?i�tF� VG�eA d����<!R:	���	������0��X&�Jd�J�:1��Ό��/P�x���`�|�n!��?��SnU�>L@�$;S�D�
a;;��:�:�룣���6_L*P?V=.Y�d�s���S�t	������G�!X��_`�ԅw��D��c\�0!��J3����#m��j,`cز�yY��@xp���+K|�����6�����X4yc]Q.��j�P6��_�ŏ`�����C�b�n�vK�����38��"�tI���:::�m;��^Ҥ�P>�+))vů�����:T﫝�K8‡�B�i��8�C8���u�
��g��!0�=�\�MۃS���p���X	�a��hK��R�G`��e�|��
�h��e� ��:D�5k���G�ի�����I��m3��P^���z|@o�\'�?��?���`�y�±�Q!�
b
Ĝ$������D��",�����!|��I:�����YqH!rI?�NZr��u֙�������y'���UW^5b��3g�k^s��&� 0��~��
Aʐ�Y�ޓL!�D����G���o���G�����X0f浵������|�
g�.r�K~��zK��A��׻�@x�C�3��-�Pa�p��Ŋ��vh�8�[��H@�i#�>�G��!r�1,Ox�'lH��%˖�	h|R��`}�ߐ�Q}cX3��0�
O���o�o!�ڵk}H �`9���ٸq��L���o��_�qeaa�o���r�i�Y���0�����}%���w(�pX�����3l,Q��z�>�ȟQډ����?J]�M~ġ�x����)FH��/�Oz��?q�#��3]YF��=F�BС�j z,��_ h��J����20�윸3��NRVH�_:�\w�;��e��/W�{B�f~���~�:(�;��^�������UT,�<d���1Wż���C��ch�������>o���'�_���a���8���X=�3	�SO]�����o}�n�'�y�����Ɓ!_�Y)#̏􃅕
X��e����_��W.���H
L�.��%��͠� D��HH��Fj��>mA��_���_��3
�ĉU֘fB�%��4B��	eK�о�c~�駟�����1#���>�}��#�����'Or�A�1䋠��H�|d1�q�I!L*=�ß���x8ڞ��(l��o��?��y�(g������u�OSЯ�H/�}޼y�h2%r8"�Bق�W�p��D�jD@�0`�<C�tPH�x�$1�o9:=�����ß�}饗y8`���a�s����_s�%���T�iA���Ay��wۄ�܏9����{*Й����F*�'�`��������$;:��f�-0�a�����a��������ۿu듡i���BYaR��3�H��s���~{ӛ���0�g�y֞|�����i{�;���0����H�0�H�u�e�9>��_���wd�}�E�	{XĆE�7��]�0|I����S�p����g?�Y_�¼c���{��m�{������
�!OC�>�����dD�aXh��M(`�
�?�(}	��Y Hf!Oh�ǚB4�7��3Y�O��)[PxBZ�f��Ǵ�?��?�\5J��̫V=l_��W��;�I��f,@c<�B���P�_��+�����
�c
G�r�����Qxw���xt��x�&,� ?׏F�w,22�W��-����s�h�Q��5ي+�0�ۤm�����
#auŝ.��|=�����!��XGo���P�7���E�w*�[a�~׻�P�̜z����~oO����6K�X����?���`.0�Gݮ��gX�����8�F`0�N1��4o��o�^Y��<��3+�@G'�HYH�g�H�=��*���3�8���-�ܪ|{�4� ��N^���+���:��X*��}��h���a�"�X-�B�L,|b.a�Y\V�A3������lw�}���~�R���b ��W�B�Ie��o�\h��.C�a~W\Rf�^�Z;�-���~�1kk�m�w��k��8X�cU׷_w���[�ޞyv��!��I�x��=��a���H��,\����\����	=m_��W�n�5	]]1m;��ϲ�Y(ǂ�x�=�aO{�#G�f`ݒg�7�F���=��
�L�c1��[�ꄉQUu���)�u�G�`��q9�w���W��梳��b)�8�T�!_yՕ>�`�͟o׿�]�Y�%��	�b�0��p��$u�|���S�����8��g8��0Z�$��z��g>�5[��f��g�����4S*����{��U�����	�M�P&�C��yϻ]
��X(
G�'h����=����<?:�"?�A�X@�����~X��	i9�N��4�6����W��Z��c�#|��G���<��V&
H�{�ϲ �6����K���k�c�~�a��!衮LQ�F�[ʔ���3��&���(���蜴�@se���!�@���0@xǟveN���ibu��?��o�I�;
�^��a��=�a��!&����xH�'�#a��p_�͞=��9��8��-o}�]�7۱��
si/���)�޾#y%���޵׾�X��Zz���u}1��
���SZV&�Q�x����VTr����sK��w�AF��!��r�<C�h�i@�B\Ve�����U�\#�2w�E���8.�P��\b��\~�e�ho�ݻw
+P�s|1p�PD᠌8��|��ճ����zc�\&��)f(w�;.;JAoo�3x�o��6�N�bB;��1��I }܋��d�0��r���#�����Ca�ϡ�^�Z8j�2Z��ZC@et�~DX�qz�6,�B����r��d�y"�o��a�s�,�b��@z��~<
��B���?�[�hO�����qF�è=��
�?t�22m�t`8��=gtr:0����$8 ~̨X�w���D�~�;|�A��b��s�,�H��+N�C�	�:�[��V	ي~���2k�̡��o��f_��!�!O� �w�H�g�l�]H3��ի6��[���<	O:,�a�J:���t��<�t˖-6��d�-ˈ!j��7��Z����9�s�i2w��4���`��}�(���e
��^�g�`5�%�C�w�u��$�B�
�i���ߋ�cPBp(=�(ԃ��l=��ȓ�Ŝ)7�?���K[�
K�yWd:y�k���s�,����A!���Q�gh�������ģ<c�Fi�a致P�m���'i�k��Q�8
�F��+���y&;*��g�õ0�`I�h���96J��#�-�KX,𖷾��8��_���k^o��"{���q�)~�&�;0��Zfސ�I���a,,�AP|����q�����^�v�0g�;�3���C�xI:���0��'h�X�,�	�`�I�|��Q!0sx���A�(
�"p#���I^I�
������nH��l(?a	�����m	��>,n��~���'�w�x,J�I�pXN<q���7�b
�	<�MP�C�


h�z@!,y�at���p�DhO�%��{���
�C�!y��$��;��0,�1�����V+iR�����G�+:� D�@(K(#����~8��;v�;�-��!�C8C����=�H�)��b7�섺���Ұ���o҆�?k$�l�A��oҍ�K�~�9
/A��Ծ!b��S ��Xkźd͉W�G������w�8tr����Y�ˌ��0��^e��_C�
��E:���.�����I�€_w�U�!\]v����[��!��������;%���������
H
Q��D�L	<� `*X����@�ԁ8!��m���(8��"�ַ��[A8E(�œ�dx,U8r,]�.�r\ mP�8�*�����}�ŋO����>$I��B�����|�A��oa��PiS‘?�`�̗%3�0�0�JX�g9(a��f��c�j�y1�0��J�{��	�&�d{��?>]*�	�	ed�#�0lJ��<�_Ǐ>ʐ�w��!�CA#��#h/	�
RfzǴ���;.��R��o�	�C��7�p(Oh�ջX��?B�y�4{��a�r�~|�	}��	~@~�O��(�|��Aü ���{'��!���8�41�s}9>{95-
����}�����
�O~�=���
�Y"�О;::��tF�
t.��/��|/#g��
 �T�t��_�y�_�-�-V>�\�ƌ�2lڴQ�U�G�JYwl���q�#�d`"�V^>8�ZRR�s���1�G�Q��ӷ/��#|�Sf�F`���̙�^…^&NWb��=��y�k<�T���I����P�� �2�F�-&�!0=,���`�ԉ23���~V�3�d2M��A�( g�u��?�Z��x�|a�IAJ��
����`�9�/_�r/qzb�
Z�~Y�˰&yA�#-�<)Gh3ʉ#�р����-
�8��t#{�����Br׮ݞN: C��Gݠ���4�r?��'~��'�����eHq.�u
�	 �\!|�f�4�@�oy�[|[m[P��t&Y^.�˃C�lS�ja�~x����(C�3}�?F�%�����!�,R�Wӑ�ܹs�և���HD�W�Y���>ڹus���5Ѯm/��|koo���։3N_�7Kp�DvV�߀���9�&�b�~;��p#EIqa$k��� +$�����]�~����A{[[��k�b��h�s�}�r�s��Q��R/cNvf���3�c8������'1��v
�=�~W���v��I����_�¯q�V1D��
���_�v�%���w~E���"�-/\-�s��QE�ぶ
@9iG���]�o��Y��e�]6�8�	'��W���J��)F�9rJ��Uuk׮�J�����"k}Cz�oɒ%~e�\E_���o��󔀍d�8.)��^n�C��{=�T �ܳ����ݼy��Ӭ4z��{$7n��]����׾6��o�7�$�����S��ߊ��#Yh~C�,��K.7�l��;��v��j;�Q��D��

O�]�.z����W�I�rz��%��6�c���џ�ɟ�
;��P?����4�b�[mV�z�o�Iq�a��ƌ�w���:���~�S�f��W�A�1
777E���'�w����O}�#���R��=�\�&vH�q�p�j�P)�'�-.�OQYM4"��͙3'��g>㌀;.��'�8�vۭ�c�>�{�=ѯ~���?�a�w�w~y.��-O�Jv�80�6���/N��3!:'aht:M.�Ӽ���(t^:&aC>����,e��)td�	y����10c.��:l�׻��u
m�t�ַ<.��B!�5P��C�0(ڦM��f.D���?���{ y�ˈ�n+����.M��tD~Y
����J2��d�`�܇	 (d�y��=�iR~h�2
��S�PByR��À�)4��>��
hG�����>�1�1O����VI�t��
.ɏ�I��?��$/�pE>�mH�P'�H��?s饗���TG�y��n[�l�+ר/釴�.�5�w����W��LSS��5Y�~�>�E�)����H;(8��/�K�O觼��O}ʍ�q�w�K�	�[j;���_���I_F	�&�5}�'� ����ZH��Å��HB4�?*�	�pd�:��~��#"�!ou<?~3#�2�u@�s`(	��1�Ή�_ÇqY����Nd��=/�g�H�͇Y�@>G�|��t�3GDyp�d��|�ˊF�bh�wǢ�{0D��<�gSp��:���V�|ɛ�a�b��:S�T`�C�͉��.Û�Wʐ]jʉ_�/Èl�a{�o8��Q~pG��O���"�Q61���&�G]9T��$�N�I7��3���"!�\r�C��
�
O�$.m��2�4��H�����aG���oډ��>��H�'����3�8�9�d��G=�'�0܃#�r������;q�m��a����;�K��CϜ4��i'��;�B��9�)����eh���X���V��I�Y��I$�<_ʔ>��[�'egȔ�k��ڊi���B�C��
p�����0�K�����,tc?+���)7�ap�0�/��,fh?����,S��P���ʚ��?�zѧ�
�n�;�
�Wt�ԎH1������/tT �I��N!~��\@�Ҧ����v2��{�3ԇ'�'�I�ԴR!��'�f†|��L?�n2�$$��$~�g�qC�T <u	�Z>����`���w�AH�	�Ɵ�<�a�o�D�w�	��~��B��i€a��aP��@�!��;��w��=�'��N�PF~���o��ɷP~!�?	��C^!�d�!�$H�%	��'�$˝,2�Լx�q�o�K�?�F/�{�d��3���x�x
qBZ��(0*D_E@dŸ<��]���R��y�

�ƅwߓi�t�a��w�=��o@� ����BZ��,�������߇�d:�,�~!�.�<y!�p�
�	i��G�|K2ɐ'~��Ϥ��i�L�����B�d@x�xR�d�$��t���w��-�!��@x�,3��P' Y�dz�/� lpIi��/�
y���8�
q	�.���+�
?\����4�qx����7��=|�,_2�>�7π��7 <��@��iӦ�e��x�^�b�2�����v�c
GCW ��Bg|��<�B��ֱ���;5ϣ�ᕶ_j����+��+M�X���������^*��)���]����LC0�s��P����W�o$���ty����~�@��R!5�$��Fr/B�ùTH�gҽR8Z���>]�Fr����K����<�Cp����!]���>�}K�R�v�ʐt�6�'���R�NxK����d�a�`�&	!����P��� å��<�_���h���;䕬��d:�p&�NZsl��Ņ2�B�tp|�P�������4�IG	�H����?��!��0@2<@��K!]���u�BH7�%���[(G�/@�ugB��;��CX�J�1��p��\�?�i�/��{j��aB��3�.�	i�z�%!�IB2L�ʔ��^��� �K��q�;O\ȗ8�CW�N�O������8��x���w �~�f�/��/ 
�a�G�d�Gk���$$��i�8��[,�b�8���p��Q�Q�Q�?���0
�0
�0
��`T���(��(��(�L��0
�0
�0
/F��(��(��(��˄Q!:
�0
�0
��2aT���(��(��(�L��0
�0
�0
/F��(��(��(��˄Q!:
�0
�0
����N�CIEND�B`�PK�I|%�%�PK A�\	AACSITE/category.phpUT��#j<?php

include 'includes/data.php';

$slug = $_GET['slug'] ?? 'ajmer';

$currentCategory = null;

foreach ($categories as $category) {

    if ($category['slug'] == $slug) {

        $currentCategory = $category;
    }
}

$pageTitle = $currentCategory ? $currentCategory['name'] : 'श्रेणी';
include 'includes/header.php';

?>


<!-- =========================================
     CATEGORY HERO SECTION START
========================================= -->

<section class="category-hero-section">

    <div class="container">

        <!-- BREADCRUMB -->
        <div class="category-breadcrumb">

            <a href="index.php">होम</a>

            <span>/</span>

            <span>

                <?php echo $currentCategory['name']; ?>

            </span>

        </div>

        <!-- HERO CONTENT -->
        <div class="category-hero-content">

            <!-- ICON -->
            <div class="category-hero-icon">
                <i class="bi <?php echo $currentCategory['icon']; ?>"></i>
            </div>

            <!-- TEXT -->
            <div class="category-hero-text">

                <h1>

                    <?php echo $currentCategory['name']; ?>

                </h1>

                <p>

                    <?php echo $currentCategory['name']; ?>

                    की हर छोटी-बड़ी खबर

                </p>

                <div class="category-meta">

                    <span>
                        <i class="bi bi-file-earmark-text"></i>
                        <?php

                        $count = 0;

                        foreach ($articles as $article) {

                            if ($article['category_slug'] == $slug) {

                                $count++;
                            }
                        }

                        echo $count;

                        ?>

                        खबरें
                    </span>

                    <span>
                        <i class="bi bi-clock"></i>
                        आज अपडेट
                    </span>

                </div>

            </div>

        </div>

    </div>

</section>

<!-- =========================================
     CATEGORY NAVIGATION
========================================= -->

<section class="category-nav-section">

    <div class="container">

        <div class="category-nav-wrapper">

            <strong>श्रेणियाँ:</strong>

            <?php foreach ($categories as $category): ?>

                <a href="category.php?slug=<?php echo $category['slug']; ?>"

                    class="<?php if ($slug == $category['slug']) echo 'active-cat'; ?>">

                    <?php echo $category['name']; ?>

                </a>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<!-- =========================================
     CATEGORY PAGE CONTENT START
========================================= -->

<section class="category-page-section">

    <div class="container">

        <div class="row g-4">

            <!-- LEFT NEWS -->
            <div class="col-lg-8">

                <div class="row g-4">

                    <?php foreach ($articles as $article): ?>

                        <?php if ($article['category_slug'] == $slug): ?>

                            <div class="col-md-6">

                                <div class="category-news-card">

                                    <div class="category-news-image">

                                        <img src="<?php echo $article['image']; ?>" alt="">

                                    </div>

                                    <div class="category-news-content">

                                        <span class="news-label">

                                            <?php echo $article['category']; ?>

                                        </span>

                                        <a href="article.php?slug=<?php echo $article['slug']; ?>">

                                            <h3>

                                                <?php echo $article['title']; ?>

                                            </h3>

                                        </a>

                                        <p>

                                            <?php echo $article['excerpt']; ?>

                                        </p>

                                        <div class="category-news-meta">

                                            <span>

                                                <i class="bi bi-clock"></i>

                                                <?php echo $article['time']; ?>

                                            </span>

                                            <span>

                                                <i class="bi bi-eye"></i>

                                                <?php echo $article['views']; ?>

                                            </span>

                                            <span>

                                                <i class="bi bi-person"></i>

                                                <?php echo $article['author']; ?>

                                            </span>

                                        </div>

                                    </div>

                                </div>

                            </div>

                        <?php endif; ?>

                    <?php endforeach; ?>

                </div>

            </div>

            <!-- SIDEBAR -->
            <div class="col-lg-4">

                <!-- CATEGORY BOX -->
                <div class="category-sidebar-box">

                    <h3 class="sidebar-heading">
                        सभी श्रेणियां
                    </h3>

                    <ul class="sidebar-category-list">

                        <?php foreach ($categories as $category): ?>

                            <li class="<?php if ($slug == $category['slug']) echo 'active-sidebar-cat'; ?>">

                                <a href="category.php?slug=<?php echo $category['slug']; ?>">

                                    <div>

                                        <span class="sidebar-icon <?php echo $category['color']; ?>-bg">

                                            <i class="bi <?php echo $category['icon']; ?>"></i>

                                        </span>

                                        <?php echo $category['name']; ?>

                                    </div>

                                    <span class="sidebar-count">

                                        <?php

                                        $total = 0;

                                        foreach ($articles as $article) {

                                            if ($article['category_slug'] == $category['slug']) {

                                                $total++;
                                            }
                                        }

                                        echo $total;

                                        ?>

                                    </span>

                                </a>

                            </li>

                        <?php endforeach; ?>

                    </ul>

                </div>

                <!-- LATEST NEWS -->
                <div class="category-sidebar-box">

                    <h3 class="sidebar-heading">
                        ताजा खबरें
                    </h3>

                    <?php foreach ($articles as $article): ?>

                        <div class="latest-sidebar-news">

                            <img src="<?php echo $article['image']; ?>" alt="">

                            <div>

                                <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 endforeach; ?>

                </div>

                <!-- SOCIAL BOX -->
                <div class="follow-social-box">

                    <h3>
                        हमें फॉलो करें
                    </h3>

                    <div class="social-follow-icons">

                        <a href="<?php echo $website['facebook']; ?>" class="facebook-bg">
                            <i class="bi bi-facebook"></i>
                        </a>

                        <a href="<?php echo $website['instagram']; ?>" class="instagram-bg">
                            <i class="bi bi-instagram"></i>
                        </a>

                        <a href="<?php echo $website['youtube']; ?>" class="youtube-bg">
                            <i class="bi bi-youtube"></i>
                        </a>

                        <a href="<?php echo $website['twitter']; ?>" class="twitter-bg">
                            <i class="bi bi-twitter-x"></i>
                        </a>

                        <a href="<?php echo $website['whatsapp']; ?>" class="whatsapp-bg">
                            <i class="bi bi-whatsapp"></i>
                        </a>

                    </div>

                </div>

            </div>

        </div>

    </div>

</section>

<style>
    body {
        background: #f3f4f6;
    }

    /* =========================================
       CATEGORY HERO
    ========================================= */

    .category-hero-section {
        padding: 40px 0;
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
    }

    .category-breadcrumb {
        margin-bottom: 30px;
        font-size: 14px;
        color: #64748b;
    }

    .category-breadcrumb a {
        text-decoration: none;
        color: #e11d48;
    }

    .category-breadcrumb span {
        margin: 0 5px;
    }

    .category-hero-content {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .category-hero-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        background: #e11d48;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 32px;
    }

    .category-hero-text h1 {
        font-size: 54px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .category-hero-text p {
        color: #64748b;
        font-size: 17px;
        margin-bottom: 12px;
    }

    .category-meta {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        color: #64748b;
        font-size: 14px;
    }

    /* =========================================
       CATEGORY NAV
    ========================================= */

    .category-nav-section {
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
        padding: 20px 0;
    }

    .category-nav-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .category-nav-wrapper strong {
        color: #475569;
    }

    .category-nav-wrapper a {
        padding: 10px 18px;
        border: 1px solid #dbe2ea;
        border-radius: 30px;
        text-decoration: none;
        color: #111827;
        font-size: 14px;
        font-weight: 600;
        transition: 0.3s;
    }

    .category-nav-wrapper a:hover,
    .active-cat {
        background: #e11d48;
        color: #fff !important;
        border-color: #e11d48 !important;
    }

    /* =========================================
       PAGE SECTION
    ========================================= */

    .category-page-section {
        padding: 50px 0 80px;
    }

    /* NEWS CARD */

    .category-news-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
        transition: 0.35s;
        height: 100%;
    }

    .category-news-card:hover {
        transform: translateY(-5px);
    }

    .category-news-image img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .category-news-content {
        padding: 22px;
    }

    .news-label {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .category-news-content h3 {
        font-size: 29px;
        font-weight: 800;
        line-height: 1.5;
        color: #111827;
        margin-bottom: 15px;
    }

    .category-news-content p {
        color: #64748b;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .category-news-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        color: #94a3b8;
        font-size: 13px;
    }

    /* =========================================
       SIDEBAR
    ========================================= */

    .category-sidebar-box {
        background: #fff;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 25px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    }

    .sidebar-heading {
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 14px;
    }

    .sidebar-heading::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        background: #e11d48;
        border-radius: 10px;
    }

    /* CATEGORY LIST */

    .sidebar-category-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-category-list li {
        margin-bottom: 12px;
    }

    .sidebar-category-list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 14px 15px;
        border-radius: 14px;
        text-decoration: none;
        color: #111827;
        font-weight: 600;
        transition: 0.3s;
    }

    .active-sidebar-cat a {
        background: #fff3f5 !important;
    }

    .sidebar-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-right: 12px;
        font-size: 15px;
    }

    .sidebar-count {
        background: #f1f5f9;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #64748b;
    }

    /* COLORS */

    .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;
    }

    /* LATEST NEWS */

    .latest-sidebar-news {
        display: flex;
        gap: 14px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #ececec;
    }

    .latest-sidebar-news img {
        width: 90px;
        height: 70px;
        border-radius: 10px;
        object-fit: cover;
    }

    .latest-sidebar-news h4 {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 700;
        margin-bottom: 8px;
        color: #111827;
    }

    .latest-sidebar-news span {
        color: #94a3b8;
        font-size: 12px;
    }

    /* SOCIAL */

    .follow-social-box {
        background: #fff;
        border-radius: 20px;
        padding: 35px 25px;
        text-align: center;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    }

    .follow-social-box h3 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 28px;
    }

    .social-follow-icons {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .social-follow-icons a {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        transition: 0.3s;
    }

    .social-follow-icons a:hover {
        transform: translateY(-4px);
    }

    .facebook-bg {
        background: #1877f2;
    }

    .instagram-bg {
        background: #e1306c;
    }

    .youtube-bg {
        background: #ff0000;
    }

    .twitter-bg {
        background: #000;
    }

    .whatsapp-bg {
        background: #25D366;
    }

    /* =========================================
       RESPONSIVE
    ========================================= */

    @media(max-width:991px) {

        .category-hero-text h1 {
            font-size: 40px;
        }

        .category-news-content h3 {
            font-size: 23px;
        }
    }

    @media(max-width:576px) {

        .category-hero-content {
            flex-direction: column;
            align-items: flex-start;
        }

        .category-hero-text h1 {
            font-size: 32px;
        }

        .category-news-image img {
            height: 220px;
        }

        .category-news-content {
            padding: 18px;
        }

        .category-news-content h3 {
            font-size: 20px;
        }

        .sidebar-heading {
            font-size: 24px;
        }

        .follow-social-box h3 {
            font-size: 24px;
        }
    }
</style>


<?php include 'includes/footer.php'; ?>PK$B�Z�G�GPKA�\	AACSITE/contact.phpUT��#j<?php

include 'includes/data.php';

$pageTitle = 'संपर्क करें';
include 'includes/header.php';

?>

<!-- =========================================
     CONTACT HERO SECTION START
========================================= -->

<section class="contact-hero-section">

    <div class="container">

        <!-- BREADCRUMB -->
        <div class="contact-breadcrumb">

            <a href="index.php">होम</a>

            <span>/</span>

            <span>संपर्क</span>

        </div>

        <!-- HERO CONTENT -->
        <div class="contact-hero-content">

            <div class="contact-hero-icon">

                <i class="bi bi-postcard-heart-fill"></i>

            </div>

            <h1>

                <?php echo $contactPage['hero']['title']; ?>

            </h1>

            <p>

                <?php echo $contactPage['hero']['description']; ?>

            </p>

        </div>

    </div>

</section>

<style>
    /* =========================================
       CONTACT HERO SECTION
    ========================================= */

    .contact-hero-section {
        padding: 90px 0;
        background: linear-gradient(90deg, #09162f, #1e293b);
        text-align: center;
    }

    .contact-breadcrumb {
        margin-bottom: 30px;
        font-size: 14px;
        color: #cbd5e1;
    }

    .contact-breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

    .contact-breadcrumb span {
        margin: 0 6px;
    }

    .contact-hero-icon {
        width: 80px;
        height: 80px;
        border-radius: 22px;
        background: linear-gradient(135deg, #e11d48, #ff3d71);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        color: #fff;
        font-size: 34px;
        box-shadow: 0 10px 25px rgba(233, 30, 99, 0.35);
    }

    .contact-hero-content h1 {
        font-size: 60px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 18px;
    }

    .contact-hero-content p {
        max-width: 700px;
        margin: auto;
        color: #cbd5e1;
        font-size: 18px;
        line-height: 1.9;
    }

    /* RESPONSIVE */

    @media(max-width:768px) {

        .contact-hero-section {
            padding: 70px 0;
        }

        .contact-hero-content h1 {
            font-size: 40px;
        }

        .contact-hero-content p {
            font-size: 16px;
        }

        .contact-hero-icon {
            width: 70px;
            height: 70px;
            font-size: 28px;
        }
    }
</style>



<!-- =========================================
     CONTACT DETAILS SECTION START
========================================= -->

<section class="contact-details-section">

    <div class="container">

        <div class="row g-4">

            <?php foreach ($contactPage['cards'] as $card): ?>

                <div class="col-lg-3 col-md-6">

                    <div class="contact-card">

                        <div class="contact-card-icon">

                            <i class="bi <?php echo $card['icon']; ?>"></i>

                        </div>

                        <h3>

                            <?php echo $card['title']; ?>

                        </h3>

                        <a>

                            <?php echo $card['line1']; ?>

                        </a>

                        <?php if (!empty($card['line2'])): ?>

                            <a>

                                <?php echo $card['line2']; ?>

                            </a>

                        <?php endif; ?>

                        <span>

                            <?php echo $card['small']; ?>

                        </span>

                    </div>

                </div>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    /* =========================================
       CONTACT DETAILS SECTION
    ========================================= */

    .contact-details-section {
        padding: 70px 0;
        background: #f3f4f6;
    }

    .contact-card {
        background: #fff;
        border-radius: 24px;
        padding: 40px 30px;
        text-align: center;
        height: 100%;
        transition: 0.35s;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    }

    .contact-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .contact-card-icon {
        width: 66px;
        height: 66px;
        border-radius: 18px;
        background: linear-gradient(135deg, #e11d48, #d81b60);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
        color: #fff;
        font-size: 28px;
    }

    .contact-card h3 {
        font-size: 28px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 20px;
    }

    .contact-card a {
        display: block;
        text-decoration: none;
        color: #e11d48 !important;
        font-weight: 700;
        margin-bottom: 10px;
        transition: 0.3s;
    }

    .contact-card a:hover {
        color: #111827;
    }

    .contact-card p {
        color: #e11d48;
        font-weight: 700;
        line-height: 1.9;
        margin-bottom: 10px;
    }

    .contact-card span {
        color: #64748b;
        font-size: 14px;
        line-height: 1.8;
        display: block;
        margin-top: 12px;
    }

    /* RESPONSIVE */

    @media(max-width:768px) {

        .contact-details-section {
            padding: 50px 0;
        }

        .contact-card {
            padding: 35px 20px;
            border-radius: 20px;
        }

        .contact-card h3 {
            font-size: 22px;
        }

        .contact-card-icon {
            width: 58px;
            height: 58px;
            border-radius: 16px;
            font-size: 24px;
        }
    }
</style>


<!-- =========================================
     CONTACT FORM SECTION START
========================================= -->

<section class="contact-form-section">

    <div class="container">

        <!-- SECTION TITLE -->
        <div class="contact-form-heading">

            <h2>
                संदेश भेजें
            </h2>

            <p>
                सभी * चिह्नित फील्ड भरना अनिवार्य है।
            </p>

        </div>

        <div class="row g-4">

            <!-- CONTACT FORM -->
            <div class="col-lg-8">

                <div class="contact-form-box">

                    <!-- FORM -->
                    <form>

                        <!-- TOPIC -->
                        <div class="contact-topic-wrapper">

                            <label>
                                आप किस बारे में लिख रहे हैं ? *
                            </label>

                            <div class="contact-topic-list">

                                <?php foreach ($contactPage['topics'] as $index => $topic): ?>

                                    <label class="topic-option">

                                        <input type="radio"
                                            name="topic"

                                            <?php if ($index == 0) echo 'checked'; ?>>

                                        <span>

                                            <?php echo $topic; ?>

                                        </span>

                                    </label>

                                <?php endforeach; ?>

                            </div>

                        </div>

                        <!-- FORM FIELDS -->
                        <div class="row g-4">

                            <!-- NAME -->
                            <div class="col-md-6">

                                <div class="form-group">

                                    <label>
                                        पूरा नाम *
                                    </label>

                                    <input type="text"
                                        placeholder="जैसे: राजेश शर्मा">

                                </div>

                            </div>

                            <!-- EMAIL -->
                            <div class="col-md-6">

                                <div class="form-group">

                                    <label>
                                        ईमेल पता *
                                    </label>

                                    <input type="email"
                                        placeholder="your@email.com">

                                </div>

                            </div>

                            <!-- PHONE -->
                            <div class="col-md-6">

                                <div class="form-group">

                                    <label>
                                        मोबाइल नंबर
                                    </label>

                                    <input type="text"
                                        placeholder="+91 9XXXXXXXXX">

                                </div>

                            </div>

                            <!-- SUBJECT -->
                            <div class="col-md-6">

                                <div class="form-group">

                                    <label>
                                        विषय *
                                    </label>

                                    <input type="text"
                                        placeholder="संदेश का विषय">

                                </div>

                            </div>

                            <!-- MESSAGE -->
                            <div class="col-12">

                                <div class="form-group">

                                    <label>
                                        आपका संदेश *
                                    </label>

                                    <textarea rows="6"
                                        placeholder="यहाँ अपना संदेश लिखें..."></textarea>

                                </div>

                            </div>

                            <!-- BUTTON -->
                            <div class="col-12">

                                <button type="submit"
                                    class="send-message-btn">

                                    <i class="bi bi-send-fill"></i>

                                    संदेश भेजें

                                </button>

                            </div>

                        </div>

                    </form>

                </div>

            </div>

            <!-- SIDEBAR -->
            <div class="col-lg-4">

                <!-- MAP -->
                <div class="contact-sidebar-box">

                    <h3 class="sidebar-contact-title">
                        हमारा स्थान
                    </h3>

                    <div class="map-box">

                        <iframe
                            src="https://maps.google.com/maps?q=ajmer&t=&z=13&ie=UTF8&iwloc=&output=embed"
                            allowfullscreen=""
                            loading="lazy">
                        </iframe>

                    </div>

                </div>

                <!-- OFFICE TIME -->
                <div class="contact-sidebar-box">

                    <h3 class="sidebar-contact-title">
                        कार्यालय समय
                    </h3>

                    <?php foreach ($contactPage['office_hours'] as $office): ?>

                        <div class="office-time-item">

                            <strong>

                                <?php echo $office['day']; ?>

                            </strong>

                            <span>

                                <?php echo $office['time']; ?>

                            </span>

                        </div>

                    <?php endforeach; ?>

                    <div class="office-note">

                        <i class="bi bi-info-circle"></i>

                        Breaking news के लिए हम 24×7 उपलब्ध हैं।

                    </div>

                </div>

                <!-- SOCIAL -->
                <div class="contact-sidebar-box text-center">

                    <h3 class="sidebar-contact-title social-title">
                        सोशल मीडिया
                    </h3>

                    <div class="contact-social-icons">

                        <a href="<?php echo $website['facebook']; ?>" class="facebook-bg">
                            <i class="bi bi-facebook"></i>
                        </a>

                        <a href="<?php echo $website['instagram']; ?>" class="instagram-bg">
                            <i class="bi bi-instagram"></i>
                        </a>

                        <a href="<?php echo $website['youtube']; ?>" class="youtube-bg">
                            <i class="bi bi-youtube"></i>
                        </a>

                        <a href="<?php echo $website['twitter']; ?>" class="twitter-bg">
                            <i class="bi bi-twitter-x"></i>
                        </a>

                        <a href="<?php echo $website['whatsapp']; ?>" class="whatsapp-bg">
                            <i class="bi bi-whatsapp"></i>
                        </a>

                    </div>

                </div>

            </div>

        </div>

    </div>

</section>

<style>
    /* =========================================
       CONTACT FORM SECTION
    ========================================= */

    .contact-form-section {
        padding: 80px 0;
        background: #f3f4f6;
    }

    /* HEADING */

    .contact-form-heading {
        margin-bottom: 45px;
    }

    .contact-form-heading h2 {
        font-size: 58px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .contact-form-heading p {
        color: #64748b;
        font-size: 17px;
    }

    /* FORM BOX */

    .contact-form-box {
        background: #fff;
        border-radius: 28px;
        padding: 45px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    /* =========================================
       TOPIC RADIO BUTTONS
    ========================================= */

    .contact-topic-wrapper {
        margin-bottom: 40px;
    }

    .contact-topic-wrapper label {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 18px;
    }

    .contact-topic-list {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .topic-option {
        position: relative;
        cursor: pointer;
        margin: 0 !important;
    }

    .topic-option input {
        display: none;
    }

    .topic-option span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 22px;
        border: 1px solid #dbe2ea;
        border-radius: 40px;
        background: #fff;
        color: #111827;
        font-size: 14px;
        font-weight: 700;
        transition: 0.3s;
    }

    .topic-option input:checked+span {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
        box-shadow: 0 8px 20px rgba(233, 30, 99, 0.2);
    }

    .topic-option span:hover {
        border-color: #e11d48;
    }

    /* =========================================
       FORM
    ========================================= */

    .form-group label {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 12px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        border: 1px solid #dbe2ea;
        border-radius: 16px;
        padding: 16px 18px;
        font-size: 15px;
        outline: none;
        transition: 0.3s;
        background: #fff;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-color: #e11d48;
        box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.08);
    }

    /* BUTTON */

    .send-message-btn {
        border: none;
        background: linear-gradient(135deg, #e11d48, #ff3d71);
        color: #fff;
        padding: 16px 30px;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 700;
        transition: 0.3s;
    }

    .send-message-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px rgba(233, 30, 99, 0.25);
    }

    .send-message-btn i {
        margin-right: 8px;
    }

    /* =========================================
       SIDEBAR
    ========================================= */

    .contact-sidebar-box {
        background: #fff;
        border-radius: 26px;
        padding: 28px;
        margin-bottom: 24px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .sidebar-contact-title {
        font-size: 32px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 28px;
        position: relative;
        padding-bottom: 14px;
    }

    .sidebar-contact-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 3px;
        background: #e11d48;
        border-radius: 20px;
    }

    /* MAP */

    .map-box {
        overflow: hidden;
        border-radius: 20px;
    }

    .map-box iframe {
        width: 100%;
        height: 360px;
        border: 0;
    }

    /* OFFICE */

    .office-time-item {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #ececec;
    }

    .office-time-item strong {
        color: #111827;
        font-size: 15px;
    }

    .office-time-item span {
        color: #64748b;
        font-size: 14px;
        text-align: right;
    }

    .office-note {
        margin-top: 20px;
        color: #64748b;
        font-size: 14px;
    }

    .office-note i {
        color: #e11d48;
        margin-right: 5px;
    }

    /* SOCIAL */

    .social-title {
        text-align: center;
    }

    .social-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-social-icons {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .contact-social-icons a {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        transition: 0.3s;
    }

    .contact-social-icons a:hover {
        transform: translateY(-5px);
    }

    /* COLORS */

    .facebook-bg {
        background: #1877f2;
    }

    .instagram-bg {
        background: #e1306c;
    }

    .youtube-bg {
        background: #ff0000;
    }

    .twitter-bg {
        background: #000;
    }

    .whatsapp-bg {
        background: #25D366;
    }

    /* =========================================
       RESPONSIVE
    ========================================= */

    @media(max-width:991px) {

        .contact-form-box {
            padding: 30px;
        }

        .contact-form-heading h2 {
            font-size: 46px;
        }
    }

    @media(max-width:768px) {

        .contact-form-section {
            padding: 60px 0;
        }

        .contact-form-heading {
            margin-bottom: 35px;
        }

        .contact-form-heading h2 {
            font-size: 38px;
        }

        .contact-form-heading p {
            font-size: 15px;
            line-height: 1.8;
        }

        .contact-form-box {
            padding: 22px;
            border-radius: 22px;
        }

        .contact-sidebar-box {
            padding: 22px;
            border-radius: 22px;
        }

        .sidebar-contact-title {
            font-size: 24px;
        }

        .map-box iframe {
            height: 300px;
        }

        .office-time-item {
            flex-direction: column;
            gap: 8px;
        }

        .office-time-item span {
            text-align: left;
        }
    }
</style>


<!-- =========================================
     FAQ SECTION START
========================================= -->

<section class="faq-section">

    <div class="container">

        <!-- SECTION TITLE -->
        <div class="faq-heading">

            <h2>
                अक्सर पूछे जाने वाले सवाल
            </h2>

            <p>
                कुछ सामान्य सवालों के जवाब यहाँ मिलेंगे
            </p>

        </div>

        <!-- FAQ WRAPPER -->
        <div class="faq-wrapper">

            <?php foreach ($contactPage['faq'] as $index => $faq): ?>

                <div class="faq-item <?php if ($index == 0) echo 'active-faq'; ?>">

                    <div class="faq-question">

                        <h3>

                            <?php echo $faq['question']; ?>

                        </h3>

                        <div class="faq-icon">

                            <i class="bi bi-chevron-down"></i>

                        </div>

                    </div>

                    <div class="faq-answer">

                        <p>

                            <?php echo $faq['answer']; ?>

                        </p>

                    </div>

                </div>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    /* =========================================
       FAQ SECTION
    ========================================= */

    .faq-section {
        padding: 90px 0;
        background: #f3f4f6;
    }

    /* HEADING */

    .faq-heading {
        text-align: center;
        margin-bottom: 55px;
    }

    .faq-heading h2 {
        font-size: 58px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .faq-heading p {
        font-size: 17px;
        color: #64748b;
    }

    /* WRAPPER */

    .faq-wrapper {
        max-width: 1100px;
        margin: auto;
    }

    /* FAQ ITEM */

    .faq-item {
        background: #fff;
        border-radius: 22px;
        margin-bottom: 18px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
        transition: 0.3s;
    }

    .faq-item:hover {
        transform: translateY(-3px);
    }

    /* QUESTION */

    .faq-question {
        padding: 28px 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .faq-question h3 {
        font-size: 22px;
        font-weight: 700;
        color: #111827;
        margin: 0;
        line-height: 1.6;
    }

    /* ICON */

    .faq-icon {
        min-width: 42px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff1f5;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e11d48;
        font-size: 16px;
        transition: 0.3s;
    }

    .faq-icon i {
        transition: 0.3s;
    }

    /* ANSWER */

    .faq-answer {
        display: none;
        padding: 0 32px 30px;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 1.9;
        color: #64748b;
        margin: 0;
    }

    /* ACTIVE */

    .active-faq .faq-answer {
        display: block;
    }

    .active-faq .faq-icon {
        background: #e11d48;
        color: #fff;
    }

    .active-faq .faq-icon i {
        transform: rotate(180deg);
    }

    /* =========================================
       RESPONSIVE
    ========================================= */

    @media(max-width:991px) {

        .faq-heading h2 {
            font-size: 46px;
        }

        .faq-question h3 {
            font-size: 20px;
        }
    }

    @media(max-width:768px) {

        .faq-section {
            padding: 65px 0;
        }

        .faq-heading {
            margin-bottom: 40px;
        }

        .faq-heading h2 {
            font-size: 36px;
        }

        .faq-heading p {
            font-size: 15px;
        }

        .faq-question {
            padding: 22px;
            gap: 20px;
        }

        .faq-question h3 {
            font-size: 17px;
            line-height: 1.7;
        }

        .faq-answer {
            padding: 0 22px 22px;
        }

        .faq-answer p {
            font-size: 15px;
            line-height: 1.9;
        }

        .faq-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
            font-size: 14px;
        }
    }
</style>

<script>
    // FAQ TOGGLE

    const faqItems = document.querySelectorAll('.faq-item');

    faqItems.forEach(item => {

        const question = item.querySelector('.faq-question');

        question.addEventListener('click', () => {

            // CLOSE OTHER ITEMS
            faqItems.forEach(faq => {

                if (faq !== item) {

                    faq.classList.remove('active-faq');

                }

            });

            // TOGGLE CURRENT
            item.classList.toggle('active-faq');

        });

    });
</script>



<?php include 'includes/footer.php'; ?>PK��A�d�dPKA�\	AACSITE/gallery.phpUT��#j<?php

include 'includes/data.php';

$pageTitle = 'फोटो गैलरी';
include 'includes/header.php';

?>

<!-- =========================================
     GALLERY HERO SECTION
========================================= -->

<section class="gallery-hero-section">

    <div class="container">

        <!-- BREADCRUMB -->
        <div class="gallery-breadcrumb">

            <a href="index.php">होम</a>

            <span>/</span>

            <span>फोटो गैलरी</span>

        </div>

        <!-- HERO CONTENT -->
        <div class="gallery-hero-content">

            <div class="gallery-hero-icon">

                <i class="bi bi-camera-fill"></i>

            </div>

            <h1>
                फोटो गैलरी
            </h1>

            <p>
                अजमेर, राजस्थान और देश-दुनिया की खास तस्वीरें एक जगह
            </p>

            <div class="gallery-count">

                <i class="bi bi-images"></i>

                कुल <?php echo count($gallery); ?> तस्वीरें

            </div>

        </div>

    </div>

</section>

<style>
    /* =========================================
       GALLERY HERO
    ========================================= */

    .gallery-hero-section {
        padding: 80px 0;
        background: linear-gradient(90deg, #09162f, #172554);
        text-align: center;
    }

    .gallery-breadcrumb {
        margin-bottom: 24px;
        color: #cbd5e1;
        font-size: 14px;
    }

    .gallery-breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

    .gallery-breadcrumb span {
        margin: 0 6px;
    }

    .gallery-hero-icon {
        width: 70px;
        height: 70px;
        border-radius: 18px;
        background: linear-gradient(135deg, #e11d48, #ff3d71);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        color: #fff;
        font-size: 28px;
    }

    .gallery-hero-content h1 {
        font-size: 52px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 12px;
    }

    .gallery-hero-content p {
        color: #cbd5e1;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gallery-count {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }
</style>



<!-- =========================================
     FILTER SECTION
========================================= -->

<section class="gallery-filter-section">

    <div class="container">

        <div class="gallery-filter-wrapper">

            <button class="active-filter" data-filter="all">
                सभी
            </button>

            <?php

            $galleryCategories = [];

            foreach ($gallery as $item) {

                $galleryCategories[] = $item['category'];
            }

            $galleryCategories = array_unique($galleryCategories);

            ?>

            <?php foreach ($galleryCategories as $category): ?>

                <button data-filter="<?php echo $category; ?>">

                    <?php echo $category; ?>

                </button>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    /* =========================================
       FILTER SECTION
    ========================================= */

    .gallery-filter-section {
        background: #fff;
        padding: 22px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .gallery-filter-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .gallery-filter-wrapper button {
        border: 1px solid #dbe2ea;
        background: #fff;
        padding: 10px 18px;
        border-radius: 40px;
        font-size: 13px;
        font-weight: 700;
        color: #111827;
        transition: 0.3s;
    }

    .gallery-filter-wrapper button:hover,
    .active-filter {
        background: #e11d48 !important;
        color: #fff !important;
        border-color: #e11d48 !important;
    }
</style>



<!-- =========================================
     MASONRY GALLERY
========================================= -->

<section class="masonry-gallery-section mb-5">

    <div class="container">

        <div class="masonry-gallery">

            <?php foreach ($gallery as $item): ?>

                <div class="masonry-item" data-category="<?php echo $item['category']; ?>">

                    <div class="gallery-box">

                        <img src="<?php echo $item['image']; ?>" alt="">

                        <!-- OVERLAY -->
                        <div class="gallery-overlay">

                            <span>

                                <?php echo $item['category']; ?>

                            </span>

                            <h3>

                                <?php echo $item['title']; ?>

                            </h3>

                        </div>

                    </div>

                </div>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    /* =========================================
       MASONRY GALLERY
    ========================================= */

    .masonry-gallery-section {
        padding: 50px 0 90px;
        background: #09162f;
    }

    /* MASONRY */

    .masonry-gallery {
        column-count: 3;
        column-gap: 18px;
    }

    .masonry-item {
        break-inside: avoid;
        margin-bottom: 18px;
    }

    /* CARD */

    .gallery-box {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        cursor: pointer;
    }

    .gallery-box img {
        width: 100%;
        display: block;
        border-radius: 18px;
        transition: 0.4s;
    }

    .gallery-box:hover img {
        transform: scale(1.05);
    }

    /* OVERLAY */

    .gallery-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
        opacity: 0;
        transition: 0.35s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 22px;
    }

    .gallery-box:hover .gallery-overlay {
        opacity: 1;
    }

    .gallery-overlay span {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 6px 14px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 14px;
        width: max-content;
    }

    .gallery-overlay h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.7;
        margin: 0;
    }

    /* =========================================
       RESPONSIVE
    ========================================= */

    @media(max-width:991px) {

        .masonry-gallery {
            column-count: 2;
        }

        .gallery-hero-content h1 {
            font-size: 42px;
        }
    }

    @media(max-width:768px) {

        .gallery-hero-section {
            padding: 65px 0;
        }

        .gallery-hero-content h1 {
            font-size: 34px;
        }

        .gallery-hero-content p {
            font-size: 15px;
            line-height: 1.8;
        }

        .masonry-gallery {
            column-count: 1;
        }

        .masonry-gallery-section {
            padding: 40px 0 60px;
        }

        .gallery-overlay {
            opacity: 1;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
        }

        .gallery-overlay h3 {
            font-size: 18px;
        }
    }
</style>

<script>
    // =========================================
    // GALLERY FILTER
    // =========================================

    const filterButtons = document.querySelectorAll(
        '.gallery-filter-wrapper button'
    );

    const galleryItems = document.querySelectorAll(
        '.masonry-item'
    );

    filterButtons.forEach(button => {

        button.addEventListener('click', () => {

            // REMOVE ACTIVE CLASS
            filterButtons.forEach(btn => {

                btn.classList.remove("active-filter");

            });

            // ADD ACTIVE CLASS
            button.classList.add("active-filter");

            // GET FILTER VALUE
            const filterValue = button.getAttribute('data-filter');

            // FILTER ITEMS
            galleryItems.forEach(item => {

                const itemCategory = item.getAttribute('data-category');

                if (filterValue === 'all' || itemCategory === filterValue) {

                    item.style.display = 'block';

                } else {

                    item.style.display = 'none';

                }

            });

        });

    });
</script>

<?php include 'includes/footer.php'; ?>PK��š#�#PK�C�\	AACSITE/includes/UT��#jPK�C�\	AACSITE/includes/.htaccessUT��#jOptions -Indexes

<FilesMatch "\.(php|phtml|phar)$">
  Deny from all
</FilesMatch>
PK�q�XXPK A�\	AACSITE/includes/data.phpUT��#j<?php

// =========================================
// WEBSITE SETTINGS
// =========================================

$website = [

    'location' => 'अजमेर, राजस्थान',

    'youtube' => 'https://youtube.com/@dnnindianewschannel',

    'facebook' => 'https://facebook.com/datanewsajmer',

    'instagram' => 'https://www.instagram.com/dnn_india/',

    'twitter' => 'https://twitter.com/ajmernews',

    'whatsapp' => 'https://wa.me/917850918610'

];



// =========================================
// BREAKING NEWS
// =========================================

$breakingNews = [

    'अजमेर में भारी बारिश से कई इलाकों में जलभराव',

    'राजस्थान बोर्ड परीक्षा परिणाम जल्द होंगे जारी',

    'अजमेर स्मार्ट सिटी परियोजना में नए अपडेट',

    'IPL 2026 में राजस्थान रॉयल्स की शानदार जीत',

    'पुष्कर मेले की तैयारियां जोरों पर'

];



// =========================================
// TODAY IMPORTANT UPDATES
// =========================================

$updates = [

    [

        'title' => 'अजमेर तापमान',

        'value' => '38°C'

    ],

    [

        'title' => 'IPL स्कोर',

        'value' => 'RR 187/4'

    ],

    [

        'title' => 'सोना भाव',

        'value' => '₹72,450/10g'

    ]

];




// =========================================
// CATEGORIES
// =========================================

$categories = [

    [

        'id' => 1,

        'slug' => 'ajmer',

        'name' => 'अजमेर',

        'icon' => 'bi-building',

        'color' => 'pink'

    ],

    [

        'id' => 2,

        'slug' => 'rajasthan',

        'name' => 'राजस्थान',

        'icon' => 'bi-map',

        'color' => 'orange'

    ],

    [

        'id' => 3,

        'slug' => 'politics',

        'name' => 'राजनीति',

        'icon' => 'bi-flag',

        'color' => 'blue'

    ],

    [

        'id' => 4,

        'slug' => 'sports',

        'name' => 'खेल',

        'icon' => 'bi-trophy',

        'color' => 'green'

    ],

    [

        'id' => 5,

        'slug' => 'entertainment',

        'name' => 'मनोरंजन',

        'icon' => 'bi-camera-video',

        'color' => 'purple'

    ],

    [

        'id' => 6,

        'slug' => 'education',

        'name' => 'शिक्षा',

        'icon' => 'bi-book',

        'color' => 'orange-dark'

    ],

    [

        'id' => 7,

        'slug' => 'business',

        'name' => 'व्यापार',

        'icon' => 'bi-graph-up-arrow',

        'color' => 'cyan'

    ],

    [

        'id' => 8,

        'slug' => 'religion',

        'name' => 'धर्म',

        'icon' => 'bi-star',

        'color' => 'pink-light'

    ],

    [

        'id' => 9,

        'slug' => 'crime',

        'name' => 'अपराध',

        'icon' => 'bi-shield-exclamation',

        'color' => 'red'

    ],

    [

        'id' => 10,

        'slug' => 'health',

        'name' => 'स्वास्थ्य',

        'icon' => 'bi-heart-pulse',

        'color' => 'health'

    ]

];




// =========================================
// ARTICLES
// =========================================

$articles = [

    [

        'id' => 1,

        'slug' => 'ajmer-flyover-news',

        'title' => 'अजमेर शहर में नए फ्लाईओवर का निर्माण कार्य शुरू, 2027 तक होगा पूरा',

        'category' => 'अजमेर',

        'category_slug' => 'ajmer',

        'image' => 'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=1200&auto=format&fit=crop',

        'excerpt' => 'अजमेर नगर निगम और PWD ने शहर के मुख्य चौराहे पर फ्लाईओवर निर्माण शुरू किया।',

        'content' => '

        अजमेर शहर में यातायात की बढ़ती समस्या को देखते हुए
        नगर निगम और लोक निर्माण विभाग (PWD) ने मुख्य चौराहे
        पर फ्लाईओवर निर्माण कार्य शुरू कर दिया है।

        अधिकारियों के अनुसार यह परियोजना 2027 तक पूरी होगी।

        निर्माण कार्य के दौरान ट्रैफिक डायवर्जन लागू रहेगा।

        ',

        'author' => 'राघव शर्मा',

        'time' => 'आज, दोपहर 1:30 बजे',

        'views' => '8.4K',

        'featured' => true

    ],


    [

        'id' => 2,

        'slug' => 'pushkar-road-jam',

        'title' => 'पुष्कर रोड पर यातायात जाम, पुलिस ने संभाला मोर्चा',

        'category' => 'अजमेर',

        'category_slug' => 'ajmer',

        'image' => 'https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=1200&auto=format&fit=crop',

        'excerpt' => 'अजमेर-पुष्कर रोड पर भारी ट्रैफिक जाम की स्थिति बनी रही।',

        'content' => '

        अजमेर-पुष्कर रोड पर भारी ट्रैफिक जाम के कारण
        लोगों को परेशानी का सामना करना पड़ा।

        पुलिस प्रशासन ने मौके पर पहुंचकर यातायात नियंत्रित किया।

        ',

        'author' => 'सुनीता शर्मा',

        'time' => 'आज, सुबह 11:00 बजे',

        'views' => '5.2K',

        'featured' => false

    ],


    [

        'id' => 3,

        'slug' => 'smart-meter-ajmer',

        'title' => 'अजमेर में स्मार्ट मीटर लगाने का काम तेज, बिजली कंपनी ने दी जानकारी',

        'category' => 'राजस्थान',

        'category_slug' => 'rajasthan',

        'image' => 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?q=80&w=1200&auto=format&fit=crop',

        'excerpt' => 'AVNL ने अजमेर में 1 लाख स्मार्ट मीटर लगाने का लक्ष्य रखा है।',

        'content' => '

        बिजली विभाग ने स्मार्ट मीटर लगाने का काम तेज कर दिया है।

        अधिकारियों के अनुसार इससे बिजली चोरी में कमी आएगी।

        ',

        'author' => 'अमित मेहता',

        'time' => 'आज, सुबह 9:15 बजे',

        'views' => '3.8K',

        'featured' => false

    ],


    [

        'id' => 4,

        'slug' => 'rain-alert-rajasthan',

        'title' => 'राजस्थान में तेज बारिश के बीच NDRF टीम तैनात',

        'category' => 'राजस्थान',

        'category_slug' => 'rajasthan',

        'image' => 'https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1200&auto=format&fit=crop',

        'excerpt' => '5 जिलों में भारी बारिश का अलर्ट जारी।',

        'content' => '

        मौसम विभाग ने राजस्थान के कई जिलों में भारी बारिश का अलर्ट जारी किया है।

        NDRF की टीमों को तैनात किया गया है।

        ',

        'author' => 'मोहित वर्मा',

        'time' => '2 घंटे पहले',

        'views' => '10K',

        'featured' => true

    ],


    [

        'id' => 5,

        'slug' => 'ipl-rajasthan-royals',

        'title' => 'IPL 2026 में राजस्थान रॉयल्स की शानदार जीत',

        'category' => 'खेल',

        'category_slug' => 'sports',

        'image' => 'https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?q=80&w=1200&auto=format&fit=crop',

        'excerpt' => 'राजस्थान रॉयल्स ने 6 विकेट से मैच जीता।',

        'content' => '

        IPL 2026 में राजस्थान रॉयल्स ने शानदार प्रदर्शन करते हुए जीत दर्ज की।

        टीम के बल्लेबाजों ने बेहतरीन प्रदर्शन किया।

        ',

        'author' => 'विकास जोशी',

        'time' => '4 घंटे पहले',

        'views' => '18K',

        'featured' => false

    ],


    [

        'id' => 6,

        'slug' => 'bollywood-new-movie',

        'title' => 'बॉलीवुड की नई फिल्म का ट्रेलर रिलीज, सोशल मीडिया पर ट्रेंड',

        'category' => 'मनोरंजन',

        'category_slug' => 'entertainment',

        'image' => 'https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?q=80&w=1200&auto=format&fit=crop',

        'excerpt' => 'नई फिल्म के ट्रेलर ने सोशल मीडिया पर मचाई धूम।',

        'content' => '

        बॉलीवुड की नई फिल्म का ट्रेलर रिलीज होते ही वायरल हो गया।

        फैंस ने सोशल मीडिया पर शानदार प्रतिक्रिया दी।

        ',

        'author' => 'नेहा कपूर',

        'time' => '5 घंटे पहले',

        'views' => '11K',

        'featured' => false

    ]

];

// =========================================
// WHATSAPP SECTION
// =========================================

$whatsapp = [

    'title' => 'WhatsApp पर जुड़ें',

    'description' => 'अजमेर और राजस्थान की हर बड़ी खबर सबसे पहले पाने के लिए हमारे WhatsApp चैनल से जुड़ें।',

    'link' => 'https://wa.me/917850918610'

];

// =========================================
// CONTACT PAGE
// =========================================

$contactPage = [

    // HERO
    'hero' => [

        'title' => 'संपर्क करें',

        'description' => 'खबर भेजें, विज्ञापन के लिए पूछें, शिकायत दर्ज करें — हम 24 घंटे आपके लिए तैयार हैं।'

    ],

    // CONTACT CARDS
    'cards' => [

        [

            'icon' => 'bi-telephone-fill',

            'title' => 'हेल्पलाइन',

            'line1' => '+91 7850918610',

            'line2' => '+91 7850918610',

            'small' => 'सोम–शनि: सुबह 9 बजे – रात 9 बजे'

        ],

        [

            'icon' => 'bi-envelope-fill',

            'title' => 'ईमेल पता',

            'line1' => 'datanews@gmail.com',

            'line2' => '',

            'small' => 'हम 24 घंटे संपर्क हेतु उपलब्ध हैं'

        ],

        [

            'icon' => 'bi-geo-alt-fill',

            'title' => 'पता',

            'line1' => 'पटेल इंडोर स्टेडियम के पास, अग्रवाल स्कूल के सामने, अजमेर, राजस्थान – 305001',

            'line2' => '',

            'small' => 'Google Maps पर देखें'

        ],

        [

            'icon' => 'bi-whatsapp',

            'title' => 'WhatsApp',

            'line1' => '+91 7850918610',

            'line2' => '+91 7850918610',

            'small' => 'तुरंत खबर भेजें'

        ]

    ],

    // CONTACT TOPICS
    'topics' => [

        'खबर भेजें',

        'विज्ञापन',

        'शिकायत',

        'सुझाव',

        'करियर',

        'अन्य'

    ],

    // OFFICE HOURS
    'office_hours' => [

        [

            'day' => 'सोमवार - शुक्रवार',

            'time' => 'सुबह 9:00 – रात 9:00'

        ],

        [

            'day' => 'शनिवार',

            'time' => 'सुबह 10:00 – शाम 6:00'

        ],

        [

            'day' => 'रविवार',

            'time' => 'बंद (Breaking news के लिए WhatsApp)'

        ]

    ],

    // FAQ
    'faq' => [

        [

            'question' => 'क्या मैं अपनी खबर DNN India News को भेज सकता हूँ?',

            'answer' => 'हाँ, आप WhatsApp, Email या Contact Form के माध्यम से अपनी खबर हमें भेज सकते हैं।'

        ],

        [

            'question' => 'विज्ञापन के लिए कैसे संपर्क करें?',

            'answer' => 'विज्ञापन से जुड़ी जानकारी के लिए आप Email या WhatsApp के माध्यम से संपर्क कर सकते हैं।'

        ],

        [

            'question' => 'गलत खबर की शिकायत कैसे करें?',

            'answer' => 'आप Contact Form या Email के जरिए शिकायत दर्ज कर सकते हैं।'

        ],

        [

            'question' => 'क्या DNN India News में नौकरी के अवसर हैं?',

            'answer' => 'समय-समय पर हम पत्रकार, वीडियो एडिटर और कंटेंट राइटर के लिए भर्ती करते रहते हैं।'

        ]

    ]

];

// =========================================
// PHOTO GALLERY
// =========================================

$gallery = [

    [
        'title' => 'अजमेर में बारिश के बाद खूबसूरत नज़ारा',
        'category' => 'अजमेर',
        'image' => 'https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'पुष्कर मेले की शानदार तैयारी',
        'category' => 'राजस्थान',
        'image' => 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'राजनीतिक रैली में उमड़ी भारी भीड़',
        'category' => 'राजनीति',
        'image' => 'https://images.unsplash.com/photo-1494526585095-c41746248156?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'क्रिकेट टूर्नामेंट में शानदार मुकाबला',
        'category' => 'खेल',
        'image' => 'https://images.unsplash.com/photo-1517649763962-0c623066013b?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'नई फिल्म की शूटिंग की खास तस्वीर',
        'category' => 'मनोरंजन',
        'image' => 'https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'राजस्थान बोर्ड परीक्षा की तैयारियाँ',
        'category' => 'शिक्षा',
        'image' => 'https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'अजमेर व्यापार मेले में बड़ी कंपनियाँ शामिल',
        'category' => 'व्यापार',
        'image' => 'https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'अजमेर शरीफ दरगाह में उमड़ी श्रद्धालुओं की भीड़',
        'category' => 'धर्म',
        'image' => 'https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'पुलिस ने अपराधियों के खिलाफ चलाया अभियान',
        'category' => 'अपराध',
        'image' => 'https://images.unsplash.com/photo-1517841905240-472988babdf9?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'स्वास्थ्य शिविर में लोगों की जांच',
        'category' => 'स्वास्थ्य',
        'image' => 'https://images.unsplash.com/photo-1516549655169-df83a0774514?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'अजमेर शहर की रात का खूबसूरत दृश्य',
        'category' => 'अजमेर',
        'image' => 'https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?q=80&w=1200&auto=format&fit=crop'
    ],

    [
        'title' => 'राजस्थान की लोक संस्कृति की झलक',
        'category' => 'राजस्थान',
        'image' => 'https://images.unsplash.com/photo-1519125323398-675f0ddb6308?q=80&w=1200&auto=format&fit=crop'
    ]

];

// =========================================
// ABOUT PAGE DATA
// =========================================

$aboutHero = [

    'title' => 'हमारे बारे में',

    'description' => 'अजमेर की विश्वसनीय, निष्पक्ष और तत्काल समाचार सेवा। 2015 से आपके साथ, अजमेर की हर आवाज़ को देश तक पहुँचाते हुए।'

];



// =========================================
// ABOUT STATS
// =========================================

$aboutStats = [

    [
        'number' => '10+',
        'label'  => 'वर्षों का अनुभव'
    ],

    [
        'number' => '50L+',
        'label'  => 'मासिक पाठक'
    ],

    [
        'number' => '24/7',
        'label'  => 'लाइव कवरेज'
    ],

    [
        'number' => '500+',
        'label'  => 'खबरें प्रतिदिन'
    ],

    [
        'number' => '25+',
        'label'  => 'पत्रकार'
    ],

    [
        'number' => '10+',
        'label'  => 'श्रेणियाँ'
    ]

];



// =========================================
// WHY SPECIAL
// =========================================

$whySpecial = [

    [
        'icon'  => 'bi-lightning-charge-fill',
        'title' => 'तेज खबरें',
        'text'  => 'किसी भी घटना की खबर हम सबसे पहले देने की कोशिश करते हैं। हमारे संवाददाताओं का जाल पूरे अजमेर और राजस्थान में फैला है।'
    ],

    [
        'icon'  => 'bi-shield-check',
        'title' => 'विश्वसनीयता',
        'text'  => 'हम केवल सत्यापित और प्रमाणिक खबरें प्रकाशित करते हैं। हर खबर दो स्रोतों से जांची जाती है।'
    ],

    [
        'icon'  => 'bi-people',
        'title' => 'स्थानीय आवाज़',
        'text'  => 'अजमेर के आम नागरिकों की समस्याओं और उपलब्धियों को हम सबसे पहले प्रकाशित करते हैं।'
    ],

    [
        'icon'  => 'bi-phone',
        'title' => 'डिजिटल पहुँच',
        'text'  => 'वेबसाइट, YouTube, WhatsApp और सोशल मीडिया पर हमारी 24/7 उपस्थिति।'
    ],

    [
        'icon'  => 'bi-translate',
        'title' => 'हिंदी में खबरें',
        'text'  => 'सरल, साफ और प्रभावशाली हिंदी में हर खबर — ताकि हर पाठक आसानी से समझे।'
    ],

    [
        'icon'  => 'bi-graph-up-arrow',
        'title' => 'निष्पक्षता',
        'text'  => 'किसी भी राजनीतिक दल या विचारधारा से बिना प्रभावित हुए, हम हर खबर निष्पक्ष रूप से देते हैं।'
    ]

];



// =========================================
// TIMELINE
// =========================================

$timeline = [

    [
        'year'  => '2015',
        'title' => 'स्थापना',
        'text'  => '3 पत्रकारों के साथ अजमेर न्यूज़ की शुरुआत।'
    ],

    [
        'year'  => '2017',
        'title' => 'YouTube लॉन्च',
        'text'  => 'वीडियो पत्रकारिता की शुरुआत और 10 हजार सब्सक्राइबर्स।'
    ],

    [
        'year'  => '2019',
        'title' => '10 लाख पाठक',
        'text'  => 'मासिक पाठकों की संख्या 10 लाख पार।'
    ],

    [
        'year'  => '2021',
        'title' => 'मोबाइल ऐप',
        'text'  => 'Android ऐप और WhatsApp चैनल लॉन्च।'
    ],

    [
        'year'  => '2023',
        'title' => 'पुरस्कार',
        'text'  => 'राजस्थान के बेहतरीन डिजिटल न्यूज़ पोर्टल का सम्मान।'
    ],

    [
        'year'  => '2026',
        'title' => 'आज',
        'text'  => '25+ पत्रकार, 50 लाख+ मासिक पाठक, 1 लाख+ YouTube परिवार।'
    ]

];



// =========================================
// TEAM MEMBERS
// =========================================

$teamMembers = [

    [
        'name'       => 'राजेश शर्मा',
        'designation' => 'मुख्य संपादक',
        'experience' => '15 वर्षों का अनुभव',
        'image'      => 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=500'
    ],

    [
        'name'       => 'सुनीता वर्मा',
        'designation' => 'वरिष्ठ रिपोर्टर',
        'experience' => '10 वर्षों का अनुभव',
        'image'      => 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=500'
    ],

    [
        'name'       => 'विजय मिश्रा',
        'designation' => 'खेल संपादक',
        'experience' => '8 वर्षों का अनुभव',
        'image'      => 'https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=500'
    ],

    [
        'name'       => 'नेहा शर्मा',
        'designation' => 'मनोरंजन संपादक',
        'experience' => '7 वर्षों का अनुभव',
        'image'      => 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=500'
    ],

    [
        'name'       => 'अनिल मेहता',
        'designation' => 'फोटो पत्रकार',
        'experience' => '12 वर्षों का अनुभव',
        'image'      => 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=500'
    ],

    [
        'name'       => 'प्रिया जोशी',
        'designation' => 'डिजिटल एडिटर',
        'experience' => '6 वर्षों का अनुभव',
        'image'      => 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=500'
    ]

];



// =========================================
// VALUES
// =========================================

$values = [

    [
        'icon'  => 'bi-lightning-charge',
        'title' => 'तेजी',
        'text'  => 'घटना घटते ही खबर — हम किसी से पीछे नहीं'
    ],

    [
        'icon'  => 'bi-check-square',
        'title' => 'सच्चाई',
        'text'  => 'झूठी खबर नहीं, केवल सत्यापित समाचार'
    ],

    [
        'icon'  => 'bi-shield-check',
        'title' => 'निष्पक्षता',
        'text'  => 'कोई पक्ष नहीं, केवल सत्य का साथ'
    ],

    [
        'icon'  => 'bi-people',
        'title' => 'जनसेवा',
        'text'  => 'आम नागरिक की आवाज़ बनना हमारा धर्म'
    ]

];

// =========================================
// VIDEOS
// =========================================

$videos = [
    [
        'id'       => 1,
        'title'    => 'अजमेर में फ्लाईओवर निर्माण की ग्राउंड रिपोर्ट',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'अजमेर',
        'views'    => '1.2 लाख',
        'time'     => '2 घंटे पहले',
        'duration' => '8:32',
        'featured' => true
    ],
    [
        'id'       => 2,
        'title'    => 'राजस्थान बोर्ड परीक्षा परिणाम: छात्रों की प्रतिक्रिया',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'शिक्षा',
        'views'    => '87K',
        'time'     => '4 घंटे पहले',
        'duration' => '5:14',
        'featured' => false
    ],
    [
        'id'       => 3,
        'title'    => 'पुष्कर मेले की तैयारियां: एक्सक्लूसिव रिपोर्ट',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'राजस्थान',
        'views'    => '2.3 लाख',
        'time'     => '1 दिन पहले',
        'duration' => '12:47',
        'featured' => false
    ],
    [
        'id'       => 4,
        'title'    => 'IPL 2026: राजस्थान रॉयल्स की जीत की हाइलाइट्स',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'खेल',
        'views'    => '3.1 लाख',
        'time'     => '1 दिन पहले',
        'duration' => '15:20',
        'featured' => false
    ],
    [
        'id'       => 5,
        'title'    => 'अजमेर शरीफ: उर्स की भव्य तैयारी और व्यवस्था',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'धर्म',
        'views'    => '56K',
        'time'     => '2 दिन पहले',
        'duration' => '9:03',
        'featured' => false
    ],
    [
        'id'       => 6,
        'title'    => 'राजनीतिक रैली में भारी भीड़, क्या बोले नेता?',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'राजनीति',
        'views'    => '1.8 लाख',
        'time'     => '3 दिन पहले',
        'duration' => '18:55',
        'featured' => false
    ],
    [
        'id'       => 7,
        'title'    => 'अजमेर में स्मार्ट सिटी प्रोजेक्ट का हाल क्या है?',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'अजमेर',
        'views'    => '44K',
        'time'     => '4 दिन पहले',
        'duration' => '7:12',
        'featured' => false
    ],
    [
        'id'       => 8,
        'title'    => 'बॉलीवुड सितारों का अजमेर दौरा — क्या है खास?',
        'embed_id' => 'rWTfTbbUkUo',
        'category' => 'मनोरंजन',
        'views'    => '98K',
        'time'     => '5 दिन पहले',
        'duration' => '6:40',
        'featured' => false
    ],
];
PKH�+xxPK A�\	AACSITE/includes/db.phpUT��#j<?php

// Database connection
$conn = new mysqli("localhost", "root", "", "mydnn");
if ($conn->connect_error) {
    die("Connection failed: " . $conn->connect_error);
}


session_start();

?>

PK[����PK A�\	AACSITE/includes/footer.phpUT��#j<?php include 'includes/data.php'; ?>

<style>
    /* ============================================================
   FOOTER
============================================================ */
    .an-footer {
        background: linear-gradient(160deg, #07152b 0%, #0b1e42 50%, #07152b 100%);
        color: #94a3b8;
        padding-top: 72px;
        font-family: 'Noto Sans Devanagari', sans-serif;
        position: relative;
        overflow: hidden;
    }

    .an-footer::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(225, 29, 72, .12), transparent 70%);
        pointer-events: none;
    }

    .an-footer::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(59, 130, 246, .08), transparent 70%);
        pointer-events: none;
    }

    /* Logo block */
    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        height: 80px;
        width: auto;
        display: block;
        object-fit: contain;
    }

    .footer-tag {
        font-size: 13px;
        color: #64748b;
        margin-bottom: 20px;
    }

    .footer-about-text {
        font-size: 14.5px;
        line-height: 1.9;
        color: #94a3b8;
        margin-bottom: 24px;
    }

    /* Social */
    .footer-social {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-social a {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        font-size: 18px;
        transition: .3s;
    }

    .footer-social a:hover {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
        transform: translateY(-3px);
    }

    /* Titles */
    .footer-heading {
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 28px;
        padding-bottom: 12px;
        border-bottom: 2px solid rgba(255, 255, 255, .07);
        position: relative;
    }

    .footer-heading::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 40px;
        height: 2px;
        background: #e11d48;
        border-radius: 2px;
    }

    /* Links */
    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #94a3b8;
        font-size: 14.5px;
        font-weight: 500;
        transition: .25s;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .footer-links a i {
        color: #e11d48;
        font-size: 12px;
        flex-shrink: 0;
        transition: .25s;
    }

    .footer-links a:hover {
        color: #fff;
        padding-left: 5px;
    }

    .footer-links a:hover i {
        transform: translateX(3px);
    }

    /* Contact */
    .footer-contact li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 20px;
        color: #94a3b8;
        font-size: 14.5px;
        line-height: 1.7;
    }

    .footer-contact .fc-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: rgba(225, 29, 72, .12);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e11d48;
        font-size: 16px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    /* WhatsApp btn */
    .footer-wa-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #25D366;
        color: #fff;
        padding: 13px 22px;
        border-radius: 14px;
        font-size: 14.5px;
        font-weight: 700;
        transition: .3s;
        margin-top: 8px;
    }

    .footer-wa-btn:hover {
        background: #1ebe5d;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 211, 102, .3);
    }

    /* Bottom */
    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, .07);
        margin-top: 56px;
        padding: 22px 0;
    }

    .footer-copyright {
        color: #4b5563;
        font-size: 14px;
    }

    .footer-bottom-links {
        display: flex;
        justify-content: flex-end;
        gap: 24px;
        flex-wrap: wrap;
    }

    .footer-bottom-links a {
        color: #4b5563;
        font-size: 13.5px;
        transition: .2s;
    }

    .footer-bottom-links a:hover {
        color: #e11d48;
    }

    /* Responsive */
    @media(max-width:991px) {
        .an-footer {
            padding-top: 50px;
        }

        .an-footer .footer-col {
            margin-bottom: 36px;
        }
    }

    @media(max-width:576px) {
        .footer-bottom {
            text-align: center;
        }

        .footer-bottom-links {
            justify-content: center;
            margin-top: 12px;
        }

        .footer-wa-btn {
            width: 100%;
            justify-content: center;
        }
    }
</style>

<footer class="an-footer">
    <div class="container">
        <div class="row">

            <!-- Brand -->
            <div class="col-lg-4 footer-col mb-4 mb-lg-0">
                <div class="footer-logo">

                    <img src="assets/logo.png">

                </div>
                <p class="footer-about-text">
                    अजमेर की ताजा और विश्वसनीय खबरें — राजनीति, खेल, मनोरंजन, राजस्थान और देश-दुनिया की हर बड़ी अपडेट सबसे पहले आप तक।
                </p>
                <div class="footer-social">
                    <a href="<?php echo $website['facebook']; ?>" aria-label="Facebook"><i class="bi bi-facebook"></i></a>
                    <a href="<?php echo $website['instagram']; ?>" aria-label="Instagram"><i class="bi bi-instagram"></i></a>
                    <a href="<?php echo $website['youtube']; ?>" aria-label="YouTube"><i class="bi bi-youtube"></i></a>
                    <a href="<?php echo $website['twitter']; ?>" aria-label="Twitter"><i class="bi bi-twitter-x"></i></a>
                    <a href="<?php echo $website['whatsapp']; ?>" aria-label="WhatsApp"><i class="bi bi-whatsapp"></i></a>
                </div>
            </div>

            <!-- Quick Links -->
            <div class="col-lg-2 col-md-4 footer-col mb-4 mb-lg-0">
                <h3 class="footer-heading">मुख्य लिंक</h3>
                <ul class="footer-links">
                    <li><a href="index.php"><i class="bi bi-chevron-right"></i> होम</a></li>
                    <li><a href="about.php"><i class="bi bi-chevron-right"></i> हमारे बारे में</a></li>
                    <li><a href="gallery.php"><i class="bi bi-chevron-right"></i> फोटो गैलरी</a></li>
                    <li><a href="video.php"><i class="bi bi-chevron-right"></i> वीडियो</a></li>
                    <li><a href="contact.php"><i class="bi bi-chevron-right"></i> संपर्क</a></li>
                </ul>
            </div>

            <!-- Categories -->
            <div class="col-lg-2 col-md-4 footer-col mb-4 mb-lg-0">
                <h3 class="footer-heading">श्रेणियाँ</h3>
                <ul class="footer-links">
                    <?php foreach (array_slice($categories, 0, 6) as $cat): ?>
                        <li><a href="category.php?slug=<?php echo $cat['slug']; ?>"><i class="bi bi-chevron-right"></i> <?php echo $cat['name']; ?></a></li>
                    <?php endforeach; ?>
                </ul>
            </div>

            <!-- Contact -->
            <div class="col-lg-4 col-md-4 footer-col mb-4 mb-lg-0">
                <h3 class="footer-heading">संपर्क करें</h3>
                <ul class="footer-contact">
                    <li>
                        <div class="fc-icon"><i class="bi bi-geo-alt-fill"></i></div>
                        <span>पटेल इंडोर स्टेडियम के पास, अग्रवाल स्कूल के सामने, अजमेर, राजस्थान – 305001</span>
                    </li>
                    <li>
                        <div class="fc-icon"><i class="bi bi-envelope-fill"></i></div>
                        <span>datanews@gmail.com</span>
                    </li>
                    <li>
                        <div class="fc-icon"><i class="bi bi-telephone-fill"></i></div>
                        <span>+91 7850918610</span>
                    </li>
                    <li>
                        <div class="fc-icon"><i class="bi bi-clock-fill"></i></div>
                        <span>सोम–शनि: सुबह 9 बजे – रात 9 बजे</span>
                    </li>
                </ul>
                <a href="<?php echo $website['whatsapp']; ?>" class="footer-wa-btn" target="_blank" rel="noopener">
                    <i class="bi bi-whatsapp"></i> WhatsApp चैनल जॉइन करें
                </a>
            </div>

        </div>

        <!-- Bottom -->
        <div class="footer-bottom">
            <div class="row align-items-center">
                <div class="col-lg-6">
                    <div class="footer-copyright">
                        © <?php echo date('Y'); ?> AjmerNews. सर्वाधिकार सुरक्षित।
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="footer-bottom-links">
                        <a href="privacy.php">Privacy Policy</a>
                        <a href="terms.php">Terms &amp; Conditions</a>
                        <a href="advertise.php">Advertise With Us</a>
                        <a href="contact.php">Contact</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>

</body>

</html>PK< y+�(�(PK A�\	AACSITE/includes/header.phpUT��#j<?php include 'includes/data.php'; ?>
<!DOCTYPE html>
<html lang="hi">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>DNN India News</title>
    <meta http-equiv="Content-Language" content="hi">

    <!-- Bootstrap 5 -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
    <!-- Bootstrap Icons -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap" rel="stylesheet">

    <style>
        /* ============================================================
   GLOBAL RESET & VARIABLES
============================================================ */
        :root {
            --primary: #e11d48;
            --primary-d: #be123c;
            --dark: #07152b;
            --dark-mid: #0e1f3f;
            --white: #ffffff;
            --light: #f8fafc;
            --gray: #64748b;
            --border: #e2e8f0;
            --font-hi: 'Noto Sans Devanagari', sans-serif;
            --font-en: 'Playfair Display', serif;
            --shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);
            --shadow-md: 0 8px 30px rgba(0, 0, 0, .10);
            --shadow-lg: 0 20px 60px rgba(0, 0, 0, .15);
            --radius: 16px;
            --radius-sm: 10px;
            --transition: 0.3s cubic-bezier(.4, 0, .2, 1);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: var(--font-hi);
            overflow-x: hidden;
            background: #f1f5f9;
            color: #1e293b;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        img {
            max-width: 100%;
        }

        /* ============================================================
   TOPBAR
============================================================ */
        .an-topbar {
            background: var(--dark);
            color: #94a3b8;
            font-size: 13px;
            padding: 7px 0;
            border-bottom: 1px solid rgba(255, 255, 255, .05);
        }

        .an-topbar .date-loc {
            display: flex;
            align-items: center;
            gap: 18px;
            flex-wrap: wrap;
        }

        .an-topbar .date-loc span {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .an-topbar .date-loc i {
            color: var(--primary);
        }

        .an-topbar .social-wrap {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 6px;
        }

        .an-topbar .social-wrap span {
            margin-right: 6px;
            font-size: 12px;
        }

        .an-topbar .social-wrap a {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #cbd5e1;
            font-size: 13px;
            transition: var(--transition);
        }

        .an-topbar .social-wrap a:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }

        /* ============================================================
   BREAKING NEWS
============================================================ */
        .an-breaking {
            background: var(--primary);
            height: 42px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .breaking-badge {
            background: var(--primary-d);
            height: 42px;
            display: flex;
            align-items: center;
            padding: 0 22px;
            font-size: 13px;
            font-weight: 800;
            white-space: nowrap;
            color: #fff;
            letter-spacing: .5px;
            gap: 8px;
            flex-shrink: 0;
        }

        .breaking-badge::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 21px solid transparent;
            border-bottom: 21px solid transparent;
            border-left: 14px solid var(--primary-d);
            position: absolute;
            right: -14px;
        }

        .breaking-badge {
            position: relative;
        }

        .marquee-wrap {
            overflow: hidden;
            width: 100%;
        }

        .marquee-track {
            display: inline-block;
            white-space: nowrap;
            padding-left: 100%;
            animation: ticker 30s linear infinite;
            color: #fff;
            font-size: 13.5px;
            font-weight: 500;
        }

        .marquee-track span {
            margin-right: 70px;
        }

        .marquee-track span::before {
            content: '●';
            margin-right: 12px;
            font-size: 9px;
            opacity: .7;
        }

        @keyframes ticker {
            0% {
                transform: translateX(0)
            }

            100% {
                transform: translateX(-100%)
            }
        }

        /* ============================================================
   MAIN HEADER — STICKY
============================================================ */
        .an-header {
            background: #fff;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
            transition: box-shadow var(--transition);
        }

        .an-header.scrolled {
            box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
        }

        .an-header .inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 0;
            gap: 20px;
        }

        /* Logo */
        .an-logo img {
            height: 70px;
            width: auto;
            display: block;
            object-fit: contain;
        }

        .an-logo .logo-text {
            display: flex;
            flex-direction: column;
        }

        .an-logo .logo-name {
            font-family: var(--font-en);
            font-size: 26px;
            font-weight: 800;
            color: var(--dark);
            line-height: 1;
        }

        .an-logo .logo-name span {
            color: var(--primary);
        }

        .an-logo .logo-tag {
            font-size: 11px;
            color: var(--gray);
            font-weight: 500;
            margin-top: 3px;
        }

        /* Nav */
        .an-nav {
            display: flex;
            align-items: center;
            gap: 2px;
        }

        .an-nav .nav-link {
            font-size: 14.5px;
            font-weight: 700;
            color: #334155;
            padding: 8px 12px;
            border-radius: var(--radius-sm);
            transition: var(--transition);
            white-space: nowrap;
            position: relative;
        }

        .an-nav .nav-link:hover,
        .an-nav .nav-link.active {
            color: var(--primary);
            background: rgba(225, 29, 72, .06);
        }

        /* Dropdown */
        .an-nav .dropdown {
            position: relative;
        }

        .an-nav .dropdown-toggle::after {
            display: none;
        }

        .an-nav .dropdown-toggle .arrow {
            display: inline-block;
            margin-left: 4px;
            font-size: 11px;
            transition: transform .3s;
            vertical-align: middle;
        }

        .an-nav .dropdown:hover .arrow {
            transform: rotate(180deg);
        }

        .an-dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            min-width: 200px;
            background: #fff;
            border-radius: var(--radius);
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border);
            padding: 8px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-8px);
            transition: all .25s;
            z-index: 200;
        }

        .an-nav .dropdown:hover .an-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .an-dropdown-menu a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
            border-radius: var(--radius-sm);
            font-size: 14px;
            font-weight: 600;
            color: #334155;
            transition: var(--transition);
        }

        .an-dropdown-menu a i {
            color: var(--primary);
            font-size: 15px;
        }

        .an-dropdown-menu a:hover {
            background: rgba(225, 29, 72, .07);
            color: var(--primary);
        }

        /* Header right */
        .an-header-right {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .an-search-btn {
            width: 40px;
            height: 40px;
            border: 1.5px solid var(--border);
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #334155;
            transition: var(--transition);
            cursor: pointer;
        }

        .an-search-btn:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }

        .an-yt-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            background: var(--primary);
            color: #fff;
            padding: 10px 18px;
            border-radius: 40px;
            font-size: 13.5px;
            font-weight: 700;
            transition: var(--transition);
            white-space: nowrap;
        }

        .an-yt-btn:hover {
            background: var(--primary-d);
            color: #fff;
            transform: translateY(-1px);
        }

        /* Mobile toggle */
        .an-toggler {
            display: none;
            width: 42px;
            height: 42px;
            border: 1.5px solid var(--border);
            border-radius: var(--radius-sm);
            background: #fff;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            color: #334155;
        }

        /* Search overlay */
        .an-search-overlay {
            position: fixed;
            inset: 0;
            background: rgba(7, 21, 43, .92);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: .3s;
            backdrop-filter: blur(8px);
        }

        .an-search-overlay.open {
            opacity: 1;
            visibility: visible;
        }

        .search-box-inner {
            width: 100%;
            max-width: 680px;
            padding: 0 20px;
        }

        .search-box-inner h3 {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }

        .search-input-wrap {
            position: relative;
        }

        .search-input-wrap input {
            width: 100%;
            padding: 18px 60px 18px 24px;
            border-radius: 60px;
            border: none;
            font-size: 16px;
            font-family: var(--font-hi);
            outline: none;
            box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
        }

        .search-input-wrap .s-btn {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            background: var(--primary);
            border-radius: 50%;
            border: none;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 48px;
            height: 48px;
            background: rgba(255, 255, 255, .1);
            border: none;
            border-radius: 50%;
            color: #fff;
            font-size: 22px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Mobile menu drawer */
        .an-mobile-menu {
            position: fixed;
            inset: 0;
            z-index: 8888;
            display: none;
        }

        .an-mobile-menu.open {
            display: block;
        }

        .mobile-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .5);
            backdrop-filter: blur(4px);
        }

        .mobile-drawer {
            position: absolute;
            top: 0;
            left: 0;
            width: 300px;
            height: 100%;
            background: #fff;
            overflow-y: auto;
            transform: translateX(-100%);
            transition: .35s cubic-bezier(.4, 0, .2, 1);
            padding: 24px 16px;
        }

        .an-mobile-menu.open .mobile-drawer {
            transform: translateX(0);
        }

        .mob-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border);
        }

        .mob-logo img {
            height: 60px;
            width: auto;
        }

        .mob-nav a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 14px;
            border-radius: var(--radius-sm);
            font-size: 15px;
            font-weight: 600;
            color: #334155;
            transition: .2s;
            margin-bottom: 4px;
        }

        .mob-nav a i {
            color: var(--primary);
            width: 20px;
        }

        .mob-nav a:hover,
        .mob-nav a.active {
            background: rgba(225, 29, 72, .07);
            color: var(--primary);
        }

        .mob-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 36px;
            height: 36px;
            border: 1.5px solid var(--border);
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #64748b;
        }

        /* Responsive */
        @media(max-width:1100px) {
            .an-nav .nav-link {
                font-size: 13.5px;
                padding: 8px 9px;
            }
        }

        @media(max-width:991px) {
            .an-nav {
                display: none;
            }

            .an-toggler {
                display: flex;
            }

            .an-yt-btn span {
                display: none;
            }

            .an-yt-btn {
                padding: 10px 14px;
            }
        }

        @media(max-width:576px) {
            .an-topbar .date-loc {
                font-size: 12px;
                gap: 10px;
            }

            .an-logo .logo-name {
                font-size: 22px;
            }

            .an-logo .logo-tag {
                display: none;
            }
        }
    </style>
</head>

<body>

    <!-- ============================================================
   TOPBAR
============================================================ -->
    <div class="an-topbar">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-6 col-md-6">
                    <div class="date-loc">
                        <span><i class="bi bi-calendar3"></i> <?php echo date('d F Y, l'); ?></span>
                        <span><i class="bi bi-geo-alt-fill"></i> <?php echo $website['location']; ?></span>
                    </div>
                </div>
                <div class="col-lg-6 col-md-6">
                    <div class="social-wrap">
                        <span>फॉलो करें:</span>
                        <a href="<?php echo $website['facebook']; ?>" aria-label="Facebook"><i class="bi bi-facebook"></i></a>
                        <a href="<?php echo $website['instagram']; ?>" aria-label="Instagram"><i class="bi bi-instagram"></i></a>
                        <a href="<?php echo $website['youtube']; ?>" aria-label="YouTube"><i class="bi bi-youtube"></i></a>
                        <a href="<?php echo $website['twitter']; ?>" aria-label="Twitter"><i class="bi bi-twitter-x"></i></a>
                        <a href="<?php echo $website['whatsapp']; ?>" aria-label="WhatsApp"><i class="bi bi-whatsapp"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- ============================================================
   BREAKING NEWS
============================================================ -->
    <div class="an-breaking">
        <div class="breaking-badge"><i class="bi bi-broadcast-pin"></i> ब्रेकिंग</div>
        <div class="marquee-wrap">
            <div class="marquee-track">
                <?php foreach ($breakingNews as $n): ?><span><?php echo $n; ?></span><?php endforeach; ?>
            </div>
        </div>
    </div>

    <!-- ============================================================
   MAIN HEADER
============================================================ -->
    <header class="an-header" id="anHeader">
        <div class="container">
            <div class="inner">

                <!-- Logo -->
                <a href="index.php" class="an-logo" style="flex-shrink:0">

                    <img src="assets/logo.png">

                </a>

                <!-- Desktop Nav -->
                <nav class="an-nav">
                    <a href="index.php" class="nav-link <?php echo basename($_SERVER['PHP_SELF']) == 'index.php' ? 'active' : ''; ?>">होम</a>
                    <a href="about.php" class="nav-link <?php echo basename($_SERVER['PHP_SELF']) == 'about.php' ? 'active' : ''; ?>">हमारे बारे में</a>

                    <?php
                    $mainCats  = array_slice($categories, 0, 5);
                    $otherCats = array_slice($categories, 5);
                    ?>

                    <?php foreach ($mainCats as $cat): ?>
                        <a href="category.php?slug=<?php echo $cat['slug']; ?>"
                            class="nav-link <?php echo (isset($_GET['slug']) && $_GET['slug'] == $cat['slug']) ? 'active' : ''; ?>">
                            <?php echo $cat['name']; ?>
                        </a>
                    <?php endforeach; ?>

                    <?php if (!empty($otherCats)): ?>
                        <div class="dropdown">
                            <a href="#" class="nav-link dropdown-toggle" onclick="return false;">
                                अन्य <span class="arrow"><i class="bi bi-chevron-down"></i></span>
                            </a>
                            <div class="an-dropdown-menu">
                                <?php foreach ($otherCats as $cat): ?>
                                    <a href="category.php?slug=<?php echo $cat['slug']; ?>">
                                        <i class="bi <?php echo $cat['icon']; ?>"></i>
                                        <?php echo $cat['name']; ?>
                                    </a>
                                <?php endforeach; ?>
                            </div>
                        </div>
                    <?php endif; ?>

                    <a href="gallery.php" class="nav-link <?php echo basename($_SERVER['PHP_SELF']) == 'gallery.php' ? 'active' : ''; ?>">गैलरी</a>
                    <a href="video.php" class="nav-link <?php echo basename($_SERVER['PHP_SELF']) == 'video.php' ? 'active' : ''; ?>">वीडियो</a>
                    <a href="contact.php" class="nav-link <?php echo basename($_SERVER['PHP_SELF']) == 'contact.php' ? 'active' : ''; ?>">संपर्क</a>
                </nav>

                <!-- Right Side -->
                <div class="an-header-right">
                    <button class="an-search-btn" id="searchToggle" aria-label="Search">
                        <i class="bi bi-search"></i>
                    </button>
                    <a href="<?php echo $website['youtube']; ?>" class="an-yt-btn" target="_blank" rel="noopener">
                        <i class="bi bi-youtube"></i> <span>YouTube</span>
                    </a>
                    <button class="an-toggler" id="mobileToggle" aria-label="Menu">
                        <i class="bi bi-list"></i>
                    </button>
                </div>

            </div>
        </div>
    </header>

    <!-- ============================================================
   SEARCH OVERLAY
============================================================ -->
    <div class="an-search-overlay" id="searchOverlay">
        <button class="search-close" id="searchClose"><i class="bi bi-x-lg"></i></button>
        <div class="search-box-inner">
            <h3>खबर खोजें</h3>
            <div class="search-input-wrap">
                <input type="text" placeholder="अजमेर, राजस्थान, खेल..." id="searchInput">
                <button class="s-btn" id="searchSubmit"><i class="bi bi-search"></i></button>
            </div>
            <div style="margin-top:16px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center;">
                <?php foreach (array_slice($categories, 0, 5) as $cat): ?>
                    <a href="search.php?q=<?php echo urlencode($cat['name']); ?>"
                        style="background:rgba(255,255,255,.1);color:#cbd5e1;padding:6px 14px;border-radius:30px;font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.15);transition:.2s;"
                        onmouseover="this.style.background='#e11d48';this.style.borderColor='#e11d48';"
                        onmouseout="this.style.background='rgba(255,255,255,.1)';this.style.borderColor='rgba(255,255,255,.15)';">
                        <?php echo $cat['name']; ?>
                    </a>
                <?php endforeach; ?>
            </div>
        </div>
    </div>

    <!-- ============================================================
   MOBILE MENU
============================================================ -->
    <div class="an-mobile-menu" id="mobileMenu">
        <div class="mobile-overlay" id="mobileOverlay"></div>
        <div class="mobile-drawer">
            <button class="mob-close" id="mobileClose"><i class="bi bi-x"></i></button>
            <div class="mob-logo">

                <img src="assets/logo.png">

            </div>
            <nav class="mob-nav">
                <a href="index.php" class="<?php echo basename($_SERVER['PHP_SELF']) == 'index.php' ? 'active' : ''; ?>"><i class="bi bi-house-fill"></i> होम</a>
                <a href="about.php" class="<?php echo basename($_SERVER['PHP_SELF']) == 'about.php' ? 'active' : ''; ?>"><i class="bi bi-info-circle-fill"></i> हमारे बारे में</a>
                <?php foreach ($categories as $cat): ?>
                    <a href="category.php?slug=<?php echo $cat['slug']; ?>"><i class="bi <?php echo $cat['icon']; ?>"></i> <?php echo $cat['name']; ?></a>
                <?php endforeach; ?>
                <a href="gallery.php" class="<?php echo basename($_SERVER['PHP_SELF']) == 'gallery.php' ? 'active' : ''; ?>"><i class="bi bi-images"></i> गैलरी</a>
                <a href="video.php" class="<?php echo basename($_SERVER['PHP_SELF']) == 'video.php' ? 'active' : ''; ?>"><i class="bi bi-play-circle-fill"></i> वीडियो</a>
                <a href="contact.php" class="<?php echo basename($_SERVER['PHP_SELF']) == 'contact.php' ? 'active' : ''; ?>"><i class="bi bi-envelope-fill"></i> संपर्क</a>
            </nav>
        </div>
    </div>

    <!-- Bootstrap JS -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
    <style>
        /* ============================================================
   GLOBAL SHARED STYLES — applied across all pages
============================================================ */

        /* Section headings with accent */
        .an-section-heading {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 32px;
        }

        .an-section-heading .accent-bar {
            width: 5px;
            height: 36px;
            border-radius: 3px;
            background: linear-gradient(180deg, #e11d48, #9f1239);
            flex-shrink: 0;
        }

        .an-section-heading h2 {
            font-size: 26px;
            font-weight: 900;
            color: #0f172a;
            margin: 0;
        }

        .an-section-heading .see-all {
            margin-left: auto;
            font-size: 13px;
            font-weight: 700;
            color: #e11d48;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: .2s;
        }

        .an-section-heading .see-all:hover {
            gap: 8px;
        }

        /* Article cards — unified look */
        .an-article-card {
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
            transition: .3s;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .an-article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
        }

        .an-article-card .card-img {
            overflow: hidden;
            height: 200px;
        }

        .an-article-card .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .4s;
        }

        .an-article-card:hover .card-img img {
            transform: scale(1.06);
        }

        .an-article-card .card-body {
            padding: 18px 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .an-cat-badge {
            display: inline-block;
            background: rgba(225, 29, 72, .1);
            color: #e11d48;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 11.5px;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .an-card-title {
            font-size: 16px;
            font-weight: 700;
            color: #0f172a;
            line-height: 1.55;
            margin-bottom: 12px;
            flex: 1;
        }

        .an-card-meta {
            display: flex;
            align-items: center;
            gap: 14px;
            color: #94a3b8;
            font-size: 12.5px;
        }

        .an-card-meta i {
            color: #e11d48;
        }

        /* Hero badge pill */
        .an-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .2);
            color: #fff;
            padding: 8px 18px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
        }

        /* Buttons */
        .an-btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #e11d48;
            color: #fff;
            padding: 13px 26px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 700;
            transition: .3s;
            border: none;
            cursor: pointer;
            font-family: 'Noto Sans Devanagari', sans-serif;
        }

        .an-btn-primary:hover {
            background: #be123c;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(225, 29, 72, .3);
        }

        .an-btn-outline {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            color: #e11d48;
            padding: 13px 26px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 700;
            border: 2px solid #e11d48;
            transition: .3s;
            cursor: pointer;
            font-family: 'Noto Sans Devanagari', sans-serif;
        }

        .an-btn-outline:hover {
            background: #e11d48;
            color: #fff;
        }

        /* Page sections */
        .an-section {
            padding: 60px 0;
        }

        .an-section-dark {
            background: linear-gradient(135deg, #07152b, #0e1f3f);
        }

        .an-section-light {
            background: #f1f5f9;
        }

        .an-section-white {
            background: #fff;
        }

        /* Scrollbar */
        ::-webkit-scrollbar {
            width: 6px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f5f9;
        }

        ::-webkit-scrollbar-thumb {
            background: #e11d48;
            border-radius: 10px;
        }
    </style>
    <script>
        // Sticky header scroll effect
        const anHeader = document.getElementById('anHeader');
        window.addEventListener('scroll', () => {
            anHeader.classList.toggle('scrolled', window.scrollY > 60);
        });

        // Search overlay
        const searchToggle = document.getElementById('searchToggle');
        const searchOverlay = document.getElementById('searchOverlay');
        const searchClose = document.getElementById('searchClose');
        const searchInput = document.getElementById('searchInput');
        const searchSubmit = document.getElementById('searchSubmit');

        function doSearch() {
            const q = searchInput.value.trim();
            if (q) window.location.href = 'search.php?q=' + encodeURIComponent(q);
        }

        searchToggle.addEventListener('click', () => {
            searchOverlay.classList.add('open');
            setTimeout(() => searchInput.focus(), 100);
        });
        searchClose.addEventListener('click', () => searchOverlay.classList.remove('open'));
        searchOverlay.addEventListener('click', (e) => {
            if (e.target === searchOverlay) searchOverlay.classList.remove('open');
        });
        document.addEventListener('keydown', (e) => {
            if (e.key === 'Escape') searchOverlay.classList.remove('open');
        });
        searchInput.addEventListener('keydown', (e) => {
            if (e.key === 'Enter') doSearch();
        });
        searchSubmit.addEventListener('click', doSearch);

        // Mobile menu
        const mobileToggle = document.getElementById('mobileToggle');
        const mobileMenu = document.getElementById('mobileMenu');
        const mobileClose = document.getElementById('mobileClose');
        const mobileOverlay = document.getElementById('mobileOverlay');

        mobileToggle.addEventListener('click', () => mobileMenu.classList.add('open'));
        mobileClose.addEventListener('click', () => mobileMenu.classList.remove('open'));
        mobileOverlay.addEventListener('click', () => mobileMenu.classList.remove('open'));
    </script>PK�r$,YYPKA�\	AACSITE/index.phpUT��#j<?php include 'includes/data.php'; ?>

<?php include 'includes/header.php'; ?>

<!-- =========================
     HERO NEWS SECTION START
========================= -->



<section class="hero-news-section">

    <div class="container">

        <div class="row">

            <!-- LEFT MAIN NEWS -->
            <div class="col-lg-8">

                <?php

                $featured = null;

                foreach ($articles as $article) {

                    if ($article['featured'] == true) {

                        $featured = $article;

                        break;
                    }
                }

                ?>

                <div class="main-news-card">

                    <img src="<?php echo $featured['image']; ?>" alt="">

                    <div class="main-news-overlay"></div>

                    <div class="main-news-content">

                        <span class="news-tag">

                            <?php echo $featured['category']; ?>

                        </span>

                        <a href="article.php?slug=<?php echo $featured['slug']; ?>" class="text-decoration-none">

                            <h1 class="main-news-title">

                                <?php echo $featured['title']; ?>

                            </h1>

                        </a>

                        <div class="news-meta">

                            <div>

                                <i class="bi bi-clock"></i>

                                <?php echo $featured['time']; ?>

                            </div>

                            <div>

                                <i class="bi bi-eye-fill"></i>

                                <?php echo $featured['views']; ?>

                            </div>

                        </div>

                    </div>

                </div>

            </div>

            <!-- RIGHT SIDEBAR -->
            <div class="col-lg-4">

                <?php foreach ($articles as $article): ?>

                    <?php if ($article['featured'] == false): ?>

                        <div class="side-news-card">

                            <div class="side-news-image">

                                <img src="<?php echo $article['image']; ?>" alt="">

                            </div>

                            <div class="side-news-content">

                                <span class="side-news-tag">

                                    <?php echo $article['category']; ?>

                                </span>

                                <a href="article.php?slug=<?php echo $article['slug']; ?>" class="text-decoration-none">

                                    <h3 class="side-news-title">

                                        <?php echo $article['title']; ?>

                                    </h3>

                                </a>

                                <div class="side-news-meta">

                                    <i class="bi bi-clock"></i>

                                    <?php echo $article['time']; ?>

                                </div>

                            </div>

                        </div>

                    <?php endif; ?>

                <?php endforeach; ?>

                <!-- UPDATE BOX -->
                <div class="update-box">

                    <h3 class="update-title">
                        📊 आज की प्रमुख अपडेट
                    </h3>

                    <ul class="update-list">

                        <?php foreach ($updates as $update): ?>

                            <li>

                                <div>

                                    <i class="bi-star-fill"></i>

                                    <?php echo $update['title']; ?>

                                </div>

                                <span>

                                    <?php echo $update['value']; ?>

                                </span>

                            </li>

                        <?php endforeach; ?>

                    </ul>

                </div>

            </div>

        </div>

    </div>

</section>

<style>
    .hero-news-section {
        padding: 40px 0;
        background: #f1f5f9;
    }

    /* =========================
       MAIN NEWS CARD
    ========================= */

    .main-news-card {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        height: 520px;
    }

    .main-news-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .main-news-card:hover img {
        transform: scale(1.05);
    }

    .main-news-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.88),
                rgba(0, 0, 0, 0.15),
                rgba(0, 0, 0, 0.05));
    }

    .main-news-content {
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 2;
        max-width: 85%;
    }

    .news-tag {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 7px 15px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .main-news-title {
        color: #fff;
        font-size: 52px;
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .news-meta {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        color: #fff;
        font-size: 15px;
    }

    .news-meta i {
        margin-right: 6px;
    }

    /* =========================
       SIDE NEWS CARD
    ========================= */

    .side-news-card {
        background: #fff;
        border-radius: 22px;
        overflow: hidden;
        display: flex;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: 0.3s;
    }

    .side-news-card:hover {
        transform: translateY(-4px);
    }

    .side-news-image {
        width: 38%;
    }

    .side-news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .side-news-content {
        width: 62%;
        padding: 15px;
    }

    .side-news-tag {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 5px 14px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .side-news-title {
        font-size: 21px;
        font-weight: 700;
        color: #111;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .side-news-meta {
        color: #777;
        font-size: 14px;
    }

    /* =========================
       UPDATE BOX
    ========================= */

    .update-box {
        background: #fff;
        border-radius: 22px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .update-title {
        font-size: 24px;
        font-weight: 800;
        color: #111;
        margin-bottom: 20px;
    }

    .update-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .update-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #eee;
        font-size: 17px;
        font-weight: 600;
    }

    .update-list li:last-child {
        border-bottom: none;
    }

    .update-list span {
        color: #e11d48;
        font-weight: 800;
    }

    .update-list i {
        margin-right: 8px;
        color: #e11d48;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:991px) {

        .main-news-card {
            height: 450px;
            margin-bottom: 25px;
        }

        .main-news-title {
            font-size: 38px;
        }

        .side-news-title {
            font-size: 18px;
        }
    }

    @media(max-width:768px) {

        .hero-news-section {
            padding: 25px 0;
        }

        .main-news-card {
            height: 380px;
            border-radius: 20px;
        }

        .main-news-content {
            left: 20px;
            bottom: 20px;
            max-width: 92%;
        }

        .main-news-title {
            font-size: 28px;
        }

        .news-meta {
            gap: 12px;
            font-size: 13px;
        }

        .side-news-card {
            flex-direction: column;
        }

        .side-news-image,
        .side-news-content {
            width: 100%;
        }

        .side-news-image {
            height: 200px;
        }

        .update-title {
            font-size: 21px;
        }

        .update-list li {
            font-size: 15px;
        }
    }
</style>




<!-- =========================
     CATEGORY SECTION START
========================= -->

<section class="category-section">

    <div class="container">

        <div class="row g-4">

            <?php foreach ($categories as $category): ?>

                <div class="col-lg-3 col-md-4 col-6">

                    <a href="category.php?slug=<?php echo $category['slug']; ?>"

                        class="category-card text-decoration-none">

                        <div class="category-icon <?php echo $category['color']; ?>">

                            <i class="bi <?php echo $category['icon']; ?>"></i>

                        </div>

                        <h4>

                            <?php echo $category['name']; ?>

                        </h4>

                    </a>

                </div>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    .category-section {
        padding: 60px 0;
        background: #f1f5f9;
    }

    .category-card {
        background: #f1f2f4;
        border-radius: 24px;
        padding: 40px 20px;
        text-align: center;
        display: block;
        transition: 0.35s ease;
        border: 2px solid transparent;
        height: 100%;
    }

    .category-card:hover {
        transform: translateY(-6px);
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    }

    .active-category {
        border-color: #f1d8a7;
        background: #f8f8f8;
    }

    .category-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
    }

    .category-icon i {
        color: #fff;
        font-size: 26px;
    }

    .category-card h4 {
        font-size: 24px;
        font-weight: 700;
        color: #111827;
        margin: 0;
    }

    /* ICON COLORS */

    .pink {
        background: #e11d48;
    }

    .orange {
        background: #f4a000;
    }

    .blue {
        background: #3b82f6;
    }

    .green {
        background: #10b981;
    }

    .purple {
        background: #8b5cf6;
    }

    .orange-dark {
        background: #f97316;
    }

    .cyan {
        background: #06b6d4;
    }

    .pink-light {
        background: #ec4899;
    }

    .red {
        background: #dc2626;
    }

    .health {
        background: #22c55e;
    }

    /* RESPONSIVE */

    @media(max-width:991px) {

        .category-card {
            padding: 35px 15px;
        }

        .category-card h4 {
            font-size: 20px;
        }
    }

    @media(max-width:576px) {

        .category-section {
            padding: 40px 0;
        }

        .category-card {
            border-radius: 18px;
            padding: 28px 12px;
        }

        .category-icon {
            width: 50px;
            height: 50px;
            border-radius: 14px;
        }

        .category-icon i {
            font-size: 22px;
        }

        .category-card h4 {
            font-size: 17px;
        }
    }
</style>




<!-- =========================
     LATEST NEWS SECTION START
========================= -->

<section class="latest-news-section">

    <div class="container">

        <!-- SECTION TITLE -->
        <div class="section-header">

            <h2 class="section-title">
                <span></span>
                ताजा खबरें
            </h2>

            <a href="category.php" class="view-all-btn">
                और देखें
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <!-- NEWS GRID -->
        <div class="row g-4">

            <!-- NEWS ITEM -->
            <?php foreach ($articles as $article): ?>

                <div class="col-lg-4 col-md-6">

                    <div class="news-card">

                        <div class="news-image">

                            <img src="<?php echo $article['image']; ?>" alt="">

                        </div>

                        <div class="news-content">

                            <span class="news-category">

                                <?php echo $article['category']; ?>

                            </span>

                            <a href="article.php?slug=<?php echo $article['slug']; ?>" class="text-decoration-none">

                                <h3 class="news-title">

                                    <?php echo $article['title']; ?>

                                </h3>

                            </a>

                            <div class="news-time">

                                <i class="bi bi-clock"></i>

                                <?php echo $article['time']; ?>

                            </div>

                        </div>

                    </div>

                </div>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    .latest-news-section {
        padding: 70px 0;
        background: #f1f5f9;
    }

    /* =========================
       SECTION HEADER
    ========================= */

    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .section-title {
        font-size: 34px;
        font-weight: 800;
        color: #0f172a;
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
    }

    .section-title span {
        width: 4px;
        height: 32px;
        background: #e11d48;
        border-radius: 10px;
        display: inline-block;
    }

    .view-all-btn {
        border: 1.5px solid #e11d48;
        color: #e11d48;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: 0.3s;
        text-decoration: none;
    }

    .view-all-btn:hover {
        background: #e11d48;
        color: #fff;
    }

    /* =========================
       NEWS CARD
    ========================= */

    .news-card {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: 0.35s ease;
        height: 100%;
    }

    .news-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    }

    .news-image {
        overflow: hidden;
    }

    .news-image img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        transition: 0.5s;
    }

    .news-card:hover .news-image img {
        transform: scale(1.08);
    }

    .news-content {
        padding: 20px;
    }

    .news-category {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .news-title {
        font-size: 22px;
        font-weight: 700;
        color: #111827;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .news-time {
        color: #94a3b8;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:991px) {

        .section-title {
            font-size: 28px;
        }

        .news-title {
            font-size: 20px;
        }

        .news-image img {
            height: 210px;
        }
    }

    @media(max-width:576px) {

        .latest-news-section {
            padding: 50px 0;
        }

        .section-header {
            align-items: flex-start;
        }

        .section-title {
            font-size: 24px;
        }

        .section-title span {
            height: 26px;
        }

        .view-all-btn {
            padding: 9px 16px;
            font-size: 14px;
        }

        .news-content {
            padding: 18px;
        }

        .news-title {
            font-size: 18px;
        }

        .news-image img {
            height: 200px;
        }
    }
</style>



<!-- =========================
     AJMER NEWS SECTION START
========================= -->

<section class="ajmer-news-section">

    <div class="container">

        <!-- SECTION HEADER -->
        <div class="section-header">

            <h2 class="section-title">
                <span></span>
                अजमेर समाचार
            </h2>

            <a href="category.php?slug=ajmer" class="view-all-btn">
                अजमेर की सभी खबरें
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <div class="row g-4">

            <?php

            $ajmerNews = [];

            foreach ($articles as $article) {

                if ($article['category_slug'] == 'ajmer') {

                    $ajmerNews[] = $article;
                }
            }

            ?>

            <div class="col-lg-7">

                <div class="ajmer-main-news">

                    <img src="<?php echo $ajmerNews[0]['image']; ?>" alt="">

                    <div class="ajmer-overlay"></div>

                    <div class="ajmer-news-content">

                        <span class="ajmer-tag">

                            <?php echo $ajmerNews[0]['category']; ?>

                        </span>

                        <a href="article.php?slug=<?php echo $ajmerNews[0]['slug']; ?>" class="text-decoration-none">

                            <h3 class="ajmer-main-title">

                                <?php echo $ajmerNews[0]['title']; ?>

                            </h3>

                        </a>

                        <div class="ajmer-news-time">

                            <i class="bi bi-clock"></i>

                            <?php echo $ajmerNews[0]['time']; ?>

                        </div>

                    </div>

                </div>

            </div>

            <div class="col-lg-5">

                <div class="side-news-wrapper">

                    <?php foreach ($ajmerNews as $index => $article): ?>

                        <?php if ($index != 0): ?>

                            <div class="mini-news-card">

                                <div class="mini-news-image">

                                    <img src="<?php echo $article['image']; ?>" alt="">

                                </div>

                                <div class="mini-news-content">

                                    <a href="article.php?slug=<?php echo $article['slug']; ?>" class="text-decoration-none">

                                        <h4>

                                            <?php echo $article['title']; ?>

                                        </h4>

                                    </a>

                                    <div class="mini-news-time">

                                        <i class="bi bi-clock"></i>

                                        <?php echo $article['time']; ?>

                                    </div>

                                </div>

                            </div>

                        <?php endif; ?>

                    <?php endforeach; ?>

                </div>

            </div>

        </div>

    </div>

</section>

<style>
    .ajmer-news-section {
        padding: 70px 0;
        background: #f1f5f9;
    }

    /* =========================
       SECTION HEADER
    ========================= */

    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .section-title {
        font-size: 34px;
        font-weight: 800;
        color: #0f172a;
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
    }

    .section-title span {
        width: 4px;
        height: 32px;
        background: #e11d48;
        border-radius: 10px;
    }

    .view-all-btn {
        border: 1.5px solid #e11d48;
        color: #e11d48;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: 0.3s;
    }

    .view-all-btn:hover {
        background: #e11d48;
        color: #fff;
    }

    /* =========================
       MAIN NEWS
    ========================= */

    .ajmer-main-news {
        position: relative;
        height: 420px;
        border-radius: 20px;
        overflow: hidden;
    }

    .ajmer-main-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .ajmer-main-news:hover img {
        transform: scale(1.06);
    }

    .ajmer-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.85),
                rgba(0, 0, 0, 0.15),
                rgba(0, 0, 0, 0));
    }

    .ajmer-news-content {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 2;
        width: 85%;
    }

    .ajmer-tag {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .ajmer-main-title {
        color: #fff;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.45;
        margin-bottom: 15px;
    }

    .ajmer-news-time {
        color: #dbe4ee;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* =========================
       SIDE NEWS
    ========================= */

    .side-news-wrapper {
        background: #fff;
        border-radius: 18px;
        padding: 20px;
        height: 100%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .mini-news-card {
        display: flex;
        gap: 15px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #ececec;
    }

    .mini-news-image {
        width: 120px;
        min-width: 120px;
        height: 78px;
        border-radius: 10px;
        overflow: hidden;
    }

    .mini-news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s;
    }

    .mini-news-card:hover img {
        transform: scale(1.08);
    }

    .mini-news-content h4 {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .mini-news-time {
        color: #94a3b8;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:991px) {

        .ajmer-main-news {
            height: 360px;
        }

        .ajmer-main-title {
            font-size: 28px;
        }

        .side-news-wrapper {
            margin-top: 20px;
        }
    }

    @media(max-width:576px) {

        .ajmer-news-section {
            padding: 50px 0;
        }

        .section-title {
            font-size: 24px;
        }

        .section-title span {
            height: 26px;
        }

        .view-all-btn {
            font-size: 13px;
            padding: 8px 15px;
        }

        .ajmer-main-news {
            height: 300px;
            border-radius: 16px;
        }

        .ajmer-news-content {
            left: 18px;
            bottom: 18px;
            width: 92%;
        }

        .ajmer-main-title {
            font-size: 22px;
        }

        .mini-news-card {
            flex-direction: column;
        }

        .mini-news-image {
            width: 100%;
            height: 180px;
        }

        .mini-news-content h4 {
            font-size: 15px;
        }
    }
</style>



<!-- =========================
     SPORTS NEWS SECTION START
========================= -->

<section class="sports-news-section">

    <div class="container">

        <!-- SECTION HEADER -->
        <div class="section-header dark-header">

            <h2 class="section-title white-title">
                <span></span>
                खेल समाचार
            </h2>

            <a href="category.php?slug=sports" class="view-all-btn white-btn">
                सभी खेल खबरें
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <!-- SPORTS NEWS GRID -->
        <div class="row g-4">

            <?php foreach ($articles as $article): ?>

                <?php if ($article['category_slug'] == 'sports'): ?>

                    <div class="col-lg-3 col-md-6">

                        <div class="sports-card">

                            <img src="<?php echo $article['image']; ?>" alt="">

                            <div class="sports-overlay"></div>

                            <div class="sports-content">

                                <span class="sports-tag">

                                    <?php echo $article['category']; ?>

                                </span>

                                <a href="article.php?slug=<?php echo $article['slug']; ?>" class="text-decoration-none">

                                    <h3>

                                        <?php echo $article['title']; ?>

                                    </h3>

                                </a>

                                <div class="sports-time">

                                    <i class="bi bi-clock"></i>

                                    <?php echo $article['time']; ?>

                                </div>

                            </div>

                        </div>

                    </div>

                <?php endif; ?>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    .sports-news-section {
        padding: 70px 0;
        background: linear-gradient(90deg, #09162f, #16233d);
    }

    .dark-header {
        margin-bottom: 35px;
    }

    .white-title {
        color: #fff;
    }

    .white-btn {
        border-color: #fff;
        color: #fff;
    }

    .white-btn:hover {
        background: #fff;
        color: #111827;
    }

    /* =========================
       SPORTS CARD
    ========================= */

    .sports-card {
        position: relative;
        height: 320px;
        border-radius: 18px;
        overflow: hidden;
    }

    .sports-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .sports-card:hover img {
        transform: scale(1.08);
    }

    .sports-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.9),
                rgba(0, 0, 0, 0.2),
                rgba(0, 0, 0, 0));
    }

    .sports-content {
        position: absolute;
        left: 18px;
        bottom: 18px;
        z-index: 2;
        width: 85%;
    }

    .sports-tag {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 5px 14px;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .sports-content h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .sports-time {
        color: #d1d5db;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:991px) {

        .sports-card {
            height: 300px;
        }
    }

    @media(max-width:576px) {

        .sports-news-section {
            padding: 50px 0;
        }

        .sports-card {
            height: 280px;
        }

        .sports-content h3 {
            font-size: 16px;
        }
    }
</style>



<!-- =========================
     RAJASTHAN NEWS SECTION START
========================= -->

<section class="rajasthan-news-section">

    <div class="container">

        <!-- SECTION HEADER -->
        <div class="section-header">

            <h2 class="section-title">
                <span></span>
                राजस्थान समाचार
            </h2>

            <a href="category.php?slug=rajasthan" class="view-all-btn">
                राजस्थान की सभी खबरें
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <!-- NEWS LIST -->
        <div class="row g-4">

            <?php foreach ($articles as $article): ?>

                <?php if ($article['category_slug'] == 'rajasthan'): ?>

                    <div class="col-lg-6">

                        <div class="rajasthan-card">

                            <div class="rajasthan-image">

                                <img src="<?php echo $article['image']; ?>" alt="">

                            </div>

                            <div class="rajasthan-content">

                                <span class="rajasthan-tag">

                                    <?php echo $article['category']; ?>

                                </span>

                                <a href="article.php?slug=<?php echo $article['slug']; ?>" class="text-decoration-none">

                                    <h3>

                                        <?php echo $article['title']; ?>

                                    </h3>

                                </a>

                                <div class="rajasthan-time">

                                    <i class="bi bi-clock"></i>

                                    <?php echo $article['time']; ?>

                                </div>

                            </div>

                        </div>

                    </div>

                <?php endif; ?>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    .rajasthan-news-section {
        padding: 70px 0;
        background: #f1f5f9;
    }

    /* =========================
       NEWS CARD
    ========================= */

    .rajasthan-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        align-items: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: 0.3s;
        height: 100%;
    }

    .rajasthan-card:hover {
        transform: translateY(-4px);
    }

    .rajasthan-image {
        width: 140px;
        min-width: 140px;
        height: 120px;
        overflow: hidden;
    }

    .rajasthan-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .rajasthan-card:hover img {
        transform: scale(1.08);
    }

    .rajasthan-content {
        padding: 18px;
    }

    .rajasthan-tag {
        display: inline-block;
        background: #f4a000;
        color: #fff;
        padding: 5px 16px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .rajasthan-content h3 {
        font-size: 17px;
        font-weight: 700;
        color: #111827;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .rajasthan-time {
        color: #94a3b8;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:576px) {

        .rajasthan-news-section {
            padding: 50px 0;
        }

        .rajasthan-card {
            flex-direction: column;
            align-items: flex-start;
        }

        .rajasthan-image {
            width: 100%;
            height: 200px;
        }

        .rajasthan-content {
            padding: 16px;
        }

        .rajasthan-content h3 {
            font-size: 16px;
        }
    }
</style>


<!-- =========================
     VIDEO NEWS SECTION START
========================= -->

<section class="video-news-section">

    <div class="container">

        <!-- SECTION HEADER -->
        <div class="section-header dark-header">

            <h2 class="section-title white-title purple-line">
                <span></span>
                वीडियो न्यूज़
            </h2>

            <a href="video.php" class="view-all-btn white-btn">
                सभी वीडियो
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <!-- VIDEO GRID -->
        <div class="row g-4">

            <?php foreach ($videos as $video): ?>

                <div class="col-lg-4 col-md-6">

                    <div class="video-card">

                        <div class="video-frame">
                            <iframe
                                src="https://www.youtube.com/embed/<?php echo $video['embed_id']; ?>"
                                title="<?php echo htmlspecialchars($video['title']); ?>"
                                frameborder="0"
                                allowfullscreen>
                            </iframe>
                        </div>

                        <div class="video-body">

                            <span class="video-category">
                                <?php echo $video['category']; ?>
                            </span>

                            <h3 class="video-title">
                                <?php echo $video['title']; ?>
                            </h3>

                            <div class="video-meta">
                                <span>
                                    <i class="bi bi-eye-fill"></i>
                                    <?php echo $video['views']; ?>
                                </span>

                                <span>
                                    <i class="bi bi-clock-fill"></i>
                                    <?php echo $video['time']; ?>
                                </span>
                            </div>

                        </div>

                    </div>

                </div>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    .video-news-section {
        padding: 70px 0;
        background: linear-gradient(90deg, #08162f, #14233d);
    }

    .purple-line span {
        background: #8b5cf6;
    }

    /* =========================
       VIDEO CARD
    ========================= */

    .video-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        height: 100%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    }

    .video-frame {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .video-body {
        padding: 18px;
    }

    .video-category {
        display: inline-block;
        background: rgba(225, 29, 72, .1);
        color: #e11d48;
        font-size: 13px;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 30px;
        margin-bottom: 12px;
    }

    .video-title {
        font-size: 18px;
        font-weight: 700;
        color: #1f2937;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .video-meta {
        display: flex;
        gap: 25px;
        color: #9ca3af;
        font-size: 14px;
    }

    .video-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .video-meta .bi-eye-fill,
    .video-meta .bi-clock-fill {
        color: #e11d48;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:991px) {

        .video-card {
            height: 300px;
        }
    }

    @media(max-width:576px) {

        .video-news-section {
            padding: 50px 0;
        }

        .video-card {
            height: 280px;
        }

        .video-title {
            font-size: 16px;
        }
    }
</style>



<!-- =========================
     ENTERTAINMENT SECTION START
========================= -->

<section class="entertainment-section">

    <div class="container">

        <!-- SECTION HEADER -->
        <div class="section-header">

            <h2 class="section-title entertainment-title">
                <span></span>
                मनोरंजन
            </h2>

            <a href="category.php?slug=entertainment" class="view-all-btn">
                और मनोरंजन
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <!-- ENTERTAINMENT GRID -->
        <div class="row g-4">

            <?php foreach ($articles as $article): ?>

                <?php if ($article['category_slug'] == 'entertainment'): ?>

                    <div class="col-lg-4 col-md-6">

                        <div class="entertainment-card">

                            <div class="entertainment-image">

                                <img src="<?php echo $article['image']; ?>" alt="">

                            </div>

                            <div class="entertainment-content">

                                <span class="entertainment-tag">

                                    <?php echo $article['category']; ?>

                                </span>

                                <a href="article.php?slug=<?php echo $article['slug']; ?>" class="text-decoration-none">

                                    <h3>

                                        <?php echo $article['title']; ?>

                                    </h3>

                                </a>

                                <div class="entertainment-time">

                                    <i class="bi bi-clock"></i>

                                    <?php echo $article['time']; ?>

                                </div>

                            </div>

                        </div>

                    </div>

                <?php endif; ?>

            <?php endforeach; ?>

        </div>

    </div>

</section>

<style>
    .entertainment-section {
        padding: 70px 0;
        background: #f1f5f9;
    }

    .entertainment-title span {
        background: #8b5cf6;
    }

    /* =========================
       ENTERTAINMENT CARD
    ========================= */

    .entertainment-card {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: 0.35s;
        height: 100%;
    }

    .entertainment-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .entertainment-image {
        overflow: hidden;
    }

    .entertainment-image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: 0.5s;
    }

    .entertainment-card:hover img {
        transform: scale(1.08);
    }

    .entertainment-content {
        padding: 22px;
    }

    .entertainment-tag {
        display: inline-block;
        background: #8b5cf6;
        color: #fff;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .entertainment-content h3 {
        font-size: 21px;
        font-weight: 700;
        color: #111827;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .entertainment-time {
        color: #94a3b8;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:576px) {

        .entertainment-section {
            padding: 50px 0;
        }

        .entertainment-image img {
            height: 220px;
        }

        .entertainment-content {
            padding: 18px;
        }

        .entertainment-content h3 {
            font-size: 18px;
        }
    }
</style>



<!-- =========================
     PHOTO GALLERY SECTION START
========================= -->

<section class="photo-gallery-section">

    <div class="container">

        <!-- SECTION HEADER -->
        <div class="section-header dark-header">

            <h2 class="section-title white-title pink-line">
                <span></span>
                फोटो गैलरी
            </h2>

            <a href="gallery.php" class="view-all-btn white-btn">
                सभी फोटो
                <i class="bi bi-arrow-right"></i>
            </a>

        </div>

        <!-- GALLERY GRID -->
        <div class="row g-3">

            <!-- BIG IMAGE -->
            <div class="col-lg-6">

                <div class="gallery-big-card">

                    <img src="<?php echo $gallery[0]['image']; ?>" alt="">

                    <div class="gallery-overlay"></div>

                    <div class="gallery-content">

                        <span class="gallery-tag">

                            <?php echo $gallery[0]['category']; ?>

                        </span>

                        <h3>

                            <?php echo $gallery[0]['title']; ?>

                        </h3>

                    </div>

                </div>

            </div>

            <!-- RIGHT GRID -->
            <div class="col-lg-6">

                <div class="row g-3">

                    <?php foreach ($gallery as $index => $item): ?>

                        <?php if ($index != 0 && $index <= 4): ?>

                            <div class="col-md-6">

                                <div class="gallery-small-card">

                                    <img src="<?php echo $item['image']; ?>" alt="">

                                    <div class="gallery-overlay"></div>

                                    <div class="gallery-content small-content">

                                        <span class="gallery-tag">

                                            <?php echo $item['category']; ?>

                                        </span>

                                        <h4>

                                            <?php echo $item['title']; ?>

                                        </h4>

                                    </div>

                                </div>

                            </div>

                        <?php endif; ?>

                    <?php endforeach; ?>

                </div>

            </div>

        </div>

        <!-- BUTTON -->
        <div class="gallery-btn-wrap">

            <a href="gallery.php" class="gallery-main-btn">
                <i class="bi bi-images"></i>
                और फोटो देखें
            </a>

        </div>

    </div>

</section>

<style>
    .photo-gallery-section {
        padding: 70px 0;
        background: linear-gradient(90deg, #07152b, #0e1f3f);
    }

    .pink-line span {
        background: #e11d48;
    }

    /* =========================
       GALLERY CARDS
    ========================= */

    .gallery-big-card,
    .gallery-small-card {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        height: 100%;
    }

    .gallery-big-card {
        height: 520px;
    }

    .gallery-small-card {
        height: 250px;
    }

    .gallery-big-card img,
    .gallery-small-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .gallery-big-card:hover img,
    .gallery-small-card:hover img {
        transform: scale(1.08);
    }

    .gallery-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.92),
                rgba(0, 0, 0, 0.15),
                rgba(0, 0, 0, 0));
    }

    .gallery-content {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 2;
        width: 85%;
    }

    .small-content {
        width: 90%;
    }

    .gallery-tag {
        display: inline-block;
        background: #e11d48;
        color: #fff;
        padding: 5px 14px;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .gallery-content h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.5;
        margin: 0;
    }

    .gallery-content h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        margin: 0;
    }

    /* =========================
       BUTTON
    ========================= */

    .gallery-btn-wrap {
        text-align: center;
        margin-top: 35px;
    }

    .gallery-main-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #e11d48;
        color: #fff;
        padding: 14px 28px;
        border-radius: 40px;
        text-decoration: none;
        font-weight: 700;
        transition: 0.3s;
    }

    .gallery-main-btn:hover {
        background: #fff;
        color: #111827;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:991px) {

        .gallery-big-card {
            height: 420px;
            margin-bottom: 15px;
        }
    }

    @media(max-width:576px) {

        .photo-gallery-section {
            padding: 50px 0;
        }

        .gallery-big-card {
            height: 320px;
        }

        .gallery-small-card {
            height: 220px;
        }

        .gallery-content h3 {
            font-size: 22px;
        }

        .gallery-content h4 {
            font-size: 15px;
        }

        .gallery-main-btn {
            width: 100%;
            justify-content: center;
        }
    }
</style>



<!-- =========================
     WHATSAPP JOIN SECTION START
========================= -->

<section class="whatsapp-join-section">

    <div class="container">

        <div class="whatsapp-box">

            <!-- SHAPES -->
            <div class="circle-shape top-shape"></div>
            <div class="circle-shape bottom-shape"></div>

            <!-- CONTENT -->
            <div class="whatsapp-content">

                <div class="whatsapp-icon">
                    📱
                </div>

                <h2>

                    <?php echo $whatsapp['title']; ?>

                </h2>

                <p>

                    <?php echo $whatsapp['description']; ?>

                </p>

                <a href="<?php echo $whatsapp['link']; ?>" class="join-whatsapp-btn">
                    <i class="bi bi-whatsapp"></i>
                    Join WhatsApp Channel
                </a>

            </div>

        </div>

    </div>

</section>

<style>
    .whatsapp-join-section {
        padding: 70px 0;
        background: #f1f5f9;
    }

    .whatsapp-box {
        position: relative;
        overflow: hidden;
        background: linear-gradient(90deg, #e11d48, #991b1b);
        border-radius: 24px;
        padding: 70px 30px;
        text-align: center;
    }

    .whatsapp-content {
        position: relative;
        z-index: 2;
        max-width: 700px;
        margin: auto;
    }

    .whatsapp-icon {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .whatsapp-content h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .whatsapp-content p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 17px;
        line-height: 1.9;
        margin-bottom: 30px;
    }

    /* =========================
       BUTTON
    ========================= */

    .join-whatsapp-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        color: #111827;
        padding: 15px 30px;
        border-radius: 40px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        transition: 0.3s;
    }

    .join-whatsapp-btn i {
        color: #25D366;
        font-size: 20px;
    }

    .join-whatsapp-btn:hover {
        transform: translateY(-3px);
        background: #f3f4f6;
    }

    /* =========================
       SHAPES
    ========================= */

    .circle-shape {
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
    }

    .top-shape {
        width: 170px;
        height: 170px;
        top: -40px;
        right: -30px;
    }

    .bottom-shape {
        width: 140px;
        height: 140px;
        bottom: -50px;
        left: -30px;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media(max-width:768px) {

        .whatsapp-box {
            padding: 50px 20px;
        }

        .whatsapp-content h2 {
            font-size: 34px;
        }

        .whatsapp-content p {
            font-size: 15px;
        }

        .join-whatsapp-btn {
            width: 100%;
            justify-content: center;
        }
    }
</style>



<?php include 'includes/footer.php'; ?>PK��k����PKA�\	AACSITE/search.phpUT��#j<?php
include 'includes/data.php';

// ── Query params ──────────────────────────────────────────────
$query    = trim($_GET['q']   ?? '');
$catFilter = trim($_GET['cat'] ?? 'all');
$sort     = trim($_GET['sort'] ?? 'relevance');
$page     = max(1, (int)($_GET['page'] ?? 1));
$perPage  = 6;

// ── Search logic ──────────────────────────────────────────────
function highlightMatch(string $text, string $query): string
{
    if (!$query) return htmlspecialchars($text);
    $safe = htmlspecialchars($text);
    $safeQ = preg_quote(htmlspecialchars($query), '/');
    return preg_replace(
        '/(' . $safeQ . ')/ui',
        '<mark>$1</mark>',
        $safe
    );
}

$results = [];

if ($query !== '') {
    $qLower = mb_strtolower($query, 'UTF-8');

    foreach ($articles as $article) {
        $titleLower   = mb_strtolower($article['title'],    'UTF-8');
        $excerptLower = mb_strtolower($article['excerpt'],  'UTF-8');
        $catLower     = mb_strtolower($article['category'], 'UTF-8');
        $contentLower = mb_strtolower($article['content'],  'UTF-8');

        // Score: title match = 3 pts, category = 2 pts, excerpt = 1 pt, content = 0.5
        $score = 0;
        if (str_contains($titleLower,   $qLower)) $score += 3;
        if (str_contains($catLower,     $qLower)) $score += 2;
        if (str_contains($excerptLower, $qLower)) $score += 1;
        if (str_contains($contentLower, $qLower)) $score += 0.5;

        if ($score > 0) {
            $results[] = array_merge($article, ['_score' => $score]);
        }
    }
}

// ── Category filter ───────────────────────────────────────────
$allResultCats = array_unique(array_column($results, 'category'));

if ($catFilter !== 'all') {
    $results = array_values(array_filter(
        $results,
        fn($r) => $r['category'] === $catFilter
    ));
}

// ── Sort ─────────────────────────────────────────────────────
if ($sort === 'relevance') {
    usort($results, fn($a, $b) => $b['_score'] <=> $a['_score']);
} elseif ($sort === 'latest') {
    // keep original order (most recent first in data.php)
} elseif ($sort === 'popular') {
    usort($results, function ($a, $b) {
        $va = (float) preg_replace('/[^0-9.]/', '', $a['views']);
        $vb = (float) preg_replace('/[^0-9.]/', '', $b['views']);
        return $vb <=> $va;
    });
}

// ── Pagination ────────────────────────────────────────────────
$totalResults = count($results);
$totalPages   = (int) ceil($totalResults / $perPage);
$page         = min($page, max(1, $totalPages));
$offset       = ($page - 1) * $perPage;
$pageResults  = array_slice($results, $offset, $perPage);

function pageUrl(int $p, string $q, string $cat, string $sort): string
{
    return 'search.php?q=' . urlencode($q)
        . '&cat=' . urlencode($cat)
        . '&sort=' . urlencode($sort)
        . '&page=' . $p;
}

// ── Suggestions (popular searches) ───────────────────────────
$suggestions = ['अजमेर', 'राजस्थान', 'राजनीति', 'खेल', 'मनोरंजन', 'शिक्षा', 'व्यापार', 'स्वास्थ्य'];

$pageTitle = $query ? "खोज: {$query}" : 'खोज';
include 'includes/header.php';
?>

<style>
    /* ============================================================
   SEARCH PAGE
============================================================ */

    /* ── Hero / Search Bar ───── */
    .srch-hero {
        background: linear-gradient(135deg, #07152b 0%, #0e1f3f 55%, #1a0829 100%);
        padding: 64px 0 0;
        position: relative;
        overflow: hidden;
    }

    .srch-hero::before {
        content: '';
        position: absolute;
        top: -120px;
        right: -120px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(225, 29, 72, .14) 0%, transparent 70%);
        pointer-events: none;
    }

    .srch-hero::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: 10%;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(99, 102, 241, .08) 0%, transparent 70%);
        pointer-events: none;
    }

    .srch-breadcrumb {
        color: #475569;
        font-size: 13px;
        margin-bottom: 22px;
    }

    .srch-breadcrumb a {
        color: #94a3b8;
        transition: .2s;
    }

    .srch-breadcrumb a:hover {
        color: #fff;
    }

    .srch-breadcrumb span {
        margin: 0 8px;
        color: #334155;
    }

    .srch-hero h1 {
        font-size: 42px;
        font-weight: 900;
        color: #fff;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .srch-hero h1 em {
        font-style: normal;
        color: #fb7185;
    }

    .srch-hero .sub {
        color: #64748b;
        font-size: 14.5px;
        margin-bottom: 32px;
    }

    /* Search form */
    .srch-form-wrap {
        max-width: 780px;
        position: relative;
        z-index: 2;
    }

    .srch-form {
        display: flex;
        background: #fff;
        border-radius: 60px;
        overflow: hidden;
        box-shadow: 0 16px 50px rgba(0, 0, 0, .25), 0 0 0 1px rgba(255, 255, 255, .06);
    }

    .srch-form input {
        flex: 1;
        padding: 18px 28px;
        font-size: 16px;
        font-family: 'Noto Sans Devanagari', sans-serif;
        border: none;
        outline: none;
        color: #0f172a;
        background: transparent;
    }

    .srch-form input::placeholder {
        color: #94a3b8;
    }

    .srch-form button {
        background: #e11d48;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 18px;
        cursor: pointer;
        transition: .25s;
        border-radius: 0 60px 60px 0;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: 'Noto Sans Devanagari', sans-serif;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
    }

    .srch-form button:hover {
        background: #be123c;
    }

    /* Suggestions */
    .srch-suggestions {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        padding: 20px 0 28px;
    }

    .srch-sug-label {
        color: #475569;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

    .srch-sug-pill {
        display: inline-block;
        background: rgba(255, 255, 255, .07);
        border: 1px solid rgba(255, 255, 255, .12);
        color: #cbd5e1;
        padding: 6px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        transition: .25s;
    }

    .srch-sug-pill:hover {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
    }

    /* Tab underline */
    .srch-tab-bar {
        background: rgba(255, 255, 255, .04);
        border-top: 1px solid rgba(255, 255, 255, .07);
        padding: 0;
    }

    .srch-tabs {
        display: flex;
        gap: 0;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .srch-tabs::-webkit-scrollbar {
        display: none;
    }

    .srch-tab {
        padding: 14px 22px;
        font-size: 14px;
        font-weight: 700;
        color: #64748b;
        border: none;
        background: none;
        cursor: pointer;
        white-space: nowrap;
        border-bottom: 3px solid transparent;
        transition: .2s;
        font-family: 'Noto Sans Devanagari', sans-serif;
    }

    .srch-tab:hover {
        color: #cbd5e1;
    }

    .srch-tab.active {
        color: #fff;
        border-bottom-color: #e11d48;
    }

    /* ── Filters bar ─────────── */
    .srch-filters-bar {
        background: #fff;
        padding: 14px 0;
        border-bottom: 1px solid #e2e8f0;
        position: sticky;
        top: 68px;
        z-index: 99;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    }

    .srch-filters-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }

    .srch-cat-pills {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
    }

    .srch-cat-pill {
        border: 1.5px solid #e2e8f0;
        background: #fff;
        padding: 7px 16px;
        border-radius: 40px;
        font-size: 13px;
        font-weight: 700;
        color: #334155;
        font-family: 'Noto Sans Devanagari', sans-serif;
        cursor: pointer;
        transition: .2s;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
    }

    .srch-cat-pill:hover,
    .srch-cat-pill.active {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
    }

    .srch-sort-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .srch-sort-label {
        font-size: 13px;
        color: #64748b;
        font-weight: 600;
        white-space: nowrap;
    }

    .srch-sort-select {
        border: 1.5px solid #e2e8f0;
        border-radius: 40px;
        padding: 7px 14px;
        font-size: 13px;
        font-weight: 700;
        color: #334155;
        outline: none;
        background: #fff;
        font-family: 'Noto Sans Devanagari', sans-serif;
        cursor: pointer;
    }

    /* ── Results section ─────── */
    .srch-results-section {
        padding: 40px 0 80px;
        background: #f1f5f9;
    }

    /* Results count */
    .srch-count-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 28px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .srch-count-text {
        font-size: 15px;
        color: #64748b;
        font-weight: 600;
    }

    .srch-count-text strong {
        color: #0f172a;
    }

    .srch-count-text mark {
        background: rgba(225, 29, 72, .12);
        color: #e11d48;
        border-radius: 4px;
        padding: 1px 5px;
        font-style: normal;
    }

    /* Result card */
    .srch-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
        transition: .3s;
        margin-bottom: 20px;
    }

    .srch-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, .11);
    }

    .srch-card-img {
        width: 240px;
        flex-shrink: 0;
        overflow: hidden;
    }

    .srch-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s;
    }

    .srch-card:hover .srch-card-img img {
        transform: scale(1.06);
    }

    .srch-card-body {
        padding: 24px 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    .srch-card-cat {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(225, 29, 72, .1);
        color: #e11d48;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 11.5px;
        font-weight: 800;
        margin-bottom: 12px;
        width: fit-content;
    }

    .srch-card-title {
        font-size: 19px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .srch-card-title mark {
        background: rgba(251, 113, 133, .15);
        color: #be123c;
        border-radius: 3px;
        padding: 0 3px;
    }

    .srch-card-excerpt {
        font-size: 14px;
        color: #64748b;
        line-height: 1.7;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .srch-card-excerpt mark {
        background: rgba(251, 113, 133, .12);
        color: #be123c;
        border-radius: 3px;
    }

    .srch-card-meta {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
    }

    .srch-card-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #94a3b8;
        font-size: 13px;
    }

    .srch-card-meta i {
        color: #e11d48;
    }

    .srch-card-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #e11d48;
        font-size: 13.5px;
        font-weight: 700;
        transition: .2s;
        margin-left: auto;
    }

    .srch-card-link:hover {
        gap: 10px;
        color: #be123c;
    }

    /* ── Empty state ─────────── */
    .srch-empty {
        text-align: center;
        padding: 80px 20px;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    }

    .srch-empty-icon {
        width: 90px;
        height: 90px;
        border-radius: 24px;
        background: #fef2f2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
        font-size: 40px;
        color: #fca5a5;
    }

    .srch-empty h3 {
        font-size: 22px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 12px;
    }

    .srch-empty p {
        color: #64748b;
        font-size: 14.5px;
        line-height: 1.8;
        max-width: 440px;
        margin: 0 auto 28px;
    }

    .srch-empty .try-label {
        font-size: 13px;
        color: #94a3b8;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .srch-empty-pills {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .srch-empty-pill {
        display: inline-block;
        border: 1.5px solid #e2e8f0;
        background: #fff;
        color: #334155;
        padding: 7px 16px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
        transition: .2s;
        text-decoration: none;
    }

    .srch-empty-pill:hover {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
    }

    /* ── Initial state (no query) */
    .srch-initial {
        text-align: center;
        padding: 80px 20px;
    }

    .srch-initial-icon {
        width: 100px;
        height: 100px;
        border-radius: 28px;
        background: linear-gradient(135deg, rgba(225, 29, 72, .1), rgba(225, 29, 72, .05));
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
        font-size: 44px;
        color: #e11d48;
        border: 2px solid rgba(225, 29, 72, .1);
    }

    .srch-initial h3 {
        font-size: 24px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .srch-initial p {
        color: #64748b;
        font-size: 15px;
        margin-bottom: 32px;
    }

    .srch-popular-grid {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 560px;
        margin: 0 auto;
    }

    .srch-pop-card {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        color: #334155;
        padding: 10px 18px;
        border-radius: 40px;
        font-size: 13.5px;
        font-weight: 700;
        border: 1.5px solid #e2e8f0;
        text-decoration: none;
        transition: .25s;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    }

    .srch-pop-card i {
        color: #e11d48;
        font-size: 13px;
    }

    .srch-pop-card:hover {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(225, 29, 72, .2);
    }

    .srch-pop-card:hover i {
        color: #fff;
    }

    /* ── Pagination ──────────── */
    .srch-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .pg-btn {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: #fff;
        border: 1.5px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        color: #334155;
        text-decoration: none;
        transition: .2s;
    }

    .pg-btn:hover {
        background: rgba(225, 29, 72, .07);
        border-color: #e11d48;
        color: #e11d48;
    }

    .pg-btn.active {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
    }

    .pg-btn.disabled {
        opacity: .4;
        pointer-events: none;
    }

    .pg-dots {
        color: #94a3b8;
        font-size: 14px;
        padding: 0 4px;
    }

    /* ── Related articles ────── */
    .srch-related {
        padding: 50px 0 70px;
        background: #fff;
    }

    .srch-related-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .srch-rel-card {
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .07);
        transition: .3s;
        background: #f8fafc;
    }

    .srch-rel-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
    }

    .srch-rel-img {
        height: 170px;
        overflow: hidden;
    }

    .srch-rel-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s;
    }

    .srch-rel-card:hover .srch-rel-img img {
        transform: scale(1.06);
    }

    .srch-rel-body {
        padding: 16px 18px;
    }

    .srch-rel-cat {
        display: inline-block;
        background: rgba(225, 29, 72, .1);
        color: #e11d48;
        padding: 3px 10px;
        border-radius: 16px;
        font-size: 11px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .srch-rel-title {
        font-size: 14.5px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .srch-rel-meta {
        font-size: 12px;
        color: #94a3b8;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .srch-rel-meta i {
        color: #e11d48;
    }

    /* ── Responsive ──────────── */
    @media(max-width:991px) {
        .srch-related-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(max-width:768px) {
        .srch-hero h1 {
            font-size: 28px;
        }

        .srch-hero {
            padding: 48px 0 0;
        }

        .srch-card {
            flex-direction: column;
        }

        .srch-card-img {
            width: 100%;
            height: 200px;
        }

        .srch-card-body {
            padding: 18px 20px;
        }

        .srch-card-title {
            font-size: 16px;
        }

        .srch-filters-bar {
            top: 60px;
        }
    }

    @media(max-width:576px) {
        .srch-form input {
            padding: 15px 18px;
            font-size: 14px;
        }

        .srch-form button span {
            display: none;
        }

        .srch-form button {
            padding: 14px 20px;
            border-radius: 0 60px 60px 0;
        }

        .srch-related-grid {
            grid-template-columns: 1fr;
        }

        .srch-filters-inner {
            gap: 10px;
        }
    }
</style>

<!-- ============================================================
   HERO — search bar
============================================================ -->
<section class="srch-hero">
    <div class="container" style="position:relative;z-index:2;">

        <!-- Breadcrumb -->
        <div class="srch-breadcrumb">
            <a href="index.php">होम</a>
            <span>/</span>
            <span style="color:#94a3b8">खोज</span>
        </div>

        <!-- Heading -->
        <?php if ($query): ?>
            <h1>"<em><?php echo htmlspecialchars($query); ?></em>" के परिणाम</h1>
            <p class="sub">
                <?php if ($totalResults > 0): ?>
                    <?php echo $totalResults; ?> खबरें मिलीं · पेज <?php echo $page; ?> / <?php echo max(1, $totalPages); ?>
                <?php else: ?>
                    कोई परिणाम नहीं मिला
                <?php endif; ?>
            </p>
        <?php else: ?>
            <h1>खबर खोजें <i class="bi bi-search" style="font-size:32px;color:#fb7185;vertical-align:middle;"></i></h1>
            <p class="sub">अजमेर, राजस्थान और देश-दुनिया की कोई भी खबर खोजें</p>
        <?php endif; ?>

        <!-- Search Form -->
        <div class="srch-form-wrap">
            <form class="srch-form" method="GET" action="search.php">
                <input
                    type="text"
                    name="q"
                    value="<?php echo htmlspecialchars($query); ?>"
                    placeholder="खबर का शीर्षक, श्रेणी या कीवर्ड लिखें..."
                    id="heroSearchInput"
                    autocomplete="off">
                <button type="submit">
                    <i class="bi bi-search"></i>
                    <span>खोजें</span>
                </button>
            </form>

            <!-- Live suggestions dropdown -->
            <div id="liveSuggest" style="
                display:none;
                position:absolute; left:0; right:0;
                top:calc(100% + 8px);
                background:#fff;
                border-radius:16px;
                box-shadow:0 20px 60px rgba(0,0,0,.2);
                overflow:hidden;
                z-index:200;
                border:1px solid rgba(0,0,0,.06);
            "></div>
        </div>

        <!-- Suggestion Pills -->
        <div class="srch-suggestions">
            <span class="srch-sug-label"><i class="bi bi-fire" style="color:#fb7185;margin-right:4px;"></i> लोकप्रिय:</span>
            <?php foreach ($suggestions as $s): ?>
                <a href="search.php?q=<?php echo urlencode($s); ?>" class="srch-sug-pill"><?php echo $s; ?></a>
            <?php endforeach; ?>
        </div>

        <!-- Tab bar (type filter - visual only) -->
        <?php if ($query): ?>
            <div class="srch-tab-bar">
                <div class="container">
                    <div class="srch-tabs">
                        <button class="srch-tab active">
                            <i class="bi bi-newspaper" style="margin-right:6px;"></i> खबरें
                            <?php if ($totalResults > 0): ?><span style="font-size:11px;background:rgba(225,29,72,.2);color:#fb7185;padding:2px 7px;border-radius:10px;margin-left:6px;"><?php echo $totalResults; ?></span><?php endif; ?>
                        </button>
                        <a href="gallery.php" class="srch-tab" style="text-decoration:none;">
                            <i class="bi bi-images" style="margin-right:6px;"></i> फोटो
                        </a>
                        <a href="video.php" class="srch-tab" style="text-decoration:none;">
                            <i class="bi bi-play-circle" style="margin-right:6px;"></i> वीडियो
                        </a>
                    </div>
                </div>
            </div>
        <?php endif; ?>
    </div>
</section>

<?php if ($query): ?>

    <!-- ============================================================
   FILTER BAR
============================================================ -->
    <div class="srch-filters-bar">
        <div class="container">
            <div class="srch-filters-inner">
                <div class="srch-cat-pills">
                    <a href="search.php?q=<?php echo urlencode($query); ?>&cat=all&sort=<?php echo urlencode($sort); ?>"
                        class="srch-cat-pill <?php echo $catFilter === 'all' ? 'active' : ''; ?>">
                        <i class="bi bi-grid-fill" style="font-size:11px;"></i> सभी
                        <span style="font-size:11px;opacity:.7;">(<?php echo count($results) + ($catFilter !== 'all' ? array_sum(array_map(fn($c) => 1, array_filter($results, fn($r) => true))) : 0); ?>)</span>
                    </a>
                    <?php foreach ($allResultCats as $rcat): ?>
                        <?php
                        $catCount = count(array_filter(
                            // count from full results before category filter
                            array_filter($results, fn($r) => $catFilter === 'all' || $r['category'] === $catFilter),
                            fn($r) => $r['category'] === $rcat
                        ));
                        // Recount from all results
                        $allForCat = array_filter(
                            array_filter($articles, function ($a) use ($query) {
                                $q = mb_strtolower($query, 'UTF-8');
                                return str_contains(mb_strtolower($a['title'], 'UTF-8'), $q)
                                    || str_contains(mb_strtolower($a['excerpt'], 'UTF-8'), $q)
                                    || str_contains(mb_strtolower($a['category'], 'UTF-8'), $q)
                                    || str_contains(mb_strtolower($a['content'], 'UTF-8'), $q);
                            }),
                            fn($r) => $r['category'] === $rcat
                        );
                        ?>
                        <a href="search.php?q=<?php echo urlencode($query); ?>&cat=<?php echo urlencode($rcat); ?>&sort=<?php echo urlencode($sort); ?>"
                            class="srch-cat-pill <?php echo $catFilter === $rcat ? 'active' : ''; ?>">
                            <?php echo $rcat; ?>
                            <span style="font-size:11px;opacity:.7;">(<?php echo count($allForCat); ?>)</span>
                        </a>
                    <?php endforeach; ?>
                </div>

                <div class="srch-sort-wrap">
                    <span class="srch-sort-label">क्रमबद्ध:</span>
                    <select class="srch-sort-select" onchange="applySort(this.value)">
                        <option value="relevance" <?php echo $sort === 'relevance' ? 'selected' : ''; ?>>प्रासंगिकता</option>
                        <option value="latest" <?php echo $sort === 'latest' ? 'selected' : ''; ?>>नवीनतम</option>
                        <option value="popular" <?php echo $sort === 'popular' ? 'selected' : ''; ?>>लोकप्रिय</option>
                    </select>
                </div>
            </div>
        </div>
    </div>

    <!-- ============================================================
   RESULTS
============================================================ -->
    <section class="srch-results-section">
        <div class="container">

            <?php if ($totalResults > 0): ?>

                <!-- Count bar -->
                <div class="srch-count-bar">
                    <p class="srch-count-text">
                        <strong><?php echo $totalResults; ?></strong> परिणाम मिले
                        "<mark><?php echo htmlspecialchars($query); ?></mark>" के लिए
                        <?php if ($catFilter !== 'all'): ?>
                            · श्रेणी: <strong><?php echo htmlspecialchars($catFilter); ?></strong>
                        <?php endif; ?>
                    </p>
                    <span style="font-size:13px;color:#94a3b8;">पेज <?php echo $page; ?> / <?php echo $totalPages; ?></span>
                </div>

                <!-- Cards -->
                <?php foreach ($pageResults as $r): ?>
                    <article class="srch-card">
                        <div class="srch-card-img">
                            <img src="<?php echo $r['image']; ?>" alt="<?php echo htmlspecialchars($r['title']); ?>" loading="lazy">
                        </div>
                        <div class="srch-card-body">
                            <div class="srch-card-cat">
                                <i class="bi bi-tag-fill" style="font-size:10px;"></i>
                                <a href="category.php?slug=<?php echo $r['category_slug']; ?>" style="color:inherit;text-decoration:none;">
                                    <?php echo $r['category']; ?>
                                </a>
                            </div>
                            <h2 class="srch-card-title">
                                <a href="article.php?slug=<?php echo $r['slug']; ?>" style="color:inherit;text-decoration:none;">
                                    <?php echo highlightMatch($r['title'], $query); ?>
                                </a>
                            </h2>
                            <p class="srch-card-excerpt"><?php echo highlightMatch($r['excerpt'], $query); ?></p>
                            <div class="srch-card-meta">
                                <span><i class="bi bi-clock-fill"></i> <?php echo $r['time']; ?></span>
                                <span><i class="bi bi-eye-fill"></i> <?php echo $r['views']; ?></span>
                                <span><i class="bi bi-person-fill"></i> <?php echo $r['author']; ?></span>
                                <a href="article.php?slug=<?php echo $r['slug']; ?>" class="srch-card-link">
                                    पढ़ें <i class="bi bi-arrow-right"></i>
                                </a>
                            </div>
                        </div>
                    </article>
                <?php endforeach; ?>

                <!-- Pagination -->
                <?php if ($totalPages > 1): ?>
                    <div class="srch-pagination">
                        <!-- Prev -->
                        <a href="<?php echo pageUrl($page - 1, $query, $catFilter, $sort); ?>"
                            class="pg-btn <?php echo $page <= 1 ? 'disabled' : ''; ?>">
                            <i class="bi bi-chevron-left"></i>
                        </a>

                        <?php
                        $range = 2;
                        for ($p = 1; $p <= $totalPages; $p++):
                            if ($p === 1 || $p === $totalPages || abs($p - $page) <= $range):
                        ?>
                                <?php if ($p > 1 && $p < $totalPages && abs($p - $page) === $range + 1): ?>
                                    <span class="pg-dots">…</span>
                                <?php endif; ?>
                                <a href="<?php echo pageUrl($p, $query, $catFilter, $sort); ?>"
                                    class="pg-btn <?php echo $p === $page ? 'active' : ''; ?>">
                                    <?php echo $p; ?>
                                </a>
                        <?php
                            endif;
                        endfor;
                        ?>

                        <!-- Next -->
                        <a href="<?php echo pageUrl($page + 1, $query, $catFilter, $sort); ?>"
                            class="pg-btn <?php echo $page >= $totalPages ? 'disabled' : ''; ?>">
                            <i class="bi bi-chevron-right"></i>
                        </a>
                    </div>
                <?php endif; ?>

            <?php else: ?>

                <!-- Empty state -->
                <div class="srch-empty">
                    <div class="srch-empty-icon"><i class="bi bi-search"></i></div>
                    <h3>"<?php echo htmlspecialchars($query); ?>" के लिए कोई खबर नहीं मिली</h3>
                    <p>कृपया अलग कीवर्ड से खोजें, वर्तनी जांचें, या नीचे दी गई श्रेणियों में से चुनें।</p>
                    <p class="try-label">इन्हें आजमाएं:</p>
                    <div class="srch-empty-pills">
                        <?php foreach ($suggestions as $s): ?>
                            <a href="search.php?q=<?php echo urlencode($s); ?>" class="srch-empty-pill"><?php echo $s; ?></a>
                        <?php endforeach; ?>
                    </div>
                </div>

            <?php endif; ?>

        </div>
    </section>

    <!-- ============================================================
   RELATED / LATEST ARTICLES (shown when results exist)
============================================================ -->
    <?php if ($totalResults > 0): ?>
        <section class="srch-related">
            <div class="container">
                <div class="an-section-heading" style="margin-bottom:28px;">
                    <div class="accent-bar"></div>
                    <h2>और खबरें पढ़ें</h2>
                    <a href="index.php" class="see-all">सभी देखें <i class="bi bi-arrow-right"></i></a>
                </div>
                <div class="srch-related-grid">
                    <?php
                    // Pick 3 articles NOT in current results
                    $resultIds = array_column($results, 'id');
                    $related   = array_filter($articles, fn($a) => !in_array($a['id'], $resultIds));
                    $related   = array_slice(array_values($related), 0, 3);
                    foreach ($related as $rel):
                    ?>
                        <a href="article.php?slug=<?php echo $rel['slug']; ?>" class="srch-rel-card" style="text-decoration:none;">
                            <div class="srch-rel-img">
                                <img src="<?php echo $rel['image']; ?>" alt="<?php echo htmlspecialchars($rel['title']); ?>" loading="lazy">
                            </div>
                            <div class="srch-rel-body">
                                <div class="srch-rel-cat"><?php echo $rel['category']; ?></div>
                                <div class="srch-rel-title"><?php echo $rel['title']; ?></div>
                                <div class="srch-rel-meta"><i class="bi bi-clock-fill"></i> <?php echo $rel['time']; ?></div>
                            </div>
                        </a>
                    <?php endforeach; ?>
                </div>
            </div>
        </section>
    <?php endif; ?>

<?php else: ?>

    <!-- ============================================================
   INITIAL STATE — no query yet
============================================================ -->
    <section class="srch-results-section">
        <div class="container">
            <div class="srch-initial">
                <div class="srch-initial-icon"><i class="bi bi-search"></i></div>
                <h3>क्या खोज रहे हैं?</h3>
                <p>ऊपर सर्च बॉक्स में कोई भी कीवर्ड लिखें और अजमेर की हर खबर पाएं।</p>
                <div class="srch-popular-grid">
                    <?php foreach ($suggestions as $s): ?>
                        <a href="search.php?q=<?php echo urlencode($s); ?>" class="srch-pop-card">
                            <i class="bi bi-trending-up"></i> <?php echo $s; ?>
                        </a>
                    <?php endforeach; ?>
                </div>
            </div>

            <!-- Show latest articles as discovery -->
            <div style="margin-top:60px;">
                <div class="an-section-heading" style="margin-bottom:28px;">
                    <div class="accent-bar"></div>
                    <h2>ताज़ा खबरें</h2>
                    <a href="index.php" class="see-all">सभी देखें <i class="bi bi-arrow-right"></i></a>
                </div>
                <div class="srch-related-grid">
                    <?php foreach (array_slice($articles, 0, 3) as $art): ?>
                        <a href="article.php?slug=<?php echo $art['slug']; ?>" class="srch-rel-card" style="text-decoration:none;">
                            <div class="srch-rel-img">
                                <img src="<?php echo $art['image']; ?>" alt="<?php echo htmlspecialchars($art['title']); ?>" loading="lazy">
                            </div>
                            <div class="srch-rel-body">
                                <div class="srch-rel-cat"><?php echo $art['category']; ?></div>
                                <div class="srch-rel-title"><?php echo $art['title']; ?></div>
                                <div class="srch-rel-meta"><i class="bi bi-clock-fill"></i> <?php echo $art['time']; ?></div>
                            </div>
                        </a>
                    <?php endforeach; ?>
                </div>
            </div>
        </div>
    </section>

<?php endif; ?>

<script>
    // ── Sort redirect ─────────────────────────────────────────────
    function applySort(val) {
        const url = new URL(window.location.href);
        url.searchParams.set('sort', val);
        url.searchParams.set('page', '1');
        window.location.href = url.toString();
    }

    // ── Live suggestions ──────────────────────────────────────────
    const input = document.getElementById('heroSearchInput');
    const liveSugBox = document.getElementById('liveSuggest');

    const articleData = <?php echo json_encode(array_map(
                            fn($a) => ['title' => $a['title'], 'category' => $a['category'], 'slug' => $a['slug'], 'views' => $a['views']],
                            $articles
                        )); ?>;

    let debounceTimer;

    input.addEventListener('input', () => {
        clearTimeout(debounceTimer);
        debounceTimer = setTimeout(() => showSuggestions(input.value.trim()), 200);
    });

    input.addEventListener('keydown', (e) => {
        if (e.key === 'Escape') hideSuggestions();
    });

    document.addEventListener('click', (e) => {
        if (!input.closest('.srch-form-wrap').contains(e.target)) hideSuggestions();
    });

    function showSuggestions(q) {
        if (!q || q.length < 2) {
            hideSuggestions();
            return;
        }

        const qL = q.toLowerCase();
        const matches = articleData
            .filter(a =>
                a.title.toLowerCase().includes(qL) ||
                a.category.toLowerCase().includes(qL)
            )
            .slice(0, 6);

        if (!matches.length) {
            hideSuggestions();
            return;
        }

        liveSugBox.innerHTML = matches.map(m => `
        <a href="article.php?slug=${m.slug}"
           style="display:flex;align-items:center;gap:12px;padding:12px 18px;color:#0f172a;
                  text-decoration:none;transition:.15s;border-bottom:1px solid #f1f5f9;"
           onmouseover="this.style.background='#fef2f2'"
           onmouseout="this.style.background=''"
        >
            <i class="bi bi-newspaper" style="color:#e11d48;font-size:15px;flex-shrink:0;"></i>
            <span style="flex:1;font-size:14px;font-weight:600;line-height:1.4;">
                ${highlight(m.title, q)}
            </span>
            <span style="font-size:11.5px;background:rgba(225,29,72,.09);color:#e11d48;
                         padding:3px 10px;border-radius:12px;font-weight:700;flex-shrink:0;">
                ${m.category}
            </span>
        </a>
    `).join('') +
            `<a href="search.php?q=${encodeURIComponent(q)}"
        style="display:flex;align-items:center;justify-content:center;gap:8px;
               padding:12px 18px;color:#e11d48;font-size:13.5px;font-weight:700;
               text-decoration:none;background:#fef2f2;"
        onmouseover="this.style.background='#fee2e2'"
        onmouseout="this.style.background='#fef2f2'"
    >
        <i class="bi bi-search"></i> "${q}" सभी परिणाम देखें
    </a>`;

        liveSugBox.style.display = 'block';
    }

    function hideSuggestions() {
        liveSugBox.style.display = 'none';
    }

    function highlight(text, q) {
        const safe = text.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
        const safeQ = q.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
        return safe.replace(new RegExp(`(${safeQ})`, 'gi'), '<mark style="background:rgba(251,113,133,.2);color:#be123c;border-radius:3px;padding:0 2px;">$1</mark>');
    }
</script>

<?php include 'includes/footer.php'; ?>PK��i�O�O�PKA�\	AACSITE/video.phpUT��#j<?php
include 'includes/data.php';
$pageTitle = 'वीडियो';
$pageTitle = 'वीडियो';
include 'includes/header.php';

$featuredVideo = null;
foreach ($videos as $v) {
    if ($v['featured']) {
        $featuredVideo = $v;
        break;
    }
}
$otherVideos = array_filter($videos, fn($v) => !$v['featured']);
?>

<style>
    /* ============================================================
   VIDEO PAGE
============================================================ */
    .vid-hero {
        background: linear-gradient(135deg, var(--dark) 0%, #0e1f3f 60%, #1a0a2e 100%);
        padding: 70px 0 60px;
        position: relative;
        overflow: hidden;
    }

    .vid-hero::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(225, 29, 72, .15) 0%, transparent 70%);
        pointer-events: none;
    }

    .vid-breadcrumb {
        color: #64748b;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .vid-breadcrumb a {
        color: #94a3b8;
        transition: .2s;
    }

    .vid-breadcrumb a:hover {
        color: #fff;
    }

    .vid-breadcrumb span {
        margin: 0 8px;
        color: #334155;
    }

    .vid-hero-icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
        background: linear-gradient(135deg, #e11d48, #9f1239);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 28px;
        color: #fff;
        box-shadow: 0 12px 30px rgba(225, 29, 72, .4);
    }

    .vid-hero h1 {
        font-size: 48px;
        font-weight: 900;
        color: #fff;
        margin-bottom: 10px;
    }

    .vid-hero p {
        color: #64748b;
        font-size: 15px;
        margin-bottom: 24px;
    }

    .vid-count {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 18px;
        border-radius: 40px;
        background: rgba(255, 255, 255, .07);
        color: #cbd5e1;
        font-size: 13px;
        font-weight: 700;
        border: 1px solid rgba(255, 255, 255, .1);
    }

    /* Category Filter */
    .vid-filter-section {
        background: #fff;
        padding: 18px 0;
        border-bottom: 1px solid #e2e8f0;
        position: sticky;
        top: 70px;
        z-index: 100;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    }

    .vid-filter-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .vf-btn {
        border: 1.5px solid #e2e8f0;
        background: #fff;
        padding: 8px 18px;
        border-radius: 40px;
        font-size: 13.5px;
        font-weight: 700;
        color: #334155;
        font-family: 'Noto Sans Devanagari', sans-serif;
        cursor: pointer;
        transition: .25s;
    }

    .vf-btn:hover,
    .vf-btn.active {
        background: #e11d48;
        color: #fff;
        border-color: #e11d48;
    }

    /* Featured Video */
    .vid-featured-section {
        padding: 60px 0 20px;
        background: #f1f5f9;
    }

    .section-label {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
    }

    .section-label .bar {
        width: 5px;
        height: 32px;
        border-radius: 3px;
        background: linear-gradient(180deg, #e11d48, #9f1239);
    }

    .section-label h2 {
        font-size: 24px;
        font-weight: 900;
        color: #0f172a;
        margin: 0;
    }

    .featured-vid-card {
        background: #fff;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 8px 40px rgba(0, 0, 0, .10);
    }

    .featured-vid-embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .featured-vid-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .featured-vid-info {
        padding: 28px 32px;
    }

    .vid-cat-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(225, 29, 72, .1);
        color: #e11d48;
        padding: 5px 14px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .featured-vid-title {
        font-size: 26px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .vid-meta {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        color: #64748b;
        font-size: 14px;
    }

    .vid-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .vid-meta i {
        color: #e11d48;
    }

    /* All Videos Grid */
    .vid-grid-section {
        padding: 40px 0 80px;
        background: #f1f5f9;
    }

    .vid-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .vid-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
        transition: .3s;
        cursor: pointer;
    }

    .vid-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
    }

    .vid-thumb {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        background: #0f172a;
    }

    .vid-thumb iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .vid-duration {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: rgba(0, 0, 0, .8);
        color: #fff;
        padding: 3px 9px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        z-index: 2;
        pointer-events: none;
    }

    .vid-card-body {
        padding: 18px 20px;
    }

    .vid-card-cat {
        display: inline-block;
        background: rgba(225, 29, 72, .09);
        color: #e11d48;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 11.5px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .vid-card-title {
        font-size: 15.5px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.55;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .vid-card-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #94a3b8;
        font-size: 12.5px;
    }

    .vid-card-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .vid-card-meta i {
        color: #e11d48;
    }

    /* No results */
    .no-results {
        grid-column: 1/-1;
        text-align: center;
        padding: 60px 20px;
        color: #94a3b8;
    }

    .no-results i {
        font-size: 48px;
        color: #e2e8f0;
        margin-bottom: 16px;
        display: block;
    }

    /* Responsive */
    @media(max-width:991px) {
        .vid-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(max-width:768px) {
        .vid-hero h1 {
            font-size: 34px;
        }

        .vid-hero {
            padding: 50px 0 40px;
        }

        .featured-vid-info {
            padding: 20px;
        }

        .featured-vid-title {
            font-size: 20px;
        }
    }

    @media(max-width:576px) {
        .vid-grid {
            grid-template-columns: 1fr;
        }

        .vid-filter-section {
            top: 60px;
        }
    }
</style>

<!-- HERO -->
<section class="vid-hero text-center">
    <div class="container">
        <div class="vid-breadcrumb">
            <a href="index.php">होम</a><span>/</span><span style="color:#94a3b8">वीडियो</span>
        </div>
        <div class="vid-hero-icon"><i class="bi bi-play-circle-fill"></i></div>
        <h1>वीडियो</h1>
        <p>अजमेर, राजस्थान और देश-दुनिया की खास वीडियो रिपोर्ट्स</p>
        <div class="vid-count"><i class="bi bi-camera-video-fill"></i> कुल <?php echo count($videos); ?> वीडियो</div>
    </div>
</section>

<!-- FILTER -->
<section class="vid-filter-section">
    <div class="container">
        <div class="vid-filter-wrap">
            <button class="vf-btn active" data-filter="all">सभी</button>
            <?php
            $vcats = array_unique(array_column($videos, 'category'));
            foreach ($vcats as $vc): ?>
                <button class="vf-btn" data-filter="<?php echo $vc; ?>"><?php echo $vc; ?></button>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<!-- FEATURED VIDEO -->
<?php if ($featuredVideo): ?>
    <section class="vid-featured-section">
        <div class="container">
            <div class="section-label">
                <div class="bar"></div>
                <h2>फीचर्ड वीडियो</h2>
            </div>
            <div class="featured-vid-card" data-category="<?php echo $featuredVideo['category']; ?>">
                <div class="featured-vid-embed">
                    <iframe
                        src="https://www.youtube.com/embed/<?php echo $featuredVideo['embed_id']; ?>?rel=0"
                        title="<?php echo htmlspecialchars($featuredVideo['title']); ?>"
                        allowfullscreen
                        loading="lazy">
                    </iframe>
                </div>
                <div class="featured-vid-info">
                    <div class="vid-cat-badge"><i class="bi bi-play-fill"></i> <?php echo $featuredVideo['category']; ?></div>
                    <div class="featured-vid-title"><?php echo $featuredVideo['title']; ?></div>
                    <div class="vid-meta">
                        <span><i class="bi bi-eye-fill"></i> <?php echo $featuredVideo['views']; ?> व्यूज</span>
                        <span><i class="bi bi-clock-fill"></i> <?php echo $featuredVideo['time']; ?></span>
                        <span><i class="bi bi-alarm-fill"></i> <?php echo $featuredVideo['duration']; ?></span>
                    </div>
                </div>
            </div>
        </div>
    </section>
<?php endif; ?>

<!-- VIDEO GRID -->
<section class="vid-grid-section">
    <div class="container">
        <div class="section-label">
            <div class="bar"></div>
            <h2>सभी वीडियो</h2>
        </div>
        <div class="vid-grid" id="vidGrid">
            <?php foreach ($otherVideos as $v): ?>
                <div class="vid-card" data-category="<?php echo $v['category']; ?>">
                    <div class="vid-thumb">
                        <iframe
                            src="https://www.youtube.com/embed/<?php echo $v['embed_id']; ?>?rel=0"
                            title="<?php echo htmlspecialchars($v['title']); ?>"
                            allowfullscreen
                            loading="lazy">
                        </iframe>
                        <div class="vid-duration"><?php echo $v['duration']; ?></div>
                    </div>
                    <div class="vid-card-body">
                        <div class="vid-card-cat"><?php echo $v['category']; ?></div>
                        <div class="vid-card-title"><?php echo $v['title']; ?></div>
                        <div class="vid-card-meta">
                            <span><i class="bi bi-eye-fill"></i> <?php echo $v['views']; ?></span>
                            <span><i class="bi bi-clock-fill"></i> <?php echo $v['time']; ?></span>
                        </div>
                    </div>
                </div>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<script>
    // Video filter
    const vfBtns = document.querySelectorAll('.vf-btn');
    const vidCards = document.querySelectorAll('[data-category]');

    vfBtns.forEach(btn => {
        btn.addEventListener('click', () => {
            vfBtns.forEach(b => b.classList.remove('active'));
            btn.classList.add('active');
            const f = btn.dataset.filter;
            vidCards.forEach(card => {
                card.style.display = (f === 'all' || card.dataset.category === f) ? '' : 'none';
            });
        });
    });
</script>

<?php include 'includes/footer.php'; ?>PKe�oC%2%2PK|A�\J�>��		��.htaccessUTM�#jPKg??\��@��	���maintenance.phpUTS�}iPK�C�\	�A�AACSITE/UT��#jPKuA�\�cU��	��AACSITE/.htaccessUT?�#jPK A�\���TXTX	��I	AACSITE/about.phpUT��#jPK A�\���SMSM	���aAACSITE/article.phpUT��#jPK�C�\	�A��AACSITE/assets/UT��#jPK�C�\�q�XX	����AACSITE/assets/.htaccessUT��#jPK A�\�I|%�%�	��_�AACSITE/assets/logo.pngUT��#jPK A�\$B�Z�G�G	��ҩAACSITE/category.phpUT��#jPKA�\��A�d�d	����AACSITE/contact.phpUT��#jPKA�\��š#�#	��WAACSITE/gallery.phpUT��#jPK�C�\	�A{AACSITE/includes/UT��#jPK�C�\�q�XX	��;{AACSITE/includes/.htaccessUT��#jPK A�\H�+xx	���{AACSITE/includes/data.phpUT��#jPK A�\[����	��6�AACSITE/includes/db.phpUT��#jPK A�\< y+�(�(	��R�AACSITE/includes/footer.phpUT��#jPK A�\�r$,YY	��gAACSITE/includes/header.phpUT��#jPKA�\��k����	���AACSITE/index.phpUT��#jPKA�\��i�O�O�	���dAACSITE/search.phpUT��#jPKA�\e�oC%2%2	��AACSITE/video.phpUT��#jPK�:

MMCT - 2023