* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.hero {
    background: #1f2125;
    min-height: 100vh;
    width: 100%;
    color: white;
    position: relative;
    overflow: hidden; 
}

nav {
    display: flex;
    align-items: center;
    padding: 20px 8%;
    position: fixed;
    width: 100%;
    background: #17181c; /* Add background color to the navbar */
    z-index: 1000; /* Set a high z-index value to ensure the navbar is on top */
}

nav .menu-img {
    width: 30px;
    margin-right: 20px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Added transition property */
    transform-origin: center; /* Set the rotation origin to the center of the image */
}

nav .dark-logo {
    width: 260px;
    cursor: pointer;
}

nav ul {
    flex: 1;
    text-align: right;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

.test-img-cont {
    position: relative;
    width: 100%;
}

.test-img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Semi-transparent white overlay on the image */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(241, 241, 241); /* Change text color as needed */
}

.overlay-text {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    position: relative;
    top: -50px; /* Adjust this value to move the text up or down */
    left: -250px;
}


.unbold-text{
    font-weight:500;
}

.logo-button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}








/* Added styles for the dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.menu-img {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1f2125;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.3s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #1f2125;
}

.dropdown:hover .dropdown-content {
    display: block;
}







/* New section styles */
.problems-section {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.problems-title {
    position: relative;
    top: -90px; /* Adjust this value to move the title up or down */
}

.problems-text {
    position: relative;
    top: -60px;
}

.issue-column {
    float: left;
    width: 23.68%;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #24262a; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
}

/* Clear floats after the columns */
.issue-row::after {
    content: "";
    display: table;
    clear: both;
}

.issue-image {
    filter: invert(100%); /* Invert the color of the image */
    width: 50px; /* Set the width to 50 pixels */
    height: 50px; /* Set the height to 50 pixels */
}






/* Home Page "about us" section*/


.about-us-section {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.ab-us-title {
    position: relative;
    top: 270px;
    right: 470px;
    margin-right: 20px;
    text-align: left;
}

.ab-us-text {
    position: relative;
    top: 290px;
    right: 200px;
    text-align: left;
    
}

.home-page-1 {
    position: relative;
    width: 600px;
    height: auto;
    aspect-ratio: fixed;
    top: -300px;
    right: 800px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

/* Section for the mission page */

.vision-mission-section {
    background: #1f2125;
    color: white;
    padding: 80px 8%;
}

.vision-mission-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.vision-mission-statement {
    text-align: left;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 30px;
}

.strategic-objectives {
    text-align: left;
    margin-bottom: 30px;
}

.strategic-objectives-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.strategic-objectives-item {
    margin-bottom: 10px;
}















.mission-column {
    float: left;
    width: 31.9%;
    height: 320px;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #24262a; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
}

/* Clear floats after the columns */
.mission-row::after {
    content: "";
    display: table;
    clear: both;
}

.mission-image {
    filter: invert(100%); /* Invert the color of the image */
    width: 50px; /* Set the width to 50 pixels */
    height: 50px; /* Set the height to 50 pixels */
}

.values-column {
    position: relative;
    float: left;
    width: 34%;
    height: 610px;
    padding: 30px 40px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #24262a; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
    top: 280px;
    right: 160px;
}

.vals-title {
    position: relative;
    width: fit-content;
    top: 270px;
    right: 300px;
    margin-right: 20px;
    text-align: right;
}

.mission-page-1 {
    position: relative;
    width: 600px;
    height: auto;
    aspect-ratio: fixed;
    top: -400px;
    right: 800px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.logo-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}













/* Section for the footer */

footer {
    background-color: #17181c;
    color: white;
    padding: 20px 8%;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    width: 200px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.footer-links a:hover {
    color: #ddd;
}

.footer-attribution {
    text-align: right;
}

.footer-attribution p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-attribution a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-attribution a:hover {
    color: #ddd;
}

.footer-attribution span.designer {
    color: #e80000; 
    font-weight: bolder;
}














/* New section styles */
.officer-section-one {
    height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.officer-section-two {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.officer-column-3 {
    float: left;
    width: 31.9%;
    height: 320px;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #24262a; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
}

.officer-column-4 {
    float: left;
    width: 23.68%;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #24262a; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
}









.question-ans-section {
    height: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.question-ans-title {
    position: relative;
    width: fit-content;
    top: 0px;
    right: 0px;
    margin-right: 20px;
    text-align: right;
}

.question-ans-text {
    position: relative;
    top: 0px;
    right: 00px;
    text-align: left;
}

.question-ans-row::after {
    content: "";
    display: table;
    clear: both;
}

.question-ans-column {
    float: left;
    width: 48%;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #24262a; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
    height: 270px;
}


.question-ans-column-top {
    float: left;
    width: 44%;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #2d3035; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
}

.question-ans-column-bottom {
    float: left;
    width: 44%;
    padding: 10px 22px; /* Add padding to create 5 pixels empty space on either side */
    box-sizing: border-box; /* Include padding in the width calculation */
    background-color: #2d3035; /* Background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Black shadow */
    margin: 10px; /* Add margin for better separation */
}