<?php declare(strict_types=1);
/**
 * College2U — B.Pharm Admission in Bangalore
 * public_html/pharmacy/bpharm-admission.php · v5.0.0 · May 2026
 *
 * SEO intent: "B.Pharm admission Bangalore 2026"
 * Schema: BreadcrumbList + HowTo + FAQPage + EducationalOccupationalProgram
 */

require_once dirname(__DIR__) . '/includes/bootstrap.php';

// ── Lead form handler ─────────────────────────────────────────────────────────
$lead_success = $lead_error = '';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['c2u_lead_nonce'])) {
    if (!c2u_csrf_valid($_POST['c2u_lead_nonce'] ?? '')) {
        $lead_error = 'Security token mismatch. Please refresh and retry.';
    } elseif (!c2u_rate_limit('lead_bpharm_adm', 3, 300)) {
        $lead_error = 'Too many requests. Please wait a few minutes.';
    } else {
        $name    = trim($_POST['name'] ?? '');
        $phone   = trim($_POST['phone'] ?? '');
        $kcet    = trim($_POST['kcet_rank'] ?? '');
        if (!$name || !c2u_valid_phone($phone)) {
            $lead_error = 'Please enter your name and a valid 10-digit mobile number.';
        } else {
            $lead_id = c2u_submit_lead([
                'name'        => $name,
                'phone'       => $phone,
                'kcet_rank'   => $kcet,
                'course'      => 'B.Pharm',
                'source_page' => 'pharmacy/bpharm-admission',
                'aria_heat'   => 'admission-page',
                'aria_intent' => 'bpharm-enquiry',
            ]);
            if ($lead_id > 0) {
                $lead_success = 'Thank you! Your enquiry has been received.';
            } else {
                $lead_error = 'Submission failed. Please try again.';
            }
        }
    }
}

$current_year = (int) date('Y');

// ── Admission timeline steps ──────────────────────────────────────────────────
$steps = [
    ['title' => 'Check Eligibility',
     'desc'  => 'Complete 10+2 with Physics, Chemistry & Biology (PCB) or Physics, Chemistry & Mathematics (PCM) with minimum 45% aggregate. Age must be 17+ as on 31 Dec ' . $current_year . '. Some deemed universities also accept PCM students.'],
    ['title' => 'Appear for KCET / COMEDK',
     'desc'  => 'Register and appear for KCET (conducted by KEA, Karnataka) for government-aided and private-unaided seat allotments. COMEDK UGET is an alternative for COMEDK-member pharmacy colleges. GPAT is required only for M.Pharm (PG).'],
    ['title' => 'Receive Rank & Document Preparation',
     'desc'  => 'Download your KCET / COMEDK rank card. Prepare: 10th and 12th mark sheets, transfer certificate, KCET rank card, domicile certificate (for Karnataka students), PCI eligibility certificate (if applicable), and passport photos.'],
    ['title' => 'KEA Online Counselling / College-Level Admission',
     'desc'  => 'Participate in KEA online choice-filling for KCET seats or contact the college admission office directly for management-quota and NRI-quota seats. College2U counsellors can guide you through the exact process and cut-off analysis.'],
    ['title' => 'Seat Allotment & Fee Payment',
     'desc'  => 'Accept the allotted seat on the KEA portal within the deadline and pay the first-year tuition fee. Report to the college for document verification. Management-quota admissions are done directly at the college after a merit interview.'],
];

// ── Cutoff / college comparison data ─────────────────────────────────────────
$compare = [
    ['college' => 'Acharya & BM Reddy College of Pharmacy',  'type' => 'Private',  'kcet_cutoff' => '~8,000',  'fee' => '₹75,000/yr',   'seats' => 100, 'naac' => 'A+'],
    ['college' => 'Ramaiah College of Pharmacy',              'type' => 'Private',  'kcet_cutoff' => '~10,000', 'fee' => '₹90,000/yr',   'seats' => 100, 'naac' => 'A'],
    ['college' => 'RNSIT College of Pharmacy',                'type' => 'Private',  'kcet_cutoff' => '~15,000', 'fee' => '₹65,000/yr',   'seats' => 60,  'naac' => 'A'],
    ['college' => 'Oxford College of Pharmacy',               'type' => 'Private',  'kcet_cutoff' => '~18,000', 'fee' => '₹70,000/yr',   'seats' => 60,  'naac' => 'B++'],
    ['college' => 'JSS College of Pharmacy (Ooty Campus)',    'type' => 'Deemed',   'kcet_cutoff' => 'N/A',     'fee' => '₹1.5 lakh/yr', 'seats' => 100, 'naac' => 'A++'],
    ['college' => 'VELS Institute of Pharmacy (Bangalore)',   'type' => 'Private',  'kcet_cutoff' => 'Direct',  'fee' => '₹80,000/yr',   'seats' => 60,  'naac' => 'B+'],
];

$faqs = [
    ['q' => 'What is the B.Pharm admission process in Bangalore ' . $current_year . '?',
     'a' => 'B.Pharm admission in Bangalore ' . $current_year . ' follows a 5-step process: (1) Confirm 10+2 PCB/PCM eligibility with 45%, (2) appear for KCET or COMEDK, (3) collect documents including rank card, (4) participate in KEA online counselling for KCET seats or apply directly for management quota, and (5) pay the first-year fee and report to college for document verification.'],
    ['q' => 'What is the KCET cutoff for B.Pharm in Bangalore?',
     'a' => 'KCET cutoffs for B.Pharm in Bangalore\'s top colleges range from around 8,000 at Acharya & BM Reddy College of Pharmacy to 18,000 at Oxford College of Pharmacy (previous year, General category). KCET rank depends on the college, quota, and category (GM, SC, ST, OBC). Management-quota seats are available without KCET rank.'],
    ['q' => 'Is PCM (without Biology) eligible for B.Pharm?',
     'a' => 'Yes, students with PCM (Physics, Chemistry, Mathematics) in 10+2 are eligible for B.Pharm admission in Karnataka. KCET allots B.Pharm seats to both PCB and PCM candidates. However, a few colleges may prefer PCB for Pharm.D programs — confirm with the specific institution.'],
    ['q' => 'What is the annual fee for B.Pharm in Bangalore?',
     'a' => 'Annual B.Pharm fees in Bangalore range from ₹65,000 to ₹1.5 lakh, depending on the college and quota. KCET-allotted government-regulated fees are typically ₹65,000–₹90,000 per year. Management-quota fees can be ₹1–2.5 lakh per year. Deemed universities like JSS set their own fee structures.'],
    ['q' => 'What are the career options after B.Pharm?',
     'a' => 'After B.Pharm, graduates can work as hospital pharmacists, community (retail) pharmacists, drug inspectors, clinical research associates, QA/QC analysts in pharma companies, regulatory affairs executives, or medical representatives. Higher studies include M.Pharm (specialisation), Pharm.D (clinical pharmacy), or MBA (Pharma Management). Starting salaries range from ₹3–8 LPA in India.'],
];

// ── SEO ──────────────────────────────────────────────────────────────────────
$page_title       = 'B.Pharm Admission Bangalore ' . $current_year . ' — KCET Cutoffs, Fees &amp; Colleges | College2U';
$meta_description = 'Complete B.Pharm admission guide for Bangalore ' . $current_year . ': KCET cutoffs, eligibility, annual fees, step-by-step process, and top PCI-approved colleges. Free counselling.';
$canonical_path   = 'pharmacy/bpharm-admission';
$body_class       = 'c2u-page c2u-page--admission c2u-page--bpharm-adm';
$og_image         = c2u_asset('images/og/bpharm-admission-og.webp');

$breadcrumbs = [
    ['name' => 'Pharmacy', 'url' => c2u_url('pharmacy')],
    ['name' => 'B.Pharm Admission ' . $current_year, 'url' => c2u_url('pharmacy/bpharm-admission')],
];

// HowTo schema
$howto_schema = [
    '@context'    => 'https://schema.org',
    '@type'       => 'HowTo',
    'name'        => 'How to Get B.Pharm Admission in Bangalore ' . $current_year,
    'totalTime'   => 'P6M',
    'description' => 'Step-by-step process for B.Pharm admission in Bangalore via KCET / COMEDK / Management Quota.',
    'step'        => array_map(fn($s, $i) => [
        '@type'    => 'HowToStep',
        'position' => $i + 1,
        'name'     => $s['title'],
        'text'     => $s['desc'],
    ], $steps, array_keys($steps)),
];

$program_schema = [
    '@context'              => 'https://schema.org',
    '@type'                 => 'EducationalOccupationalProgram',
    'name'                  => 'Bachelor of Pharmacy (B.Pharm)',
    'description'           => 'A 4-year undergraduate pharmacy program regulated by the Pharmacy Council of India (PCI) and affiliated with RGUHS Bangalore.',
    'timeToComplete'        => 'P4Y',
    'programPrerequisites'  => '10+2 with PCB or PCM, minimum 45% aggregate',
    'occupationalCategory'  => 'Pharmacist',
    'provider'              => ['@type' => 'Organization', 'name' => 'Rajiv Gandhi University of Health Sciences', 'url' => 'https://rguhs.ac.in'],
    'offers'                => ['@type' => 'Offer', 'price' => '65000', 'priceCurrency' => 'INR', 'description' => 'Starting annual fee for KCET-allotted B.Pharm seat in Bangalore'],
];

$faq_schema = [
    '@context'   => 'https://schema.org',
    '@type'      => 'FAQPage',
    'mainEntity' => array_map(fn($f) => [
        '@type'          => 'Question',
        'name'           => $f['q'],
        'acceptedAnswer' => ['@type' => 'Answer', 'text' => $f['a']],
    ], $faqs),
];

$breadcrumb_schema = c2u_schema_breadcrumb($breadcrumbs);

$page_schemas = [
    json_encode($breadcrumb_schema, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE),
    json_encode($howto_schema,      JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE),
    json_encode($program_schema,    JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE),
    json_encode($faq_schema,        JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE),
];

// ── Extra CSS ─────────────────────────────────────────────────────────────────
$extra_head = '<style nonce="' . c2u_e(C2U_CSP_NONCE) . '">' . <<<HTML
:root{
  --acc:#a855f7;--acc-dk:#7e22ce;--acc-lt:#faf5ff;--acc-mid:#e9d5ff;
  --hero-from:#0f0518;--hero-to:#1e0a38;
}
.hero-bpharm{background:linear-gradient(135deg,var(--hero-from),var(--hero-to));color:#fff;padding:56px 0 48px}
.hero-bpharm h1{font-size:clamp(1.6rem,3.8vw,2.5rem);font-weight:800;line-height:1.2;margin:0 0 12px}
.hero-bpharm p{opacity:.88;max-width:600px;margin:0 0 20px;font-size:1rem}
.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.chip{display:inline-block;padding:5px 14px;border-radius:999px;font-size:.8rem;font-weight:600;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}
.two-col{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}
.lead-box{background:#fff;border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.12);padding:28px;position:sticky;top:24px}
.lead-box h2{font-size:1rem;font-weight:700;margin:0 0 16px;color:#111}
.form-field{margin-bottom:12px}
.form-field label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:5px}
.form-field input,.form-field select{width:100%;padding:10px 13px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;box-sizing:border-box;transition:border .2s}
.form-field input:focus,.form-field select:focus{outline:none;border-color:var(--acc)}
.btn-lead{width:100%;padding:12px;background:var(--acc);border:none;border-radius:8px;color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s;margin-top:4px}
.btn-lead:hover{background:var(--acc-dk)}
.alert-s{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:10px 14px;border-radius:8px;font-size:.85rem;margin-bottom:12px}
.alert-e{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 14px;border-radius:8px;font-size:.85rem;margin-bottom:12px}
.trust-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}
.trust-badge{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:4px}
.trust-badge::before{content:"✓";color:var(--acc-dk);font-weight:700}
.timeline{counter-reset:step;margin:0;padding:0;list-style:none}
.timeline-item{display:grid;grid-template-columns:48px 1fr;gap:0 16px;margin-bottom:8px;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s}
.timeline-item.animated{opacity:1;transform:none}
.timeline-item:nth-child(2){transition-delay:.1s}
.timeline-item:nth-child(3){transition-delay:.2s}
.timeline-item:nth-child(4){transition-delay:.3s}
.timeline-item:nth-child(5){transition-delay:.4s}
.step-num{width:40px;height:40px;border-radius:50%;background:var(--acc);color:#fff;font-weight:800;font-size:1rem;display:grid;place-items:center;flex-shrink:0;margin-top:4px}
.step-body{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.06);padding:18px 20px;margin-bottom:8px}
.step-body h3{font-size:.95rem;font-weight:700;margin:0 0 6px;color:#111}
.step-body p{font-size:.88rem;color:#374151;line-height:1.6;margin:0}
.compare-wrap{overflow-x:auto;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.07);margin:28px 0}
table.compare-tbl{width:100%;border-collapse:collapse;font-size:.86rem;table-layout:fixed}
table.compare-tbl th{background:var(--acc);color:#fff;padding:11px 14px;text-align:left;white-space:nowrap}
table.compare-tbl th:nth-child(1){width:36%}
table.compare-tbl th:nth-child(2){width:11%}
table.compare-tbl th:nth-child(3){width:14%}
table.compare-tbl th:nth-child(4){width:15%}
table.compare-tbl th:nth-child(5){width:10%}
table.compare-tbl th:nth-child(6){width:8%}
table.compare-tbl td{padding:10px 14px;border-bottom:1px solid #e5e7eb}
table.compare-tbl tr:last-child td{border-bottom:none}
table.compare-tbl tr:hover td{background:var(--acc-lt)}
.naac-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.76rem;font-weight:600;background:var(--acc-lt);color:var(--acc-dk)}
.c2u-section-heading{font-size:1.4rem;font-weight:800;color:#111;margin:0 0 24px;padding-bottom:10px;border-bottom:3px solid var(--acc-mid)}
.faq-item{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;overflow:hidden}
.faq-q{width:100%;background:#fff;border:none;text-align:left;padding:15px 20px;font-size:.93rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-q .icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--acc-lt);color:var(--acc-dk);display:grid;place-items:center;font-size:.9rem;transition:transform .2s}
.faq-q[aria-expanded="true"] .icon{transform:rotate(45deg);background:var(--acc);color:#fff}
.faq-a{display:none;padding:0 20px 15px;font-size:.9rem;line-height:1.65;color:#374151}
.faq-a.open{display:block}
.cta-banner{background:linear-gradient(135deg,var(--acc),var(--acc-dk));border-radius:16px;padding:36px 28px;color:#fff;text-align:center;margin:48px 0}
.cta-banner h2{font-size:1.4rem;margin:0 0 10px}
.cta-banner p{opacity:.9;margin:0 0 22px;font-size:.95rem}
.btn-white{display:inline-block;background:#fff;color:var(--acc-dk);font-weight:700;padding:12px 28px;border-radius:8px;text-decoration:none;transition:transform .15s}
.btn-white:hover{transform:translateY(-2px)}
@media(max-width:768px){
  .two-col{display:block}
  .lead-box{position:static;margin-bottom:32px}
  table.compare-tbl th:nth-child(4),table.compare-tbl td:nth-child(4){display:none}
}
</style>
HTML;

$page_js = <<<'JS'
(function(){
  document.querySelectorAll('.faq-q').forEach(function(btn){
    btn.addEventListener('click',function(){
      var ans=this.nextElementSibling,open=this.getAttribute('aria-expanded')==='true';
      document.querySelectorAll('.faq-q').forEach(function(b){b.setAttribute('aria-expanded','false');if(b.nextElementSibling)b.nextElementSibling.classList.remove('open');});
      if(!open){this.setAttribute('aria-expanded','true');ans.classList.add('open');}
    });
  });
  var io=new IntersectionObserver(function(e){e.forEach(function(x){if(x.isIntersecting){x.target.classList.add('animated');io.unobserve(x.target);}});},{threshold:0.08});
  document.querySelectorAll('.timeline-item,.cta-banner,.compare-wrap,.faq-list').forEach(function(el){io.observe(el);});
})();
JS;

require_once C2U_INCLUDES . '/header.php';
?>

<section class="hero-bpharm">
  <div class="container">
    <nav aria-label="Breadcrumb" class="breadcrumb-nav" style="margin-bottom:20px">
      <a href="<?= c2u_url() ?>">Home</a>
      <span aria-hidden="true">›</span>
      <a href="<?= c2u_url('pharmacy') ?>">Pharmacy</a>
      <span aria-hidden="true">›</span>
      <span aria-current="page">B.Pharm Admission <?= $current_year ?></span>
    </nav>
    <h1 data-aeo-speakable>B.Pharm Admission in Bangalore <?= $current_year ?></h1>
    <p>Complete guide to Bachelor of Pharmacy admission — <abbr title="Karnataka Common Entrance Test">KCET</abbr>, <abbr title="Consortium of Medical, Engineering and Dental Colleges of Karnataka">COMEDK</abbr>, eligibility, cutoffs, and management quota</p>
    <div class="hero-chips">
      <span class="chip">4-Year Program</span>
      <span class="chip"><abbr title="Pharmacy Council of India">PCI</abbr> Regulated</span>
      <span class="chip"><abbr title="Rajiv Gandhi University of Health Sciences">RGUHS</abbr> Affiliated</span>
      <span class="chip">KCET / COMEDK / Direct</span>
      <span class="chip">No NEET Required</span>
    </div>
  </div>
</section>

<div class="container" style="padding-top:40px;padding-bottom:64px">
  <div class="two-col">

    <main>

      <!-- Admission Steps -->
      <section class="c2u-section" aria-labelledby="steps-heading">
        <h2 id="steps-heading" class="c2u-section-heading" data-aeo-speakable>How to Get B.Pharm Admission in Bangalore <?= $current_year ?> — Step by Step</h2>
        <ol class="timeline" aria-label="B.Pharm admission steps">
          <?php foreach ($steps as $i => $step): ?>
          <li class="timeline-item">
            <div class="step-num" aria-hidden="true"><?= $i + 1 ?></div>
            <div class="step-body">
              <h3><?= c2u_e($step['title']) ?></h3>
              <p><?= c2u_e($step['desc']) ?></p>
            </div>
          </li>
          <?php endforeach; ?>
        </ol>
      </section>

      <!-- Compare table -->
      <section class="c2u-section" aria-labelledby="compare-heading">
        <h2 id="compare-heading" class="c2u-section-heading" data-aeo-speakable>B.Pharm Colleges in Bangalore — KCET Cutoffs &amp; Fees <?= $current_year ?></h2>
        <div class="compare-wrap" data-animate="stagger">
          <table class="compare-tbl" aria-label="B.Pharm college comparison Bangalore <?= $current_year ?>">
            <thead>
              <tr>
                <th scope="col">College</th>
                <th scope="col">Type</th>
                <th scope="col"><abbr title="Karnataka Common Entrance Test">KCET</abbr> Cutoff</th>
                <th scope="col">Annual Fee</th>
                <th scope="col">Seats</th>
                <th scope="col"><abbr title="National Assessment and Accreditation Council">NAAC</abbr></th>
              </tr>
            </thead>
            <tbody>
              <?php foreach ($compare as $row): ?>
              <tr>
                <td style="font-weight:600"><?= c2u_e($row['college']) ?></td>
                <td><?= c2u_e($row['type']) ?></td>
                <td><?= c2u_e($row['kcet_cutoff']) ?></td>
                <td><?= c2u_e($row['fee']) ?></td>
                <td><?= $row['seats'] ?></td>
                <td><span class="naac-pill"><?= c2u_e($row['naac']) ?></span></td>
              </tr>
              <?php endforeach; ?>
            </tbody>
          </table>
        </div>
        <p style="font-size:.78rem;color:#6b7280;margin-top:6px">* KCET cutoffs are indicative (previous year, General category). Actual cutoffs vary by round. Source: KEA / college prospectus.</p>
      </section>

      <!-- CTA banner -->
      <div class="cta-banner" data-animate>
        <h2>Confused About KCET Rank vs Management Quota?</h2>
        <p>College2U counsellors compare both routes on total cost, college quality, and seat certainty — free of charge.</p>
        <a href="#lead-form" class="btn-white">Talk to a Counsellor →</a>
      </div>

      <!-- FAQ -->
      <section class="c2u-section" aria-labelledby="faq-bpharm-heading">
        <h2 id="faq-bpharm-heading" class="c2u-section-heading" data-aeo-speakable>B.Pharm Admission FAQ — Bangalore <?= $current_year ?></h2>
        <div class="faq-list" role="list">
          <?php foreach ($faqs as $i => $faq): ?>
          <div class="faq-item" role="listitem">
            <button class="faq-q" aria-expanded="false" aria-controls="faq-bp-<?= $i ?>">
              <?= c2u_e($faq['q']) ?>
              <span class="icon" aria-hidden="true">+</span>
            </button>
            <div class="faq-a" id="faq-bp-<?= $i ?>" data-aeo-speakable>
              <?= c2u_e($faq['a']) ?>
            </div>
          </div>
          <?php endforeach; ?>
        </div>
      </section>

    </main>

    <!-- Sidebar with lead form -->
    <aside>
      <div class="lead-box" id="lead-form">
        <h2>Free B.Pharm Counselling</h2>
        <?php if ($lead_success): ?><div class="alert-s" role="status"><?= c2u_e($lead_success) ?></div><?php endif; ?>
        <?php if ($lead_error):   ?><div class="alert-e" role="alert" ><?= c2u_e($lead_error)   ?></div><?php endif; ?>
        <form method="post" action="<?= c2u_url('pharmacy/bpharm-admission#lead-form') ?>" novalidate>
          <?= c2u_csrf_field() ?>
          <div class="form-field">
            <label for="bp-name">Full Name</label>
            <input type="text" id="bp-name" name="name" placeholder="Your Name" required autocomplete="name">
          </div>
          <div class="form-field">
            <label for="bp-phone">Mobile Number</label>
            <input type="tel" id="bp-phone" name="phone" placeholder="10-digit mobile" required autocomplete="tel" maxlength="10">
          </div>
          <div class="form-field">
            <label for="bp-kcet">KCET Rank (optional)</label>
            <input type="text" id="bp-kcet" name="kcet_rank" placeholder="e.g. 12000">
          </div>
          <button type="submit" class="btn-lead">Get Free Guidance →</button>
        </form>
        <div class="trust-badges">
          <span class="trust-badge">No spam calls</span>
          <span class="trust-badge">Free service</span>
          <span class="trust-badge">Same-day callback</span>
        </div>
      </div>

      <!-- Sidebar nav -->
      <div class="lead-box" style="margin-top:16px;position:static">
        <h2 style="font-size:.92rem;margin-bottom:12px">Related Guides</h2>
        <a href="<?= c2u_url('pharmacy') ?>" style="display:block;padding:8px 0;font-size:.86rem;color:#2563eb;text-decoration:none;border-bottom:1px solid #f3f4f6">← Pharmacy Overview</a>
        <a href="<?= c2u_url('pharmacy/top-pharmacy-colleges') ?>" style="display:block;padding:8px 0;font-size:.86rem;color:#2563eb;text-decoration:none;border-bottom:1px solid #f3f4f6">Top Pharmacy Colleges</a>
        <a href="<?= c2u_url('nursing/bsc-nursing-admission') ?>" style="display:block;padding:8px 0;font-size:.86rem;color:#2563eb;text-decoration:none">B.Sc Nursing Admission</a>
      </div>
    </aside>

  </div>
</div>

<?php require_once C2U_INCLUDES . '/footer.php'; ?>
