/*!
Theme Name: bhaskar copy
Theme URI: http://underscores.me/
Author: mayank patel
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bhaskar-copy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bhaskar copy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* EXACT BHASKAR HEADER CSS */
/* style.css */

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

body{
    font-family:'Noto Sans Devanagari',sans-serif;
    background:#fff;
}

/* CONTAINER */

.db-container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 24px;
}

/* HEADER */

.db-header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #efefef;
    position:sticky;
    top:0;
    z-index:999999;
}

/* TOPBAR */

.db-topbar{
    height:74px;
    display:flex;
    align-items:center;
}

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

/* LOGO */

.db-logo{
    width:240px;
}

.db-logo img{
    width:180px;
    height:auto;
    display:block;
}

/* NAV */

.db-nav-area{
    flex:1;
    display:flex;
    justify-content:center;
}

.db-menu{
    display:flex;
    align-items:center;
    gap:42px;
    list-style:none;
}

.db-menu li{
    position:relative;
}

.db-menu li a{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#111;
    font-size:19px;
    font-weight:700;
    transition:.3s;
}

.db-menu li.active a{
    color:#ff7900;
}

.db-menu li a:hover{
    color:#ff7900;
}

/* ICON */

.db-icon{
    font-size:24px;
    line-height:1;
}

/* RIGHT */

.db-right{
    display:flex;
    align-items:center;
}

.db-user{
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
}

.db-user svg{
    width:20px;
    height:20px;
    stroke:#111;
    fill:none;
    stroke-width:2;
}

/* MOBILE */

.db-mobile-toggle{
    display:none;
    font-size:30px;
    cursor:pointer;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

    .db-topbar{
        height:60px;
    }

    .db-logo{
        width:auto;
    }

    .db-logo img{
        width:145px;
    }

    .db-nav-area{
        display:none;
    }

    .db-right{
        display:none;
    }

    .db-mobile-toggle{
        display:block;
    }

}
/* EXTRA EXACT LOOK */

.db-menu li{
    padding-right:32px;
    border-right:1px solid #ededed;
}

.db-menu li:last-child{
    border:none;
    padding-right:0;
}
/* ========================================= */
/* MOBILE SCROLL CATEGORY MENU */
/* ========================================= */

.mobile-category-bar{
    width:100%;
    background:#fff;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    overflow:hidden;
    display:none;
}

/* SCROLL AREA */

.mobile-category-scroll{
    display:flex;
    align-items:center;
    gap:14px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    padding:12px 14px;
    scroll-behavior:smooth;

    -ms-overflow-style:none;
    scrollbar-width:none;
}

.mobile-category-scroll::-webkit-scrollbar{
    display:none;
}

/* LINKS */

.mobile-category-scroll a{
    text-decoration:none;
    color:#111;
    font-size:15px;
    font-weight:700;
    padding:8px 16px;
    border-radius:30px;
    background:#f5f5f5;
    flex-shrink:0;
    transition:.3s;
}

.mobile-category-scroll a.active{
    background:#ff7900;
    color:#fff;
}

.mobile-category-scroll a:hover{
    background:#ff7900;
    color:#fff;
}

/* MOBILE ONLY */

@media(max-width:991px){

    .mobile-category-bar{
        display:block;
        position:sticky;
        top:60px;
        z-index:9999;
    }

}
/* MOBILE HEADER EXACT LOOK */

@media(max-width:991px){

    .db-header{
        position:sticky;
        top:0;
        z-index:99999;
        background:#fff;
    }

    .db-topbar{
        height:58px;
        padding:0 6px;
    }

    .db-container{
        padding:0 10px;
    }

    .db-logo img{
        width:130px;
    }

    .db-mobile-toggle{
        font-size:28px;
        color:#111;
    }

}
/* SMOOTH TOUCH SCROLL */

.mobile-category-scroll{
    -webkit-overflow-scrolling:touch;
}
.category-scroll-bar{

    width:100%;
    background:#fff;

    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;

    position:sticky;

    top:0;

    z-index:99999;

    overflow:hidden;

    box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

/* MAIN WRAP */

.category-scroll-wrap{

    display:flex;
    align-items:center;

    width:100%;
}

/* FIXED HOME */

.category-home-fixed{

    position:sticky;

    left:0;

    z-index:999;

    background:#fff;

    padding-left:12px;
    padding-right:10px;

    height:48px;

    display:flex;
    align-items:center;

    border-right:1px solid #eee;
}

/* HOME BUTTON */

.category-home-fixed a{

    width:38px;
    height:38px;

    border-radius:50%;

    background:#ff7900;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;
}

/* HOME ICON */

.category-home-fixed svg{

    width:18px;
    height:18px;

    fill:#fff;
}

/* SCROLL AREA */

.category-scroll{

    flex:1;

    overflow-x:auto;
    overflow-y:hidden;

    white-space:nowrap;

    scroll-behavior:smooth;

    -webkit-overflow-scrolling:touch;

    scrollbar-width:none;

    padding:8px 12px;
}

.category-scroll::-webkit-scrollbar{
    display:none;
}

/* CATEGORY LINKS */

.category-links{

    display:flex;
    align-items:center;

    gap:12px;
}

/* CATEGORY BUTTON */

.category-links a{

    text-decoration:none;

    color:#111;

    background:#f3f3f3;

    font-size:14px;
    font-weight:700;

    padding:8px 16px;

    border-radius:50px;

    flex-shrink:0;

    transition:.3s;
}

/* ACTIVE */

.category-links a.active{

    background:#111;
    color:#fff;
}

/* HOVER */

.category-links a:hover{

    background:#ff7900;
    color:#fff;
}
/* ========================================= */
/* FRONT PAGE */
/* ========================================= */

.db-homepage{
    padding-top:20px;
    background:#fff;
}

/* GRID */

.db-main-grid{
    display:grid;
    grid-template-columns:220px 1fr 340px;
    gap:20px;
}

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

.db-left-sidebar{
    position:sticky;
    top:130px;
    height:fit-content;
}

.db-side-menu{
    background:#fff;
}

.db-side-item{
    display:flex;
    align-items:center;
    gap:14px;

    padding:15px 10px;

    text-decoration:none;

    color:#111;

    font-size:18px;
    font-weight:700;

    border-bottom:1px solid #f1f1f1;

    transition:.3s;
}

.db-side-item:hover{
    color:#ff7900;
}

.db-side-icon{
    font-size:24px;
}

/* ================================= */
/* TRENDING BAR */
/* ================================= */

.db-trending-bar{
    display:flex;
    align-items:center;
    gap:10px;

    overflow-x:auto;

    white-space:nowrap;

    margin-bottom:25px;

    scrollbar-width:none;
}

.db-trending-bar::-webkit-scrollbar{
    display:none;
}

.db-trending-title{
    color:#ff7900;
    font-weight:700;
    font-size:15px;
}

.db-trending-bar a{
    text-decoration:none;

    color:#111;

    background:#f5f5f5;

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;
    font-weight:700;
}

/* ================================= */
/* FEATURED */
/* ================================= */

.db-featured-title{
    font-size:42px;
    line-height:1.4;

    margin-bottom:20px;
}

.db-featured-title a{
    text-decoration:none;
    color:#111;
}

.db-featured-image img{
    width:100%;
    border-radius:8px;
}

/* ================================= */
/* GRID POSTS */
/* ================================= */

.db-post-grid{
    margin-top:30px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;
}

.db-post-card{
    display:flex;
    gap:15px;
}

.db-post-thumb img{
    width:180px;
    height:110px;
    object-fit:cover;
    border-radius:6px;
}

.db-post-content h3{
    font-size:19px;
    line-height:1.5;
}

.db-post-content h3 a{
    text-decoration:none;
    color:#111;
}

.db-post-time{
    display:block;
    margin-top:10px;
    color:#777;
    font-size:13px;
}

/* ================================= */
/* RIGHT */
/* ================================= */

.db-right-sidebar{
    position:sticky;
    top:130px;
    height:fit-content;
}

.db-follow-box{
    background:#fff3e5;

    padding:18px;

    border-radius:8px;

    margin-bottom:20px;
}

.db-follow-box h3{
    font-size:18px;
    margin-bottom:12px;
}

.db-follow-box a{
    display:inline-block;

    background:#4285f4;

    color:#fff;

    padding:10px 16px;

    border-radius:6px;

    text-decoration:none;

    font-weight:700;
}

.db-score-box{
    background:#042d63;

    color:#fff;

    padding:20px;

    border-radius:8px;
}

.db-score-top{
    display:flex;
    justify-content:space-between;

    font-size:22px;
    font-weight:700;

    margin-bottom:15px;
}

/* ================================= */
/* MOBILE */
/* ================================= */

@media(max-width:991px){

    .db-main-grid{
        grid-template-columns:1fr;
    }

    .db-left-sidebar,
    .db-right-sidebar{
        display:none;
    }

    .db-featured-title{
        font-size:28px;
    }

    .db-post-grid{
        grid-template-columns:1fr;
    }

    .db-post-thumb img{
        width:130px;
        height:85px;
    }

    .db-post-content h3{
        font-size:16px;
    }

}
/* ========================================= */
/* TWO COLOR TITLE STYLE */
/* ========================================= */

.db-featured-title .title-first{
    color:#ff7900;
}

.db-featured-title .title-second{
    color:#111;
}
/* SMALL CARD TITLE */

.db-post-content .title-first{
    color:#ff7900;
}

.db-post-content .title-second{
    color:#111;
}
/* ========================================= */
/* BEAUTIFUL MOBILE FOOTER NAV */
/* ========================================= */

.db-bottom-nav{

    position:fixed;

    left:0;
    bottom:0;

    width:100%;

    height:68px;

    background:#ffffff;

    border-top:1px solid #ececec;

    display:flex;

    align-items:center;

    justify-content:space-around;

    z-index:99999;

    box-shadow:0 -4px 20px rgba(0,0,0,0.06);

    backdrop-filter:blur(10px);
}

/* LINK */

.db-bottom-nav a{

    position:relative;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:5px;

    text-decoration:none;

    color:#7b7b7b;

    width:33.33%;

    height:100%;

    transition:.3s;
}

/* ICON WRAP */

.db-bottom-nav a .nav-icon{

    width:42px;
    height:42px;

    border-radius:14px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#f6f6f6;

    transition:.3s;
}

/* SVG */

.db-bottom-nav a svg{

    width:22px;
    height:22px;

    stroke:#777;

    fill:none;

    stroke-width:2;

    transition:.3s;
}

/* TEXT */

.db-bottom-nav a span{

    font-size:12px;

    font-weight:700;

    line-height:1;
}

/* ACTIVE */

.db-bottom-nav a.active{

    color:#ff7900;
}

.db-bottom-nav a.active .nav-icon{

    background:#fff1e7;

    transform:translateY(-8px);

    box-shadow:0 8px 18px rgba(255,121,0,0.22);
}

.db-bottom-nav a.active svg{

    stroke:#ff7900;
}

/* HOVER */

.db-bottom-nav a:hover .nav-icon{

    transform:translateY(-5px);
}

/* MOBILE ONLY */

@media(min-width:992px){

    .db-bottom-nav{
        display:none;
    }

}

/* BODY SPACE */

@media(max-width:991px){

    body{
        padding-bottom:78px;
    }

}
/* ========================================= */
/* SINGLE PAGE */
/* ========================================= */

.db-single-page{
    padding:30px 0;
    background:#fff;
}

/* LAYOUT */

.db-single-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:30px;
}

/* MAIN */

.db-single-main{
    min-width:0;
}

/* CATEGORY */

.db-single-category{
    margin-bottom:16px;
}

.db-single-category a{
    display:inline-flex;
    text-decoration:none;
    background:#fff2e8;
    color:#ff7900;
    padding:8px 14px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
}

/* TITLE */

.db-single-title{
    font-size:52px;
    line-height:1.35;
    margin-bottom:20px;
    font-weight:800;
}

.title-first{
    color:#42c7b5;
}

.title-second{
    color:#111;
}

/* META */

.db-single-meta{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
    color:#666;
    font-size:14px;
    font-weight:600;
}

/* SHARE */

.db-single-share{
    display:flex;
    gap:10px;
    margin-bottom:24px;
}

.db-single-share a{
    text-decoration:none;
    background:#f5f5f5;
    color:#111;
    padding:10px 16px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
}

/* IMAGE */

.db-single-image{
    margin-bottom:28px;
}

.db-single-image img{
    width:100%;
    border-radius:12px;
}

/* CONTENT */

.db-single-content{
    font-size:23px;
    line-height:1.9;
    color:#111;
}

.db-single-content p{
    margin-bottom:24px;
}

.db-single-content img{
    max-width:100%;
    border-radius:10px;
    margin:25px 0;
}

/* TAGS */

.db-single-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:40px;
}

.db-single-tags a{
    text-decoration:none;
    border:1px solid #ececec;
    padding:8px 14px;
    border-radius:40px;
    color:#111;
    font-size:14px;
    font-weight:700;
}

/* RELATED */

.db-related-posts{
    margin-top:50px;
}

.db-related-posts h3{
    font-size:32px;
    margin-bottom:22px;
}

.db-related-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.db-related-card{
    border:1px solid #ececec;
    border-radius:12px;
    overflow:hidden;
}

.db-related-thumb img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.db-related-content{
    padding:16px;
}

.db-related-content h4{
    font-size:18px;
    line-height:1.5;
}

.db-related-content a{
    text-decoration:none;
    color:#111;
}

/* SIDEBAR */

.db-single-sidebar{
    position:sticky;
    top:110px;
    height:fit-content;
}

.db-sidebar-box{
    border:1px solid #ececec;
    border-radius:12px;
    padding:20px;
}

.db-sidebar-box h3{
    font-size:28px;
    margin-bottom:22px;
}

/* SIDE NEWS */

.db-side-news{
    display:flex;
    gap:12px;
    margin-bottom:18px;
}

.db-side-thumb img{
    width:95px;
    height:72px;
    object-fit:cover;
    border-radius:8px;
}

.db-side-content h4{
    font-size:15px;
    line-height:1.5;
}

.db-side-content a{
    text-decoration:none;
    color:#111;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .db-single-layout{
        grid-template-columns:1fr;
    }

    .db-single-sidebar{
        display:none;
    }

}

@media(max-width:768px){

    .db-single-page{
        padding:15px 0;
    }

    .db-single-title{
        font-size:32px;
        line-height:1.45;
    }

    .db-single-content{
        font-size:18px;
        line-height:1.8;
    }

    .db-single-share{
        overflow-x:auto;
        white-space:nowrap;
    }

    .db-related-grid{
        grid-template-columns:1fr;
    }

    .db-related-thumb img{
        height:200px;
    }

}

@media(max-width:480px){

    .db-single-title{
        font-size:20px;
    }

    .db-single-content{
        font-size:18px;
    }

}
/* IMAGE TOP STYLE */

.db-single-image{

    margin-bottom:22px;

    overflow:hidden;

    border-radius:14px;
}

.db-single-image img{

    width:100%;

    height:auto;

    display:block;

    border-radius:14px;
}

/* MOBILE */

@media(max-width:768px){

    .db-single-image{

        margin-bottom:18px;

        border-radius:0;
    }

    .db-single-image img{

        border-radius:0;
    }

}
/* ========================================= */
/* CLEAN SIMPLE NEWS CARD */
/* ========================================= */

.db-same-category-posts{
    margin-top:20px;
}

/* CARD */

.db-news-card{
    display:flex;
    gap:12px;

    padding:16px 0;

    border-bottom:1px solid #ececec;
}

/* LEFT */

.db-news-content{
    flex:1;
}

/* TITLE */

.db-news-title{
    font-size:14px;
    line-height:1.6;

    font-weight:700;

    margin-bottom:12px;
}

.db-news-title a{
    text-decoration:none;
    color:#111;
}

/* TITLE COLORS */

.title-first{
    color:#86c440;
}

.title-second{
    color:#111;
}

/* CATEGORY + SHARE */

.db-news-meta{
    display:flex;

    align-items:center;

    justify-content:space-between;
}

/* CATEGORY */

.db-news-tag{
    text-decoration:none;

    border:1px solid #ececec;

    border-radius:30px;

    padding:5px 10px;

    font-size:11px;

    color:#111;

    font-weight:700;
}

/* SHARE */

.db-share-btn{
    text-decoration:none;

    font-size:11px;

    color:#777;

    font-weight:700;
}

/* IMAGE */

.db-news-thumb{
    width:105px;

    flex-shrink:0;
}

.db-news-thumb img{
    width:100%;

    height:72px;

    object-fit:cover;

    border-radius:8px;
}

/* MOBILE */

@media(max-width:480px){

    .db-news-card{
        gap:10px;
    }

    .db-news-title{
        font-size:13px;
    }

    .db-news-thumb{
        width:90px;
    }

    .db-news-thumb img{
        height:64px;
    }

}
/* ========================================= */
/* SINGLE POST META */
/* ========================================= */

.db-post-meta{

    display:flex;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

    margin-top:14px;

    margin-bottom:22px;
}

/* CATEGORY */

.db-meta-category{

    text-decoration:none;

    background:#fff3e8;

    color:#ff7900;

    padding:7px 14px;

    border-radius:40px;

    font-size:12px;

    font-weight:700;
}

/* AUTHOR */

.db-meta-author{

    color:#666;

    font-size:12px;

    font-weight:700;
}

/* DATE */

.db-meta-date{

    color:#666;

    font-size:12px;

    font-weight:700;
}

/* MOBILE */

@media(max-width:480px){

    .db-post-meta{

        gap:10px;
    }

    .db-meta-category,
    .db-meta-author,
    .db-meta-date{

        font-size:11px;
    }

}
/* ========================================= */
/* FINAL SINGLE POST OVERRIDE CSS */
/* ========================================= */

/* RESET */

.db-single-page *{
    box-sizing:border-box;
}

/* PAGE */

.db-single-page{
    width:100%;
    background:#fff;
    padding:20px 0;
}

/* CONTAINER */

.db-container{
    width:100%;
    max-width:1450px;
    margin:auto;
    padding:0 14px;
}

/* ========================================= */
/* DESKTOP */
/* ========================================= */

@media(min-width:992px){

/* LAYOUT */

.db-single-layout{
    display:grid !important;

    grid-template-columns:220px minmax(0,1fr) 320px !important;

    gap:28px !important;

    align-items:start !important;
}

/* LEFT */

.db-left-sidebar{
    display:block !important;

    position:sticky !important;

    top:90px !important;

    height:fit-content !important;
}

/* MENU */

.db-sidebar-menu{
    width:100%;
}

/* LINK */

.db-side-link{
    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:#111;

    font-size:16px;

    font-weight:700;

    padding:14px 0;

    border-bottom:1px solid #efefef;
}

/* ICON */

.db-side-icon{
    font-size:20px;
}

/* MAIN */

.db-single-main{
    width:100%;

    min-width:0;
}

/* IMAGE */

.db-single-image{
    margin-bottom:18px;
}

.db-single-image img{
    width:100% !important;

    height:auto !important;

    display:block !important;

    border-radius:8px;
}

/* META */

.db-post-meta{
    display:flex;

    align-items:center;

    gap:14px;

    flex-wrap:wrap;

    margin-bottom:20px;
}

/* CATEGORY */

.db-meta-category{
    text-decoration:none;

    background:#fff3e8;

    color:#ff7900;

    padding:7px 14px;

    border-radius:40px;

    font-size:12px;

    font-weight:700;
}

/* AUTHOR */

.db-meta-author,
.db-meta-date{
    color:#666;

    font-size:12px;

    font-weight:700;
}

/* TITLE */

.db-single-title{
    font-size:42px !important;

    line-height:1.45 !important;

    font-weight:800 !important;

    color:#111 !important;

    margin-bottom:24px !important;
}

/* COLORS */

.title-first{
    color:#86c440 !important;
}

.title-second{
    color:#111 !important;
}

/* CONTENT */

.db-single-content{
    font-size:21px !important;

    line-height:1.95 !important;

    color:#111 !important;
}

.db-single-content p{
    margin-bottom:28px;
}

.db-single-content img{
    max-width:100%;

    height:auto;

    border-radius:8px;

    margin:22px 0;
}

/* RIGHT */

.db-right-sidebar{
    display:block !important;

    position:sticky !important;

    top:90px !important;

    height:fit-content !important;
}

/* AD */

.db-ad-box img{
    width:100%;

    display:block;

    border-radius:8px;
}

/* SAME POSTS */

.db-same-category-posts{
    margin-top:50px;
}

/* CARD */

.db-news-card{
    display:flex !important;

    gap:14px !important;

    padding:20px 0 !important;

    border-bottom:1px solid #ececec !important;
}

/* CARD TITLE */

.db-news-title{
    font-size:20px !important;

    line-height:1.6 !important;

    font-weight:700 !important;
}

.db-news-title a{
    text-decoration:none;

    color:#111;
}

/* THUMB */

.db-news-thumb{
    width:180px !important;

    min-width:180px !important;
}

.db-news-thumb img{
    width:100% !important;

    height:110px !important;

    object-fit:cover !important;

    border-radius:8px !important;
}

}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media(max-width:991px){

/* LAYOUT */

.db-single-layout{
    display:block !important;
}

/* HIDE SIDE */

.db-left-sidebar,
.db-right-sidebar{
    display:none !important;
}

/* MAIN */

.db-single-main{
    width:100%;
}

/* IMAGE */

.db-single-image{
    margin-bottom:14px;
}

.db-single-image img{
    width:100% !important;

    display:block !important;

    border-radius:0 !important;
}

/* META */

.db-post-meta{
    display:flex;

    align-items:center;

    gap:10px;

    flex-wrap:wrap;

    margin-bottom:16px;
}

/* TITLE */

.db-single-title{
    font-size:20px !important;

    line-height:1.5 !important;

    margin-bottom:18px !important;
}

/* CONTENT */

.db-single-content{
    font-size:18px !important;

    line-height:1.9 !important;
}

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

/* SAME POSTS */

.db-same-category-posts{
    margin-top:35px;
}

/* CARD */

.db-news-card{
    display:flex !important;

    align-items:flex-start !important;

    gap:10px !important;

    padding:16px 0 !important;

    border-bottom:1px solid #ececec !important;
}

/* CONTENT */

.db-news-content{
    flex:1;

    min-width:0;
}

/* TITLE */

.db-news-title{
    font-size:13px !important;

    line-height:1.6 !important;

    margin:0 !important;
}

/* IMAGE */

.db-news-thumb{
    width:92px !important;

    min-width:92px !important;
}

.db-news-thumb img{
    width:100% !important;

    height:66px !important;

    object-fit:cover !important;

    border-radius:8px !important;
}

}
/* ========================================= */
/* CATEGORY PAGE */
/* ========================================= */

.db-category-page{
    background:#fff;
    padding:20px 0;
}

/* HEADER */

.db-category-header{
    margin-bottom:25px;
}

.db-category-header h1{
    font-size:42px;
    font-weight:800;
    color:#111;
}

/* DESKTOP */

@media(min-width:992px){

.db-category-layout{
    display:grid;

    grid-template-columns:220px minmax(0,1fr) 320px;

    gap:28px;
}

/* LEFT */

.db-left-sidebar{
    position:sticky;
    top:90px;
    height:fit-content;
}

/* MENU */

.db-side-link{
    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 0;

    border-bottom:1px solid #ececec;

    text-decoration:none;

    color:#111;

    font-size:16px;

    font-weight:700;
}

/* MAIN */

.db-category-main{
    width:100%;
}

/* CARD */

.db-news-card{
    display:flex;

    gap:14px;

    padding:20px 0;

    border-bottom:1px solid #ececec;
}

/* CONTENT */

.db-news-content{
    flex:1;
}

/* TITLE */

.db-news-title{
    font-size:24px;

    line-height:1.6;

    font-weight:700;
}

.db-news-title a{
    text-decoration:none;
    color:#111;
}

/* COLORS */

.title-first{
    color:#86c440;
}

.title-second{
    color:#111;
}

/* IMAGE */

.db-news-thumb{
    width:190px;

    min-width:190px;
}

.db-news-thumb img{
    width:100%;

    height:120px;

    object-fit:cover;

    border-radius:8px;
}

/* RIGHT */

.db-right-sidebar{
    position:sticky;
    top:90px;
    height:fit-content;
}

/* AD */

.db-ad-box img{
    width:100%;
    border-radius:8px;
}

}

/* MOBILE */

@media(max-width:991px){

.db-category-layout{
    display:block;
}

/* HIDE */

.db-left-sidebar,
.db-right-sidebar{
    display:none;
}

/* TITLE */

.db-category-header h1{
    font-size:20px;
}

/* CARD */

.db-news-card{
    display:flex;

    gap:10px;

    padding:16px 0;

    border-bottom:1px solid #ececec;
}

/* CONTENT */

.db-news-content{
    flex:1;

    min-width:0;
}

/* TITLE */

.db-news-title{
    font-size:13px;

    line-height:1.6;
}

/* IMAGE */

.db-news-thumb{
    width:92px;

    min-width:92px;
}

.db-news-thumb img{
    width:100%;

    height:66px;

    object-fit:cover;

    border-radius:8px;
}

}
/* ======================================= */
/* BHASKAR EXACT FRONT PAGE CSS */
/* ======================================= */

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

body{
    background:#fff;
    color:#111;
    font-family:Arial,sans-serif;
    overflow-x:hidden;
}

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

a{
    text-decoration:none;
}

/* ======================================= */
/* CONTAINER */
/* ======================================= */

.db-container{
    width:100%;
    max-width:1480px;
    margin:auto;
    padding:0 14px;
}

/* ======================================= */
/* 3 COLUMN LAYOUT */
/* ======================================= */

.db-home-layout{
    display:grid;

    grid-template-columns:220px minmax(0,1fr) 340px;

    gap:0;
}

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

.db-left-sidebar{

    border-right:1px solid #ececec;

    padding-right:20px;

    min-height:100vh;

    position:sticky;

    top:72px;

    background:#fff;
}

.db-side-link{

    display:flex;

    align-items:center;

    gap:14px;

    padding:16px 0;

    border-bottom:1px solid #f2f2f2;

    color:#111;

    font-size:15px;

    font-weight:700;
}

.db-side-icon{

    width:22px;

    text-align:center;

    font-size:20px;
}

.db-side-link:hover{

    color:#ff7900;
}

/* APP */

.db-app-box{

    margin-top:40px;

    text-align:center;
}

.db-app-box p{

    color:#777;

    font-size:13px;

    margin-bottom:16px;
}

.db-app-box img{

    width:180px;

    margin:0 auto 14px;

    border-radius:10px;
}

/* ======================================= */
/* MAIN */
/* ======================================= */

.db-main-content{

    padding:0 24px;
}

/* ======================================= */
/* TRENDING */
/* ======================================= */

.db-trending-bar{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 0;

    border-bottom:1px solid #ececec;

    overflow-x:auto;

    white-space:nowrap;

    scrollbar-width:none;
}

.db-trending-bar::-webkit-scrollbar{

    display:none;
}

.db-trending-label{

    color:#ff7900;

    font-size:14px;

    font-weight:700;
}

.db-trending-bar a{

    border:1px solid #ececec;

    border-radius:40px;

    padding:10px 18px;

    color:#111;

    font-size:14px;

    font-weight:700;

    background:#fff;
}

/* ======================================= */
/* SECTION */
/* ======================================= */

.db-home-section{

    margin-bottom:14px;
}

/* HEADER */

.db-section-header{

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:18px 0;

    border-bottom:1px solid #ececec;
}

.db-section-title{

    display:flex;

    align-items:center;

    gap:12px;
}

.db-section-icon{

    font-size:28px;
}

.db-section-title h2{

    font-size:40px;

    font-weight:800;

    color:#111;
}

.db-view-all{

    border:1px solid #ff7900;

    border-radius:6px;

    color:#ff7900;

    padding:10px 18px;

    font-size:14px;

    font-weight:700;
}

/* ======================================= */
/* CARD */
/* ======================================= */

.db-news-card{

    display:flex;

    justify-content:space-between;

    gap:18px;

    padding:22px 0;

    border-bottom:1px solid #ececec;
}

/* CONTENT */

.db-news-content{

    flex:1;

    min-width:0;
}

/* TITLE */

.db-news-title{

    font-size:18px;

    line-height:1.65;

    font-weight:700;

    margin-bottom:18px;
}

.db-news-title a{

    color:#111;
}

/* TITLE COLORS */

.title-first{

    color:#a855f7;
}

.title-second{

    color:#111;
}

/* META */

.db-news-meta{

    display:flex;

    align-items:center;

    justify-content:space-between;
}

/* TAG */

.db-news-tag{

    border:1px solid #ececec;

    border-radius:40px;

    padding:8px 14px;

    color:#111;

    font-size:13px;

    font-weight:700;
}

/* SHARE */

.db-share{

    display:flex;

    align-items:center;

    gap:18px;
}

.db-share a{

    color:#777;

    font-size:18px;
}

/* ======================================= */
/* IMAGE */
/* ======================================= */

.db-news-thumb{

    width:160px;

    min-width:160px;

    position:relative;

    overflow:hidden;

    border-radius:6px;
}

.db-news-thumb img{

    width:100%;

    height:90px;

    object-fit:cover;

    border-radius:6px;

    transition:.3s;
}

/* PLAY */

.db-news-thumb::before{

    content:'▶';

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:40px;
    height:40px;

    border-radius:50%;

    background:rgba(0,0,0,0.65);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:2;
}

/* TIME */

.db-video-time{

    position:absolute;

    right:6px;
    bottom:6px;

    background:rgba(0,0,0,0.8);

    color:#fff;

    font-size:11px;

    font-weight:700;

    padding:4px 6px;

    border-radius:4px;

    z-index:3;
}

/* HOVER */

.db-news-card:hover .db-news-thumb img{

    transform:scale(1.05);
}

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

.db-right-sidebar{

    border-left:1px solid #ececec;

    padding-left:24px;

    min-height:100vh;

    position:sticky;

    top:72px;

    background:#fff;
}

/* AD */

.db-ad-box{

    margin-bottom:24px;
}

.db-ad-box img{

    width:100%;

    border-radius:6px;
}

/* FOOTER LINKS */

.db-footer-links{

    display:flex;

    flex-wrap:wrap;

    gap:12px;
}

.db-footer-links a{

    color:#777;

    font-size:13px;
}

/* ======================================= */
/* MOBILE */
/* ======================================= */

@media(max-width:991px){

.db-home-layout{

    display:block;
}

/* HIDE */

.db-left-sidebar,
.db-right-sidebar{

    display:none;
}

/* MAIN */

.db-main-content{

    padding:0;
}

/* HEADER */

.db-section-header{

    padding:14px 0;
}

.db-section-title h2{

    font-size:28px;
}

.db-view-all{

    padding:8px 14px;

    font-size:12px;
}

/* CARD */

.db-news-card{

    gap:12px;

    padding:18px 0;
}

/* TITLE */

.db-news-title{

    font-size:14px;

    line-height:1.6;

    margin-bottom:14px;
}

/* IMAGE */

.db-news-thumb{

    width:110px;

    min-width:110px;
}

.db-news-thumb img{

    height:74px;
}

/* PLAY */

.db-news-thumb::before{

    width:32px;
    height:32px;

    font-size:12px;
}

/* TAG */

.db-news-tag{

    padding:6px 12px;

    font-size:11px;
}

}

/* ======================================= */
/* EXTRA SMALL */
/* ======================================= */

@media(max-width:480px){

.db-news-thumb{

    width:100px;

    min-width:100px;
}

.db-news-thumb img{

    height:68px;
}

.db-news-title{

    font-size:13px;
}

}
/* ======================================= */
/* BHASKAR FRONT PAGE CSS */
/* ======================================= */

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

body{
    background:#fff;
    color:#111;
    font-family:Arial,sans-serif;
    overflow-x:hidden;
}

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

a{
    text-decoration:none;
}

/* ======================================= */
/* CONTAINER */
/* ======================================= */

.db-container{
    width:100%;
    max-width:1480px;
    margin:auto;
    padding:0 14px;
}

/* ======================================= */
/* LAYOUT */
/* ======================================= */

.db-home-layout{
    display:grid;

    grid-template-columns:220px minmax(0,1fr) 320px;

    gap:0;
}

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

.db-left-sidebar{

    border-right:1px solid #ececec;

    padding-right:20px;

    min-height:100vh;

    position:sticky;

    top:70px;

    background:#fff;
}

.db-side-link{

    display:flex;

    align-items:center;

    gap:14px;

    padding:16px 0;

    border-bottom:1px solid #f2f2f2;

    color:#111;

    font-size:15px;

    font-weight:700;
}

.db-side-link:hover{

    color:#ff7900;
}

.db-side-icon{

    width:22px;

    text-align:center;

    font-size:20px;
}

/* APP */

.db-app-box{

    margin-top:40px;

    text-align:center;
}

.db-app-box p{

    color:#777;

    font-size:13px;

    margin-bottom:16px;
}

.db-app-box img{

    width:180px;

    margin:0 auto 14px;
}

/* ======================================= */
/* MAIN */
/* ======================================= */

.db-main-content{

    padding:0 24px;
}

/* ======================================= */
/* TRENDING */
/* ======================================= */

.db-trending-bar{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 0;

    border-bottom:1px solid #ececec;

    overflow-x:auto;

    white-space:nowrap;

    scrollbar-width:none;
}

.db-trending-bar::-webkit-scrollbar{

    display:none;
}

.db-trending-label{

    color:#ff7900;

    font-size:14px;

    font-weight:700;
}

.db-trending-bar a{

    border:1px solid #ececec;

    border-radius:40px;

    padding:10px 18px;

    color:#111;

    font-size:14px;

    font-weight:700;

    background:#fff;
}

/* ======================================= */
/* SECTION */
/* ======================================= */

.db-home-section{

    margin-bottom:8px;
}

/* HEADER */

.db-section-header{

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:18px 0;

    border-bottom:1px solid #ececec;
}

.db-section-title{

    display:flex;

    align-items:center;

    gap:12px;
}

.db-section-icon{

    font-size:28px;
}

.db-section-title h2{

    font-size:38px;

    font-weight:800;

    color:#111;
}

.db-view-all{

    border:1px solid #ff7900;

    border-radius:6px;

    color:#ff7900;

    padding:10px 18px;

    font-size:14px;

    font-weight:700;
}

/* ======================================= */
/* NEWS CARD */
/* ======================================= */

.db-news-card{

    display:flex;

    justify-content:space-between;

    gap:18px;

    padding:22px 0;

    border-bottom:1px solid #ececec;
}

/* CONTENT */

.db-news-content{

    flex:1;

    min-width:0;
}

/* TITLE */

.db-news-title{

    font-size:18px;

    line-height:1.65;

    font-weight:700;

    margin-bottom:18px;
}

.db-news-title a{

    color:#111;
}

/* TITLE COLORS */

.title-first{

    color:#a855f7;
}

.title-second{

    color:#111;
}

/* META */

.db-news-meta{

    display:flex;

    align-items:center;

    justify-content:space-between;
}

/* TAG */

.db-news-tag{

    border:1px solid #ececec;

    border-radius:40px;

    padding:8px 14px;

    color:#111;

    font-size:13px;

    font-weight:700;
}

/* SHARE */

.db-share{

    display:flex;

    align-items:center;

    gap:18px;
}

.db-share a{

    color:#777;

    font-size:18px;
}

/* ======================================= */
/* IMAGE */
/* ======================================= */

.db-news-thumb{

    width:160px;

    min-width:160px;

    overflow:hidden;

    border-radius:6px;
}

.db-news-thumb img{

    width:100%;

    height:90px;

    object-fit:cover;

    border-radius:6px;

    transition:.3s;
}

.db-news-card:hover .db-news-thumb img{

    transform:scale(1.05);
}

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

.db-right-sidebar{

    border-left:1px solid #ececec;

    padding-left:24px;

    min-height:100vh;

    position:sticky;

    top:70px;

    background:#fff;
}

/* AD */

.db-ad-box{

    margin-bottom:24px;
}

.db-ad-box img{

    width:100%;

    border-radius:6px;
}

/* FOOTER LINKS */

.db-footer-links{

    display:flex;

    flex-wrap:wrap;

    gap:12px;
}

.db-footer-links a{

    color:#777;

    font-size:13px;
}

/* ======================================= */
/* MOBILE */
/* ======================================= */

@media(max-width:991px){

.db-home-layout{

    display:block;
}

/* HIDE */

.db-left-sidebar,
.db-right-sidebar{

    display:none;
}

/* MAIN */

.db-main-content{

    padding:0;
}

/* HEADER */

.db-section-header{

    padding:14px 0;
}

.db-section-title h2{

    font-size:26px;
}

.db-view-all{

    padding:8px 14px;

    font-size:12px;
}

/* CARD */

.db-news-card{

    gap:12px;

    padding:18px 0;
}

/* TITLE */

.db-news-title{

    font-size:14px;

    line-height:1.6;

    margin-bottom:12px;
}

/* IMAGE */

.db-news-thumb{

    width:110px;

    min-width:110px;
}

.db-news-thumb img{

    height:74px;
}

/* META */

.db-news-meta{

    gap:10px;
}

/* TAG */

.db-news-tag{

    padding:6px 12px;

    font-size:11px;
}

}

/* ======================================= */
/* EXTRA SMALL */
/* ======================================= */

@media(max-width:480px){

.db-news-thumb{

    width:100px;

    min-width:100px;
}

.db-news-thumb img{

    height:68px;
}

.db-news-title{

    font-size:13px;
}

}
/* HIDE VIDEO PLAY ICON */

.db-news-thumb::before{
    display:none !important;
}

/* HIDE VIDEO TIME */

.db-video-time{
    display:none !important;
}
/* PAGE WIDTH SMALL */

.db-container{

    max-width:1320px !important;

    padding:0 12px;
}
/* CATEGORY TITLE FONT SIZE */

.db-section-title h2{

    font-size:30px !important;

    font-weight:800;

    line-height:1.3;
}

/* MOBILE */

@media(max-width:768px){

    .db-section-title h2{

        font-size:22px !important;
    }

}
#category-loader{

    text-align:center;

    padding:20px;

    font-size:14px;

    font-weight:700;

    color:#777;

    display:none;
}
/* ===================================== */
/* FRONT PAGE FULL RESPONSIVE LAYOUT */
/* MAX WIDTH 1440 */
/* ===================================== */

/* RESET */

*{

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

body{

    font-family:Arial, Helvetica, sans-serif;

    background:#fff;

    color:#111;

    overflow-x:hidden;

    -webkit-font-smoothing:antialiased;
}

/* MAIN CONTAINER */

.db-container{

    width:100%;

    max-width:1440px;

    margin:0 auto;

    padding:0 14px;
}

/* ===================================== */
/* 3 COLUMN DESKTOP */
/* ===================================== */

.db-home-layout{

    display:grid;

    grid-template-columns:250px minmax(0,1fr) 330px;

    gap:0;

    align-items:flex-start;

    background:#fff;
}

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

.db-left-sidebar{

    position:sticky;

    top:70px;

    height:100vh;

    overflow-y:auto;

    background:#fff;

    border-right:1px solid #ececec;
}

/* HIDE SCROLLBAR */

.db-left-sidebar::-webkit-scrollbar{

    width:0;
}

/* MENU */

.db-side-link{

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px 18px;

    border-bottom:1px solid #ececec;

    color:#111;

    font-size:16px;

    font-weight:600;

    text-decoration:none;

    transition:.2s;
}

.db-side-link:hover{

    background:#fafafa;
}

/* ===================================== */
/* CENTER */
/* ===================================== */

.db-main-content{

    min-width:0;

    background:#fff;

    border-right:1px solid #ececec;
}

/* TRENDING */

.db-trending-bar{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 18px;

    border-bottom:1px solid #ececec;

    overflow-x:auto;

    white-space:nowrap;
}

.db-trending-bar a{

    display:inline-flex;

    align-items:center;

    padding:8px 14px;

    border:1px solid #ececec;

    border-radius:40px;

    color:#111;

    font-size:14px;

    font-weight:600;

    text-decoration:none;

    background:#fff;
}

.db-trending-label{

    color:#ff5b00;

    font-weight:800;

    font-size:15px;
}

/* ===================================== */
/* SECTION */
/* ===================================== */

.db-home-section{

    border-bottom:1px solid #ececec;
}

/* HEADER */

.db-section-header{

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:15px 20px;

    border-bottom:1px solid #ececec;
}

/* TITLE */

.db-section-title{

    display:flex;

    align-items:center;

    gap:10px;
}

.db-section-title h2{

    font-size:22px;

    font-weight:800;
}

/* BUTTON */

.db-view-all{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:38px;

    padding:0 16px;

    border:1px solid #ff7a00;

    border-radius:6px;

    color:#ff7a00;

    font-size:14px;

    font-weight:700;

    text-decoration:none;
}

/* ===================================== */
/* CARD */
/* ===================================== */

.db-news-card{

    display:flex;

    justify-content:space-between;

    gap:18px;

    padding:18px 20px;

    border-bottom:1px solid #ececec;
}

/* CONTENT */

.db-news-content{

    flex:1;

    min-width:0;
}

/* TITLE */

.db-news-title{

    font-size:18px;

    line-height:1.55;

    font-weight:700;

    margin-bottom:14px;
}

.db-news-title a{

    color:#111;

    text-decoration:none;
}

/* IMAGE */

.db-news-thumb{

    width:160px;

    min-width:160px;

    border-radius:6px;

    overflow:hidden;
}

.db-news-thumb img{

    width:100%;

    height:96px;

    object-fit:cover;

    display:block;
}

/* TAG */

.db-news-tag{

    display:inline-flex;

    align-items:center;

    padding:6px 14px;

    border:1px solid #ececec;

    border-radius:40px;

    font-size:12px;

    font-weight:700;

    color:#111;

    text-decoration:none;
}

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

.db-right-sidebar{

    position:sticky;

    top:70px;

    height:100vh;

    overflow-y:auto;

    background:#fff;
}

.db-right-sidebar::-webkit-scrollbar{

    width:0;
}

/* AD */

.db-ad-box{

    padding:18px;

    border-bottom:1px solid #ececec;
}

.db-ad-box img{

    width:100%;

    border-radius:8px;
}

/* EMBED */

.db-embed-box{

    padding:18px;

    border-bottom:1px solid #ececec;
}

.db-embed-box iframe{

    width:100%;

    border:none;

    border-radius:8px;
}

/* FOOTER LINKS */

.db-footer-links{

    padding:18px;

    display:flex;

    flex-direction:column;

    gap:10px;
}

.db-footer-links a{

    color:#777;

    font-size:14px;

    text-decoration:none;
}

/* ===================================== */
/* TABLET */
/* ===================================== */

@media(max-width:1100px){

.db-home-layout{

    grid-template-columns:220px minmax(0,1fr) 280px;
}

.db-news-thumb{

    width:135px;

    min-width:135px;
}

}

/* ===================================== */
/* MOBILE */
/* ===================================== */

@media(max-width:991px){

.db-home-layout{

    grid-template-columns:1fr;
}

/* HIDE SIDEBARS */

.db-left-sidebar,
.db-right-sidebar{

    display:none;
}

/* MAIN */

.db-main-content{

    border-right:none;
}

/* CARD */

.db-news-card{

    gap:12px;

    padding:16px 12px;
}

/* TITLE */

.db-news-title{

    font-size:16px;

    line-height:1.5;
}

/* IMAGE */

.db-news-thumb{

    width:105px;

    min-width:105px;
}

.db-news-thumb img{

    height:72px;
}

/* SECTION */

.db-section-header{

    padding:12px;
}

.db-section-title h2{

    font-size:18px;
}

}

/* ===================================== */
/* EXTRA SMALL */
/* ===================================== */

@media(max-width:480px){

.db-container{

    padding:0;
}

.db-news-card{

    gap:10px;

    padding:14px 10px;
}

.db-news-thumb{

    width:92px;

    min-width:92px;
}

.db-news-thumb img{

    height:66px;
}

.db-news-title{

    font-size:15px;
}

}
/* ===================================== */
/* FRONT PAGE FULL RESPONSIVE LAYOUT */
/* MAX WIDTH 1440 */
/* ===================================== */

/* RESET */

*{

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

body{

    font-family:Arial, Helvetica, sans-serif;

    background:#fff;

    color:#111;

    overflow-x:hidden;

    -webkit-font-smoothing:antialiased;
}

/* MAIN CONTAINER */

.db-container{

    width:100%;

    max-width:1440px;

    margin:0 auto;

    padding:0 14px;
}

/* ===================================== */
/* 3 COLUMN DESKTOP */
/* ===================================== */

.db-home-layout{

    display:grid;

    grid-template-columns:250px minmax(0,1fr) 330px;

    gap:0;

    align-items:flex-start;

    background:#fff;
}

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

.db-left-sidebar{

    position:sticky;

    top:70px;

    height:100vh;

    overflow-y:auto;

    background:#fff;

    border-right:1px solid #ececec;
}

/* HIDE SCROLLBAR */

.db-left-sidebar::-webkit-scrollbar{

    width:0;
}

/* MENU */

.db-side-link{

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px 18px;

    border-bottom:1px solid #ececec;

    color:#111;

    font-size:16px;

    font-weight:600;

    text-decoration:none;

    transition:.2s;
}

.db-side-link:hover{

    background:#fafafa;
}

/* ===================================== */
/* CENTER */
/* ===================================== */

.db-main-content{

    min-width:0;

    background:#fff;

    border-right:1px solid #ececec;
}

/* TRENDING */

.db-trending-bar{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 18px;

    border-bottom:1px solid #ececec;

    overflow-x:auto;

    white-space:nowrap;
}

.db-trending-bar a{

    display:inline-flex;

    align-items:center;

    padding:8px 14px;

    border:1px solid #ececec;

    border-radius:40px;

    color:#111;

    font-size:14px;

    font-weight:600;

    text-decoration:none;

    background:#fff;
}

.db-trending-label{

    color:#ff5b00;

    font-weight:800;

    font-size:15px;
}

/* ===================================== */
/* SECTION */
/* ===================================== */

.db-home-section{

    border-bottom:1px solid #ececec;
}

/* HEADER */

.db-section-header{

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:15px 20px;

    border-bottom:1px solid #ececec;
}

/* TITLE */

.db-section-title{

    display:flex;

    align-items:center;

    gap:10px;
}

.db-section-title h2{

    font-size:22px;

    font-weight:800;
}

/* BUTTON */

.db-view-all{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:38px;

    padding:0 16px;

    border:1px solid #ff7a00;

    border-radius:6px;

    color:#ff7a00;

    font-size:14px;

    font-weight:700;

    text-decoration:none;
}

/* ===================================== */
/* CARD */
/* ===================================== */

.db-news-card{

    display:flex;

    justify-content:space-between;

    gap:18px;

    padding:18px 20px;

    border-bottom:1px solid #ececec;
}

/* CONTENT */

.db-news-content{

    flex:1;

    min-width:0;
}

/* TITLE */

.db-news-title{

    font-size:18px;

    line-height:1.55;

    font-weight:700;

    margin-bottom:14px;
}

.db-news-title a{

    color:#111;

    text-decoration:none;
}

/* IMAGE */

.db-news-thumb{

    width:160px;

    min-width:160px;

    border-radius:6px;

    overflow:hidden;
}

.db-news-thumb img{

    width:100%;

    height:96px;

    object-fit:cover;

    display:block;
}

/* TAG */

.db-news-tag{

    display:inline-flex;

    align-items:center;

    padding:6px 14px;

    border:1px solid #ececec;

    border-radius:40px;

    font-size:12px;

    font-weight:700;

    color:#111;

    text-decoration:none;
}

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

.db-right-sidebar{

    position:sticky;

    top:70px;

    height:100vh;

    overflow-y:auto;

    background:#fff;
}

.db-right-sidebar::-webkit-scrollbar{

    width:0;
}

/* AD */

.db-ad-box{

    padding:18px;

    border-bottom:1px solid #ececec;
}

.db-ad-box img{

    width:100%;

    border-radius:8px;
}

/* EMBED */

.db-embed-box{

    padding:18px;

    border-bottom:1px solid #ececec;
}

.db-embed-box iframe{

    width:100%;

    border:none;

    border-radius:8px;
}

/* FOOTER LINKS */

.db-footer-links{

    padding:18px;

    display:flex;

    flex-direction:column;

    gap:10px;
}

.db-footer-links a{

    color:#777;

    font-size:14px;

    text-decoration:none;
}

/* ===================================== */
/* TABLET */
/* ===================================== */

@media(max-width:1100px){

.db-home-layout{

    grid-template-columns:220px minmax(0,1fr) 280px;
}

.db-news-thumb{

    width:135px;

    min-width:135px;
}

}

/* ===================================== */
/* MOBILE */
/* ===================================== */

@media(max-width:991px){

.db-home-layout{

    grid-template-columns:1fr;
}

/* HIDE SIDEBARS */

.db-left-sidebar,
.db-right-sidebar{

    display:none;
}

/* MAIN */

.db-main-content{

    border-right:none;
}

/* CARD */

.db-news-card{

    gap:12px;

    padding:16px 12px;
}

/* TITLE */

.db-news-title{

    font-size:16px;

    line-height:1.5;
}

/* IMAGE */

.db-news-thumb{

    width:105px;

    min-width:105px;
}

.db-news-thumb img{

    height:72px;
}

/* SECTION */

.db-section-header{

    padding:12px;
}

.db-section-title h2{

    font-size:18px;
}

}

/* ===================================== */
/* EXTRA SMALL */
/* ===================================== */

@media(max-width:480px){

.db-container{

    padding:0;
}

.db-news-card{

    gap:10px;

    padding:14px 10px;
}

.db-news-thumb{

    width:92px;

    min-width:92px;
}

.db-news-thumb img{

    height:66px;
}

.db-news-title{

    font-size:15px;
}

}
/* ===================================== */
/* MOBILE RESPONSIVE FRONT PAGE */
/* ===================================== */

@media(max-width:991px){

/* CONTAINER */

.db-container{

    width:100% !important;

    max-width:100% !important;

    padding:0 !important;

    margin:0 !important;
}

/* LAYOUT */

.db-home-layout{

    display:block !important;
}

/* HIDE SIDEBARS */

.db-left-sidebar,
.db-right-sidebar{

    display:none !important;
}

/* MAIN */

.db-main-content{

    width:100% !important;

    border:none !important;

    background:#fff !important;
}

/* TRENDING */

.db-trending-bar{

    padding:12px !important;

    gap:8px !important;

    overflow-x:auto !important;

    white-space:nowrap !important;

    scrollbar-width:none !important;
}

.db-trending-bar::-webkit-scrollbar{

    display:none !important;
}

.db-trending-bar a{

    font-size:12px !important;

    padding:7px 12px !important;

    flex-shrink:0 !important;
}

/* SECTION */

.db-home-section{

    width:100% !important;

    margin:0 !important;

    padding:0 !important;

    border-bottom:1px solid #ececec !important;
}

/* HEADER */

.db-section-header{

    display:flex !important;

    align-items:center !important;

    justify-content:space-between !important;

    padding:12px !important;

    border-bottom:1px solid #ececec !important;
}

/* TITLE */

.db-section-title{

    gap:8px !important;
}

.db-section-title h2{

    font-size:18px !important;

    line-height:1.2 !important;

    font-weight:800 !important;
}

/* BUTTON */

.db-view-all{

    height:32px !important;

    padding:0 12px !important;

    font-size:11px !important;
}

/* CARD */

.db-news-card{

    display:flex !important;

    align-items:flex-start !important;

    justify-content:space-between !important;

    gap:12px !important;

    padding:14px 12px !important;

    border-bottom:1px solid #ececec !important;
}

/* CONTENT */

.db-news-content{

    flex:1 1 auto !important;

    min-width:0 !important;
}

/* TITLE */

.db-news-title{

    font-size:15px !important;

    line-height:1.5 !important;

    font-weight:700 !important;

    margin-bottom:10px !important;
}

/* IMAGE */

.db-news-thumb{

    width:105px !important;

    min-width:105px !important;

    border-radius:6px !important;

    overflow:hidden !important;

    flex-shrink:0 !important;
}

.db-news-thumb img{

    width:100% !important;

    height:72px !important;

    object-fit:cover !important;

    display:block !important;
}

/* TAG */

.db-news-tag{

    padding:5px 10px !important;

    font-size:10px !important;

    border-radius:40px !important;
}

}

/* ===================================== */
/* EXTRA SMALL MOBILE */
/* ===================================== */

@media(max-width:480px){

.db-news-card{

    gap:10px !important;

    padding:12px 10px !important;
}

.db-news-thumb{

    width:92px !important;

    min-width:92px !important;
}

.db-news-thumb img{

    height:66px !important;
}

.db-news-title{

    font-size:14px !important;

    line-height:1.45 !important;
}

.db-section-title h2{

    font-size:16px !important;
}

}