/*
Theme Name: Imran Custom Theme
Theme URI: https://uiuximran.framer.website/
Author: Md Sohanur Rohman Sihab
Author URI: https://uiuximran.framer.website/
Description: Clean, blank WordPress theme optimized for Elementor. Build pages, posts, headers and footers with complete freedom.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: imranct
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
	background: #fff;
}

/* Container */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

/* Default Header Styles */
.site-header {
	background: #f8f9fa;
	padding: 20px 0;
	border-bottom: 1px solid #e9ecef;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header h1 {
	margin: 0;
	font-size: 24px;
}

.site-header a {
	color: #333;
	text-decoration: none;
}

.site-header nav ul {
	list-style: none;
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
}

/* Default Footer Styles */
.site-footer {
	background: #f8f9fa;
	padding: 40px 0 20px;
	margin-top: 60px;
	border-top: 1px solid #e9ecef;
	text-align: center;
}

.site-footer nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 0;
}

/* Post/Page Styles */
article {
	margin-bottom: 60px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
	color: #0073aa;
}

.entry-meta {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.entry-content {
	line-height: 1.8;
}

.entry-content p {
	margin-bottom: 20px;
}

.post-thumbnail,
.page-thumbnail {
	margin-bottom: 30px;
}

.post-thumbnail img,
.page-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Pagination */
.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination a,
.pagination span {
	padding: 8px 16px;
	background: #f8f9fa;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
}

.pagination a:hover {
	background: #e9ecef;
}

.pagination .current {
	background: #0073aa;
	color: #fff;
}

/* WordPress Core Styles */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
}

/* Elementor Compatibility */
.elementor-page {
	overflow-x: hidden;
}

/* Remove default styles for Elementor-built pages */
.elementor .site-header,
.elementor .site-footer {
	display: none;
}
