* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.title p {
    font-size: 22px;
}

html {
    overflow-x: hidden;
}

body {
 overflow: hidden;
 max-width: 100%;
}

.container {
    margin: 0 auto;
}

a, a:hover {
    text-decoration: none;
}

h1 {
    font-weight: bolder;
}

.single-table:hover, .single-item:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.hr-line {
    opacity: 100% !important;
    width: 30rem;
    border: 4px solid #4E97E0;
    border-radius: 10px;
}

.title {text-align: center;
    margin-bottom: 80px;}

dl, ol, ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.hr-line {
    margin: auto;
}

footer {
    padding: 50px 100px;
    color: #f9f9f9;
    background-color: #12243C;

    p {
        max-width: 300px;
        text-align: left;
    }
    
    h5 {
        font-weight: 800;
        color: #4E97E0;
        margin-bottom: 30px;
    }
    
    .footer-icons {
        font-size: 22px;
    }
    
    a {
        color: #f9f9f9;
        padding-bottom: 20px;        
        margin-right: 15px;
    }
    a:hover {
        color: #4E97E0;
    }
}

footer .col-md-4, footer .col-lg-3, footer .col-xl-3 {
    max-width: 300px;
}

.footer-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.mission-section {
    padding: 80px 100px;
    color: #f9f9f9;
    text-align: center;
    height: fit-content;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    .container {
        position: relative;
        z-index: 2; /* Ensure the content appears above the overlay */
    }

    h1 {
        font-weight: 500;
        
    }
    
    .title {
        padding: 30px;
        margin-bottom: 30px !important;
    }

    .btn {
        padding: 10px 20px;
        background-color: #4E97E0;
        color: #f9f9f9;
    }

    .btn:hover {
        background-color: #001026;
        color: #f9f9f9;
    }
}

.mission-section-overlay {
    background-color: rgba(18, 36, 60, 0.6); /* Semi-transparent overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure the overlay is on top of the background image */
}

.contact-mission-section {
    padding: 80px 100px;
    color: #f9f9f9;
    text-align: center;
    height: fit-content;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    .container {
        position: relative;
        z-index: 2; /* Ensure the content appears above the overlay */
    }

    h1 {
        font-weight: 500;
    }

    .title {
        padding: 30px;
        text-align: center;
        margin-bottom: 0px;
    }
}

.contact-section-overlay {
    background-color: rgba(18, 36, 60, 0.6); /* Semi-transparent overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure the overlay is on top of the background image */
}