/*
Theme Name: Kabyapot v2.1 Premium
Theme URI: https://kabyapot.com
Author: Shyamal Mondal
Author URI: https://kabyapot.com
Description: Professional Bengali News & Magazine WordPress Theme with Hero Slider, Breaking News, AJAX Live Search, Dark Mode, Google Discover Optimization, SEO Schema, Advertisement Manager, Responsive Layout and Premium Features.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kabyapot
Tags: news, magazine, blog, newspaper, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style, rtl-language-support, responsive-layout
*/

/* =====================================================
   RESET
===================================================== */

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

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Noto Sans Bengali",sans-serif;
    background:#f5f5f5;
    color:#222;
    line-height:1.7;
    font-size:16px;
}

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

a{
    color:#d60000;
    text-decoration:none;
    transition:.3s;
}

a:hover{
    color:#a80000;
}

ul{
    list-style:none;
}

.container{
    width:95%;
    max-width:1280px;
    margin:auto;
}

/* =====================================================
HEADER
===================================================== */

.site-header{
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.top-bar{
    background:#111;
    color:#fff;
    padding:8px 15px;
    font-size:14px;
}

.header-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 0;
}

.site-logo img{
    max-height:70px;
}

/* =====================================================
MENU
===================================================== */

.main-menu ul{
    display:flex;
    gap:25px;
}

.main-menu li{
    position:relative;
}

.main-menu a{
    color:#222;
    font-weight:600;
}

.main-menu a:hover{
    color:#d60000;
}

/* =====================================================
CONTENT
===================================================== */

.site-main{
    padding:40px 0;
}

.entry-title{
    margin:15px 0;
    line-height:1.4;
}

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

/* =====================================================
BUTTON
===================================================== */

.read-more,
.button{
    display:inline-block;
    padding:10px 18px;
    background:#d60000;
    color:#fff;
    border-radius:6px;
}

.read-more:hover,
.button:hover{
    background:#a80000;
    color:#fff;
}

/* =====================================================
SIDEBAR
===================================================== */

.widget{
    background:#fff;
    padding:20px;
    border-radius:8px;
    margin-bottom:25px;
}

.widget-title{
    margin-bottom:15px;
    border-left:4px solid #d60000;
    padding-left:10px;
}

/* =====================================================
FOOTER
===================================================== */

.site-footer{
    background:#111;
    color:#fff;
    padding:50px 0 20px;
}

.site-footer a{
    color:#fff;
}

.footer-bottom{
    text-align:center;
    margin-top:20px;
    font-size:14px;
}

/* =====================================================
FORMS
===================================================== */

input,
textarea,
select{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:5px;
}

button,
input[type=submit]{
    cursor:pointer;
}

/* =====================================================
WORDPRESS
===================================================== */

.alignleft{
    float:left;
    margin-right:20px;
}

.alignright{
    float:right;
    margin-left:20px;
}

.aligncenter{
    display:block;
    margin:auto;
}

.wp-caption{
    max-width:100%;
}

.screen-reader-text{
    position:absolute;
    left:-9999px;
}

/* =====================================================
RESPONSIVE
===================================================== */

@media(max-width:992px){

.main-menu ul{
    flex-direction:column;
}

.header-container{
    flex-direction:column;
}

}

@media(max-width:768px){

body{
    font-size:15px;
}

.container{
    width:94%;
}

}

@media(max-width:480px){

.entry-title{
    font-size:22px;
}

}