/* @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;
} */

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

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

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

.heading_font_family {
    font-family: 'MyCustomFontHe', sans-serif;
}

.para_font_family {
    font-family: 'MyCustomFontPara', sans-serif;
}



.left-red-box,
.right-red-box {
    background-color: #a81034;
    color: white;
    /*font-weight: 700;*/
    font-size: 2.2rem;
    /* 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;
    min-width: 361px;
}

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

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

.right-text {
    font-family: 'Hind Siliguri', sans-serif;
    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: 600;
    display: inline;
    line-height: 1.1;
}


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

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

.logo-img {
    width: 100%;
    height: 68px;
}


@media print {

    .left-red-box,
    .right-red-box,
    .orange-bar {
        background-color: #a81034 !important;
        /* Replace with actual color */
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        min-width: 50px;

    }

    .left-red-box,
    .orange-bar {
        background-color: #a81034 !important;
        /* Replace with actual color */
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        min-width: 185px;
    }

    .orange-bar {
        background-color: orange !important;
        min-width: 210px;
        margin-top: 40px;
    }

    .print-section {
        padding-left: 10px !important;
    }

    .logo-img {
        width: 100%;
        height: 68px !important;
    }

}

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

.main-sec {
    font-family: 'Noto Sans Devanagari', sans-serif;
    line-height: 1.3;
    /* background: white; */
    padding: 0.5rem;
    margin-top: 0.945rem;
}

.vertical-text {
    font-family: 600;
    font-size: 19px;
    line-height: 1;
    width: 75px;
    margin-top: 5px;
}

.blue-box-left {
    background-color: #0099ff;
    width: 70px;
    font-weight: 700;
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title {
    font-weight: 900;
    font-size: 52px;
    line-height: 1.2;
    text-align: start;
    padding-left: 12px;
    width: 200px;
    word-spacing: 1px;
}

.main-title .red-text {
    color: #b91c1c;
}

.article-content {
    font-size: 13px;
    line-height: 1.2;
    text-align: justify;

}

.image-block img {
    width: 262px;
    height: 170px;
    margin-bottom: 0.25rem;
    object-fit: cover;
}

.blue-box-right {
    background-color: #0099ff;
    color: white;
    font-size: 10px;
    line-height: 1.2;
    padding: 0.5rem;
    width: 184px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    position: absolute;
    top: 19.9rem;
    right: 13.2rem;
}

.glow-icon {
    background-color: #007acc;
    box-shadow: 0 0 8px 2px #00aaff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    padding: 2px;
    user-select: none;
    white-space: normal;
    flex-shrink: 0;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    gap: 0.5rem;
}

/* .vertical-text span {
      margin-bottom: 0.1rem;
      display: block;
    } */
.left-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 0.25rem;
    object-fit: contain;
}

.article-header {
    font-weight: 600;
    color: black;
    font-size: 12px;
}

.article-header+span {
    margin: 0 0.25rem;
}

.bg-dark-custom {
    background-color: #0a0a0a;
}

.text-blue-custom {
    color: #00a2ff;
}

.border-left-blue {
    border-left: 1px solid #00a2ff;
}

.bdr {
    border: 3px solid rgb(192, 187, 187);
    margin-bottom: 10px;
}


@media print {
    .rishu {
        margin-top: -10px;
        padding: 0px;
    }

    .main-container {
        margin: 0;
    }
}



@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        /* Chrome, Safari */
        print-color-adjust: exact !important;
        /* Firefox */

    }

    .bg-dark-custom {
        background-color: #000000 !important;
    }

    .text-blue-custom {
        color: #007bff !important;
    }

    .border {
        border-color: #c2c0c0 !important;
    }

    .red-text {
        color: red !important;
    }


    /* Any other specific class colors */
}

.bg-orange {
    background: #ddb31c;
    width: 100%;
    height: 52px;
}

.p-relative {
    position: relative;
}

.absolute {
    top: 20%;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 4px;
    background: rgba(227, 59, 59, 0.721);
}



@media print {
    .print-section {
        height: 95%;
        overflow: hidden !important;
        page-break-inside: avoid !important;
        break-inside: avoid !important;
        position: absolute;
        right: 0.8rem !important;
    }

    .print-section img {
        max-height: 70px;
        height: auto;
        width: 100px;
    }


    .vs {
        margin-top: 35px !important;
    }

    .div11 {
        margin-top: 8px !important;
    }
}


@media print {
    * {
        -webkit-print-color-adjust: exact !important;

        print-color-adjust: exact !important;

    }

    .headline-subtitlee {
        font-size: 33px !important;
    }
}

p {
    text-align: justify;
}


/* //Footer Styles// */

footer {
    position: relative;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-group-container {
    display: flex;
    gap: 436px;
    /* Yeh gap teen CMYK groups ke beech ka hai – ise kam kar do */
    position: absolute;
    /* top: 26.8rem; */
}

.footer-corner1 {
    display: flex;
    gap: 2px;
    /* Yeh gap ek-ek color box ke beech ka hai */
}

.color-box1 {
    width: 12px;
    height: 12px;
}

.cyan {
    background-color: #00bfff;
}

.magenta {
    background-color: #ff00ff;
}

.yellow {
    background-color: #ffff00;
}

.black {
    background-color: #000000;
}


.editorials1 {
    color: #c53030;
    /* red-700 */
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    border-left: 4px solid gray;
    border-right: 4px solid gray;
    width: 108px;
    margin-left: 50px;
    height: 36px;
}

.headlines1 {
    margin-top: 15px;
    /*font-weight: 800;*/
    font-size: 38px;
    line-height: 1;
    margin-bottom: 13px;
}

.content-texts1 {
    font-size: 13px;
    line-height: 1.2;
}

.article-imgs1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.border-left-customs2 {
    border-left: 10px solid gray;
    border-right: 10px solid gray;
    /* gray-600 */
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 1rem;
    margin-left: 70px;
}

.author-names2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 0.25rem;
    text-align: center;
    width: 100px;
    border-bottom: 1px solid gray;
    margin-top: 23px;
}

.author-descs2 {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0;
}

.article-texts2 {
    font-size: 13px;
    line-height: 1.2;
    text-align: justify;

}

.author-img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .author-section {
        max-width: 120px;
    }
}

.section-titlels {
    background-color: #f44f4f;
    /* Tailwind red-600 */
    color: white;
    /*font-weight: 700;*/
    text-align: center;
    font-size: 21px;
    /* text-sm */
}

.section-contentls {

    /* Tailwind orange-400 */
    border-top: none;
    padding: 0.75rem;
    font-size: 0.75rem;
    /* text-xs */
    text-align: start;
    background-color: rgb(235, 225, 225);
}

.rounded-img {
    width: 5rem;
    height: 6rem;
    object-fit: cover;
    margin-bottom: 0.75rem;
}

.headline-reds5 {
    color: #e60000;
}

.highlight-yellows5 {
    background-color: rgb(218 217 217 / 33%);
    font-weight: 600;
}

.article-texts5 {
    font-size: 13px;
    line-height: 1.2;
    text-align: justify;
}

.subheadings5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
    margin: 0px 8px;
}

.top-lines5 {
    font-size: 30px;
    line-height: 1;
    text-align: center;

}

.main-titles5 {
    font-size: 70px;
    line-height: 1.1;
    text-align: center;
}



.bulletin-labele {
    background-color: #fbbf24;
    /* Tailwind yellow-400 */
    padding: 0rem 2rem;
    padding-top: 10px;
    /*font-weight: 600;*/
    font-size: 25px;
    line-height: 1;
    margin-bottom: 0.75rem;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}

.containere {
    width: 237px;
    position: absolute;
    top:66rem;
    right: 0px;
}
.containerelst {
    width: 247px;
    position: absolute;
    top:93.4rem;
    left : 30.3rem;
}

.drop-cap {
      float: left;
      font-size: 50px;
      line-height: 45px;
      font-weight: 100;
      margin-right: 10px;
      margin-top: 0px;
      color: black;
    }
