body {
    /* font-family: Arial, sans-serif; */
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

.function_powers_section,
.about_us {
    padding: 0px 75px !important;
}

.header-section {
    border-bottom: 2px solid #12b886;
}

.navbar-nav {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 15px;
}

.nav-link {
    color: #10964c !important;
    font-size: 14px;
    /* font-family: Arial Rounded MT Bold; */
    text-decoration: none;
}

.dropdown-item {
    color: #10964c !important;
    /* font-family: Arial Rounded MT Bold; */
    text-decoration: none;
}

.nav-item a {
    font-size: 17px;
}

.btn-login {
    background-color: #41be90 !important;
    border-radius: 20px !important;
    color: white !important;
    padding: 5px 25px !important;
    font-size: 14px !important;
    border: none;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}

p {
    margin: 0;
    font-size: 14px;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.page-container {
    min-height: 100vh; /* Full viewport height */
    display: flex;
    flex-direction: column; /* Stack header, content, footer vertically */
}

/* Main content grows to fill remaining space */
main.flex-fill {
    flex: 1;
}

.progress-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 20px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.progress-bar {
    width: 50px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.progress-bar:hover {
    background: rgba(255, 255, 255, 0.5);
}

.progress-bar.active {
    background: rgba(255, 255, 255, 0.95);
    width: 50px;
}

.about_title {
    font-weight: bold;
    font-size: 35px;
    color: #122c28;
    text-transform: uppercase;
}
.about_title span {
    color: #1a984f;
}

.about_section p {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
}

.btn-read-more {
    background-color: #41be90 !important;
    border-radius: 20px !important;
    color: white !important;
    padding: 5px 25px !important;
    font-size: 21px !important;
    border: none;
}

.about_section_image {
    display: flex;
    align-items: center;
}

.about_section_image_wrapper {
    position: relative;
    display: inline-block;
}

.about_section_image_wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border: none; /* remove default border if any */
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* removes jump */
}

/* Keep dropdown visible while hovering */
.dropdown-menu {
    margin-top: 0;
}

.function_powers_title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #367c4d;
}

.function_powers_title span {
    color: #122b28;
}

.function_powers_title p {
    color: gray;
    text-transform: uppercase;
}

.function_powers {
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    color: #367c4d;
}

.function_powers span {
    color: #122b28;
    text-transform: uppercase;
}

.function_powers_list {
    list-style-type: none;
    padding-left: 5px;
    margin: 0;
}

.function_powers_list li {
    display: flex;
    align-items: flex-start;
    border-radius: 35px;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    margin: 10px 0;
    align-items: center;
}

.function_powers_list img {
    width: 40px;
    border-radius: 25px;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
    flex-shrink: 0;
}

.function_powers_list span {
    display: inline-block;
    color: #122b28;
    text-transform: uppercase;
    line-height: 1.4;
}

.latest_updates {
    height: 295px;
    overflow-y: auto; /* Enable vertical scroll */
    padding-right: 10px; /* Prevent text from touching scrollbar */
}

/* Scrollbar for WebKit-based browsers (Chrome, Edge, Safari) */
.latest_updates::-webkit-scrollbar {
    width: 8px;
}

.latest_updates::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.latest_updates::-webkit-scrollbar-thumb {
    background: #367c4d;
    border-radius: 10px;
    border: 3px solid #ccc;
}

.latest_updates::-webkit-scrollbar-thumb:hover {
    background: #2a5d39;
}

/* Optional: For Firefox (limited styling) */
.latest_updates {
    scrollbar-width: auto;
    scrollbar-color: #367c4d #f1f1f1;
}

.chairman_message {
    text-align: center;
}

.chairman_message h1 {
    font-size: 30px;
}

.chairman_message h6 {
    font-size: 19px;
    color: #10964c;
}
.chairman_message p {
    font-size: 13px;
    padding: 0px 15px;
}

.members_section,
.press_section {
    padding: 0px 100px;
}

.team_member {
    border: 1px solid #eeeaea;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 5px 5px #f0eeee;
}

.team_member h6 {
    font-weight: bold;
    font-size: 12px;
}

.team_member p {
    font-size: 12px;
}
.team_member img {
    border-radius: 15px;
    margin-bottom: 15px;
}

.press_release_title h1 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.press_release_title h1 span {
    color: #367c4d;
    /* text-transform: none; */
}

.press_release_title p {
    font-size: 24px;
    text-align: center;
    font-weight: medium;
    margin-bottom: 15px;
    color: #367c4d;
}

.press_release_card,
.press_release_news {
    margin-top: 20px !important;
}

.card_content {
    padding: 0px 175px 0px 0px;
}

.press_release_card p {
    font-size: 20px;
    color: #252641;
    margin-top: 15px;
}

.author span {
    color: #367c4d;
}

.press_release_date {
    display: flex;
    background-color: #00b040;
    padding: 2px 20px;
    color: white !important;
    border-radius: 15px;
    justify-self: self-start;
}

.news_press_release_date {
    display: flex;
    background-color: #00b040;
    padding: 2px 20px;
    color: white !important;
    border-radius: 15px;
    justify-self: self-start;
}

.press_release {
    margin-left: 25px;
}

.news_content {
    margin-left: 15px;
    padding: 0px 50px 0px 0px;
}

.description {
    font-size: 20px;
}

.news_release_date {
    display: flex;
    background-color: #00b040;
    padding: 2px 20px;
    color: white !important;
    border-radius: 15px;
    justify-self: self-start;
    position: relative;
    top: -40px;
    left: 100px;
}

.news_description {
    padding: 0px 45px 0px 0px;
    font-size: 20px;
}

.widget1 {
    text-align: center;
}

.widget2 ul,
.widget3 ul,
.widget4 ul {
    list-style: none;
    padding: 0px;
    line-height: 30px;
}

.widget1 h2 {
    color: #0d9044;
    font-size: 35px;
    font-weight: 700;
}

.widget2 h2,
.widget3 h2,
.widget4 h2 {
    color: #0d9044;
    font-size: 24px;
    font-weight: bold;
}
.footer {
    background-color: #1c1c1c; /* deep dark footer */
    color: #fff;
    padding: 60px 5%;
    position: relative;
}

.footer h2 {
    color: #ffd43b; /* highlight headings */
    margin-bottom: 15px;
}

.footer ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #ccc;
}

.footer ul li:hover {
    color: #ffd43b;
}

.footer iframe {
    border: 2px solid #12b886;
    border-radius: 15px;
}

/* Footer bottom section */
.terms_conditions {
    background-color: #141414;
    color: #ccc;
    text-align: center;
    padding: 15px 5%;
    border-top: 2px solid #12b886;
}

.terms_conditions a {
    color: #ffd43b;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.terms_conditions a:hover {
    color: #12b886;
}

.services {
    padding: 0px 75px;
}

@media (max-width: 1024px) {
    /* .about_title {
        font-size: 30px;
    } */
    .function_powers_section,
    .about_us {
        padding: 0px 50px !important;
    }

    .slider-wrapper {
        padding: 0 10%;
    }

    /* .about_title {
    font-size: 60px;
  } */

    .about_section p {
        font-size: 20px;
    }

    .btn-read-more {
        font-size: 18px !important;
    }
    .members_section {
        padding: 0px 15px !important;
    }
    .press_section {
        padding: 0px 15px !important;
    }
    .widget1 h2 {
        font-size: 20px;
    }
    .services {
        padding: 0px 25px;
    }
}

@media (max-width: 768px) {
    .function_powers_section,
    .about_us {
        padding: 0px 30px !important;
    }

    .slider-wrapper {
        padding: 0 5%;
    }

    .about_title {
        font-size: 50px;
    }

    .about_section p {
        font-size: 20px;
    }

    .btn-read-more {
        font-size: 16px !important;
    }

    .team_member {
        padding: 10px 5px;
    }

    .team_member img {
        width: 100%;
    }
    .members_section {
        padding: 0px 15px !important;
    }
    .press_section {
        padding: 0px 15px !important;
    }
    .card_content {
        padding: 0px;
    }
    .executive_team {
        margin-top: 20px !important;
    }
    .news_release_date {
        left: 60px;
    }
}

@media (max-width: 430px) {
    .function_powers_section,
    .about_us {
        padding: 0px 15px !important;
    }

    .about_section_image {
        margin-top: 20px !important;
    }

    .about_title {
        font-size: 40px;
    }

    .about_section p {
        font-size: 18px;
    }

    .btn-read-more {
        font-size: 14px !important;
        padding: 5px 15px !important;
    }

    .team_member {
        padding: 5px;
    }

    .team_member img {
        width: 100%;
    }
    .press_section {
        padding: 0px 15px !important;
    }

    .press_release_title h1 {
        font-size: 30px;
    }

    .press_release_title p {
        font-size: 18px;
    }
    .card_content {
        padding: 0px;
    }
}
