/*
Theme Name: Banglafeel.top 
Theme URI: https://banglafeel.top/
Author: Bappy Chowdhury
Author URI: https://banglafeel.top/
Description: A responsive blog theme based on own design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myblog
Tags: blog, responsive, news, custom-menu
*/
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8644988877847623"
     crossorigin="anonymous"></script>
<ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-fb+5w+4e-db+86"
     data-ad-client="ca-pub-8644988877847623"
     data-ad-slot="3882462075"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>

/* ======= Reset & Universal ======= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
  font-size: 22px;
}
a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #ffc107;
}

/* ======= Top Bar ======= */
.top-bar {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.social-icons a {
  color: #333;
  margin-right: 12px;
}
.social-icons a:hover {
  color: #ffc107;
}

/* ======= Navbar ======= */
.navbar-brand {
  font-weight: bold;
}
.navbar-nav .nav-link {
  margin-right: 20px;
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item .nav-link {
  color: #ffc107 !important;
}
form input.form-control {
  border-radius: 20px 0 0 20px;
}
form button.btn-warning {
  border-radius: 0 20px 20px 0;
}

/* ======= Blog Cards ======= */
.card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.card-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.card-text {
  color: #555;
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ======= Sidebar ======= */
.sidebar h4 {
  margin-top: 20px;
  font-weight: bold;
}
.list-group-item {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.list-group-item:last-child {
  border-bottom: none;
}
.sidebar a {
  color: #333;
}
.sidebar a:hover {
  color: #ffc107;
}

/* ======= Footer ======= */
footer {
  background-color: #222;
  color: #ccc;
}
footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li i {
  margin-right: 8px;
}
footer a {
  color: white;
  transition: letter-spacing 1s ease-in-out;
}
footer a:hover {
  color: blue;
  text-decoration: none;
  letter-spacing: 1px;
}
footer .border-top {
  border-color: #444 !important;
}

/* ======= Buttons ======= */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border: none;
}
.btn-warning:hover {
  background-color: #e0a800;
}

/* ======= Pagination ======= */
.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
}
.page-numbers.current {
  background-color: #ffc107;
  color: #000;
  border-color: #ffc107;
}
.page-numbers:hover {
  background-color: #ffc107;
  color: #000;
  border-color: #ffc107;
}

/* ======= Widget ======= */
.widget {
  margin-bottom: 30px;
}
.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #ffc107;
  display: inline-block;
}
.widget ul {
  padding-left: 0;
  list-style: none;
}
.widget ul li {
  margin-bottom: 10px;
}
.widget ul li a {
  color: #333;
}
.widget ul li a:hover {
  color: #ffc107;
}

/* ====== Post Typography ====== */
.post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: bold;
  color: #333;
  border-left: 8px solid #ff4f81;
  padding-left: 15px;
  margin: 30px 0 15px;
  font-size: 1.4em;
  background: lightgray;
}
blockquote {
  background: #fff9fb;
  border-left: 5px solid #ff4f81;
  border-right: 5px solid #ff4f81;
  padding: 15px 20px;
  margin: 40px 10px;
  font-style: italic;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  font-size: 22px;
  color: #444;
  border-radius: 8px;
}
blockquote::before {
  content: "❝";
  font-size: 40px;
  color: #ff4f81;
  position: absolute;
  top: -10px;
  left: 10px;
  opacity: 0.2;
}
blockquote::after {
  content: "❞";
  font-size: 40px;
  color: #ff4f81;
  position: absolute;
  bottom: -15px;
  right: 10px;
  opacity: 0.2;
}
.post-content p {
  margin-bottom: 20px;
  font-size: 18px;
}
.post-content ul, 
.post-content ol {
  margin-bottom: 20px;
  padding: 8px;
}
.post-content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 6px;
}

/* ====== Comment ====== */
.comment-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comment-list .comment-body {
  display: flex;
}
.comment-list .comment-author .avatar {
  border-radius: 50%;
  margin-right: 15px;
}
.comment-list .comment-content {
  flex: 1;
}
.comment-list .comment-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}
.comment-list .reply {
  margin-top: 10px;
}
.comment-list .reply a {
  color: #ffc107;
  font-weight: 500;
}
.comment-list .reply a:hover {
  text-decoration: underline;
}
.comment-form input, 
.comment-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px;
}
.comment-form input:focus, 
.comment-form textarea:focus {
  outline: none;
  border-color: #ffc107;
}
