File size: 3,125 Bytes
ea9c2f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ca77a7a
ea9c2f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<style>
.section-wrapper {
  padding: 4rem 2rem;
  background: #fdfaf6;
  display: flex;
  justify-content: center;
}

.elegant-box {
  max-width: 850px;
  width: 100%;
  background: #ffffff;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.elegant-box h2 {
  font-size: 2.2rem;
  color: #8a5b44;
  margin-bottom: 1.5rem;
}

.elegant-box p {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #4a3e3e;
}

.follow-btn {
  background-color: #8a5b44;
  color: white;
  padding: 0.6rem 1.8rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1.5rem;
  transition: 0.3s ease;
}

.follow-btn:hover {
  background-color: #6a453b;
}
</style>


<!-- 🌟 Special Thanks -->
<section class="section-wrapper">
  <div class="elegant-box">
    <h2>Special Thanks</h2>
    <p>
      To my sister, <strong>"T"</strong><br>
      Thank you for believing in me when I didn’t believe in myself.<br>
      Your unwavering support gave me the strength to publish this.<br>
      This book exists because you never let me give up.
    </p>
    <p style="margin-top:2rem;">— Mohsin Kamil</p>
  </div>
</section>


<!-- 🙏 Thank You -->
<section class="section-wrapper">
  <div class="elegant-box">
    <h2>Thank You</h2>
    <p>
      Thank you for taking the time to read <strong>Main Akeli Thi</strong>.<br><br>
      This story holds a special place in my heart, and I hope it resonated with you.<br>
      Your support and encouragement mean the world to me.<br><br>
      Stay kind. Stay connected.
    </p>
    <p style="margin-top:2rem;">— Mohsin Kamil</p>
  </div>
</section>


<!-- 📢 WhatsApp Follow -->
<section class="section-wrapper">
  <div class="elegant-box">
    <h2>Follow for More Stories</h2>
    <p>
      Want updates about upcoming stories and exclusive releases?<br><br>
      Follow the official WhatsApp Channel of 
      <strong>Mohsin Kamil</strong> and stay connected.
    </p>

    <a href="whatsapp://channel/0029Vb7mqh2BA1esJhYEDs0s"
       class="follow-btn">
       Join WhatsApp Channel
    </a>
  </div>
</section>


<!-- 📬 Contact the Author -->
<section class="section-wrapper">
  <div class="elegant-box">
    <h2>Contact the Author</h2>
    <p>
      For feedback, questions, or just to say hello,<br><br>
      📧 <a href="mailto:Mohsinkamil11@gmail.com" style="color:#8a5b44; font-weight:bold; text-decoration:none;">
      Mohsinkamil11@gmail.com</a>
    </p>
  </div>
</section>


<!-- © Copyright -->
<section class="section-wrapper">
  <div class="elegant-box">
    <p>
      Copyright © <strong>Mohsin Kamil Foundation</strong> 2025<br><br>
      All rights reserved. No part of this publication may be reproduced, 
      stored in a retrieval system, or transmitted in any form or by any means—
      electronic, mechanical, photocopying, recording, or otherwise—without 
      prior written permission of the author.<br><br>
      This e-book is intended for respectful reading and awareness only.
    </p>
  </div>
</section>