/* styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #0073e6;
    color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.msg{
    color: rgb(24, 189, 41);
    font-weight: 800;
    font-size: 1.em;
    text-align: center;
}

header .logo {
    font-size: 1.5rem;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.3s;
}
a:hover{
    color:gold;
    
}

.hero {
    background: url('logo2.png') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 5rem 1rem;
}
.logo img{
    height: 50px;
}
h4{
    text-align: center;
    color: #fff;
    background-color: #0073e69c;
    font-weight: 800;
    text-transform: capitalize;
    height: 50px;
    font-size: 2em;
}
.hero .btn {
    font-weight: 800;
    background: #0073e6;
    color: #fff;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    margin: 0.5rem;
    display: inline-block;
    border-radius: 5px;
    height: 30px;
    width: 140px;
    font-size: 1em;
}

.featured-jobs {
    padding: 2rem 1rem;
    background: #f9f9f9;
}

.featured-jobs h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.job-listing {
    background: #fff;
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
}

footer .social-links a {
    color: #fff;
    margin: 0 0.5rem;
    text-decoration: none;
}

.form-control{
    margin: 0.25rem 0 1rem;
    border: 1px solid #0578d6;
    border-radius: 5px;
    outline: none;
    height: 45px;
    font-size: 20px;
}

.application-form {
    padding: 2rem 1rem;
}

.application-form h2 {
    margin-bottom: 1rem;
    text-align: center;
}

.application-form form {
    display: flex;
    flex-direction: column;
}

.application-form label {
    margin: 0.5rem 0 0.25rem;
}

.application-form input,
.application-form textarea {
    padding: 0.5rem;
    margin: 0.25rem 0 1rem;
    border: 1px solid #0578d6;
    border-radius: 5px;
    outline: none;
    height: 30px;
    font-size: 20px;
}

.application-form .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
    border: 1px;
}



/* styles.css */

/* Add the previous styles and extend */

.registration-form {
    padding: 2rem 1rem;
}

.registration-form h2 {
    margin-bottom: 1rem;
}

.registration-form form {
    display: flex;
    flex-direction: column;
}

.registration-form label {
    margin: 0.5rem 0 0.25rem;
}

.registration-form input {
    padding: 0.5rem;
    margin: 0.25rem 0 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.registration-form .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
}



/* styles.css */

/* Add the previous styles and extend */

.job-details {
    padding: 2rem 1rem;
}

.job-details h2 {
    margin-bottom: 1rem;
}

.job-details p {
    margin: 0.5rem 0;
}

.job-details .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1rem;
}



/* styles.css */

/* Add the previous styles and extend */


.job-listings {
    padding: 2rem 1rem;
}

.job-listing {
    background: #fff;
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.job-listing h3 {
    margin: 0 0 0.5rem;
}

.job-listing p {
    margin: 0 0 1rem;
}

.job-listing a {
    color: #0073e6;
    text-decoration: none;
}

.pagination {
    text-align: center;
    padding: 1rem;
}

.pagination a {
    margin: 0 0.5rem;
    text-decoration: none;
    color: #0073e6;
}




/* styles.css */

/* Add the previous styles and extend */

.about-intro {
    padding: 2rem 1rem;
    text-align: center;
    background: #f9f9f9;
}

.about-intro h1 {
    margin-bottom: 1rem;
}

.about-intro p {
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.6;
}

.our-mission {
    padding: 2rem 1rem;
    text-align: center;
    background: #fff;
}

.our-mission h2 {
    margin-bottom: 1rem;
}

.our-mission p {
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.6;
}



.info{
    background-color: yellow;
    height: 130px;
    font-weight: bold;
    text-align: center;
}
h1{
    color: red;
    text-decoration: underline;
}


/* styles.css */

/* Add the previous styles and extend */

.slideshow {
    text-align: center;
    padding: 2rem 1rem;
    background: #f9f9f9;
}

.slideshow h2 {
    margin-bottom: 1rem;
}

.slideshow-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slide {
    display: none;
    text-align: center;
}

.slide img {
    width: 100%;
    border-radius: 10px;
}

.caption {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dots {
    text-align: center;
    padding: 1rem 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


.section{
    background-color: #0073e6;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 20px;
}
.section a{
    color:#fff;
    font-size: 30px;
    height: 30px;
    width: 130px;
    border: 2px solid #fff;
    background-color: purple;

}