body {
    padding-bottom: 50px;
    margin: 0;
    background-color: #EEEEEE;
    font-family: Helvetica;
}

a {
    text-decoration: none;
}

/* INDEX-PAGE-START */
/* INDEX-PAGE-END */
/* CATEAGORY-PAGE-START */
/* CATEAGORY-PAGE-END */
/* DETAIL-PAGE-START */
/* DETAIL-PAGE-END */


.line-red {
    margin: 0;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #F04B24;
    transition: height 0.3s ease;
    z-index: 9999;
}


.main-body {
    margin: 0;
    background-color: white;
    margin: 0px 120px;
    padding: 20px 50px;
    padding-bottom: 50px;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1), 5px 0 10px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* INDEX-PAGE-START */
/* header-section */
.header-section {
    margin: 0;
    border-bottom: 1px solid #F04B24;
    padding-bottom: 10px;
}

.title-w {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    width: 10%;
    text-align: left;
    line-height: 20px;
    position: fixed;
    top: 20px;
    left: 10%;
    transition: opacity 0.3s ease;
    display: none;
}

.title-w a {
    color: #ffffff;
}

.title {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: 600;
    color: #F04B24;
    text-transform: uppercase;
    width: 20%;
    line-height: 40px;
}

.title a {
    color: #F04B24;
}

/* option-section */

.option-section {
    margin: 0;
    text-transform: uppercase;
    display: flex;
    gap: 50px;
    justify-content: flex-end;
    font-family: Helvetica;
    padding: 5px 0px;
}

.menu {
    width: 15px;
    height: auto;
    display: none;
}

.option-menu {
    display: flex;
    gap: 30px;
}

.option {
    margin: 0;
    color: #6a6666;
    font-weight: 500;
    font-size: 14px;
    border-left: 2px solid #ededed;
    padding-left: 5px;
}

.option a {
    color: #6a6666;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    z-index: 999;
}

/* Sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.sidebar a:hover {
    color: #f1f1f1;
}

/* Close button */
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    margin-top: 80px;
}

/* main-content */
.main-content {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    padding-bottom: 30px;
}

.main-content-left {
    margin: 0;
    width: 85%;
}

.main-content-right {
    width: 15%;
    background-color: #EEEEEE;
    height: auto;
    padding: 0px 5px;
}

.image {
    width: 100%;
    height: auto;
}

.news-section {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.news-section-left {
    width: 75%;
    height: auto;
}

.news-section-right {
    width: 25%;
    height: auto;
}

.banner-r {
    background-color: #F04B24;
    padding: 10px 5px;
    height: 100%;
    padding-bottom: 0px;
}

.banner-head {
    font-weight: 600;
    margin: 0;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    width: 70%;
}

.banner-head a {
    color: white;
}

.line-w {
    margin: 2px 0px 8px 0px;
    border: none;
    height: 0.5px;
    background-color: white;
}

.paragraph-w {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: white;
    padding: 5px 0px;
    font-family: 'Times New Roman', Times, serif;
}

.news-grid {
    margin: 0;
    padding-bottom: 20px;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    /* Add transition for fade effect */
}

.news-grid.fade {
    background-color: white;
    /* Temporary white background */
    opacity: 0;
    /* Make it fade out */
}

.news-grid-head {
    margin: 0;
    font-size: 18px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}

.line-b {
    margin: 2px 0px 8px 0px;
    border: none;
    height: 0.5px;
    background-color: rgb(0, 0, 0);
}

.image-head {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    margin: 0;
    padding-top: 10px;
}

.image-head a {
    color: black;
}

.paragraph-b {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: black;
    padding: 0px 0px;
    font-family: 'Times New Roman', Times, serif;
}

.source {
    margin: 0;
    color: #6a6666;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 0px;
    display: flex;
    justify-content: flex-end;
}

.image-head-right {
    font-size: 18px;
    font-weight: 800;
    color: black;
    text-transform: uppercase;
    margin: 0;
    padding-top: 10px;
}

.image-head-right a {
    color: black;
}

.image-head-right-w {
    font-size: 18px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding-top: 10px;
}

.image-head-right-w a {
    color: white;
}

.content-b {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    color: black;
    padding: 0px 0px;
    font-family: 'Times New Roman', Times, serif;
}

.news-image-grid {
    margin: 0;
    padding: 10px;
    background-image: url(./images/Cluster_Bomb_Clearance_Laos_CCBY_Steve_Joyce_MAG-900x576.webp);
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: flex-end;
}

.image-grid-inside {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.banner-g {
    background-color: #EEEEEE;
    padding: 20px 10px;
    height: 100%;
    padding-bottom: 0px;
}

.country-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.countries {
    width: 95px;
    height: auto;
}

.countries-head {
    font-size: 17px;
    font-weight: 800;
    color: black;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0px;
}

.countries-head a {
    color: black;
}

.grid-box {
    margin: 0;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.grid-box-left {
    width: 50%;
}

.grid-box-right {
    width: 50%;
    display: flex;
    gap: 20px;
}

.grid-box-right-option {
    width: 50%;
}

.grid-box-paragraph-b {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    color: black;
    padding: 0px 0px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.grid-box-paragraph-b {
    flex-grow: 1;
}

.grid-box-paragraph-b a {
    color: black;
}

/* partners-section */
.partners-section {
    padding: 10px;
    background-color: #DFDDDD;
    margin-top: 20px;
}

.partners-image {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.read {
    margin: 0;
    padding: 10px 0px;
    font-size: 16px;
    color: #6a6666;
}

.line-r {
    margin: 2px 0px 8px 0px;
    border: none;
    height: 0.5px;
    background-color: #F04B24;
}

/* footer */
.footer {
    display: flex;
    justify-content: flex-end;
    gap: 200px;
    background-color: #fdfcfc;
    padding: 10px;
    font-family: Arial, sans-serif;
    color: #000;
}

.search-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-box {
    width: 150px;
    height: 10px;
    border: 1px solid #000;
    padding: 5px;
}

.search-button {
    background-color: #f24726;
    color: white;
    border: none;
    padding: 2px 4px;
    width: 25%;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.contact-section {
    max-width: 300px;
    text-align: right;
}

.contact-section h3 {
    margin-bottom: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.contact-section h3 a {
    color: black;
}

.contact-section p {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
    font-family: 'Times New Roman', Times, serif;
}

.contact-section a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

/* INDEX-PAGE-END */
/* CATEAGORY-PAGE-START */
.short-news {
    margin: 0;
    color: #6a6666;
    font-weight: 500;
    font-size: 14px;
    border-left: 2px solid #ededed;
    padding-left: 5px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
}

.short-news a {
    color: #6a6666;
}

.cateagory-content {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    padding-bottom: 30px;
}

.cateagory-content-left {
    margin: 0;
    width: 85%;
}

.cateagory-content-right {
    width: 15%;
    background-color: #EEEEEE;
    height: auto;
    padding: 0px 5px;
}

.main-content-left {
    margin: 0;
    width: 80%;
}

.main-content-right {
    width: 20%;
    background-color: #EEEEEE;
    height: auto;
    padding: 0px 5px;
    display: block;
}

.theme {
    font-size: 16px;
    color: black;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0px;
}

.theme-content {
    margin: 0;
    color: #6a6666;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
}

.news {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: black;
    font-weight: 800;
}

.news-grid-section {
    display: flex;
    gap: 10px;
    align-items: stretch;
    /* ensures equal height of flex children */
}

.grid {
    width: 25%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* pushes the hr to bottom */
}

.previous {
    color: #6a6666;
    margin: 0;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}

/* CATEAGORY-PAGE-END */
/* DETAIL-PAGE-START */
.latest {
    margin: 0;
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 700;
}

.latest-news-grid {
    display: flex;
    gap: 5px;
    padding: 5px 0px;
}

.latest-news-grid-left {
    width: 65%;
}

.latest-news-grid-right {
    width: 35%;
}

.latest-news-grid-head {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: black;
    font-weight: 500;
    text-align: right;
}

.latest-news-grid-head a{
    color: black;
}
.banner-section {
    margin: 0;
    padding: 10px;
    background-image: url(./images/Bangladesh_clothes_CCBY-ILO-Asia-Pacific_-900x576.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    align-items: flex-end;
}

.cateagory-paragraph-w {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: white;
    padding: 5px 0px;
}

.banner-header {
    margin: 0;
    font-size: 24px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 0px;
}
.banner-header a{
    color: black;
}

.banner-paragraph {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 0px;
}

.date {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    color: #6a6666;
    padding: 5px 0px;
}

.body-grid {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.body-grid-left {
    width: 25%;
}

.body-grid-right {
    width: 75%;
}

.icons {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
    justify-content: space-between;
}

.social-media-image {
    width: 50px;
    height: auto;
}

.body-grid-para {
    margin: 0;
    font-size: 17px;
    color: black;
    font-weight: 500;
    padding: 5px 0px;
    line-height: 24px;
}

.body-grid-para-head {
    font-size: 17px;
    margin: 0;
    color: black;
    font-weight: 600;
    padding: 10px 0px;
    text-transform: uppercase;
}
.body-grid-para-head a{
    color: black;
}

/* DETAIL-PAGE-END */


@media (max-width: 767px) {

    /* INDEX-PAGE-START */
    .main-body {
        margin: 0px 20px;
        padding: 20px 10px;
    }

    .title-w {
        margin: 0;
        font-family: 'Times New Roman', Times, serif;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        width: 10%;
        text-align: left;
        line-height: 15px;
        position: fixed;
        top: 10px;
        left: 5%;
        transition: opacity 0.3s ease;
        display: block;
    }

    /* option-section */

    .menu {
        display: block;
        display: flex;
        margin: 0 auto;
        width: 20px;
        height: auto;
    }

    .option-section {
        border-bottom: 1px solid #F04B24;
    }

    .option-menu {
        display: none;
    }

    /* main-content */
    .main-content {
        display: block;
        gap: 20px;
        padding: 10px 0px;
        padding-bottom: 0px;
    }

    .main-content-left {
        margin: 0;
        width: 100%;
    }

    .main-content-right {
        width: 100%;
    }

    .news-section {
        display: block;
        margin-top: 10px;
    }

    .news-section-left {
        width: 100%;
        height: auto;
    }

    .news-section-right {
        width: 100%;
        height: auto;
    }

    .grid-box {
        display: block;
        margin-top: 10px;
    }

    .grid-box-left {
        width: 100%;
    }

    .grid-box-right {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    /* footer */
    .footer {
        display: block;
        padding: 0;
    }

    .contact-section h3 {
        text-align: left;
        padding-top: 20px;
    }

    /* INDEX-PAGE-END */
    /* CATEAGORY-PAGE-START */

    /* CATEAGORY-PAGE-END */
    /* DETAIL-PAGE-START */
    .social-media-image {
        width: 100px;
        height: auto;
    }

    .body-grid {
        display: block;
        gap: 10px;
        margin-top: 10px;
    }

    .body-grid-left {
        width: 100%;
    }

    .body-grid-right {
        width: 100%;
    }

    .latest-news-grid-head {
        font-size: 16px;
        text-align: left;
    }

    /* DETAIL-PAGE-END */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* INDEX-PAGE-START */
    .main-body {
        margin: 0px 30px;
        padding: 20px 10px;
    }

    .title-w {
        margin: 0;
        font-family: 'Times New Roman', Times, serif;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        width: 10%;
        text-align: left;
        line-height: 15px;
        position: fixed;
        top: 10px;
        left: 4%;
        transition: opacity 0.3s ease;
        display: block;
    }

    /* option-section */
    .option-menu {
        display: none;
    }

    .menu {
        display: block;
        display: flex;
        margin: 0 auto;
        width: 25px;
        height: auto;
    }

    .option-section {
        border-bottom: 1px solid #F04B24;
    }

    /* main-content */
    .main-content {
        display: block;
        gap: 20px;
        padding: 10px 0px;
        padding-bottom: 0px;
    }

    .main-content-left {
        margin: 0;
        width: 100%;
    }

    .main-content-right {
        width: 100%;
    }

    .news-section {
        display: block;
        margin-top: 10px;
    }

    .news-section-left {
        width: 100%;
        height: auto;
    }

    .news-section-right {
        width: 100%;
        height: auto;
    }

    .grid-box {
        display: block;
        margin-top: 10px;
    }

    .grid-box-left {
        width: 100%;
    }

    .grid-box-right {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    /* footer */
    .footer {
        display: block;
        padding: 0;
    }

    .contact-section h3 {
        text-align: left;
        padding-top: 20px;
    }

    /* INDEX-PAGE-END */
    /* CATEAGORY-PAGE-START */
    /* CATEAGORY-PAGE-END */
    /* DETAIL-PAGE-START */
    .latest-news-grid-head {
        font-size: 18px;
        text-align: left;
        padding-left: 10px;
    }

    /* DETAIL-PAGE-END */
}

@media (min-width: 992px) and (max-width: 1200px) {

    /* INDEX-PAGE-START */
    .main-body {
        margin: 0px 80px;
        padding: 20px 50px;
    }

    .news-image-grid {
        height: 40vh;
    }

    /* INDEX-PAGE-END */
    /* CATEAGORY-PAGE-START */
    /* CATEAGORY-PAGE-END */
    /* DETAIL-PAGE-START */
    .social-media-image {
        width: 30px;
        height: auto;
    }

    .latest-news-grid {
        display: block;
        margin-bottom: 10px;
    }

    .latest-news-grid-left {
        width: 100%;
    }

    .latest-news-grid-right {
        width: 100%;
    }

    /* DETAIL-PAGE-END */
}

@media (min-width: 1201px) and (max-width: 1400px) {}




@media (max-width: 767px) {
    .main-content-left {
        margin: 0;
        width: 100%;
    }

    .main-content-right {
        margin: 0;
        width: 100%;
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-content-left {
        margin: 0;
        width: 100%;
    }

    .main-content-right {
        margin: 0;
        width: 100%;
        padding: 0px;
    }

    /* DETAIL-PAGE-START */
    /* DETAIL-PAGE-END */
}