/*
 Theme Name:   Webthink  style Theme By Arvind Pandey
 Theme URI:    https://webthink.in
 Description:  Webthink News Theme, For website please contact 9136790100
 Author:       Arvind Pandey 
 Author URI:   https://webthink.in
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Webthinktheme
*/


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


/*navigation*/

/* Navbar */
.navbar {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0;
}

/* Center menu */
.navbar-nav {
    display: flex;
    gap: 35px;
    width: 100%;
}

/* Remove default li margin */
.navbar-nav li {
    list-style: none;
}

/* Links */
.navbar-nav .nav-link,
.navbar-nav li a {
    display: block;
    padding: 10px 0 6px 0;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap;
}

/* Hover */
.navbar-nav li a:hover {
    color: #d0021b;
}

/* Active menu */
.navbar-nav .current-menu-item a,
.navbar-nav .current-menu-parent a,
.navbar-nav li.current-menu-item a {
    background: #ffe9eb;
    color: #d0021b;
    padding: 6px 16px;
    border-radius: 20px;
}

/* FIFA badge */
.navbar-nav li.fifa a {
    background: linear-gradient(90deg,#39d98a,#3b82f6);
    color: #fff;
    border-radius: 20px;
    padding: 6px 18px;
}

/* Three dots */
.navbar-nav li.more a {
    font-size: 28px;
    line-height: 1;
    padding-top: 8px;
}


.top-news-section {
    background: #fff;
}

.featured-news {
    position: relative;
}

.featured-news img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.featured-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(
        transparent,
        rgba(0,0,0,.8)
    );
}

.featured-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0;
}

.featured-content a {
    color: #fff;
    text-decoration: none;
}


.must-read-box {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}

.section-title {
    border-left: 4px solid #d60032;
    padding-left: 10px;
    font-weight: 700;
    margin-bottom: 20px;
}

.must-read-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.must-read-thumb img {
    width: 90px;
    height: 70px;
    object-fit: cover;
}

.must-read-content h6 {
    font-size: 14px;
    line-height: 1.4;
}

.must-read-content a {
    color: #222;
    text-decoration: none;
}



.news-section {
    background: #fff;
}

.section-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.section-header h2{
    margin:0;
    font-size:32px;
    font-weight:700;
    position:relative;
    padding-left:12px;
    line-height:1;
    background:#fff;
}

.section-header h2::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:4px;
    background:#d4002f;
}

.section-line{
    flex:1;
    height:2px;
    background:#d4002f;
}

.section-header a{
    color:#d4002f;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
    display:flex;
    align-items:center;
    gap:4px;
    background:#fff;
}

.section-header a:hover{
    color:#b00026;
}

.featured-news {
    position: relative;
}

.featured-news img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.featured-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(
        transparent,
        rgba(0,0,0,.9)
    );
}

.featured-overlay h3 {
    margin: 0;
    font-size: 28px;
}

.featured-overlay a {
    color: #fff;
    text-decoration: none;
}

.small-news {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.small-news img {
    width: 100%;
    min-width: 100px;
    min-width: 100px;
}

.small-news h6 {
    margin-bottom: 5px;
    line-height: 1.4;
}

.small-news h6 a {
    color: #222;
    text-decoration: none;
}

.news-date {
    font-size: 12px;
    color: #888;
}


.horoscope-section {
    margin: 40px 0;
}

.section-heading {
    margin-bottom: 25px;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.horoscope-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
}

.horoscope-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

.horoscope-card img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 15px;
}

.horoscope-card h6 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.horoscope-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    min-height: 65px;
    margin-bottom: 15px;
}

.horoscope-card .btn {
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
}

/* Bootstrap Primary Override */
.horoscope-card .btn-primary {
    background: #0d6efd;
    border-color: #0d6efd;
}

/* Mobile */
@media (max-width: 767px) {

    .section-heading h2 {
        font-size: 24px;
    }

    .horoscope-card {
        padding: 15px 10px;
    }

    .horoscope-card img {
        width: 70px;
        height: 70px;
    }

    .horoscope-card h6 {
        font-size: 16px;
    }

    .horoscope-card p {
        min-height: auto;
        font-size: 13px;
    }
}


.video-section {
    margin: 40px 0;
}

.video-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #d50032;
    margin-bottom: 20px;
}

.video-section .section-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding-left: 12px;
    position: relative;
}

.video-section .section-header h2::before {
    content: "";
    width: 4px;
    height: 100%;
    background: #d50032;
    position: absolute;
    left: 0;
    top: 0;
}

.video-section .section-header a {
    color: #d50032;
    font-weight: 600;
    text-decoration: none;
}

.video-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    height: 100%;
}

.video-thumb {
    position: relative;
}

.video-thumb img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 15px;
    background: linear-gradient(
        transparent,
        rgba(0,0,0,.9)
    );
}

.play-btn {
    width: 60px;
    height: 45px;
    background: #ff0000;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.video-overlay h4 {
    color: #ffd54f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.video-content {
    padding: 15px;
}

.video-content h5 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

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


.sidebar-widget {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 20px;
}

.sidebar-title {
    margin-bottom: 15px;
}

.sidebar-title h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #222;
    position: relative;
    padding-left: 12px;
}

.sidebar-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 30px;
    background: #d50032;
}

.sidebar-news-item {
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.sidebar-news-item:last-child {
    border-bottom: none;
}

.sidebar-thumb {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.sidebar-news-item h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.sidebar-news-item h4 a {
    color: #333;
    text-decoration: none;
}

.sidebar-news-item h4 a:hover {
    color: #d50032;
}

img.news-block-thumb {
   width: 110px;
   height: 80px;
   border-radius: 4px;
}


.horoscope-card{
    background:#fff;
    border-radius:10px;
    padding:15px;
    text-align:center;
    height:100%;
}

.horoscope-card img{
    width:80px;
    margin:auto;
}

.horoscopeSwiper{
    padding:10px 40px;
}

.swiper-button-next,
.swiper-button-prev{
    color:#d71920;
}


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

.footer-logo{
    width:90%;
    margin-bottom:20px;
}

.follow-title{
    color:#bdbdbd;
    font-size:14px;
    margin-bottom:15px;
}

.social-links{
    display:flex;
    gap:10px;
}

.social-links a{
    width:40px;
    height:40px;
    border:1px solid #666;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#d4002f;
    border-color:#d4002f;
}

.card{
    border:0;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.card-header{
    background:#fff;
    border-bottom:1px solid #ececec;
    font-size:22px;
    font-weight:700;
    padding:18px 20px;
    position:relative;
}

.card-header:before{
    content:"";
    width:5px;
    height:28px;
    background:#d50000;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    border-radius:10px;
}

.list-group{
    padding:0;
    margin:0;
}

.list-group .cat-item{
    list-style:none;
    border-bottom:1px solid #f1f1f1;
    transition:.3s;
}

.list-group .cat-item:last-child{
    border-bottom:none;
}

.list-group .cat-item a{
    display:block;
    color:#222;
    text-decoration:none;
    padding:15px 20px;
    font-size:16px;
    font-weight:500;
    position:relative;
    transition:.3s;
}

.list-group .cat-item a:before{
    content:"▸";
    color:#d50000;
    margin-right:10px;
    font-weight:bold;
}

.list-group .cat-item:hover{
    background:#fafafa;
}

.list-group .cat-item:hover a{
    color:#d50000;
    padding-left:28px;
}

.list-group .cat-item .children{
    margin:0;
    padding-left:20px;
    background:#fafafa;
}

.list-group .cat-item .children .cat-item a{
    font-size:15px;
    color:#666;
}

.list-group .cat-item.current-cat{
    background:#d50000;
}

.list-group .cat-item.current-cat>a{
    color:#fff;
}

.list-group .cat-item.current-cat>a:before{
    color:#fff;
}

.list-group .cat-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 18px;
    border-bottom:1px solid #eee;
}

.list-group .cat-item a{
    flex:1;
    display:block;
    padding:15px 0;
    color:#222;
    text-decoration:none;
    font-weight:600;
}

.list-group .cat-item:hover{
    background:#d60000;
}

.list-group .cat-item:hover a{
    color:#fff;
}

/* Style the count text "(7)" */
.list-group .cat-item{
    font-size:16px;
}

.list-group .cat-item > a + *{
    color:#d60000;
    font-weight:700;
    white-space:nowrap;
}

.list-group .cat-item:hover{
    color:#fff;
}

.site-footer h5{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.site-footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.site-footer ul li{
    border-bottom:1px solid #575757;
}

.site-footer ul li a{
    display:block;
    padding:8px 0;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.site-footer ul li a:hover{
    color:#ff4d4d;
    padding-left:5px;
}

.footer-bottom{
    background:#252525;
    margin-top:30px;
    padding:15px 0;
    font-size:14px;
}

.footer-menu{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.footer-menu a{
    color:#fff;
    text-decoration:none;
}

.footer-menu a:hover{
    color:#ff4d4d;
}


.post-navigation{
    border-top:1px solid #eee;
    padding-top:30px;
}

.nav-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px;
    transition:.3s;
    height:100%;
}

.nav-box:hover{
    border-color:#d60000;
    box-shadow:0 8px 20px rgba(214,0,0,.08);
}

.nav-box a{
    text-decoration:none;
    color:#222;
    display:block;
}

.nav-label{
    display:block;
    font-size:13px;
    color:#d60000;
    font-weight:600;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.nav-box h6{
    margin:0;
    font-size:17px;
    font-weight:700;
    line-height:1.5;
    color:#222;
    transition:.3s;
}

.nav-box:hover h6{
    color:#d60000;
}

.next{
    text-align:right;
}

@media(max-width:768px){

    .nav-box{
        margin-bottom:15px;
    }

    .next{
        text-align:left;
    }

}



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

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

.navigation.pagination .page-numbers{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:45px;
    height:45px;
    padding:0 16px;
    border:1px solid #dee2e6;
    border-radius:8px;
    background:#fff;
    color:#333;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}

.navigation.pagination .page-numbers:hover{
    background:#d60000;
    border-color:#d60000;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(214,0,0,.25);
}

.navigation.pagination .page-numbers.current{
    background:#d60000;
    border-color:#d60000;
    color:#fff;
    cursor:default;
    box-shadow:0 6px 15px rgba(214,0,0,.25);
}

.navigation.pagination .prev,
.navigation.pagination .next{
    min-width:90px;
    font-weight:700;
}

.navigation.pagination .dots{
    border:none;
    background:transparent;
    box-shadow:none;
    cursor:default;
}

.navigation.pagination .dots:hover{
    background:transparent;
    color:#666;
    transform:none;
    box-shadow:none;
}

@media(max-width:576px){

    .navigation.pagination .page-numbers{

        min-width:40px;
        height:40px;
        font-size:14px;
        padding:0 12px;

    }

    .navigation.pagination .prev,
    .navigation.pagination .next{

        min-width:70px;

    }

}