@import url('https://fonts.googleapis.com/css?family=Sumana:400,700');
@import url('https://fonts.googleapis.com/css?family=Hind');

/*font-family: 'Teko', sans-serif;
font-family: 'Sumana', serif; */

body {
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    background: #f2f2f2;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

h2,
h3,
h1,
h4,
h4 a {
    font-weight: bold;
    font-family: 'Sumana', serif;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

h4.side-story a {
    font-size: 20px;
}


/* Slider */

.header {
    background: #fff;
}

.bg-red {
    background-color: #bb1600;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    margin-top: 7px;
    margin-bottom: 7px;
}

.navbar-default {
    width: 1140px;
    margin: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.caption-heading {
    font-size: 22px;
    line-height: 25px;
    color: #26476c;
}

.caption-text {
    margin-top: 10px;
}

.item.items {
    border: 1px solid #ccc;
}

.items img {
    height: 270px;
}

/* article detail*/

.pagination a,.pagination strong{
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
}

.pagination strong{
    background-color: #31a115;
    color: #fff;
}

.owl-nav .owl-prev {
    background: url('icons/arrow.png');
    background-position: 0px 0px;
    position: absolute;
    top: 36%;
    font-size: 1px;
    height: 70px;
    width: 40px;
}

.owl-nav .owl-next {
    background: url(icons/arrow.png);
    background-position: -52px 0px;
    position: absolute;
    top: 36%;
    font-size: 1px;
    height: 70px;
    width: 40px;
    right: 5px;
}

.news-thumb {
    vertical-align: middle;
    height: 100px;
    width: 120px;
    float: left;
    margin-right: 10px;
}

.sub-heading {
    margin-bottom: 10px;
    line-height: 30px;
    color: #26476c;
}

.heading {
    background-color: #bb1600;
    font-size: 20px;
    margin-top: 10px;
    padding: 8px 20px 5px 20px;
    color: #f3f3f3;
    font-weight: bold;
}

.sub-heading-new {
    line-height: 30px;
    font-weight: bold;
    color: #26476c;
}

ul.cover-story {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.cover-story li {
    padding: 8px 0;
}

h3.side-story {
    line-height: 22px;
}

.side-story .fa {
    color: #c51162;
    font-size: 20px;
    margin-right: 10px;
}

.side-story a {
    font-size: 20px;
}


/* article detail*/

.article {
    min-height: 500px;
}

.article-heading {
    font-size: 25px;
    display: block;
    border-left: 5px solid #e65100;
    padding: 5px 20px;
}

.article-detail {
    line-height: 30px;
}

.article-detail p {
    font-size: 16px;
}

.article-img {
    margin-right: 20px;
    width: 250px;
    height: 200px;
    float: left;
}

.opinion {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 15px;
    border-top: 0;
}

.main-title-outer {
    display: block;
    background: #efefef;
    padding: 1px 20px;
    border-left: 5px solid red;
}

img.prachar {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

footer {
    background: #ccc;
    color: #333;
}

.flink {
    position: relative;
}

.flink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 0px;
}

.flink li {
    padding: 5px 0;
}

.flink li a {
    color: #333;
}

.flink li a:hover {
    color: #888;
}

.link-heading {
    position: absolute;
    top: 4px;
}

.texture {
    background: url('always-grey.png') repeat;
}

.fix-height-image {
    width: 100%;
    height: 200px;
}

.fix-cat-height {
    height: 210px;
    width: 100%;
}

.date-cat {
    color: #e65100;
    margin-bottom: 10px;
}

.date-cat span {
    background: #e65100;
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
    margin-right: 12px;
    border-radius: 4px;
}

.header-logo img {
    width: 100%;
    max-height: 120px;
}

.video-image {
    position: relative;
    height: 350px;
    width: 100%;
}

.video-iframe {
    height: 350px;
    width: 100%;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 480px) {
    .container {
        width: 90%;
    }
    .navbar-default {
        width: 90%;
        margin: auto;
    }
    .article-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        float: none;
    }
    .article-detail {
        line-height: 30px;
        text-align: justify;
    }
    .video-iframe {
        height: 250px;
        width: 100%;
        border: 1px solid #ccc;
    }
}


/* ===== RSS Premium Section ===== */

.rss-section {
    background: #f8f9fb;
    padding: 60px 0;
}

.rss-header {
    text-align: center;
    margin-bottom: 40px;
}

.rss-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.rss-subtitle {
    font-size: 15px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rss-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.rss-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    border: 1px solid #f1f1f1;
}

.rss-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.rss-card a {
    text-decoration: none;
    color: inherit;
}

.rss-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.4;
}

.rss-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.rss-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #e11b22;
    transition: color 0.3s ease;
}

.rss-card:hover .rss-readmore {
    color: #000;
}


/* ===== Premium Static Ad Section ===== */

.ad-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ad-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f2f2f2;
}

.ad-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.ad-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}


/* Improve column spacing */
.col-sm-4 {
    margin-bottom: 30px;
}

/* Make whole block look like card */
.col-sm-4 > a {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

/* Hover lift effect */
.col-sm-4 > a:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image styling */
.news-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 12px;
    transition: transform 0.4s ease;
}

/* Image zoom on hover */
.col-sm-4 > a:hover .news-thumb {
    transform: scale(1.04);
}

/* Title styling */
.sub-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #111;
    margin: 0;
    transition: color 0.3s ease;
}

/* Title hover color */
.col-sm-4 > a:hover .sub-heading {
    color: #e11b22;
}

/* Caption text */
.caption-text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.heading {
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-block;
    padding: 8px 18px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}