/* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Header Styles */
.top-bar {
    background-color: #111;
    height: 10px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;

}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1600px;
}

/* Government Info */
.bottom_sec {
    padding-top: 25px;
    gap: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #89838329;
}

.gov-info {
    display: flex;
}

.gov-text {
    border-right: 1px solid #89838363;
    padding-right: 10px;
}

.ministry-text {
    padding-left: 10px;
}

.hindi-text {
    font-size: 16px;
    color: #3b94ed;
    font-weight: bold;
}

.eng-text {
    font-size: 14px;
    color: #3b94ed;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

.hindi-text1 {
    font-size: 16px;
    color: #898383;
    font-weight: bold;
}

.eng-text1 {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #898383;
    font-weight: bold;
}

/* Logo */
.logo-container .csb-logo {
    width: 95px;
    height: auto;
    margin: 0 5px 0 10px;
    padding-top: 10px;
}

/* Title Section */
.title {
    text-align: left;
    flex-grow: 1;
}

.hindi-title,
.hindi-title-bold {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #12266e;
    line-height: 32px;
}

.eng-title {
    font-size: 20px;
    color: #12266e;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 26px;
}

.eng-subtitle {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    color: #12266e;
    font-weight: 500;
    line-height: 24px;
}

/* Accessibility Section */
.accessibility_part {
    align-items: center;
    display: flex;

    border-left: 1px solid #89838363;
    padding-left: 10px;
}

.access-link {
    font-family: "Raleway", sans-serif;
    color: #3b94ed;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}

.icons {
    display: flex;
    border-right: 1px solid #89838363;
    padding-top: 6px;
    align-items: center;
    padding-right: 10px;
    border-left: 1px solid #89838363;
    padding-left: 10px;
}

.icon {
    cursor: pointer;

}

.icon1 {
    padding-left: 10px;
}

.icon img {
    border-radius: 50%;
    height: 25px;
}

.fa-sitemap {
    border-radius: 50%;
    /* height: 25px; */
    color: white;
    background-color: #636363;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Biodiversity Logo */
.biodiversity-logo {
    width: 95px;
    height: auto;

}

@media (max-width:767px) {

    .header-container {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ministry-text {
        text-align: center;

    }

    .gov-text {
        text-align: center;

    }

    .accessibility_part {
        padding-top: 18px;
        border: none;
        justify-content: center;
    }


    .bottom_sec {
        padding-top: 40px;
        text-align: center;
    }

    .gov-info {
        justify-content: center;
        padding-top: 15px;
    }

    .logo-container .csb-logo {
        margin: 0;
        padding-top: 0;
    }

    .title {
        padding-top: 10px;
        text-align: center;
    }

    .hindi-title,
    .hindi-title-bold {
        font-size: 18px;
    }

    .eng-title {
        font-size: 16px;
    }

    .right_logo {
        padding-top: 10px;
    }




}