body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: white;
    overflow-x: hidden;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 10px 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
    /* Shadow effect */
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    /* Light border for extra effect */
    z-index: 1000;
}


.nav-links a {
    font-family: 'Poppins', Bookman Old Style;
    /* Change this to your preferred font */
    font-size: 15px;
    /* Adjust size as needed */
    font-weight: bold;
    /* You can change to normal, lighter, etc. */
    text-transform: uppercase;
    /* Optional: Makes text uppercase */
}

.nav-links b {
    font-family: 'Poppins', Bookman Old Style;
    /* Change this to your preferred font */
    font-size: 15px;
    /* Adjust size as needed */
    font-weight: bold;
    /* You can change to normal, lighter, etc. */
    text-transform: uppercase;
    /* Optional: Makes text uppercase */
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 70px;
    height: auto;
    margin-right: 15px;
}

.logo {
    font-family: 'Monotype Corsiva', cursive;
    font-size: 35px;
    color: white;
    margin: 0;
    padding-bottom: 5px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.nav-links b {
    color: #ffcc00;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s;
}

.nav-links b:hover {
    color: #ffcc00;
}

.nav-links a:hover {
    color: #ffcc00;
    text-decoration: underline;
}


/* Apply Segoe UI font to the About Us section */
.about-us {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    /* Change color as needed */
    text-align: justify;
    line-height: 1.6;
}

/* Style for headings */
.about-us h1,
.about-us h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #FFD700;
    /* Golden color, adjust as needed */
}

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 400px;
    position: relative;
    margin: auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px #ffcc0030, 0 0 40px #ffcc001e, 0 0 60px #ffcc001d; /* Glowing effect */
    border: 2px solid #ffcc0047; /* Optional: Golden border */
}

/* Hide the images by default */
.mySlides {
    display: none;
}


/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Main Content */
main {
    padding: 65px 50px 50px;
    max-width: 1200px;
    margin: auto;
}

h1 {
    margin: 0;
    padding: 15px;
    color: #ffcc00;
    font-size: 40px;
}

.about-container {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    height: 65vh;
    /* Adjust height as needed */
}

.about-container img {
    max-width: 100%;
    /* Ensures the image is responsive */
    height: 400px;
    /* Maintains aspect ratio */
}

.soft-edge {
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgb(182, 181, 181),
        0px 0px 40px rgb(248, 248, 248) inset;
    /* Inner glow effect */
}

h2 {
    color: #ffcc00;
    font-size: 25px;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

strong {
    color: #ffcc00;
}

ul {
    padding-left: 20px;
}

ul li {
    margin: 10px 0;
}

.about-sites {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    /* Change color as needed */
    text-align: justify;
    line-height: 1.6;
}

/* Style for headings */
.about-sites h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #FFD700;
    /* Golden color, adjust as needed */
}

.about-sites p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: justify;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

strong {
    color: #ffcc00;
}

.objectives-section {
    padding: 40px;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

/* Apply this styling to h2, p, and ul */

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background-color: #111;
    position: relative;
    bottom: 0;
    width: 100%;
}

.logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: normal;
}

footer a:hover {
    text-decoration: underline;
}

/* Page Load Animation */
.page {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Staffing Section Styles */
.staffing-section {
    padding: 60px 0;
    background-color: #1c1c1c;
}

.staffing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.staffing-details {
    flex: 1;
    min-width: 300px;
    background: #222;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.staffing-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
}

.staffing-details h2 {
    font-size: 24px;
    color: #ffcc00;
    margin-bottom: 15px;
}

.staffing-details p {
    font-size: 16px;
    color: #ddd;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .staffing-container {
        flex-direction: column;
        align-items: center;
    }

    .staffing-details {
        width: 90%;
    }
}

.egs-objectives-section {
    padding: 60px 40px;
    background-color: #111;
    color: #ddd;
    font-family: 'Segoe UI', sans-serif;
}

.egs-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.egs-objectives-text {
    flex: 1;
    min-width: 320px;
    background-color: #1c1c1c;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
}

.egs-objectives-text h2 {
    color: #ffcc00;
    margin-bottom: 20px;
    font-size: 28px;
}

.egs-objectives-text h3 {
    margin-top: 25px;
    color: #ffcc00;
}

.egs-objectives-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.egs-objectives-text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.egs-objectives-text ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.egs-slideshow {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.slideshow-container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.slideshow-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .egs-content-wrapper {
        flex-direction: column;
    }
}


.animated-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 20px; /* Adjust to fit under the slideshow */
}

.animated-text {
    font-size: 25px;
    font-weight: bold;
    color: yellow;
    max-width: 80%;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 2s ease-in-out;
}

.animated-text.show {
    opacity: 1;
    transform: translateX(0);
}
