/*
Theme Name: My Custom Theme
Theme URI: https://typjaipur.org/demo/enewsbharat
Author: Veer Bhan Singh 8233151425 Hello.veerbhan@gmail.com
Author URI: http://example.com
Description: A custom theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, responsive, simple
Text Domain: my-custom-theme
*/

/* Start customizing your styles below */
*{
    font-family:"Roboto", Sans-serif;
	
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

#transleat select{
    padding: 5px 21px 6px 21px !important;
}
#panchangwidgetid{
    border: 1px solid #dcd7d7!important;
    background-color: transparent;
    height: 425px;
    border-radius: 20px;
}

.video-carousel #video_title{
    text-align: center;
    color: black;
    font-size: 23px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
}

.blog-item {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

.blog-title {
    font-size: 18px;
    color: #cf1116;
}

.blog-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.blog-excerpt {
    font-size: 14px;
    color: #555;
}

.blog-readmore {
    display: block;
    margin-top: 10px;
    color: #cf1116;
    text-decoration: none;
    font-weight: bold;
}


.state-menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
}

.state-menu li {
    display: inline-block;
}

.state-menu a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #cf1116;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.state-menu a:hover {
    background: #E55A00;
    color: #fff;
}


.state-category-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.state-post {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    padding: 10px;
}

.state-post-img {
    width: 200px;
    flex-shrink: 0;
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 5px;
    line-height: 0;
}

.state-post-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.state-post-content {
    padding: 10px 15px;
}

.state-meta {
    font-size: 14px;
    color: #cf1116;
    font-weight: bold;
}

.state-post h3 {
    margin: 5px 0;
}

.state-post h3 a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.state-post p {
    font-size: 14px;
    color: #555;
}
