/* 

Theme Name: Rkupi Group
Theme URI: https://rkupi.com
Author: prottoy Mitra
Author URI:  https://rkupi.com
Description:RKupi – Modern, Lightweight & Responsive WordPress Theme

RKupi is a clean and elegant custom WordPress theme designed for speed, simplicity, and user experience. Perfect for blogs, portfolios, business websites, or eCommerce. Built with lightweight code and optimized for SEO and mobile performance. RKupi is made in Bangladesh with love, ensuring both style and functionality.
Requires at least: 0.1
Tested up to: 6.8
Requires PHP: 7.2
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rkupi
Tags: WordPress theme, custom WordPress theme, lightweight theme, SEO friendly theme, mobile responsive, WooCommerce theme, Bangla theme, modern WP theme, RKupi theme, fast loading theme, business website theme, clean design, developer-friendly theme, Bangladesh made theme, minimalist theme

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f7f7f7;
  color: #222;
}

a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #005077;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background-color: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 40px 0;
}

.post-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.entry-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.entry-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.entry-summary {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.read-more {
  display: inline-block;
  padding: 8px 16px;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.read-more:hover {
  background: #005077;
}

footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  margin-top: 40px;
}

.sidebar {
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}
