/*
Theme Name: Artistic Deb
Theme URI: https://example.com/artistic-deb
Author: Your Name
Author URI: https://example.com
Description: A modern, clean WordPress theme for Bengali writings with elegant design and smooth animations.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artistic-deb
Tags: blog, two-columns, three-columns, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

/* Header */
.site-header {
    background-color: #fff;
    padding: 20px 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.site-title {
    margin: 0;
}

.site-title a {
    color: #4a7ba7;
    font-size: 32px;
    font-weight: normal;
    text-decoration: none;
}

/* Search Box */
.search-box {
    position: absolute;
    top: 20px;
    right: 40px;
}

.search-box input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #999;
    width: 200px;
}

.search-box button,
.search-box input[type="submit"] {
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #999;
    color: #4a7ba7;
    cursor: pointer;
}

/* Navigation */
.site-navigation {
    background-color: #ffffff;
    padding: 10px 40px;
    border-bottom: 1px solid #ddd;
}

.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation li {
    display: inline-block;
    margin-right: 20px;
}

.site-navigation a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.site-navigation a:hover {
    color: #4a7ba7;
}

/* Container */
.site-container {
    display: flex;
    max-width: 1200px;
    margin: 20px auto;
    gap: 20px;
    padding: 0 20px;
}

/* Sidebar */
.sidebar {
    width: 240px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.sidebar h3,
.sidebar .widget-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar ul {
    list-style: none;
}

.sidebar li {
    margin-bottom: 8px;
}

.sidebar a {
    color: #4a7ba7;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.sidebar a:hover {
    transform: translateX(5px);
    color: #667eea;
}

/* Main Content */
.main-content {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.content-header {
    margin-bottom: 30px;
}

.content-header h2 {
    font-size: 24px;
    color: #666;
    font-weight: normal;
}

/* Articles/Posts */
.article,
.post {
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.article:hover,
.post:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15);
}

.article h3,
.post h2 {
    margin-bottom: 10px;
}

.article h3 a,
.post h2 a,
.entry-title a {
    color: #4a7ba7;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.article h3 a:hover,
.post h2 a:hover,
.entry-title a:hover {
    color: #667eea;
}

.article-excerpt,
.entry-content,
.entry-summary {
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 14px;
}

.article-meta,
.entry-meta {
    font-size: 13px;
    color: #666;
}

.article-meta a,
.entry-meta a {
    color: #4a7ba7;
    text-decoration: none;
}

.article-meta a:hover,
.entry-meta a:hover {
    text-decoration: underline;
}

/* Category Tags */
.category-tag,
.cat-links a {
    background-color: #f0f0f0;
    color: #666;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

/* Right Sidebar */
.right-sidebar {
    width: 280px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.right-sidebar h3,
.right-sidebar .widget-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.right-sidebar ul {
    list-style: none;
}

.right-sidebar li {
    margin-bottom: 10px;
}

.right-sidebar a {
    color: #4a7ba7;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.right-sidebar a:hover {
    transform: translateX(5px);
    color: #667eea;
}

/* Widgets */
.widget {
    margin-bottom: 30px;
}

.widget ul {
    list-style: none;
    padding: 0;
}

/* Footer */
.site-footer {
    background-color: #f8f8f8;
    padding: 20px 40px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .site-container {
        flex-direction: column;
    }
    
    .sidebar,
    .right-sidebar {
        width: 100%;
    }
    
    .search-box {
        position: static;
        margin-top: 15px;
    }
}