*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
}

.container-main{
    width: 76.5rem !important;
    height: 122.85rem !important;
    /* background-color: blanchedalmond;  */
}

@font-face {
    font-family: 'DB_Hindi';
    src: url('../../fonts/DB-Hindi.ttf') format('truetype');
}

@font-face {
    font-family: 'DB_Hindi_ultra';
    src: url('../../fonts/DB-Hindi-5-Ultra.ttf') format('truetype');
}


.DB-Hindi {
    font-family: 'DB_Hindi', sans-serif;
}

.DB-Hindi-ultra {
    font-family: 'DB_Hindi_ultra', sans-serif;
}

/* header css and print media */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');

.left-red-box,
.right-red-box {
    background-color: #a81034;
    color: white;
    font-weight: 700;

    font-size: 2.125rem;
    /* 18px */
    padding: 0.25rem 1rem;
    line-height: 1.2;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    /* Increased height */
    min-width: 50px;
}

.right-red-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.orange-bar {
    background-color: #f39200;
    height: 28px;
    flex-grow: 1;
    margin-top: 42px;
    width: 250px;
}

.center-logo .orange-text {
    color: #f39200;
}

.center-logo .black-text {
    color: black;
}

.right-text {

    font-size: 0.75rem;
    color: black;
    font-weight: 400;
    line-height: 1.1;
    text-align: right;
    user-select: none;
}

.right-text span.uppercase {
    text-transform: uppercase;
    font-weight: 100;
    display: inline;
    line-height: 1.1;
}



.div-email {
    text-align: end;
    padding-right: 5px;
}

.div-day {
    position: absolute;
    top: 19px;
    right: 90px;
}

main{
    /* max-width: 1350px; */
    margin: auto;
    padding: 0.5rem;
    /* background-color: #fbf0f0af; */
    /* box-shadow: 2px 1px #ded5d5; */
}

h6,

span
{
    font-size: 18px;

}



.d-flex{
    display: flex;
    justify-content: end;
    gap: 1rem;
}



@media print{
    .container-main{
        margin: 0;
    }
    .news-box{
        margin-top: -60px !important;
    }
    .right-col{
      right: 380px !important;
    }
}

/*  */


    .column-box {
      display: inline-flex;
      align-items: center;
      background-color: gray; /* Blue background */
      color: white;
      font-family: 'Arial', sans-serif;
      padding: 10px 58px;
      /* border-bottom: 3px solid #333; */
      width: 100%;
    }

    .icon-circle {
      background-color: white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
    }

    .icon-circle::before {
      content: "↓"; /* Down arrow */
      font-size: 20px;
      color: black;
    }

    .column-text {
      font-size: 20px;
      font-weight: bold;
    }

    .news-section {
      max-width: 650px;

    }

    .top-line {
      font-size: 23px;
      margin-bottom: 10px;
    }

    .main-heading {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 8px;
    }

    .main-heading span {
      display: block;
    }

    .sub-heading {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: -2px;
    }

    .reporter {
      font-size: 14px;
      font-weight: bold;
      /* margin-bottom: 20px; */
    }

    /*.content-wrapper {*/
    /*  display: flex;*/
    /*  gap: 20px;*/
    /*}*/

    .content-columns {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      flex: 3;
    }

    .column {
      font-size: 16px;
      text-align: justify;
      margin-top: -9px;
    }

    .news-image {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .news-image img {
      max-width: 100%;
      height: 100px;
      margin-bottom: 8px;
    }

    .image-caption {
      font-size: 13px;
      color: #444;
      text-align: center;
    }


     .news-box {
      display: flex;
      background-color: #eaecef;
      padding: 10px;

      align-items: center;
     gap : 20px;
    }

     .news-box-1 {
      display: flex;
      background-color: #eaecef;
      padding: 10px;

      align-items: center;
     gap : 20px;
    }

    .news-title {

      font-size: 22px;
      white-space: nowrap;
      color: #000;
      min-width: 160px;
      margin-left: 20px;
    }

    .news-content {
      font-size: 15px;
      color: #222;
      text-align: justify;
      line-height: 1.2;
    }

    /*  */

    .icon-circle{
        position: relative;
        top: 13px !important;
    }


    .hh {
      font-size: 41px;
      margin: 0px;
    }

.news-2-left {
      width: 45%;
    }

.news-left-main {
    gap : 3mm;
    display: flex;
    width: 100%;
}

.para {
        font-size: 13px !important;

      }

 .sec-heading{
        font-size: 23px !important;
      }

p{
  text-align: justify;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.col-6{
  width: 54% !important;
}

/* bottom section */

/* Newspaper container */
.np-paper-wrapper {
    width: 75.5rem;
    border: 2px solid gray;
    max-height: 32.5rem;
}

/* Top bar styling */

.np-header-title {
    font-size: 40px;
    text-align: center;
}

.np-media-btn {
    color: #0066cc;
    font-size: 28px;
    cursor: pointer;
    padding-left: 15px;
}

/* Content area */
.np-body-section {
    /* background-color: #fff; */
    max-height: 26rem;
    margin-top: -3px;
}

.np-primary-column {
    /* padding: 20px; */
    /* border-right: 1px solid #ddd; */
    max-height: 32rem;
}

.np-sidebar-column {
    /* background-color: #fafafa; */
    position: absolute;
    top: 146px;
    left: 390px;
    max-width: 28rem;
}

/* News item styling */
.np-article-block {
    font-size: 12px;
    margin-bottom: 10px;
    max-width: 180px;
    line-height: 1.2;
    margin-top: -96px;
}

.np-article-flex {
    font-size: 12px;
    /* margin-bottom: 10px; */
    max-width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    line-height: 1.2;
    margin-top: -13px;
}

.np-article-wide {
    font-size: 12px;
    /* margin-bottom: 10px; */
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    line-height: 1.2;
    margin-top: -13px;
}

.np-intro-text {
    font-size: 15px;
}

.np-byline-section {
    max-width: 180px;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 3px solid gray !important;
    margin-top: 5px;
}

/* Special section */
.np-featured-area {
    margin: 10px 0;
    width: fit-content;
}

.np-accent-badge {
    display: inline-block;
    background-color: #931414;
    color: white;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 10px;
    width: 70px !important;
    border-bottom: 4px solid gray;
}

/* Temple image styling */
.np-media-container {
    position: relative;
    /* margin-bottom: 20px; */
}

.np-caption-text {
    font-size: 10px;
    color: #555;
    margin-top: 5px;
    line-height: 1.4;
    width: 500px;
}

.np-spotlight-wrapper {
    background-color: rgb(184, 181, 181);
    border-bottom: 10px solid rgba(231, 153, 8, 0.856);
    width: 515px;
    height: 135px;
    margin-left: 1px;
}

/* Highlight box */
.np-spotlight-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    margin-top: 15px;
}

.np-spotlight-header {
    color: #f3efef;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    max-width: 83px;
    background-color: #931414;
    padding: 5px;
    margin-left: 15px;
    width: 8rem;
}

.np-story-summary {
    font-size: 12px;
    position: absolute;
    top: 70px;
    right: 4px;
    max-width: 310px;
    line-height: 1.2;
    padding: 20px;
}

.np-vertical-section {
    max-width: 100px;
    padding-top: 3px;
}

.np-extra-content {
    width: 275px;
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    top: 155px;
    left: 205px;
    text-align: justify !important;
}

.np-content-block {
    font-size: 12px;
    padding: 8px;
    line-height: 1.2;
    padding-right: 48px;
    font-weight: 700;
    color: #0c0c0c;
}

.headline-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 22px;
  z-index: 10 !important;
}

.headline-bar::before,
.headline-bar::after {
  content: "";
  flex: 1;
  /*height: 4px;*/
  border-top:none;
  background-color: grey; /* Blue line */
}

.headline-text {
  background-color: grey; /* Blue background */
  color: white;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 10;
}