@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla&display=swap');
 
/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'Siyam Rupali';
    src: url('/fonts/siyamrupali/Siyamrupali.eot');
    src: url('/fonts/siyamrupali/Siyamrupali.eot?#iefix') format('embedded-opentype'),
         url('/fonts/siyamrupali/Siyamrupali.woff2') format('woff2'),
         url('/fonts/siyamrupali/Siyamrupali.woff') format('woff'),
         url('/fonts/siyamrupali/Siyamrupali.ttf')  format('truetype'),
         url('/fonts/siyamrupali/Siyamrupali.svg#Siyam Rupali') format('svg');
}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'sutonnymjregular';
    src: url('/fonts/sutonnymj/sutom___.woff2') format('woff2'),
         url('/fonts/sutonnymj/sutom___.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'sutonnymjbold';
    src: url('/fonts/sutonnymj/sutonnymj-bold.woff2') format('woff2'),
         url('/fonts/sutonnymj/sutonnymj-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'sutonnymjbold_italic';
    src: url('/fonts/sutonnymj/sutonnymj-bolditalic.woff2') format('woff2'),
         url('/fonts/sutonnymj/sutonnymj-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'sutonnymjitalic';
    src: url('/fonts/sutonnymj/sutonnymj-italic.woff2') format('woff2'),
         url('/fonts/sutonnymj/sutonnymj-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'sutonnyomjregular';
    src: url('/fonts/sutonnymj/sutonnyomj.woff2') format('woff2'),
         url('/fonts/sutonnymj/sutonnyomj.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
    --primary-color: #F05701;
    --secondary-color: #0C4A9E;   
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a,a:hover{
    color: #222;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    /* font-family: 'sutonnymjregular'; */
}


body{
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 15px;
    background-color: #fff;
    color: #222;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'sutonnymjregular'; */
    font-family: 'Tiro Bangla', serif;  
}
header{
    z-index: 99;
}
.menubar{
    background-color: var(--primary-color);
}
.navbar-nav .nav-item .nav-link {
    display: block;
    margin: 0;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    padding: 14px 20px;
    transition: 0.3s;
    font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #fff !important;
    background-color: var(--secondary-color);
    transition: 0.3s;
}
 .navbar-nav .nav-item.active .nav-link {
    background-color: var(--secondary-color);
    color: rgb(255, 255, 255) !important;
}
.navbar-toggler{
    outline: none;
    border: 0 !important;
}
.navbar-toggler:focus{
    outline: none;
}
.homeBtn{
    color: #fff;
    padding: 14px 20px;
    margin-right: 0;
}
.homeBtn i{
    color: #fff;
}
header .active{
    background-color: var(--secondary-color);
}
.tpLeftHeader ul li{
    color: #fff;
}
.tpLeftHeader ul li i,.tpRightHeader ul li i{
    border-right: 1px solid #fff;
    padding: 10px 8px;
}
.tpRightHeader a{
    color: #fff;
}
.card-header{
    border-bottom: none;
    position: relative;
}
.card-header h2::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    top: 49%;
    left: 10pc;
    background-color: #F05701;
}
.rightCard2 .nav-item .nav-link{
    /* border: 2px solid red; */
    border: none;
    padding: 10px 20px;
    margin: 0;
    border-radius: 0;
}
.rightCard2 .btn-group{
    background-color: rgb(255, 255, 255);
    margin: 10px 0;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #d8d8d8;
}
.sgbl{
    border-left: 1px solid #fff;
}
.downloadSec {
    color: #fff;
}
.newsBoxTitle {
    font-size: 20px;
    color: #403f3f;
    margin: 10px 0;
}
.subNewsBoxImg{
    margin-right: 10px;
}
.hedline-text{
    margin-bottom: 0;
    font-size: 25px;
}
.cardNewsBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 20px 0; */
    box-shadow: 0px 0px 5px rgb(234, 234, 234);
    /* padding-left: 15px; */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.card6 .cardNewsBox .cardNewsBoxImg {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
}
.cardNewsBoxContent{
    padding: 0 5px;
}
.cardNewsBoxContent h3{
    color: rgb(53, 53, 53);
    font-size: 20px;
}
.cardNewsBoxContent span{
    color: #999;
    font-weight: 500;
    font-size: 15px;
}
.cardNewsBoxContent p{
    font-size: 14px;
    color: #686868;
}
.videoBox{
    display: block;
    padding-left: 0;
    font-size: 16px;
}
.videoBox .cardNewsBoxImg{
    width: 100%;
    position: relative;
}
.videoBox .playBtnVideo {
    position: absolute;
    left: 45%;
    top: 18%;
    z-index: 99;
    width: 60px;
    display: flex;
    margin: 0 auto;
}
.videoBox .playBtnVideo-sm {
    position: absolute;
    left: 44%;
    top: 16%;
    z-index: 99;
    width: 31px;
    display: flex;
    margin: 0 auto;
}
.videoBox .cardNewsBoxImg img{
    width: 100%;
}
.cardNewsBoxImg img{
    width: 100%;
}
.videoBox .cardNewsBoxContent{
    padding: 0 10px;
}
.videoBox .cardNewsBoxContent h3 {
    font-size: 17px;
    margin: 9px 0px;
}
.card3 .cardNewsBox h3{
    font-size: 17px;
}
.card3 .cardNewsBox .cardNewsBoxImg {
    width: 65%;
}
.card4 .cardNewsBox{
    display: block;
}
.card4 .cardNewsBox .cardNewsBoxImg{
    width: 100%;
}
.card4 .cardNewsBox .cardNewsBoxImg img{
    width: 100%;
}
.cardNewsBox a{
    display: block;
    /*font-size: 22px;*/
}
.cardNewsBoxList li{
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 15px;
}
.cardNewsBoxList li a{
    font-size: 15px;
}
.subNewsBox h5{
    font-size: 17px;
}
.rightCard2 .subNewsBoxContent a{
    font-size: 17px;
}
.rightCard2 .subNewsBoxContent span{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #686868;
}
.rightCard2 .subNewsBoxContent a:hover,.rightCard3 .subNewsBoxContent a:hover{
    color: #F05701;
}
.subNewsBox:hover h5,.newsBoxContent a:hover h2{
    color: #F05701 !important;
}
.rightCard2 .nav-item .nav-link.active{
    background-color: #F05701;
    color: #fff;
}
.rightCard3 .subNewsBoxContent a{
    font-size: 17px;
}
.rightCard3 .subNewsBoxContent span{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #686868;
}
.rightCard3 .subNewsBoxImg{
    margin-right: 0;
}
.rightSection .subNewsBox {
    border-bottom: 1px dashed rgb(191, 191, 191);
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-color: white;
    padding: 10px 4px;
    box-shadow: 0 2px 5px #ececec;
    border-radius: 4px;
}
.subNewsBox:last-child{
    border-bottom: none;
}
.rightSection .subNewsBox h5{
    font-size: 16px;
    color: rgb(68, 68, 68);
}
.rightSection .subNewsBox span{
    font-size: 14px;
    color: #999;
}
.cardNewsBoxList {
    padding: 0 5px;
}
.cardNewsBoxList li:last-child{
    border-bottom: none;
}
.cardNewsBoxList li a{
    transition: 0.3s;
}
.cardNewsBoxList li a:hover,.cardNewsBoxContent a:hover{
    color: #F05701;
    transition: 0.3s;
}
footer{
    padding: 90px 0;
    background-color: rgb(0, 0, 0);
    margin-top: 30px;
}
.footerBox h2{
    border-bottom: 3px solid #F05701;
    padding-bottom: 10px;
}
.footerBox .btn:hover{
    background-color: #F05701;
    color: #fff;
    border-color: #F05701;
}
.liveTvBtn {
    position: sticky;
    bottom: 10%;
    margin-right: 10%;
    justify-content: flex-end;
    display: flex;

}
.liveTvBtn a{
    /* background-color: #F05701; */
    background-color: transparent;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 14px;
    animation: live 1s infinite;
}
.bndCardNewsBox h3{
    transition: 0.3s;
}
.bndCardNewsBox:hover h3,.cardNewsBox h3:hover{
    color: #F05701;
}
@keyframes live{
    to{
        box-shadow: 0 0 3px 20px #cc000000;
    }
    from{
        box-shadow: 0 0 0 #F05701;
    }
}
footer p{
    color: #d4d4d4;
}
footer p:hover{
    color: #d4d4d4;
}
.subscribe-hedline-text{
    border-bottom: 3px solid #F05701;
    padding-bottom: 10px;
    text-align: center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #2f2f2f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.mySidenavIcon{
    display: none;
    z-index: 999;
}







.breaking-news-ticker {  
    max-width: 1100px;     
    margin: 15px auto 0 auto;  
    background-color: #1a1a1a;
    color: white;
    height: 46px;
    overflow: hidden;
    position: relative;
}

.ticker-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.breaking-label {
    background-color: #F05701;
    color: white;
    padding: 0 25px;
    font-weight: 600;
    font-size: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    z-index: 3;
}

.ticker-wrapper {
    flex: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 180px;
}

.ticker-container {
    display: flex;
    align-items: center;
    width: 100%; 
}

.news-label {
    color: #F05701;
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ticker-content {
    position: relative;
    flex: 1;
    height: 46px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ticker-item {
    position: absolute;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
}

.ticker-item.active {
    opacity: 1;
    transform: translateX(0);
}

.ticker-item.exit {
    opacity: 0;
    transform: translateX(-100%);
}

.ticker-controls {
    position: absolute;
    right: 20px;
    display: flex;
    z-index: 3;
}

.ticker-controls button {
    background: transparent;
    border: none;
    color: #999;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.ticker-controls button:hover {
    color: white;
}

.news-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.featured-news, .medium-news {
    position: relative;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.small-news-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 400px;
}

.small-news {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    height: 190px;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    opacity: 0.9;
}

.featured-news:hover .news-image,
.medium-news:hover .news-image,
.small-news:hover .news-image {
    transform: scale(1.05);
    opacity: 0.8;
}

.news-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    z-index: 2;
}

.badge-breaking { background-color: #F05701; } 
.badge-sports { background-color: #28a745; }
.badge-health { background-color: #17a2b8; }
.badge-news { background: #F05701; }
.badge-science { background: #9b59b6; }
.badge-politics { background: #3498db; }
.badge-health-blue { background: #2ecc71; }
.badge-politics-white { background: #3498db; }
.badge-news-white { background: #F05701; }
.badge-economy { background: #9b59b6; }
.badge-business { background: #f39c12; } 
.badge-world { background: #F05701; }
.badge-news-small { background: #F05701; }
.badge-business-small { background: #3498db; }
.badge-politics-small { background: #27ae60; }

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 60%, transparent 100%);
    padding-top: 60px;
}

.small-news .news-overlay {
    padding: 15px;
    padding-top: 40px;
}

.news-title {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-news .news-title,
.medium-news .news-title {
    font-size: 18px;
    line-height: 1.4;
}

.small-news .news-title {
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
}

.latest-news-section {
    background: #f0f0f0;
    padding: 40px 0;
}

.section-header-latest { 
    max-width: 1140px;
    margin: 0 auto 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
    
.section-header {
    max-width: 1140px;
    margin: 0 auto 30px; 
    display: flex;
    align-items: center;
    gap: 15px;
} 

.section-label {
    background: #F05701;
    color: white;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600; 
} 

.section-arrow {
    color: #999;
    font-size: 20px;
}

.section-title {
    font-size: 20px; 
    color: #666666;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.video-news-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.video-news-card {
    display: flex;
    gap: 20px;
    background: white;
    overflow: hidden;
    cursor: pointer;
}

.video-news-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.video-thumbnail {
    position: relative;
    flex: 0 0 200px;  
    overflow: hidden;
    background: #000;
}

.video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.video-news-card:hover .video-image {
    transform: scale(1.05);
    opacity: 0.8;
}

.video-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    color: white;
}

.video-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-category {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.video-category::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #F05701;
}

.video-title {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.video-description {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.video-meta {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}

.load-more-container {
    text-align: center;
    margin: 20px 0 0 0; 
    padding: 20px 0;
    grid-column: 1 / -1;
} 

.load-more-btn { 
    background: #F05701;
    color: white;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: #a01729;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

.banner-section {
    /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://t4.ftcdn.net/jpg/02/09/53/11/360_F_209531103_vL5MaF5fWcdpVcXk5yREBk3KMcXE0X7m.jpg'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 20px 20px;  
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;  
} 

.banner-content {
    max-width: 800px;
    margin: 0 auto;
}

.banner-text {
    color: white;
    font-size: 20px; 
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4;
}

.banner-text strong {
    font-weight: 700;
}

.banner-btn {
    background: #F05701;
    color: white;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background: #a01729;
    transform: translateY(-2px);
}

.news-details-section {
    background: white;
    padding: 40px 0;
}

.news-details-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
}

.news-details-main {
    min-width: 0;
}

.news-articles {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.news-article {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

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

.article-image {
    position: relative;
    flex: 0 0 250px;
    height: 180px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.article-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.article-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #F05701;
}

.article-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.article-meta {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    margin-top: auto;
}

.news-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.sidebar-ad {
    margin-bottom: 30px;
    overflow: hidden;
}

.sidebar-ad img {
    width: 100%;
    height: auto;
}

.news-feed {
    background: #2c3e50; 
    overflow: hidden;
}

.feed-header {
    background: #F05701;
    color: white;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feed-arrow {
    font-size: 18px;
}

.feed-items {
    padding: 15px;
}

.feed-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #34495e;
}

.feed-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feed-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}

.feed-content {
    flex: 1;
}

.feed-title {
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.feed-description {
    font-size: 11px;
    color: #95a5a6;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.local-news-section {
    background: #f8f8f8;
    padding: 40px 0;
}

.local-news-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
}

.local-news-main {
    min-width: 0;
}

.local-header {
    background: #2c3e50;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px 0; 
    width: max-content; 
}

.local-articles {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.local-article {
    display: flex;
    gap: 20px;
    background: transparent;
    padding: 0;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.local-article:hover {
    transform: translateX(5px);
}

.local-image {
    flex: 0 0 280px;
    height: 180px;
    overflow: hidden;
}

.local-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.local-article:hover .local-image img {
    transform: scale(1.05);
}

.local-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.local-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.local-date {
    color: #F05701;
    font-size: 12px;
    margin-bottom: 12px;
    display: inline-block;
}

.local-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.local-link {
    color: #999;
    font-size: 13px;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
    transition: color 0.3s ease;
}

.local-link:hover {
    color: #F05701;
}

.recent-posts-sidebar {
    background: white; 
    overflow: hidden;
    height: fit-content;
}

.recent-header {
    background: #F05701;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600; 
}  

.recent-posts {
    padding: 20px;
}

.recent-main {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.recent-main-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.recent-main-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

.recent-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recent-item {
    display: flex;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}

.recent-info {
    flex: 1;
}

.recent-time {
    color: #F05701;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

.recent-text {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-news-section {
    background: white;
    padding: 40px 0;
}

.featured-news-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 350px 300px;
    gap: 30px;
    margin-bottom: 30px;
}

.featured-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.featured-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 60%, transparent 100%);
    padding-top: 80px;
}

.featured-banner-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.featured-banner-text {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    margin: 0;
}

.featured-middle {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.featured-item {
    position: relative;
    overflow: hidden;
}

.featured-item-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.featured-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.featured-item-content {
    padding: 15px;
    background: #f8f8f8;
}

.featured-item-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.featured-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.featured-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.featured-list-thumb {
    width: 100px;
    height: 70px;
    object-fit: cover;
    flex-shrink: 0;
}

.featured-list-content {
    flex: 1;
}

.featured-list-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 9px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.featured-list-text {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-ad {
    position: relative;
    height: 500px; 
    overflow: hidden;
}

.featured-ad-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

.ad-content {
    text-align: center;
    color: white;
}

.ad-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.ad-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 1px;
}

.district-news-section {
    background: #f8f8f8;
    padding: 40px 0;
}

.district-news-container { 
    max-width: 1140px; 
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
}

.district-news-main {
    background: white;
    padding: 20px;
}

.district-header {
    background: #F05701;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.district-articles {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.district-article {
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.district-article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.district-image {
    flex: 0 0 280px;
    height: 180px;
    overflow: hidden;
}

.district-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.district-article:hover .district-image img {
    transform: scale(1.05);
}

.district-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.district-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.district-time {
    color: #F05701;
    font-size: 12px;
    margin-bottom: 12px;
    display: inline-block;
}

.district-highlight {
    background: #e8f4f8;
    color: #2980b9;
    padding: 10px 15px;
    border-left: 3px solid #3498db;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
}

.district-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.district-link {
    color: #999;
    font-size: 13px;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
    transition: color 0.3s ease;
}

.district-link:hover {
    color: #F05701;
}

.tv-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tv-header {
    background: #F05701;
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.tv-arrow {
    font-size: 18px;
}

.tv-content {
    background: #2c3e50;
    overflow: hidden;
    max-width: 400px; 
}

.tv-show-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.tv-show {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
}

.tv-show.active {
    opacity: 1;
    transform: translateX(0);
}

.tv-show.exit {
    opacity: 0;
    transform: translateX(-100%);
}

.tv-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tv-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 70%, transparent 100%);
    padding-top: 60px;
}

.tv-time {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.tv-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0 0 5px 0;
}

.tv-description {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
    margin: 0;
}

.tv-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 10;
}

.tv-nav:hover {
    background: rgba(255,255,255,0.3);
}

.tv-prev {
    left: 10px;
}

.tv-next {
    right: 10px;
} 

.horoscope-section {
    background: #000000; 
    overflow: hidden;
}

.horoscope-header {
    background: #3a4a5c;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border-bottom: 3px solid #F05701;
}

.horoscope-content {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.horoscope-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.horoscope-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.horoscope-title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0;
}

.entertainment-section {
    background: #f0f0f0;
    padding: 40px 0;
}

.entertainment-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
}

.entertainment-main {
    background: white;
    padding: 20px;
}

.entertainment-header {
    background: #F05701;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block; 
}

.entertainment-articles {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.entertainment-article {
    display: flex;
    gap: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.entertainment-article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.entertainment-poster,
.entertainment-image,
.entertainment-grid {
    flex: 0 0 350px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.entertainment-poster img,
.entertainment-image img,
.entertainment-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
}

.poster-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.poster-tagline {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    margin: 5px 0 0 0;
}

.entertainment-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.entertainment-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.entertainment-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #777;
}

.meta-author,
.meta-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entertainment-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.continue-reading {
    color: #F05701;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.continue-reading:hover {
    border-bottom-color: #F05701;
}

.headlines-sidebar {
    background: #2c3e50;
    overflow: hidden;
    height: fit-content;
}

.headlines-header {
    background: #34495e;
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}

.headlines-list {
    padding: 20px;
}

.headline-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #34495e;
    align-items: flex-start;
}

.headline-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.headline-number {
    background: rgba(255,255,255,0.1);
    color: #95a5a6;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.headline-thumb {
    width: 70px;
    height: 50px;
    object-fit: cover;
    flex-shrink: 0;
}

.headline-text {
    flex: 1;
    font-size: 12px;
    color: #ecf0f1;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sports-section {
    background: white;
    padding: 40px 0;
}

.sports-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
}

.sports-main {
    min-width: 0;
}

.sports-articles {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.sports-article {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.sports-article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sports-image {
    flex: 0 0 300px;
    height: 200px;
    overflow: hidden;
}

.sports-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sports-article:hover .sports-image img {
    transform: scale(1.05);
}

.sports-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sports-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.sports-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #F05701;
}

.sports-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.sports-category {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    margin-top: auto;
}

.sports-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-ad-container {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.sidebar-ad-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.vistara-ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e8d4f1 0%, #f5e6fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.vistara-content {
    text-align: center;
    color: #4a2c66;
}

.vistara-logo {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
    opacity: 0.8;
}

.vistara-tagline {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
    color: #666;
}

.offer-text {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.offer-destination,
.offer-origin {
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0;
    color: #4a2c66;
}

.offer-subtitle {
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.4;
    color: #666;
}

.offer-price-text {
    font-size: 13px;
    margin: 15px 0 5px;
    color: #666;
}

.offer-price {
    background: #a0306e;
    color: white;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 10px 0;
}

.offer-dates {
    font-size: 11px;
    margin: 10px 0;
    line-height: 1.4;
    color: #666;
}

.offer-btn {
    background: #6b3d7f;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0;
    transition: all 0.3s ease;
}

.offer-btn:hover {
    background: #5a3169;
    transform: translateY(-2px);
}

.offer-terms {
    font-size: 10px;
    color: #999;
    margin: 5px 0 0;
}

.weather-widget { 
    overflow: hidden; 
}  

.weather-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.weather-location {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.weather-brand {
    color: #7f8c8d;
    font-size: 12px;
}

.weather-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.weather-icon {
    font-size: 48px;
    color: white;
}

.weather-temp {
    font-size: 42px;
    font-weight: 300;
    color: white;
}

.weather-condition {
    color: #95a5a6;
    font-size: 14px;
    margin-left: auto;
}

.health-section {
    background: #f8f8f8;
    padding: 40px 0;
}

.health-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
}

.health-main {
    background: white;
    padding: 0;
    overflow: hidden;
} 

.health-header {
    background: #F05701;
    color: white;
    padding: 10px 20px;
    font-size: 16px; 
    font-weight: 600;
    display: inline-block;
    margin: 20px 0 0 30px; 
} 

.health-featured {
    display: flex;
    gap: 25px;
    padding: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.health-featured-image {
    flex: 0 0 400px;
    height: 250px;
    overflow: hidden;
}

.health-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.health-featured-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.health-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.health-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #777;
}

.health-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.health-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 30px;
}

.health-grid-item {
    display: flex;
    flex-direction: column;
}

.health-grid-image {
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}

.health-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.health-grid-item:hover .health-grid-image img {
    transform: scale(1.05);
}

.health-grid-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.health-grid-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.health-grid-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.health-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.exchange-widget {
    background: white;
    overflow: hidden;
}

.exchange-header {
    background: #2c3e50;
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.exchange-content {
    padding: 20px;
}

.exchange-date {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.exchange-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    text-align: center;
}

.exchange-rates {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rate-row {
    display: flex;
    justify-content: space-between;
}

.currency {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    flex: 0 0 45%;
    text-align: center;
}

.currency.eur { background: #F05701; }
.currency.cad { background: #3498db; }
.currency.gbp { background: #f39c12; }
.currency.aud { background: #27ae60; }
.currency.jpy { background: #9b59b6; }
.currency.ron { background: #e67e22; }
.currency.chf { background: #1abc9c; }
.currency.rub { background: #34495e; }

.calendar-widget {
    background: #F05701;
    overflow: hidden;
}

.calendar-header {
    background: #a01729;
    color: white;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cal-nav {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0 10px;
}

.cal-month {
    font-size: 14px;
    font-weight: 600;
}

.calendar-grid {
    padding: 15px;
}

.cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}

.cal-days span {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    padding: 5px 0;
}

.cal-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.cal-dates span {
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cal-dates span:hover {
    background: rgba(255,255,255,0.2);
}

.cal-dates .cal-active {
    background: rgba(255,255,255,0.3);
}

.cal-dates .cal-current {
    background: #2c3e50;
    font-weight: 600;
}

.newsletter-widget {
    background: white;
    padding: 20px;
}

.newsletter-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-input {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.newsletter-btn {
    background: #F05701;
    color: white;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #a01729;
}

.social-widget {
    background: white;
    padding: 20px;
}

.social-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.social-link {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.social-link.facebook { background: #3b5998; }
.social-link.youtube { background: #ff0000; }
.social-link.twitter { background: #1da1f2; }
.social-link.linkedin { background: #0077b5; }
.social-link.pinterest { background: #bd081c; }
.social-link.google { background: #dd4b39; }
.social-link.rss { background: #ff6600; }
.social-link.tumblr { background: #35465c; }

.education-section {
    background: white;
    padding: 40px 0;
}

.education-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
}

.education-main {
    min-width: 0;
}

.education-header {
    background: #F05701;
    color: white;
    padding: 10px 20px;
    font-size: 16px; 
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.education-featured {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.education-featured-image {
    flex: 0 0 350px;
    height: 250px;
    overflow: hidden;
}

.education-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.education-featured-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.education-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.education-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #777;
}

.education-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.education-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.education-item {
    display: flex;
    flex-direction: column;
}

.education-item-image {
    height: 180px;
    overflow: hidden;
    margin-bottom: 15px;
}

.education-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.education-item:hover .education-item-image img {
    transform: scale(1.05);
}

.education-item-content {
    display: flex;
    flex-direction: column;
}

.education-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.education-item-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.education-item-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.education-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.suzuki-ad {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffa726 0%, #ff7043 100%);
}

.suzuki-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.suzuki-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.suzuki-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.anniversary-badge {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 600;
}

.suzuki-logo {
    width: 80px;
    height: auto;
}

.suzuki-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.suzuki-tagline {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.suzuki-headline {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.suzuki-product {
    margin-bottom: 30px;
}

.suzuki-bike {
    width: 250px;
    height: auto;
    margin-bottom: 10px;
}

.suzuki-brand {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.suzuki-offer {
    background: rgba(139,69,19,0.8);
    padding: 20px;
    margin-bottom: 20px;
}

.suzuki-offer-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.suzuki-btn {
    background: #8b4513;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;  
}  

.suzuki-btn:hover {
    background: #6b3410;
    transform: translateY(-2px); 
} 

.suzuki-footer {
    text-align: center;
}

.suzuki-doorstep {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.suzuki-disclaimer {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.video-gallery-section {
    background: #1a1a1a;
    padding: 40px 0;
}

.video-gallery-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-gallery-header {
    background: #F05701;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.video-gallery-content {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}

.video-gallery-section .main-video {
    background: #000;
    overflow: hidden;
    position: relative;
}

.video-gallery-section .video-player {
    position: relative;
    padding-bottom: 56.25%;
    background: #000;
}

.video-gallery-section .video-player .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    object-fit: cover;
}

.video-gallery-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery-section .play-button {
    background: rgba(0,0,0,0.7);
    color: white;
    border: 3px solid white;
    width: 80px;
    height: 80px;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery-section .play-button:hover {
    background: rgba(196,30,58,0.9);
    transform: scale(1.1);
}

.video-gallery-section .video-time {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
}

.video-gallery-section .video-controls {
    background: #2c2c2c;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.video-gallery-section .control-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.video-gallery-section .control-btn:hover {
    color: #F05701;
}

.video-gallery-section .progress-bar {
    flex: 1;
    height: 4px;
    background: #444;
    cursor: pointer;
}

.video-gallery-section .progress-fill {
    height: 100%;
    background: #F05701;
    width: 30%;
}

.video-gallery-section .video-platform {
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.video-gallery-section .main-video .video-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 5;
}

.video-gallery-section .main-video .action-btn {
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery-section .main-video .action-btn:hover {
    background: rgba(196,30,58,0.7);
    border-color: #F05701;
}

.related-videos {
    background: #2c2c2c;
    padding: 20px;
}

.related-header {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}

.related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-item {
    cursor: pointer;
}

.related-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    background: #000;
    overflow: hidden;
}

.related-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-item:hover .related-thumbnail img {
    transform: scale(1.05);
}

.related-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(196,30,58,0.9);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.related-item:hover .related-play {
    opacity: 1;
}

.photo-gallery-section {
    background: white;
    padding: 40px 0;
}

.photo-gallery-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.photo-gallery-header {
    background: #F05701;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 15px;
}

.photo-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.photo-item.small {
    grid-column: span 1;
    grid-row: span 1;
}

.photo-item.large-horizontal {
    grid-column: span 2;
    grid-row: span 1;
}

.photo-item.large-vertical {
    grid-column: span 1;
    grid-row: span 2;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-item:hover img {
    transform: scale(1.1);
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-item:hover .photo-overlay {
    opacity: 1;
}

.photo-caption {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    /* Base Typography */
    body {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Containers */
    .container,
    .news-container,
    .video-news-container,
    .news-details-container,
    .local-news-container,
    .district-news-container,
    .entertainment-container,
    .sports-container,
    .health-container,
    .education-container,
    .featured-news-container {
        padding: 0 15px !important;
        max-width: 100% !important;
    }

    /* Header & Navigation */
    .menubar {
        padding: 0;
    }

    .navbar {
        padding: 10px 15px;
    }

    .navbar-brand,
    .logo {
        font-size: 1.25rem !important;
        max-width: 120px;
    }

    .navbar-brand img,
    .logo img {
        max-height: 40px !important;
        width: auto !important;
    }

    .homeBtn {
        display: none;
    }

    .mySidenavIcon {
        display: block;
    }
 
    .navbar-nav.active {
        left: 0;
    }
 
    /* Breaking News Ticker */
    .breaking-news-ticker {
        height: auto;
        min-height: 60px;
        padding: 5px 0;
        margin-bottom: 15px; 
    } 

    .ticker-inner {
        flex-direction: column;
        padding: 10px;
    }

    .breaking-label {
        position: static;
        margin-bottom: 10px;
        width: auto;
        text-align: center;
        height: auto;
        padding: 8px 20px;
        font-size: 13px;
    }

    .ticker-wrapper {
        margin-left: 0;
        width: 100%;
    }

    .ticker-controls {
        position: static;
        margin-top: 10px;
    }

    /* Section Headers */
    .section-header,
    .section-header-latest {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }

    .section-label {
        font-size: 14px;
        padding: 6px 15px;
    }

    .section-arrow {
        display: none;
    }

    .section-title {
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
    }

    /* Card Headers */
    .card-header h2::before {
        width: 30%;
        left: 5pc;
    }

    /* News Grid */
    .news-grid {
        display: block !important;
        grid-template-columns: none !important;
    }

    .featured-news,
    .medium-news {
        height: 250px !important;
        margin-bottom: 20px;
    }

    .small-news-grid {
        display: block !important;
        height: auto !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
    }

    .small-news {
        height: 200px;
        margin-bottom: 15px;
    }

    .news-title {
        font-size: 16px !important;
        -webkit-line-clamp: 2;
    }

    .featured-news .news-title,
    .medium-news .news-title {
        font-size: 18px;
    }

    .small-news .news-title {
        font-size: 14px;
    }

    /* Video News Cards */
    .video-news-grid {
        display: block !important;
        grid-template-columns: none !important;
    }

    .video-news-card {
        display: block !important;
        margin-bottom: 20px; 
        overflow: hidden;
    }

    .video-thumbnail {
        width: 100% !important;
        height: 200px !important;
        flex: none !important;
        margin: 0 !important;
    }

    .video-content {
        padding: 15px !important;
    }

    .video-category {
        font-size: 14px;
    }

    .video-title {
        font-size: 15px;
    }

    .video-description {
        font-size: 13px;
    }

    /* Article Cards */
    .news-article,
    .article-card,
    .local-article,
    .district-article,
    .entertainment-article,
    .sports-article,
    .health-featured,
    .education-featured {
        display: block !important;
        flex-direction: column !important;
        margin-bottom: 25px;
    }

    .article-image,
    .local-image,
    .district-image,
    .entertainment-poster,
    .entertainment-image,
    .entertainment-grid,
    .sports-image,
    .health-featured-image,
    .education-featured-image {
        width: 100% !important;
        height: 200px !important;
        flex: none !important;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .article-content,
    .local-content,
    .district-content,
    .entertainment-content,
    .sports-content,
    .health-featured-content,
    .education-featured-content {
        padding: 0 !important;
        width: 100% !important;
    }

    .article-title,
    .local-title,
    .district-title,
    .entertainment-title,
    .sports-title,
    .health-title,
    .education-title {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    /* Sidebars */
    .news-details-container,
    .local-news-container,
    .district-news-container,
    .entertainment-container,
    .sports-container,
    .health-container,
    .education-container {
        display: block !important;
        grid-template-columns: none !important;
    }

    .news-sidebar,
    .recent-posts-sidebar,
    .tv-sidebar,
    .headlines-sidebar,
    .sports-sidebar,
    .health-sidebar,
    .education-sidebar {
        margin-top: 40px;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Featured News Container */
    .featured-news-container {
        display: block !important;
    }

    .featured-banner {
        height: 250px !important;
        margin-bottom: 20px;
    }

    .featured-middle {
        display: block !important;
        margin-bottom: 20px;
    }

    .featured-item {
        margin-bottom: 15px;
    }

    .featured-list {
        margin-bottom: 20px;
    }

    .featured-ad {
        height: 300px !important;
    }

    /* Right Cards */
    .rightCard2 .subNewsBoxContent a,
    .rightCard3 .subNewsBoxContent a {
        font-size: 15px;
    }

    /* Sub News Box */
    .subNewsBox {
        flex-direction: column;
    }

    .subNewsBoxImg {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    /* Card News Box */
    .cardNewsBox {
        flex-direction: column;
    }

    .card3 .cardNewsBox .cardNewsBoxImg,
    .card6 .cardNewsBox .cardNewsBoxImg {
        width: 100%;
        max-width: 100%;
    }

    /* Video Gallery */
    .video-gallery-content {
        display: block !important;
        grid-template-columns: none !important;
    }

    .main-video {
        margin-bottom: 30px;
    }

    .related-videos {
        margin-top: 0;
    }

    .related-list {
        display: block !important;
        grid-template-columns: none !important;
    }

    .related-item {
        margin-bottom: 20px;
    }

    /* Photo Gallery */
    .photo-gallery-grid {
        display: block !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
    }

    .photo-item {
        margin-bottom: 15px;
        height: 200px !important;
    }

    .photo-item.large-horizontal,
    .photo-item.large-vertical {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    /* Health & Education Grids */
    .health-grid,
    .education-grid {
        display: block !important;
        grid-template-columns: none !important;
    }

    .health-grid-item,
    .education-item {
        margin-bottom: 20px;
    }

    /* TV Content */
    .tv-content {
        max-width: 100% !important;
    }

    /* Feed Items */
    .feed-item {
        gap: 10px;
    }

    .feed-thumb,
    .feed-image {
        width: 60px;
        height: 60px;
    }

    /* Headlines */
    .headline-thumb {
        width: 60px;
        height: 45px;
    }

    /* Social Links */
    .social-links {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    /* Buttons */
    .load-more-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    /* Footer */
    footer {
        padding: 40px 0;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
    }

    /* Live TV Button */
    .liveTvBtn {
        bottom: 20px;
        right: 20px;
        margin-right: 0;
    }

    .liveTvBtn a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    /* Banner Section */
    .banner-section {
        padding: 20px 15px;
    }

    .banner-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* Exchange Widget */
    .currency {
        font-size: 11px;
        padding: 4px 10px;
    }

    /* Calendar Widget */
    .cal-dates span,
    .cal-days span {
        font-size: 11px;
        padding: 3px;
    }
}

/* ===== Small Devices (landscape phones, 576px and up) ===== */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Containers */
    .container {
        max-width: 540px;
    }

    /* News Grid */
    .news-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .small-news-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }

    /* Video News */
    .video-news-grid {
        grid-template-columns: 1fr;
    }

    /* Photo Gallery */
    .photo-gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Health & Education Grids */
    .health-grid,
    .education-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Related Videos */
    .related-list {
        grid-template-columns: 1fr;
    }

    /* Card Headers */
    .card-header h2::before {
        width: 30%;
    }
}

/* ===== Medium Devices (tablets, 768px and up) ===== */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Containers */
    .container {
        max-width: 720px;
    }

    /* Navigation */
    .navbar-nav .nav-item .nav-link {
        padding: 14px 10px;
        font-size: 15px;
    }

    .homeBtn {
        display: none;
    }

    .mySidenavIcon {
        display: block;
    }

    /* Card Headers */
    .card-header h2::before {
        width: 30%;
    }

    /* News Grid */
    .news-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .featured-news {
        grid-column: span 2;
    }

    .small-news-grid {
        grid-column: span 2;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* Video News */
    .video-news-grid {
        grid-template-columns: 1fr;
    }

    .video-thumbnail {
        flex: 0 0 250px;
        height: 180px;
    }

    /* Article Cards */
    .article-image,
    .local-image,
    .district-image,
    .sports-image {
        flex: 0 0 250px;
        width: 250px;
        height: 180px;
    }

    /* Sidebars */
    .news-details-container,
    .local-news-container,
    .district-news-container,
    .entertainment-container,
    .sports-container,
    .health-container,
    .education-container {
        grid-template-columns: 1fr !important;
    }

    .news-sidebar,
    .recent-posts-sidebar,
    .tv-sidebar,
    .headlines-sidebar,
    .sports-sidebar,
    .health-sidebar,
    .education-sidebar {
        max-width: 500px;
        margin: 40px auto 0;
    }

    /* Featured News Container */
    .featured-news-container {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .featured-banner {
        height: 350px;
    }

    .featured-middle {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    /* Video Gallery */
    .video-gallery-content {
        grid-template-columns: 1fr;
    }

    .related-videos {
        max-width: 600px;
        margin: 0 auto;
    }

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

    /* Photo Gallery */
    .photo-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .photo-item.large-vertical {
        grid-row: span 1;
    }

    /* Health & Education Grids */
    .health-grid,
    .education-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== Large Devices (desktops, 992px and up) ===== */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Containers */
    .container {
        max-width: 960px;
    }

    /* Navigation */
    .navbar-nav .nav-item .nav-link {
        padding: 14px 15px;
    }

    .homeBtn {
        display: block;
    }

    .mySidenavIcon {
        display: none;
    }
} 

@media print {
    .header,
    .breaking-news-ticker,
    .sidebar,
    .load-more-container,
    .footer,
    .liveTvBtn,
    .sidenav,
    .navbar-toggler,
    .mySidenavIcon,
    .tv-sidebar,
    .headlines-sidebar,
    .social-widget,
    .newsletter-widget,
    .calendar-widget,
    .exchange-widget,
    .horoscope-section,
    .sidebar-ad,
    .featured-ad,
    .banner-section {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }

    .article-card {
        page-break-inside: avoid;
    }

    .news-details-container,
    .local-news-container,
    .district-news-container,
    .entertainment-container,
    .sports-container,
    .health-container,
    .education-container {
        grid-template-columns: 1fr !important;
    }

    a {
        text-decoration: none;
        color: #000;
    }

    img {
        max-width: 100%;
        page-break-inside: avoid;
    }
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== High Contrast Mode ===== */
@media (prefers-contrast: high) {
    .news-badge,
    .article-badge,
    .featured-badge {
        border: 2px solid currentColor;
    }

    .load-more-btn {
        border: 2px solid currentColor;
    }
}

/* ===== Fix for iPhone X and newer ===== */
@supports (padding: max(0px)) {
    .header,
    .breaking-news-ticker {
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
    }

    .footer {
        padding-bottom: max(2rem, env(safe-area-inset-bottom));
    }
} 

/* Archive Link Styling */
.archive-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800; 
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.archive-link:hover {
    color: #ffd700;
    text-decoration: none;
}

/* Blinking Animation */
.blink-text {
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

/* Alternative Blinking Style - Color Change */
.blink-text-color {
    animation: blink-color 1.5s linear infinite;
}

@keyframes blink-color {
    0% { color: #ffffff; }
    50% { color: #ffd700; }
    100% { color: #ffffff; }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .archive-link {
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
} 

.attention {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    border: 1px solid #ddd;
    max-width:1140px;
    margin-top:15px;
}

.attention-label {
    background-color: #DC3444; 
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

.attention-content {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.attention-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}  

.news-container img,
.news-details-section img,
.video-gallery-section img,
.district-news-section img,
.latest-news-section img,
.entertainment-section img,
.sports-section img,
.health-section img,
.local-news-section img,
.photo-gallery-section img, 
.sectionOne img { 
    background: linear-gradient(to right, #EF5701 50%, #0C4A9E 50%) top / 100% 10px,
        linear-gradient(to right, #EF5701 50%, #0C4A9E 50%) bottom / 100% 10px,
        linear-gradient(#EF5701, #EF5701) left / 10px 100%,
        linear-gradient(#0C4A9E, #0C4A9E) right / 10px 100%;
    padding: 5px;
}   

.topHeader {
    font-size: 13px !important; 
}  