body {
    font-family: "Anek Tamil", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
/* Typography Hierarchy */
h1 { font-weight: 900; }
h2 { font-weight: 800; }
h3 { font-weight: 700; }
h4 { font-weight: 600; }
h5 { font-weight: 500; }
h6 { font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Anek Tamil", sans-serif;
}
.display-1 { font-weight: 800; letter-spacing: 1.5px; }
.display-2 { font-weight: 700; letter-spacing: 1.2px; }
.display-3 { font-weight: 700; }
.display-4 { font-weight: 600; }
.display-5 { font-weight: 500; letter-spacing: 1px; }
.display-6 { font-size: 3.5rem; font-weight: 400; letter-spacing: 0.8px; }

.bd-indigo-800 {
    color: #fff;
    background-color: #290661;
}
.logo-img{
    border-radius: calc(0.3rem - -4px);
}
.bg-custom-1 {
  background-color: #85144b;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #0094d8 0%, #1e3633 100%);
}
.bg-custom-2 {
    background-image: linear-gradient(321deg, #FF2E5D 30%, #FFCF1D 100%);
}
.bi {
        vertical-align: -.125em;
        fill: currentColor;
      }
.fixed-top {
	    top: -40px;
	    transform: translateY(40px);
	    transition: transform .3s;
	}
.nav-icons-bg{
    background: #fff;
    padding: 5px;
    border-radius: calc(0.3rem - -4px);
}
.nav-link {
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.dropdown-menu {
   opacity: 0;
   transform: translateY(2rem);
   transition: transform 0.5s;
}

.dropdown:hover > .dropdown-menu {
  opacity: 1;
  transform: translateY(-2px);
  transition: opacity 0.5s, transform 0.5s;
}
.dropdown:hover .dropdown-menu {
    display: block;
  }

.dropdown-menu {
    animation: .5s slideup;
  }

@keyframes slideup {
  from {
    transform: translateY(25px);
  }
  to {
    transform: translateY(0);
  }
}
time p {
    color: #777;
    font-size: 14px;
}
.home-top-icons img{
    width:60px;
}
.home-top-icons p{
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 0.8rem;
    font-weight: 600;
}
.category-page{
    
}
.category-page h3{
    font-weight: 600;
}
.news-view-page {}
.news-view-page h2{
     font-weight: 600;
}
.heading-2 {
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 6px;
    border-bottom: 1px solid #ddd;
}
.heading-2 h4{
    font-size: 1.0rem;
    font-weight: 600;
}
.card-title{
    font-weight: 600;
}
.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(0.25rem - 1px);
}
.breaking-news-cont {
    padding-left: 20px;
    padding-right: 20px;
}
.card-type3 {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: flex;
    padding: 20px;
    margin: 2px;
}
.card-type3 .thumbnail {
    width: 200px;
    height: auto;
    border-radius: 5px;
    margin-right: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}
.top-news-hp h2{
    font-weight: 600;
}
.top-news-hp .badge {
    font-size: 20px !important;
    line-height: 1.64 !important;
    font-weight: 500;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe { 
  width: 100%;
  aspect-ratio: 16 / 9;
}
.carousel-indicators {
    position: absolute;
    right: 100%;
    bottom: 80%;
    left: 20%;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.carousel-indicators .badge {
    font-size: 20px !important;
    line-height: 1.64 !important;
    font-weight: 500;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0%;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    color: #fff;
    text-align: center;
    background: #00000087;
    
}
.carousel-caption h2{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.hp-epaper-ad{
    object-fit: cover; 
    object-position: 100% 0;
}
.news-view-3{
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 6px;
}
.news-view-3 h4{
    font-size: 1.1rem;
    margin-top: 1rem;
    line-height: 1.4;
    font-weight: 600;
}
.page-link{
    color: #333;
}
.td-block-title-wrap {
    position: relative;
}
.td-block-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.td-block-title a, .td-block-title span {
    font-size: 24px !important;
    font-weight: 800 !important;
}
.td-block-title>* {
    position: relative;
    padding-right: 20px;
}
.td-block-title span, .td-block-title a {
    display: inline-block;
}
.td-block-title>*:before, .td-block-title>*:after {
    background-color: #ededed !important;
}
.td-block-title>*:before {
    left: 100%;
}
.td-block-title>*:before, .td-block-title>*:after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: #f5f5f5;
}
.td-block-title>*:before, .td-block-title>*:after {
    background-color: #ededed !important;
}
 .td-block-title>*:after {
    right: 100%;
}
.td-block-title>*:before, .td-block-title>*:after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: #f5f5f5;
}
.td-block-title > *:after {
    right: 100%;
}
.td-block-title > *:before, .td_block_template_8 .td-block-title > *:after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: #f5f5f5;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.top-news-hp .badge {
    font-size: 16px !important;
    line-height: 1.0 !important;
    font-weight: 500;
}
.carousel-indicators .badge {
    font-size: 15px !important;
    line-height: 1.64 !important;
    font-weight: 500;
}
.carousel-indicators {
    position: absolute;
    right: 100%;
    bottom: 75%;
    left: 25%;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0%;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h1{
    font-size: 1.1rem;
}
.hp-epaper-ad{
    object-fit: cover; 
    object-position: 100% 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
}


/*------------------------------------------------------------
Pagination
-------------------------------------------------------------*/
    .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    color: #670606;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-link:hover {
    background-color: #670606;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #670606;
    color: #fff;
    border-color: #670606;
    cursor: default;
}

.pagination .page-item.disabled .page-link {
    color: #ddd;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #ddd;
}

.pagination .page-link:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.tamil-classifieds:hover {
    background-color: #f8f9fa;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}