body {
  font-family: var(--body-font);
}

body a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  color: #000;
  opacity: .8;
}

.topMenu {
	width: 100%;
	height: 35px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 991px){
    .topMenu {
    	display: none;
    }
}

.topMenu p {
	display: inline-flex;
	padding: 0;
	margin: 0;
	font-size: var(--h3-font-size);
	font-weight: var(--font-medium);
	line-height: 35px;
}

.topMenu i {
	display: inline-flex;
	line-height: 35px;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 1.1em;
}
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

/* Brand Section */
.title-area {
  width: 100%;
}

.title-area img {
  width: 100%;
}

/* Responsive */
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}
.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #516beb;
}
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}

/* Slider Section Start Here*/
.main-slider {
  width: 100%;
  position: relative;
  background: #f0f0f0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Carousel Item Style Start */
.item {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.main-slider .item img {
  width: 100%;
  height: auto;
}

.main-slider .item img:hover {
  transform: scale(1.1);
  transition: all .5s ease;
}

.main-slider .title {
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
}

.main-slider .title h2 {
  font-size: var(--h1-font-size);
  font-weight: 600;
  color: #000; 
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 2.2rem;
  max-height: 2.2rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-slider .title h4 {
  font-size: var(--normal-font-size);
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 6rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.main-slider .item .category {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90px;
  padding: 8px;
  text-align: center;
  background: #0E4062;
  border-radius: 5px;
}

.main-slider .item .category h4 {
  font-size: var(--normal-font-size);
  color: #fff;
  text-align: center;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

#myBtn:hover {
  background-color: #555;
}

.news-feed-left {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  background: #f0f0f0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-feed-left::last-child {
  margin-bottom: 0;
}

.news-feed-left img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.news-feed-left .title {
  bottom: 5px;
  padding: 5px 10px;
  width: 98.5%;
  cursor: pointer;
  margin-top: 10px;
}

.news-feed-left .title h2 {
  font-size: var(--h2-font-size);
  font-weight: 500;
  color: #000;  
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-feed-left .category {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90px;
  padding: 8px;
  text-align: center;
  background: #0E4062;
  border-radius: 5px;
}

.news-feed-left .category h4 {
  font-size: var(--normal-font-size);
  color: #fff;
  text-align: center;
}

.news-feed-right {
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.news-feed-right::last-child {
  margin-bottom: 0;
}

.news-feed-right img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.news-feed-right .title {
  padding: 0 10px;
  width: 98.5%;
  cursor: pointer;
}

.news-feed-right:last-child {
  margin-bottom: 0;
}

.news-feed-right .title h2 {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium);
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3rem;
  max-height: 2.6rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* Slider Section End Here*/

/* Marque Section Start Here */
.marque-section {
  width: 100%;
  height: 45px;
  background: linear-gradient(to right, #d4d4d4, #d4d4d4, #d4d4d4, #fff);
}

.marque-section .left {
  width: 12%;
  height: 45px;
  background: linear-gradient(to right, darkred, red, #fe8383);
  float: left;
}

.marque-section .left h4 {
  font-size: var(--h2-font-size);
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.marque-section .right {
  width: 88%;
  height: 45px;
  float: right;
  padding: 0 15px;
}

.marque-section .right .marquee-text {
  display: inline-block;
  position: relative;
}

.marque-section .right .marquee-text i {
  display: inline-flex;
  font-size: var(--smaller-font-size);
  line-height: 45px;
  margin-right: 7px;
  color: #2B7CD3; 
}
.marque-section .right .marquee-text h4 {
  display: inline-flex;
  font-size: var(--h2-font-size);
  line-height: 45px;
  margin-right: 30px;  
}

.marque-section .right .marquee-text a {
  text-decoration: none;
  color: red;
}

.marque-section .right .marquee-text a:hover {
  color: #2B7CD3;
}
/* Marque Section End Here */

/* Home Page Second Section Start Here */
.secondSectionBox {
  width: 100%;
}

.secondSectionBox .head {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #fe8383;
  margin-bottom: 15px;
}

.secondSectionBox .head .headarea {
  width: 35%;
  float: left;
  background: linear-gradient(to right, darkred, red, #fe8383);
  padding: 5px 10px;
  height: 40px;
}

.secondSectionBox .head .angle {
  width: 0;
  height: 0;
  border-bottom: 40px solid #fe8383;
  border-right: 80px solid transparent;
  float: left;
}

.secondSectionBox .head .headarea h3 {
  font-size: var(--h3-font-size);
  line-height: 30px; 
  color: #fff;
}

.secondSectionBox .newsImg {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}

.secondSectionBox .newsImg img {
  width: 100%;
  height: auto;
}

.secondSectionBox .title {
  width: 100%;
}

.secondSectionBox .title h3 {
  font-size: var(--h2-font-size);
  font-weight: 700;
  color: #0472b8;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  min-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.secondSectionBox .title h3 a {
  color: #0472b8 !important;
}

.secondSectionBox .news {
  width: 100%;
}

.secondSectionBox .news h4 {
  font-size: var(--h3-font-size);
  color: #2f3a45;
  margin-bottom: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3rem;
  max-height: 6.5rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.secondSectionBox .news h4,
.secondSectionBox .news h4 a,
.secondSectionBox .news h4 p,
.secondSectionBox .news h4 span {
  color: #2f3a45 !important;
}

.tangail {
  width: 100%;
}

.tangail .item {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}


.tangail .item img {
  width: 100%;
  height: auto;
}

.tangail .item .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  background: #fff;
  opacity: .7;
  height: 60px;
}

.tangail .item .title {
  position: absolute;
  bottom: 10px;
  width: 98%;
  padding: 0px 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  color: #fff;
}

.tangail .item .title h4 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold);
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* Home Page Second Section End Here */

/* News Details Page Style Start Here */
.newsDetailsCategory {
  width: 100%;
  padding: 0 15px;
  border-left: 3px solid red;
  height: 30px;
  margin-bottom: 30px;
}

.newsDetailsCategory h4 {
  font-size: var(--h1-font-size);
  line-height: 30px;
}

.newsDetailsTitle {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.newsDetailsTitle h2 {
  font-size: var(--biggest-font-size);
}

.newsDetailsTitle p {
  font-size: var(--small-font-size);
  padding: 0;
  margin: 0;  
}

.newsDetailsSubTitle {
  width: 100%;
  margin-bottom: 10px;
}

.newsDetailsSubTitle h2 {
  font-size: var(--h2-font-size);
  color: red;
}

.newsDetailsPicture {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.newsDetailsPicture img {
  width: 100%;
  height: auto;
  border: 1px solid #d6d6d6;
}

.newsDetailsShare {
  display: inline-flex;
  width: 100%;
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d6d6d6;
}

.newsDetailsShare .item-left{
  width: 40%;
  display: flex;
}

.newsDetailsShare .item-right{
  width: 60%;
  display: flex;
  justify-content: flex-end;
}

.newsDetailsShare .item-left i,
.newsDetailsShare .item-right i{
  color: #fff;
  font-size: var(--h1-font-size);
  margin-right: 10px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  background: darkgreen;
}

.newsDetailsShare .item-left i:hover,
.newsDetailsShare .item-right i:hover{
  opacity: .7;
}

/* Right Side Tab Panel Start Here */
.newsDetailsNewsFeed {
  width: 100%;
  background: #F5F5F5;
}

.newsDetailsNewsFeed .nav-pills {
  border-bottom: 1px solid #d6d6d6;
}

.newsDetailsNewsFeed .nav-item {
  width: 50%;
  text-align: center;
  font-size: var(--h2-font-size);
  color: #000;
}

.newsDetailsNewsFeed .nav-link {
  display: block;
  padding: 0.5rem 1rem; 
  color: #000;
}
.newsDetailsNewsFeed .nav-link:hover, .newsDetailsNewsFeed .nav-link:focus {
  text-decoration: none; 
  background: #23A8F2;
}
.newsDetailsNewsFeed .nav-link.disabled {
  color: #f7fafc; 
}

.newsDetailsNewsFeed .nav-link.active,
.newsDetailsNewsFeed .nav-item.show .nav-link {
  color: #495057;
  background-color: #F3F3F9;
  border-color: #dee2e6 #dee2e6 #F3F3F9; 
}

.newsDetailsNewsFeed .nav-link.active,
.newsDetailsNewsFeed .show > .nav-link {
  color: #fff;
  background-color: #c72127; 
}

.newsDetailsNewsFeed .tab-content {
  padding: 20px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.newsDetailsNewsFeed .tab-content .title {
  border-bottom: 1px solid #d5d5d5;
  padding: 8px;
  cursor: pointer;
}

.newsDetailsNewsFeed .tab-content .title h4 {
  font-size: var(--h2-font-size);
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.newsDetailsNewsFeed .tab-content .title a {
  text-decoration: none;
  color: #000;
}

.newsDetailsNewsFeed .tab-content .title a:hover {
  color: #000;
}

.newsDetailsNewsFeed .tab-content > .tab-pane {
  display: none; 
}

.newsDetailsNewsFeed .tab-content > .active {
  display: block; 
}

.newsDetailsNewsFeed .all-news {
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, darkred, red, #fe8383);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: var(--h2-font-size);
}
/* Right Side Tab Panel End Here */

/* Details News Section Start */
.newsDetailsNews {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}

.newsDetailsNews p {
  font-size: var(--h2-font-size); 
  text-align: justify; 
  line-height: 1.7rem;  
}

.newsDetailsNews img {
  width: 80%;
  height: auto;
  margin: 20px auto;
}

.newsDetailsMore {
  width: 100%;
}

.newsDetailsMore .head {
  margin: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}

.newsDetailsMore .head h2 {
  font-size: var(--h2-font-size); 
  line-height: 30px;
}

.newsDetailsMore .singleNews {
  width: 23%;
  height: 220px;
  float: left;
  margin: 0 1%;
  margin-bottom: 30px;
  background: #d3d3d3;
}

.newsDetailsMore .singleNews img {
  width: 100%;
  height: auto;
  padding: 0;
  cursor: pointer;
}

.newsDetailsMore .singleNews .title {
  width: 100%;
  padding: 20px;
  cursor: pointer;
}

.newsDetailsMore .singleNews .title h4 {
  font-size: var(--h3-font-size);
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 1.2rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsDetailsMore .singleNews .title h5 {
  font-size: var(--small-font-size);
  color: #000;  
}

.detailpageAdd {
  width: 100%;
  margin: 20px 0;
}
/* Details News Section End Here */

/* Category Here News Start */
.catPageHero {
  width: 100%;
  background: #f0f0f0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.catPageHero .heroImg {
  width: 100%;
  cursor: pointer;
}

.catPageHero .heroImg img {
  width: 100%;
  height: auto;
}

.catPageHero .newsContent {
  width: 100%;
  cursor: pointer;
  padding: 20px 20px 0 0px;
}

.catPageHero .newsContent a {
  text-decoration: none;
  color: #000;
}

.catPageHero .newsContent a:hover {
  color: #000;
}

.catPageHero .newsContent h4 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);
  color: #000;  
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.7rem;
  max-height: 3.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catPageHero .newsContent h3{
  font-size: var(--h3-font-size);
  text-align: justify;
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3rem;
  max-height: 9.1rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
}

.divLine {
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}

.catPageSingleNews {
  width: 48%;
  margin: 10px 1%;
  float: left;
  background: #f0f0f0;
  min-height: 85px;
}

.catPageSingleNews a {
  text-decoration: none;
  color: #000;
}

.catPageSingleNews a:hover {
  color: #000;
}

.catPageSingleNews .newsImg {
  width: 100%;
  cursor: pointer;
}

.catPageSingleNews .newsImg img {
  width: 100%;
  height: auto;
}

.catPageSingleNews .title {
  width: 100%;
  padding: 10px 15px 10px 0;
}

.catPageSingleNews .title h3{
  font-size: var(--h2-font-size);
  text-align: justify;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.catPageSingleNews .title h4{
  font-size: var(--small-font-size);
  color: #000;   
}

.catPageRecent {
  width: 100%;
}

.catPageRecent .heading {
  width: 100%;
  height: 40px;
  background: #888888;
}

.catPageRecent .heading h2 {
  font-size: var(--h2-font-size);
  line-height: 40px;
  text-align: center;
  color: #fff;    
}

.catPageRecent .box {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 10px 0 0;
  cursor: pointer;
}

.catPageRecent .box .singleNews {
  width: 100%;
  padding-bottom: 10px 0;
  position: relative;
}

.catPageRecent .box .singleNews .newsImg {
  width:33%;
  margin-right: 2%;
  display: inline-block;
}

.catPageRecent .box .singleNews .newsImg img {
  width: 100%;
  height: auto;
}

.catPageRecent .box .singleNews .title {
  width:64%;
  display: inline-block;
  vertical-align: middle;
}

.catPageRecent .box .singleNews .title h3 {
  font-size: var(--h2-font-size);
  text-align: left;
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.catPageRecent .box .singleNews .divLine {
  margin: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
/* Category Here News End */

/* Hot News Section Start Here */
.hotNewsFull {
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #5367ff, #4060d9, #24559f, #114e77);
  margin-bottom: 20px;
}

.hotNewsFull h4 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.hotNews {
  width: 100%;
}

.hotNews .img {
  width: 100%;
  margin-bottom: 10px;
}

.hotNews .img img {
  width: 100%;
  height: auto;
}

.hotNews .title {
  width: 100%;
  min-height: 3rem;
  margin-bottom: 5px;
}

.hotNews .title h3 {
  font-size: var(--h2-font-size);
  font-weight: 500;
  text-align: left;
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.nationalNews a {
  text-decoration: none;
  color: #000;
}

.nationalNews a:hover {
  color: #000;
}

.hotNews .facebook {
  width: 100%;
}

.hotNews .facebook .head {
  width: 100%;
  height: 40px;
  background: linear-gradient(to left, #5367ff, #4060d9, #24559f, #114e77);
  margin-bottom: 20px;
}
.hotNews .facebook .head h3 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;  
}
/* Hot News Section End Here */

/* National Section Start Here */
.nationalNews {
  width: 100%;
}

.nationalNews .head {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #fe8383;
  margin-bottom: 15px;
}

.nationalNews .head .title {
  width: 150px;
  float: left;
  background: linear-gradient(to right, darkred, red, #fe8383);
  padding: 5px 10px;
  height: 40px;
}

.nationalNews .head .link {
  width: 0;
  height: 0;
  border-bottom: 40px solid #fe8383;
  border-right: 80px solid transparent;
  float: left;
}

.nationalNews .head .title h4 {
  font-size: var(--h2-font-size);
  color: #fff; 
  line-height: 30px;
}

.nationalNews .head .link h4 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold); 
  color: #fff; 
  line-height: 30px;
}

.nationalNews .head .link h4:hover {
  opacity: .8;
}

.nationalNews .img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}

.nationalNews .img img {
  width: 100%;
  height: auto;
}

.nationalNews .title {
  width: 100%;
  padding: 0 10px 0 10px;
}

.nationalNews .title h4 {
  font-size: var(--h2-font-size);
  text-align: left;
  color: #0472b8;  
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  min-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;     
}

.nationalNews .news {
  width: 100%;
  padding: 0 10px 0 10px;
}

.nationalNews .news h4 {
  font-size: var(--h3-font-size);
  text-align: left;
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 5rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;     
}

.nationalNews .largeImage {
  width: 100%;
}

.nationalNews .largeImage img {
  width: 100%;
  height: auto;
}

.nationalNews .largeImage .title {
  width: 100%;
  padding: 10px;
}

.nationalNews .largeImage .title h2 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);
  text-align: left;
  color: #0472b8;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.7rem; 
  max-height: 3.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;   
}

.nationalNews .largeImage .title h3 {
  font-size: var(--h2-font-size);
  text-align: left;
  color: #0472b8;  
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.66rem;
  max-height: 5rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;   
}

.nationalNews .largeImage .news {
  width: 100%;
  padding: 10px;
}

.nationalNews .largeImage .news h2 {
  font-size: var(--h3-font-size);
  text-align: left;
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 4.8rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;   
}

.nationalNews .largeImage .news h5 {
  font-size: var(--h3-font-size);
  text-align: left;
  color: #000;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 17rem;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;   
}
/* National Section End Here */

/* Archive Section Start */

.homepageAdd {
  width: 100%;
  margin-bottom: 30px;
}

.visitorCounter {
  width: 100%;
  margin-bottom: 20px;
}

.visitorCounter .card .card-header h2 {
  font-size: var(--h2-font-size);
  text-align: center;
  color: #000;   
}

.visitorCounter .card .card-body h3 {
  font-size: var(--small-font-size);
  text-align: center;
  color: #000;   
}

.visitorCounter .card .card-body .icon {
  width: 40px;
  padding: 10px;
  margin: 0 auto;
}

.visitorCounter .card .card-body .icon i {
  font-size: 20px;
  color: #5A8BEE;     
}

.visitorCounter .card .card-body .counter {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #2E501D;
  border-radius: 50%;
}

.visitorCounter .card .card-body .counter h2 {
  font-size: var(--small-font-size);
  font-weight: var(--font-medium);
  text-align: center;
  line-height: 60px;
  color: #fff;     
}

.archiveNews {
  width: 100%;
}

.archiveNews h2 {
  width: 100%;
  font-size: var(--h2-font-size);
  text-align: center;
  color: #000; 
  margin-bottom: 10px;   
}

.archiveNews select {
  width: 100%;
  height: 40px;
  padding: 10px 20px;
}
/* Archive Section End */

/* Archive Page Start */
.archive {
  width: 100%;
}

.archive label {
  width: 100%;
  padding: 0;
  margin: 8px 0;
  font-size: var(--h2-font-size);
  color: #000;
  text-align: left;
  line-height: 20px;
}

.archive input[type="date"] {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.2rem;
  padding: 8px 15px;
  border-bottom: 2px solid #a6acf3;
}

.archive input[type="date"]:focus {
  border-bottom: 2px solid #262626;
}

.archive input[type="submit"] {
  width: 100%;
  font-size: var(--h2-font-size);
  border: 1px solid #a6acf3;
  outline: none;
  height: 40px;
  color: #fff;
  background: #135E96;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 0;
}

.archive input[type="submit"]:hover {
  background: #0f6cb1;
}

.archive .custom-select {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.archive .custom-select select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    outline: none;
    border: none;
    background: #fff;
    font-size: 1.2rem;
    border-bottom: 2px solid #a6acf3;
    cursor: pointer;
}

.archive .custom-select::before,
.archive .custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.archive .custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.archive .custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}


.archive .custom-select select:focus {
  border-bottom: 2px solid #262626;
}

.archiveSingleNews {
  width: 48%;
  margin: 10px 1%;
  float: left;
  background: #f0f0f0;
  min-height: 100px;
}

.archiveSingleNews a {
  text-decoration: none;
  color: #000;
}

.archiveSingleNews a:hover {
  color: #000;
}

.archiveSingleNews .newsImg {
  width: 100%;
  cursor: pointer;
}

.archiveSingleNews .newsImg img {
  width: 100%;
  height: auto;
}

.archiveSingleNews .title {
  width: 100%;
  padding: 10px 15px 10px 0;
}

.archiveSingleNews .title h3{
  font-size: var(--h2-font-size);
  text-align: justify;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 3rem; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.archiveSingleNews .title h4{
  font-size: var(--small-font-size);
  color: #000;   
}
/* Archive Page End */

.generalNews {
  width: 100%;
}

.generalNews .newsImg {
  width: 100%;
}

.generalNews .newsImg img {
  width: 100%;
  height: auto;
}

.generalNews h2 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);
  text-align: justify;
  color: #000;  
  margin: 10px 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.7rem;
  min-height: 3.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.generalNews h3 {
  font-size: var(--h3-font-size);
  text-align: justify;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.4rem;
  max-height: 9.8rem;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;  
}

.generalNews h4 {
  font-size: var(--h2-font-size);
  text-align: left;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  min-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

/* Video Gallery Start */
.videoGallery {
  width: 100%;
}

.videoGallery .largeImage {
  width: 100%;
  background: #000;
}

.videoGallery .largeImage .newsImg {
  width: 100%;
  padding: 0;
}

.videoGallery .largeImage .title {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.videoGallery .largeImage .title h2 {
  font-size: var(--biggest-font-size);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 2rem;
  max-height: 4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;   
}

.videoGallery .smallImage {
  width: 90%;
  margin: 0 auto;
  background: #000;
}

.videoGallery .smallImage .newsImg {
  width: 100%;
  padding: 0;
}

.videoGallery .smallImage .title {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.videoGallery .smallImage .title h2 {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium);
  text-align: center;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 2.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;   
}
/* Video Gallery End */

/* Footer Section Start */
.footerContainer {
  width: 100%;
  position: relative;
}

.footerContainer li {
  list-style: none;
  font-size: var(--h2-font-size); 
  color: #000; 
}
.footerContainer a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.footerContainer a:hover {
  color: red;
  cursor: pointer;
}
.footerContainer p {
  font-size: var(--normal-font-size);  
  text-align: right;
}
.footerContainer p i {
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
.footerContainer p i:hover {
    opacity: .8;
}
.footerContainer .img {
  width: 49%;
  float: left;
  cursor: pointer;
}
.footerContainer .img img {
    width: 100%;
    height: auto;
}
.footerContainer h2 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-medium); 
}
.footerContainer h2 small {
  font-size: var(--h3-font-size);
}

    .footerContainer .cont ul {
        float: left; margin: 0; padding: 0;
    }
    .footerContainer .cont ul li {
        cursor: pointer; list-style: none; float: left; margin-right: 30px;
    }
    .footerContainer .cont ul li a {
        font-size: 16px; float: left; color: #000;
    }
    .footerContainer .cont ul li i {
        color: red; font-size: 0.75rem; margin-right: 15px;
    }

.footerContact {
  width: 100%;
}

.footerContact h2 {
  font-size: var(--h1-font-size); 
  font-weight: var(--font-semi-bold); 
}

.footerContact h3 {
  font-size: var(--h2-font-size); 
  font-weight: var(--font-semi-bold); 
}

.footerContact h4 {
  font-size: var(--normal-font-size); 
}

.footerPrivacy {
  width: 100%;
}

.footerPrivacy h2 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);  
  margin-bottom: 30px;
}

.footerPrivacy p {
  font-size: var(--small-font-size);
  margin-bottom: 15px;
}
/* Footer Section Start */

/* News Search Panel Start */
.SearchNews {
  width: 100%;
  padding: 10px;
  margin: 0;
}

.SearchNews .img {
  width: 100%;
}

.SearchNews .img img {
  width: 100%;
  height: auto;
}

.SearchNews h2 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);
  margin-top: 10px; 
}

.SearchNews h3 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold);   
  color: darkred;  
}

.SearchNews h4 {
  font-size: var(--h3-font-size);
}

.SearchNews a {
  text-decoration: none;
  color: #000;
}

.SearchNews a:hover {
  color: #000;
}
/* News Search Panel End */

/* News Comment Style Start */
.newsComment {
  width: 100%;
  padding: 30px 50px;
  border: 1px solid red;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fcdddd;
  border-radius: 10px;
}

.newsComment .review {
  width: 30%;
  margin: 20px auto;
}

.newsComment .review .box {
  width: 20%;
  float: left;
  margin: 0 15%;
  text-align: center;
  color: red;
}

.newsComment .review .box p {
  font-size: var(--h3-font-size);
  margin-top: 10px;
  color: red;
}

.newsComment .review .box img {
  width: 100%
  height: auto;
}

.newsComment .navSign {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid red;
}

.newsComment .navSign .bar {
  width: 100%;
  margin: 10px 0;
}

.newsComment .navSign .bar .uType {
  width: 30%;
  float: left;
}

.newsComment .navSign .bar .menu {
  width: 70%;
  float: right;
}
.newsComment .navSign .bar .menu ul {
  float: right;
  margin-bottom: 20px;
}

.newsComment .navSign .bar .menu li {
  display: inline-block;
  list-style: none;
  padding-left: 50px;
}

.newsComment .navSign .bar .menu ul li a {
  text-decoration: none;
  color: #000;
}

.newsComment .navSign .bar .menu ul li a:hover {
  color: #000;
}

.newsComment .navSign .brand {
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold); 
  color: #000;  
}

.newsComment .navSign .bar .uType select {
  width: 60%;
  padding: 5px 20px;
  font-size: var(--h2-font-size);
  border: 1px solid red;
  background: transparent;
  margin-bottom: 20px;
}

.newsComment .navSign .comment-area {
  width: 100%;
}

.newsComment .navSign .comment-area .icon {
  width: 7%;
  margin-right: 3%;
  float: left;
}

.newsComment .navSign .comment-area .icon img {
  width: 100%;
  height: auto;
}

.newsComment .navSign .comment-area .comment {
  width: 90%;
  float: right;
}

.newsComment .navSign .comment-area .comment input[type=text] {
  width: 100%;
  padding: 0 15px;
  font-size: var(--h2-font-size);
  border: 1px solid red;
  background: transparent;  
}

.newsComment .navSign .comment-area .post-submit {
  width: 100%;
}

.newsComment .navSign .comment-area .post-submit .Left {
  width: 85%;
  float: left;
}

.newsComment .navSign .comment-area .post-submit .Right {
  width: 15%;
  float: right;
}

.newsComment .navSign .comment-area .post-submit .Right input[type=submit] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #6948fa;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.newsComment .navSign .comment-area .post-submit .Right input[type=submit]:hover {
  opacity: .8;
}

.newsComment .navSign .comment-area .post-submit .Right button {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #6948fa;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.newsComment .navSign .comment-area .post-submit .Right button:hover {
  opacity: .8;
}

.newsComment .navSign .comment-area .post-submit .Right button:disabled {
  background: #6f6f70;
}

.newsComment .navSign .comment-area .post-submit .Right button:disabled:hover {
  opacity: 1;
}

.newsComment .comment-area .cmt {
  width: 100%;
}

.newsComment .comment-area .cmt .icon {
  width: 7%;
  margin-right: 3%;
  float: left;
}

.newsComment .comment-area .cmt .icon img {
  width: 100%;
  height: auto;
}

.newsComment .comment-area .cmt .comment {
  width: 90%;
  float: right;
}

.newsComment .comment-area .cmt .comment p {
  font-size: var(--h2-font-size);
  text-align: justify;
  color: #000;  
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 4.8rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
}

.newsComment .comment-area .cmt .comment .line {
  width: 100%;
  margin: 20px auto;
  border-bottom: 2px solid green;
}
/* News Comment Style End */

/*---------------Pagination-----------*/
.pagination {
    width: 100%;
    height: 30px;
    position: relative;
    margin: 30px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    outline: none;
    dispaly: flex;
    align-items: center;
    justify-content: center;
}

.pagination .btn {
    background-image: linear-gradient(to bottom, #dddddd, #aeafb0);
    padding: 5px 10px; 
    color: #000; 
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* User Login Style Start */
.userContent {
  width: 20%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  padding: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.userContent a {
  text-decoration: none;
  color: #000;
}

.userContent a:hover {
  color: #000;
}

.userContent h4 {
  font-size: var(--normal-font-size);
  color: #000;
}

.userContent h2 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: #000;
}

.userContent .logo {
  width: 20%;
  margin: 30px auto;
  padding: 10px;
  border-radius: 50%;
  background: #f1f1f1;
}

.userContent .logo img {
  width: 100%;
  height: auto;
}

.userContent label {
  width: 100%;
  font-size: var(--normal-font-size);
  color: #C1C1C1;
  margin: 0;
  padding: 0;
}

.userContent input[type=text],
.userContent input[type=password] {
  width: 100%;
  padding: 0;
  font-size: var(--normal-font-size);
  font-weight: var(--font-medium);
  border: none;
  border-bottom: 2px solid #C1C1C1;
  margin-bottom: 20px;
}

.userContent input[type=text]:focus,
.userContent input[type=password]:focus {
  border-bottom: 2px solid green; 
}

.userContent ::placeholder {
  color: #000;
  opacity: .2;
}

.userContent ::-ms-input-placeholder {
  color: #000;
  opacity: .2;
}

.userContent select {
  width: 100%;
  font-size: var(--normal-font-size);
  font-weight: var(--font-medium);
  padding: 4px 15px;
  border: 1px solid #C1C1C1;
}

.userContent select:focus {
  border: 2px solid green;   
}

.userContent input[type=submit] {
  width: 100%;
  font-size: var(--normal-font-size);
  font-weight: var(--font-medium);
  color: #fff;
  padding: 8px;
  background: #57B847;
  border-radius: 40px;
  margin: 20px auto 0 auto;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.userContent input[type=submit]:hover {
  opacity: .8;
}
/* User Login Style End */

/* Resize Bootstrap Container Area */
/*@media (min-width: 1600px){ .container{ max-width: 80%; }}
@media only screen and (min-width: 1360px) and (max-width: 1599px){ .container{ max-width: 85%; }}
@media only screen and (min-width: 1024px) and (max-width: 1359px){ .container{ max-width: 90%; }}
@media (max-width: 1023px){ .container{ max-width: 100%; }}*/


/* Marquee Responsive Start Here */
@media only screen and (min-width: 992px) {
  .newsDetailsMore .singleNews{
    width: 22%;
    margin: 0 1%;
    margin-bottom: 30px;
  }

  .nationalNews .newsItem {
    width: 31.33%;
  }
  .footerContainer .colLeft,
  .footerContainer .colRight,
  .footerContainer .col-1,
  .footerContainer .col-2 {
    width: 50%;
  }

  .userContent {
    width: 25%;
  }
  
  .newsDetailsNews img {
      max-width: 100%;
      height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .nationalNews .newsItem {
    width: 31.33%;
  }
  .footerContainer .colLeft,
  .footerContainer .colRight,
  .footerContainer .col-1,
  .footerContainer .col-2 {
    width: 50%;
  }
    .title-area .Rcol {
    display: none;
  }
  .userContent {
    width: 35%;
  }
  .newsDetailsNews img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 401px) and (max-width: 599px) {
  .newsDetailsMore .singleNews {
    width: 47%;
    margin: 0 1%;
    margin-bottom: 30px;
  }

  .catPageSingleNews,
  .archiveSingleNews {
    width: 48%;
    margin: 10px 1%;
  }

  .nationalNews .newsItem {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .footerContainer .colLeft,
  .footerContainer .colRight,
  .footerContainer .col-1,
  .footerContainer .col-2 {
    width: 100%;
    text-align: left;
  }
  .title-area .Rcol {
    display: none;
  }
  .userContent {
    width: 70%;
  }
  
  .newsDetailsNews img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  .newsDetailsMore .singleNews {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .catPageSingleNews,
  .archiveSingleNews {
    width: 100%;
    margin: 10px 0;
  }

  .nationalNews .newsItem {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .footerContainer .colLeft,
  .footerContainer .colRight,
  .footerContainer .col-1,
  .footerContainer .col-2 {
    width: 100%;
    text-align: left;
  }
    .title-area .Rcol {
    display: none;
  }
  .userContent {
    width: 100%;
  }
  
    .newsDetailsNews img {
      max-width: 100%;
      height: auto;
  }
}
/* Marque Responsive End Here */


/* Responsive MegaMenu */
@media (max-width: 768px){
  .top-section{ position: initial;}
  .menu_wrapper .dropdown-mega #small{ width: 100%; margin-left: 0;}
  .marque-section .left{ width: 25%;}
  .marque-section .right{ width: 75%;}
  .searchArea .item-left{ width: 80%; padding: 0;}
  .searchArea .item-right{ width: 20%;}
}
/* Mega Menu Responsive End Here */
img,
video,
iframe {
    max-width: 100%;
}

/* Stable readable UI typography */
.td-breadcrumb,
.td-breadcrumb a,
.newsDetailsCategory h4,
.marque-section .left h4,
.footerContainer .footerLabel,
.footerContainer .footerCopyright,
.footerContainer h2,
.footerContainer h2 small {
  font-family: var(--td-menu-font), Arial, sans-serif !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  color: #07152f !important;
}
.td-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}
.td-breadcrumb a {
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none;
}
.newsDetailsCategory h4 {
  font-size: 18px !important;
  font-weight: 800 !important;
}
.marque-section .left h4 {
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 45px !important;
  color: #fff !important;
}
.footerContainer .footerLabel {
  width: 100%;
  display: block;
  margin: 0 0 12px;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
}
.footerContainer h2,
.footerContainer h2 small {
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}
.footerContainer .footerCopyright {
  margin: 0;
  text-align: right !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}
.footerSocialBlock i,
.footerContainer .footerLabel i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  color: #fff !important;
  font-size: 15px !important;
  margin-left: 8px !important;
}

.epaperClipCard h1 {
  font-size: 40px !important;
  line-height: 1.25 !important;
}
.epaperClipCard h2 {
  font-size: 22px !important;
  line-height: 1.35 !important;
}
.epaperClipText,
.epaperClipText p {
  font-size: 18px !important;
  line-height: 1.65 !important;
}
.epaperClipMeta,
.epaperClipFooter,
.epaperClipBadge {
  font-size: 18px !important;
  font-weight: 800 !important;
}
@media (max-width: 767px) {
  .footerContainer .footerCopyright,
  .footerContainer .footerLabel,
  .footerContainer h2 {
    text-align: left !important;
  }
}

.reporterApplyPage {
  padding: 40px 12px;
}
.reporterApplyHero {
  margin-bottom: 22px;
  padding: 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #052e5f, #0ea5e9);
  color: #fff;
  box-shadow: 0 18px 42px rgba(14, 165, 233, .22);
}
.reporterApplyHero span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  color: #bff3ff;
}
.reporterApplyHero h1 {
  margin: 6px 0;
  color: #fff;
  font-size: 34px !important;
  font-weight: 900;
}
.reporterApplyHero p {
  margin: 0;
  color: #e5f7ff;
  text-align: left;
}
.reporterApplyForm {
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15,23,42,.1);
}
.reporterFormGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.reporterApplyForm label {
  display: block;
  margin-bottom: 14px;
  color: #1e293b;
  font-weight: 900;
}
.reporterApplyForm input,
.reporterApplyForm textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d8e2ee;
  border-radius: 9px;
  padding: 11px 12px;
  background: #fff;
}
.reporterSubmitBtn {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f766e, #1d4ed8);
  color: #fff;
  font-weight: 900;
  padding: 13px 24px;
}
@media (max-width: 991px) {
  .reporterFormGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .reporterFormGrid {
    grid-template-columns: 1fr;
  }
}

img {
    height: auto;
}

table {
    max-width: 100%;
}

.table-responsive,
.tblArea {
    overflow-x: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
li {
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        max-width: 100%;
    }

    .row {
        --bs-gutter-x: 1rem;
    }

    .title-area img,
    .newsImg img,
    .heroImg img,
    .cont-avatar img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .adminPost,
    .newsDetails,
    .catPageHero,
    .catPageSingleNews,
    .footerContact {
        overflow-x: hidden;
    }
}

.td-navbar-search {
    align-items: center;
    gap: 8px;
}

.td-navbar-search input {
    width: min(240px, 38vw);
    height: 38px;
    border: 1px solid #d9e2ec;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 15px;
}

.td-navbar-search button {
    width: 42px;
    height: 38px;
    border: 0;
    border-radius: 4px;
    background: #0b6fb3;
    color: #fff;
}

.td-navbar-search > i {
    display: none;
}

@media (max-width: 991px) {
    .td-navbar-search {
        width: 100%;
        margin-top: 10px;
    }

    .td-navbar-search input {
        width: 100%;
    }
}

.epaperClipLaunch {
    display: flex;
    justify-content: center;
    margin: 28px 0 24px;
}

.epaperClipButton {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 7px;
    background: #0d6b36;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(13, 107, 54, .18);
}

.epaperClipButton:hover {
    color: #fff;
    background: #09572b;
}

.epaperClipBody {
    margin: 0;
    background: #ededed;
    color: #101010;
    padding-bottom: 120px;
}

.epaperClipShell {
    display: flex;
    justify-content: center;
    padding: 20px 12px 40px;
}

.epaperClipCard {
    width: min(1080px, 100%);
    min-height: 720px;
    background: #fff;
    border: 3px solid #1d2f8f;
    padding: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .16);
    position: relative;
    overflow: hidden;
}

.epaperClipLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 0 22px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.epaperClipLogo img {
    width: min(330px, 52%);
    max-height: 125px;
    object-fit: contain;
}

.epaperClipLogoDetails {
    display: grid;
    gap: 3px;
    margin-top: 7px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.epaperClipWatermark {
    position: absolute;
    inset: 120px 40px 80px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: .14;
}

.epaperClipWatermark img {
    width: min(820px, 86%);
    max-height: 78%;
    object-fit: contain;
    filter: saturate(.7) contrast(1.05);
}

.epaperClipMeta,
.epaperClipBadge,
.epaperClipCard h1,
.epaperClipCard h2,
.epaperClipContent,
.epaperClipFooterAd,
.epaperClipFooter {
    position: relative;
    z-index: 3;
}

.epaperClipAd {
    display: none;
}

.epaperClipAd .tdAdSlot {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
}

.epaperClipMeta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background: #294f4d;
    color: #fff;
    padding: 14px;
    font-size: 22px;
    font-weight: 800;
}

.epaperClipBadge {
    display: none;
    width: fit-content;
    margin: 26px auto 10px;
    padding: 8px 18px;
    border-radius: 2px;
    background: #216bd6;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.epaperClipCard h1 {
    margin: 14px 0 10px;
    color: #f20b0b;
    font-size: 46px;
    line-height: 1.12;
    text-align: center;
    font-weight: 900;
}

.epaperClipCard h2 {
    margin: 0 0 20px;
    color: #111;
    font-size: 22px;
    text-align: center;
    font-weight: 800;
}

.epaperClipContent {
    display: block;
    column-gap: 34px;
    column-rule: 0;
}

.epaperClipFigure {
    display: block;
    margin: 0 0 18px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.epaperClipFigure img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
}

.epaperClipFigure figcaption {
    margin-top: 16px;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 800;
}

.epaperClipText {
    font-size: 22px;
    line-height: 1.62;
    font-weight: 700;
    text-align: justify;
}

.epaperClipText p,
.epaperClipText div,
.epaperClipText h1,
.epaperClipText h2,
.epaperClipText h3,
.epaperClipText h4,
.epaperClipText h5,
.epaperClipText h6 {
    margin-top: 0;
}

.epaperFillerCard {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    position: relative;
    margin: 18px 0;
    padding: 18px 20px;
    border: 2px solid rgba(13,107,54,.18);
    border-radius: 10px;
    background: linear-gradient(135deg, #fff8eb, #eef8ff);
    color: #10243f;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}

.epaperFillerLabel {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #0d6b36;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.epaperFillerCard h3 {
    margin: 0 0 10px;
    color: #c81422;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 900;
}

.epaperFillerContent {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    text-align: left;
}

.epaperFillerAuthor {
    margin-top: 12px;
    color: #294f4d;
    font-size: 16px;
    font-weight: 900;
    text-align: right;
}

.epaperFillerPhoto {
    float: right;
    width: 78px;
    height: 78px;
    margin: 0 0 10px 14px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(15,23,42,.18);
}

.epaperFiller-poem_card {
    background: linear-gradient(135deg, #fff4f8, #fffbe8);
    border-color: rgba(200,20,34,.2);
}

.epaperFiller-poem_card::before,
.epaperFiller-quote_card::before {
    content: "“";
    position: absolute;
    right: 18px;
    bottom: -26px;
    color: rgba(200,20,34,.13);
    font-family: Georgia, serif;
    font-size: 110px;
    line-height: 1;
}

.epaperFiller-notice_box {
    background: #f3f8ff;
    border-color: rgba(4,114,184,.25);
}

.epaperFiller-festival {
    background: linear-gradient(135deg, #fff7d6, #ffeaf1);
    border-color: rgba(245,158,11,.3);
}

.epaperFiller-minimal {
    background: #fff;
    border-style: dashed;
}

.epaperClipCard[data-columns="1"] .epaperClipContent {
    column-count: 1;
}

.epaperClipCard[data-columns="1"] .epaperClipFigure {
    max-width: 560px;
    margin: 0 auto 22px;
}

.epaperClipCard[data-columns="2"] .epaperClipContent {
    column-count: 2;
}

.epaperClipCard[data-columns="3"] .epaperClipContent {
    column-count: 3;
    column-gap: 28px;
}

.epaperClipCard[data-columns="3"] .epaperClipFigure {
    max-width: none;
    float: none;
    margin: 0 0 18px;
}

.epaperClipCard[data-columns="1"] .epaperClipFigure img {
    aspect-ratio: 16 / 9;
}

.epaperClipCard[data-columns="2"] .epaperClipFigure img {
    aspect-ratio: 1 / 1.08;
}

.epaperClipCard[data-columns="3"] .epaperClipFigure img {
    aspect-ratio: 3 / 4;
}

.epaperClipFooter {
    clear: both;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    margin-top: 18px;
    height: 100px;
    min-height: 100px;
    padding: 0;
    border-top: 2px solid #1d2f8f;
    background: #ffd08a;
    color: #294f4d;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.epaperClipFooter > span:last-child {
    text-align: right;
}

.epaperClipFooterAd {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 0;
    background: rgba(255,255,255,.18);
}

.epaperClipFooterAd .tdAdSlot {
    height: 100%;
    width: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    background: transparent;
}

.epaperClipFooterAd .tdAdImage {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center center;
}

.epaperClipFooterAd .tdExternalAd {
    min-height: 0;
    height: 100%;
    overflow: hidden;
    transform: scale(.8);
    transform-origin: top left;
}

.clip-trending {
    border-color: #0c7d5a;
}

.clip-trending h1 {
    color: #0c7d5a;
}

.clip-trending .epaperClipBadge {
    background: #0c7d5a;
}

.clip-exclusive {
    border-color: #7b1fa2;
}

.clip-exclusive h1 {
    color: #7b1fa2;
}

.clip-exclusive .epaperClipBadge {
    background: #7b1fa2;
}

.clip-special {
    border-color: #c2185b;
}

.clip-special h1 {
    color: #c2185b;
}

.clip-special .epaperClipBadge {
    background: #c2185b;
}

.clip-latest {
    border-color: #ef6c00;
}

.clip-latest h1 {
    color: #ef6c00;
}

.clip-latest .epaperClipBadge {
    background: #ef6c00;
}

.epaperClipToolbar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 1000;
    display: flex;
    gap: 26px;
    align-items: center;
    transform: translateX(-50%);
    padding: 14px 20px;
    border-radius: 6px;
    background: rgba(245, 245, 245, .96);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

.epaperClipToolbar select,
.epaperClipToolbar button {
    min-width: 170px;
    height: 52px;
    border: 0;
    border-radius: 26px;
    padding: 0 28px;
    color: #fff;
    background: #526f7a;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.epaperClipToolbar button {
    min-width: 145px;
}

#clipPrint {
    background: #0596bd;
}

#clipDownload {
    background: #27d873;
}

#clipShare {
    background: #ff8a20;
}

.epaperClipNoScript {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 16px;
    z-index: 80;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff7ed;
    color: #9a3412;
    text-align: center;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}

.epaperClipFigureExtra {
    margin-top: 14px;
}

.epaperClipFigureExtra img {
    max-height: 220px;
    object-fit: cover;
}

.secondSectionBox .newsImg,
.nationalNews .largeImage,
.nationalNews .img,
.generalNews .newsImg,
.catPageSingleNews .newsImg,
.archiveSingleNews .newsImg {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f1f5f9;
    border-radius: 4px;
}

.secondSectionBox .newsImg img,
.nationalNews .largeImage img,
.nationalNews .img img,
.generalNews .newsImg img,
.catPageSingleNews .newsImg img,
.archiveSingleNews .newsImg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.secondSectionBox,
.nationalNews .newsItem,
.generalNews,
.catPageSingleNews,
.archiveSingleNews {
    min-width: 0;
}

.secondSectionBox .title h3,
.nationalNews .title h4,
.nationalNews .largeImage .title h2,
.nationalNews .largeImage .title h3,
.generalNews h2,
.generalNews h3,
.catPageSingleNews .title h3 {
    color: #0472b8 !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    .epaperClipMeta,
    .epaperClipContent,
    .epaperClipToolbar {
        flex-direction: column;
    }

    .epaperClipFooter {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .epaperClipFooter > span:last-child {
        text-align: center;
    }

    .epaperClipContent {
        display: block;
        column-count: 1 !important;
    }

    .epaperClipCard h1 {
        font-size: 34px;
    }

    .epaperClipText {
        font-size: 18px;
    }

    .epaperClipCard[data-columns="3"] .epaperClipFigure {
        float: none;
        max-width: 100%;
        margin: 0 0 18px;
    }

    .epaperClipToolbar {
        width: calc(100% - 20px);
        gap: 10px;
        bottom: 10px;
        align-items: stretch;
    }

    .epaperClipToolbar select,
    .epaperClipToolbar button {
        width: 100%;
        min-width: 0;
        font-size: 15px;
    }
}

@media print {
    body {
        background: #fff !important;
        padding: 0 !important;
    }

    .epaperClipToolbar {
        display: none !important;
    }

    .epaperClipShell {
        padding: 0;
    }

    .epaperClipCard {
        width: 100%;
        min-height: 0;
        box-shadow: none;
        page-break-inside: avoid;
    }

    .epaperClipWatermark {
        opacity: .16 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.newsDetailsGallery {
    margin: 24px 0;
}

.newsDetailsGallery h3 {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 800;
}

.newsDetailsGalleryGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.newsDetailsGalleryGrid figure {
    margin: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.newsDetailsGalleryGrid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.newsDetailsGalleryGrid figcaption {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.35;
}

.adminGalleryList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.adminGalleryItem {
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}

.adminGalleryItem img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 6px;
}

.adminGalleryItem span,
.adminGalleryItem small {
    display: block;
}

@media (max-width: 767px) {
    .newsDetailsGalleryGrid,
    .adminGalleryList {
        grid-template-columns: 1fr;
    }
}
.tdCaptchaLabel{display:inline-block;margin:8px 10px 0 0;font-weight:700;color:#111827}
.tdCaptchaInput{width:90px!important;height:32px!important;border:1px solid #ef4444!important;background:#fff!important;padding:4px 8px!important}
.tdCaptchaError{margin:6px 0 0;color:#b91c1c;font-weight:700;text-align:left!important}

/* Strong detail-page typography overrides for Indian-language fonts. */
.td-breadcrumb,
.td-breadcrumb a {
    font-size: calc(var(--td-header-size, 15px) + 3px) !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
    white-space: nowrap;
}

.newsDetailsCategory {
    height: auto !important;
    min-height: 26px !important;
    margin-bottom: 12px !important;
    padding: 0 12px !important;
}

.newsDetailsCategory h4 {
    font-size: calc(var(--td-header-size, 14px) + 3px) !important;
    line-height: 1.25 !important;
    white-space: nowrap;
}

.newsDetailsSubTitle {
    margin-bottom: 6px !important;
}

.newsDetailsSubTitle h4,
.newsDetailsSubTitle h2 {
    font-size: calc(var(--td-subtitle-size, 14px) + 2px) !important;
    line-height: 1.35 !important;
    color: #0f172a !important;
}

.newsDetailsTitle {
    margin-bottom: 6px !important;
    padding-bottom: 4px !important;
}

.newsDetailsTitle h2 {
    font-size: calc(var(--td-title-size, 16px) + 3px) !important;
    line-height: 1.2 !important;
    color: #0472b8 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    margin-bottom: 4px !important;
}

.newsDetailsTitle p {
    font-size: calc(var(--td-content-size, 14px) + 3px) !important;
    line-height: 1.35 !important;
    white-space: nowrap;
}

.newsDetailsNews,
.newsDetailsNews p,
.newsDetailsNews div,
.newsDetailsNews span,
.newsDetailsNews li {
    font-size: var(--td-content-size, 14px) !important;
    line-height: 1.75 !important;
}

.newsDetailsNewsFeed .tab-content .title h4 {
    font-size: calc(var(--td-content-size, 14px) + 2px) !important;
    line-height: 1.35 !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
}

.reporterApplyForm label,
.reporterApplyForm input,
.reporterApplyForm textarea {
    font-family: Arial, sans-serif !important;
}

@media (max-width: 767px) {
    .td-breadcrumb,
    .td-breadcrumb a,
    .newsDetailsCategory h4,
    .newsDetailsTitle p {
        white-space: normal;
    }

    .newsDetailsTitle h2 {
        font-size: calc(var(--td-title-size, 16px) + 2px) !important;
    }

    .newsDetailsNews,
    .newsDetailsNews p,
    .newsDetailsNews div,
    .newsDetailsNews span,
    .newsDetailsNews li {
        font-size: var(--td-content-size, 14px) !important;
    }
}

.tdExternalAd {
    width: 100%;
    min-height: 90px;
    overflow: hidden;
}

.tdExternalAd iframe,
.tdExternalAd ins {
    max-width: 100%;
}

.tdRightAdBox {
    margin-bottom: 28px;
}

.tdAdSlot {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tdAdSlot a {
    display: block;
    width: 100%;
    height: 100%;
}

.tdAdImage {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    object-fit: contain !important;
    display: block;
}

.tdAdSlot-1 {
    height: clamp(76px, 10vw, 130px);
    margin-left: 10px;
}

.tdAdSlot-6,
.tdAdSlot-7,
.tdAdSlot-8 {
    min-height: 180px;
    max-height: 320px;
    aspect-ratio: 16 / 9;
}

.detailpageAdd .tdAdSlot {
    min-height: 110px;
    max-height: 220px;
    aspect-ratio: 16 / 5;
}

.tdRightAdBox img {
    border-radius: 6px;
}

@media (max-width: 767px) {
    .tdAdSlot-1 {
        height: 86px;
        margin-left: 0;
        margin-top: 10px;
    }

    .detailpageAdd .tdAdSlot,
    .tdAdSlot-6,
    .tdAdSlot-7,
    .tdAdSlot-8 {
        max-height: none;
        aspect-ratio: 16 / 9;
    }
}

.reporterArchiveHero {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 22px 0 28px;
    padding: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.reporterArchiveHero img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    background: #e2e8f0;
}

.reporterArchiveHero span {
    display: block;
    color: #c72127;
    font-weight: 700;
    margin-bottom: 4px;
}

.reporterArchiveHero h1 {
    margin: 0 0 4px;
    color: #0472b8;
    font-size: 28px;
    font-weight: 800;
}

.reporterArchiveHero p {
    margin: 0;
    color: #475569;
    font-size: 14px;
}

.reporterArchiveCard {
    width: 100%;
    float: none;
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.tdPagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 24px 0 40px;
}

.tdPagination a {
    min-width: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #eef6ff;
    color: #0472b8;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.tdPagination a.active,
.tdPagination a:hover {
    background: #0472b8;
    color: #fff;
}

.adminPdfFields {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.adminPdfFields input,
.adminPdfFields select {
    min-height: 44px;
    border: 1px solid #d6e1ef;
    border-radius: 8px;
    padding: 8px 12px;
}

.adminPdfNewsPicker {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.adminPdfNewsCard {
    position: relative;
    display: block;
    min-height: 250px;
    padding: 10px;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.adminPdfNewsCard input {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
}

.adminPdfNewsCard img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
}

.adminPdfNewsCard span {
    display: inline-block;
    color: #0472b8;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 4px;
}

.adminPdfNewsCard strong {
    display: block;
    color: #0f172a;
    line-height: 1.35;
}

.adminFillerComposer {
    overflow: visible;
}

.adminFillerForm {
    display: grid;
    gap: 18px;
}

.adminFillerGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

.adminFillerGrid label,
.adminFillerFull {
    display: grid;
    gap: 7px;
    color: #10243f;
    font-weight: 900;
}

.adminFillerGrid input,
.adminFillerGrid select,
.adminFillerFull input,
.adminFillerFull textarea {
    width: 100%;
    border: 1px solid #d6e4f3;
    border-radius: 8px;
    padding: 12px 13px;
    background: #fff;
    color: #0f172a;
    font-weight: 700;
}

.adminFillerFull textarea {
    min-height: 150px;
    resize: vertical;
}

.tdPdfBody {
    margin: 0;
    background: #e5e7eb;
    font-family: Arial, sans-serif;
}

.tdPdfActions {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 10px;
    background: #0f172a;
}

.tdPdfActions button,
.tdPdfActions a {
    border: 0;
    border-radius: 6px;
    padding: 9px 14px;
    background: #0ea5e9;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.tdPdfActions button:disabled {
    opacity: .62;
    cursor: wait;
}

.tdPdfSaveStatus {
    position: fixed;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.tdPdfPage {
    width: 5.5in;
    height: 8.25in;
    margin: 18px auto;
    padding: .14in;
    background: #fff;
    border: 2px solid #1d2f8f;
    box-shadow: 0 14px 34px rgba(0,0,0,.16);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #090909;
}

.tdPdfRenderedPage {
    width: 5.5in;
    height: 8.25in;
    margin: 18px auto;
    padding: 0;
    background: #fff;
    border: 2px solid #1d2f8f;
    box-shadow: 0 14px 34px rgba(0,0,0,.16);
    overflow: hidden;
    page-break-after: always;
}

.tdPdfRenderedPage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}

.tdPdfMasthead {
    display: grid;
    grid-template-columns: 1.75in 1fr;
    align-items: center;
    gap: .12in;
    min-height: .92in;
    margin: 0 0 .06in;
}

.tdPdfMastheadAd {
    height: .74in;
    overflow: hidden;
    border-radius: 3px;
    background: #f8fafc;
}

.tdPdfMastheadAd:empty {
    background: transparent;
}

.tdPdfMastheadAd .tdAdSlot {
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    background: transparent;
}

.tdPdfMastheadAd .tdAdImage {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    display: block;
}

.tdPdfMastheadAd .tdExternalAd {
    min-height: 0;
    height: 100%;
    overflow: hidden;
    transform: scale(.62);
    transform-origin: top left;
}

.tdPdfMastheadBrand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
}

.tdPdfMastheadBrand img {
    width: min(2.25in, 100%);
    max-height: .58in;
    object-fit: contain;
    display: block;
}

.tdPdfMastheadBrand p {
    margin: 1px 0 0;
    color: #24514d;
    font-size: 7.7pt;
    line-height: 1.05;
    font-weight: 900;
}

.tdPdfTop {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 9px 6px;
    background: #24514d;
    color: #fff;
    font-size: 9pt;
    line-height: 1.25;
}

.tdPdfBrand {
    display: grid;
    grid-template-columns: 1.05in 1fr;
    gap: 10px;
    align-items: center;
    padding: 8px 0 6px;
}

.tdPdfBrand img {
    max-width: 1.05in;
    max-height: .62in;
    object-fit: contain;
}

.tdPdfBrand h2 {
    margin: 0;
    color: #0472b8;
    font-size: 15pt;
    font-weight: 900;
}

.tdPdfBrand p {
    margin: 1px 0;
    font-size: 7.6pt;
    line-height: 1.15;
    color: #334155;
}

.tdPdfAd {
    display: none;
    height: .42in;
    margin: 0 0 5px;
    overflow: hidden;
    background: #f8fafc;
}

.tdPdfAd .tdAdSlot {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
}

.tdPdfAd .tdExternalAd {
    min-height: 0;
    height: 100%;
    transform: scale(.72);
    transform-origin: top left;
}

.tdPdfPage h1 {
    margin: 6px 0 6px;
    color: #f20b0b;
    text-align: center;
    font-size: 18.2pt;
    line-height: 1.08;
    font-weight: 900;
}

.tdPdfPage h3 {
    margin: 0 0 5px;
    text-align: center;
    font-size: 9pt;
    line-height: 1.18;
}

.tdPdfContent {
    flex: 1;
    min-height: 0;
    column-gap: 13px;
    column-fill: auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.tdPdfCols1 .tdPdfContent { column-count: 1; }
.tdPdfCols2 .tdPdfContent { column-count: 2; column-gap: 16px; }
.tdPdfCols3 .tdPdfContent { column-count: 3; column-gap: 12px; }

.tdPdfContent figure {
    break-inside: avoid;
    margin: 0 0 6px;
}

.tdPdfContent figure img {
    width: 100%;
    max-height: 3.15in;
    object-fit: cover;
    display: block;
}

.tdPdfContent figcaption {
    margin-top: 3px;
    font-size: 7.4pt;
    font-weight: 800;
}

.tdPdfImage-center figure {
    max-width: 3.1in;
    margin: 0 auto 8px;
}

.tdPdfCols2.tdPdfImage-left figure,
.tdPdfCols2.tdPdfImage-right figure,
.tdPdfCols2.tdPdfImage-first figure,
.tdPdfCols2.tdPdfImage-last figure,
.tdPdfCols2.tdPdfImage-top figure,
.tdPdfCols2 .tdPdfContent figure {
    float: none !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.tdPdfCols2.tdPdfImage-left figure img,
.tdPdfCols2.tdPdfImage-right figure img,
.tdPdfCols2.tdPdfImage-first figure img,
.tdPdfCols2.tdPdfImage-last figure img,
.tdPdfCols2.tdPdfImage-top figure img,
.tdPdfCols2 .tdPdfContent figure img {
    width: 100%;
    height: 3.28in;
    max-height: 3.75in;
    object-fit: cover;
}

.tdPdfImage-left figure,
.tdPdfImage-first figure {
    float: left;
    width: 49%;
    margin: 0 10px 5px 0;
}

.tdPdfImage-right figure,
.tdPdfImage-last figure {
    float: right;
    width: 49%;
    margin: 0 0 5px 10px;
}

.tdPdfImage-left figure img,
.tdPdfImage-first figure img,
.tdPdfImage-right figure img,
.tdPdfImage-last figure img {
    height: 2.72in;
    max-height: 3.15in;
}

.tdPdfCols3.tdPdfImage-left figure,
.tdPdfCols3.tdPdfImage-right figure,
.tdPdfCols3.tdPdfImage-first figure,
.tdPdfCols3.tdPdfImage-last figure,
.tdPdfCols3.tdPdfImage-top figure,
.tdPdfCols3 .tdPdfContent figure {
    float: none !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.tdPdfCols3.tdPdfImage-left figure img,
.tdPdfCols3.tdPdfImage-right figure img,
.tdPdfCols3.tdPdfImage-first figure img,
.tdPdfCols3.tdPdfImage-last figure img,
.tdPdfCols3.tdPdfImage-top figure img,
.tdPdfCols3 .tdPdfContent figure img {
    width: 100%;
    height: 2.08in;
    max-height: 2.42in;
    object-fit: cover;
}

.tdPdfImage-top figure {
    width: 100%;
}

.tdPdfContent article {
    font-size: 9.1pt;
    line-height: 1.54;
    text-align: justify;
    font-weight: 700;
}

.tdPdfCols2 .tdPdfContent article {
    font-size: 10.35pt;
    line-height: 1.78;
}

.tdPdfCols3 .tdPdfContent article {
    font-size: 8.35pt;
    line-height: 1.46;
}

.tdPdfFooter {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    margin-top: 8px;
    height: 100px;
    min-height: 100px;
    padding: 0;
    border-top: 1px solid #1d2f8f;
    background: #ffd08a;
    color: #24514d;
    font-size: 8pt;
    font-weight: 900;
    text-transform: uppercase;
}

.tdPdfFooter span:last-child {
    text-align: right;
}

.tdPdfFooterAd {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255,255,255,.18);
    border-radius: 0;
}

.tdPdfFooterAd .tdAdSlot {
    height: 100%;
    width: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    background: transparent;
}

.tdPdfFooterAd .tdAdImage {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.tdPdfFooterAd .tdExternalAd {
    min-height: 0;
    height: 100%;
    transform: scale(.72);
    transform-origin: top left;
}

.tdPdfBrief {
    break-inside: avoid;
    margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid #d7dee8;
}

.tdPdfBrief h4 {
    margin: 0 0 4px;
    color: #0472b8;
    font-size: 8.6pt;
    line-height: 1.15;
    font-weight: 900;
}

.tdPdfBrief p {
    margin: 0;
    font-size: 7.7pt;
    line-height: 1.18;
    font-weight: 700;
    text-align: justify;
}

@page {
    size: 5.5in 8.25in;
    margin: 0;
}

@media print {
    .tdPdfActions {
        display: none !important;
    }
    .tdPdfBody {
        background: #fff !important;
    }
    .tdPdfPage {
        margin: 0;
        box-shadow: none;
        page-break-after: always;
        break-after: page;
    }
}

.tdContactPage {
    background: #f5f7fb;
    color: #102033;
}

.tdContactHero {
    background: #173f3d;
    color: #fff;
    padding: 48px 14px 58px;
}

.tdContactHeroInner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
}

.tdContactEyebrow,
.tdContactSectionHead span {
    display: inline-flex;
    color: #d7a83f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tdContactHero h1 {
    margin: 8px 0 10px;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 900;
}

.tdContactHero p {
    max-width: 680px;
    margin: 0;
    color: #dbe8e7;
    font-size: 18px;
    line-height: 1.6;
}

.tdContactHeroAction,
.tdContactCaptcha button,
.tdContactReadMore a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 8px;
    background: #d7a83f;
    color: #102033;
    padding: 13px 18px;
    font-weight: 900;
    text-decoration: none;
}

.tdContactWrap {
    width: min(1180px, calc(100% - 28px));
    margin: -34px auto 54px;
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 22px;
    align-items: start;
}

.tdContactInfoPanel,
.tdContactFormPanel {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
}

.tdContactInfoPanel {
    overflow: hidden;
}

.tdContactLogoMark {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    padding: 22px;
    border-bottom: 1px solid #e1e7ef;
    background: #fff;
}

.tdContactLogoMark img {
    width: min(270px, 88%);
    max-height: 112px;
    object-fit: contain;
}

.tdContactInfoList {
    display: grid;
    gap: 0;
}

.tdContactInfoList a,
.tdContactInfoList div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 17px 20px;
    border-bottom: 1px solid #e9eef5;
    color: #173f3d;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.45;
}

.tdContactInfoList i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #edf6f4;
    color: #173f3d;
}

.tdContactReadMore {
    padding: 20px;
    background: #f8fafc;
}

.tdContactReadMore strong {
    display: block;
    color: #102033;
    font-size: 18px;
    font-weight: 900;
}

.tdContactReadMore p {
    margin: 8px 0 16px;
    color: #64748b;
    line-height: 1.55;
}

.tdContactFormPanel {
    padding: 28px;
}

.tdContactSectionHead h2 {
    margin: 6px 0 8px;
    color: #102033;
    font-size: 32px;
    font-weight: 900;
}

.tdContactSectionHead p {
    margin: 0 0 22px;
    color: #64748b;
    line-height: 1.55;
}

.tdContactAlert {
    margin: 0 0 18px;
    padding: 13px 15px;
    border-radius: 8px;
    font-weight: 800;
}

.tdContactSuccess {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.tdContactError {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.tdContactForm {
    display: grid;
    gap: 18px;
}

.tdContactGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tdContactForm label {
    display: grid;
    gap: 7px;
    color: #334155;
    font-weight: 900;
}

.tdContactForm input,
.tdContactForm textarea {
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    padding: 13px 14px;
    font: inherit;
    font-weight: 700;
    outline: none;
}

.tdContactForm input:focus,
.tdContactForm textarea:focus {
    border-color: #173f3d;
    box-shadow: 0 0 0 3px rgba(23, 63, 61, .12);
}

.tdContactCaptcha {
    display: grid;
    grid-template-columns: minmax(190px, 260px) auto;
    gap: 14px;
    align-items: end;
}

.tdContactTrap {
    position: absolute;
    left: -10000px;
    width: 1px !important;
    height: 1px;
    opacity: 0;
}

@media (max-width: 900px) {
    .tdContactHeroInner,
    .tdContactWrap {
        display: block;
    }
    .tdContactHeroAction {
        margin-top: 20px;
    }
    .tdContactFormPanel {
        margin-top: 18px;
        padding: 20px;
    }
    .tdContactGrid,
    .tdContactCaptcha {
        grid-template-columns: 1fr;
    }
}
