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

@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 !important;
}

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

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

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

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


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

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


body {
    background-color: white;
}

p {
    font-size: 13px !important;
    line-height: 1.2 !important;
}

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

    font-size: 1.9rem;
    /* 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;
    margin-right: -7px;
}

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

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

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

.right-text {

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

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


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

.div-day {
    position: absolute;
    top: 22px;
    right: 80px;
}


.main-container {
    width: 75.6rem;
    height: 122.85rem;
    background-color: white;
    margin: auto;
    position: relative;
}



/* Newspaper container */
.newspaper-container {
    width: 75.5rem;
    border: 1px solid gray !important ;
    height: 32.5rem;
    background-color: white;
}

/* Top bar styling */

.top-headline {
    font-size: 37px;
    color: #8a8989;
    font-weight: 700;
    text-align: center;
}

.play-button {
    color: #0066cc;
    font-size: 28px;
    cursor: pointer;
    padding-left: 15px;
}

/* Main headline styling */


.main-headline h1 {
    font-size: 90px;
    font-weight: 100;
   
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    margin-top: -10px;
}

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

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

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

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

.news-item-2 {
    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;
}

.news-item-3 {
    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;
}
 .news-item-4{
    font-size: 12px;
    /* margin-bottom: 10px; */
    max-width: 213px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    line-height: 1.2;
    margin-top: -13px;
 }

.v-div1 {
    width: 118px;
}
.v-div2{
    width: 128px;
}

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

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

.lead-paragraph {
    font-size: 15px;
}

.author-line {
    max-width: 180px;
    font-weight: 700;
    font-size: 13px;
    color: #0a0a0a;
    border-bottom: 4px solid #ccc;
    margin-top: 5px;
}

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

.red-label {
    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 */
.temple-image-container {
    position: relative;
    /* margin-bottom: 20px; */
}


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

.highlight-box-main {
    background-color: #cac7c7 !important;
    border-bottom: 10px solid rgba(231, 153, 8, 0.856);
    width: 515px;
    height: 135px;
    margin-left: 1px;
}

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

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

.news-brief {
    font-size: 12px;
    position: absolute;
    top: 146px;
    right: 10px;
    max-width: 275px;
    line-height: 1.2;
}

.v-div {
    max-width: 100px;
    padding-top: 3px;
}

.additional-content {
    width: 176px;
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    top: 155px;
    left: 201px;
    text-align: justify !important;
}

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

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        /* Safari/Chrome */
        print-color-adjust: exact !important;
        /* Firefox and other modern browsers */
    }

    body {
        background-color: white !important;
        /* or your desired background */
        color: black !important;
    }

    .red-label {
        background-color: #931414 !important;
        color: white !important;
    }
}

@media print {
    .print-container1 {
        position: absolute !important;
        top: 36.5rem !important;
        left: 0rem !important;
    }

    .container-pen {
        position: absolute !important;
        left: -0.1rem !important;
        top: -1.6rem !important;
    }

    .newsCol {
        position: absolute !important;
        left: 613px !important;
        top: 36.5rem !important;
    }

    .bg-border {
        position: absolute;
        top: 98.5rem;
    }

    .main-dots {
        position: absolute;
        top: 99.1rem;
        height: 2vh !important;
    }

    .main-container {
        margin: 10px !important;
        width: 75.6rem !important;
        height: 122.85rem !important;
    }

    @page {
        margin: 0px;
    }

    body {
        margin: 0px;
    }
}

.cnn.red-label {
    display: inline-block;
    background-color: #931414;
    color: white;
    padding: 16px 15px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.virodh-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nok-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 70px;
}

/* Last Cornor */
.newspaper {
    /* background-color: white; */
    /* border: 1px solid rgb(180, 177, 177); */
    width: 672px;
    height: 417px;
}

.headline-subtitle {
    font-size: 30px;
    color: #6e6d6d;
    margin-bottom: 0;
}

.main-headline {
    font-size: 59px;
    line-height: 1;
    margin-top: 5px;
}

.column-content {
    width: 213px;
    height: 297px;
    font-size: 13px;
    line-height: normal;
}

.content-section {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
    margin-top: -10px;
}

.img-container img {
    width: 212px;
    height: 135.38px;
}

.source-text {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 4px solid gray;
}

.red-dot {
    color: #dc3545;
    font-size: 16px;
    font-weight: bold;
}



.main-dots {
    margin: 0;
    height: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 121.5rem;
    left: 2rem;
    width: 71rem;
}

.container-2 {
    display: flex;
    gap: 400px;
}

.set {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    /* border-radius: 50%; */
}

.gray {
    background-color: #9ca3af;
}

/* Tailwind gray-400 */
.cyan {
    background-color: #22d3ee;
}

/* Tailwind cyan-400 */
.pink {
    background-color: #f472b6;
}

/* Tailwind pink-400 */
.yellow {
    background-color: #fde68a;
}

/* Tailwind yellow-400 */

p {
    text-align: justify;
}


.icon-div {
    display: flex;
    justify-content: space-between;
}

.info-box {
    background-color: #cac7c7;
    border: 1px solid #ddd;
    padding: 10px;
    /* margin: 15px 0; */
    height: 275px;
    /* border-radius: 10px; */
}

.info-box-header {
    background-color: #a82a36;
    color: white;
    padding: 10px 10px;
    margin-bottom: 0px;
    line-height: 0.9;
    font-size: 24px;
    text-align: normal;
    position: relative;
    top: -25px;
}

.info-box-header1 {
    background-color: #a82a36;
    color: white;
    padding: 10px 5px;
    margin-bottom: 0px;
    line-height: 0.9;
    font-size: 20px;
    text-align: normal;
    position: relative;
    top: -25px;
}

.info-item {
    padding: 5px 10px;
    border-bottom: 1px dotted #ddd;
    font-size: 13px;
    line-height: 1.2;
}

.info-item1 {
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1.2;
    margin-top: -22px;
}

.info-item2 {
    padding: 0px 5px;
    padding-top: 6px;
    font-size: 13px;
    line-height: 1.2;
    margin-top: -23px;
    border-bottom: 1px solid gray;
}

.info-item3 {
    padding: 0px 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.2;
    border-bottom: 1px solid gray;
}

.info-item4 {
    padding: 0px 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.2;
    border-bottom: 1px solid gray;
}

.info-item5 {
    padding: 0px 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.2;
    border-bottom: 1px solid gray;
}
