.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header-image {
    position: relative;
    text-align: center;
    color: white;
}
.header-image img {
    width: 100%;
    height: auto;
}
.header-image .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
footer {
    background-color: black;
    color: white;
    padding: 80px 0 0 0; 
}
.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    flex-wrap: wrap;
}
.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 0; 
    padding: 5px 0; 
}
.footer-section h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: white;
    text-decoration: none;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
body {
    padding-top: 120px; 
}
.navbar .nav-link {
    color: #173b66 !important; 
}
.img-container {
    margin-bottom: 30px;
}
.img-container img {
    margin-bottom: 15px;
}
.img-container p {
    font-weight: bold;
}
.contact-bar {
    width: 100%;
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 1100;
}
.contact-bar a {
    color: #000;
    margin: 0 15px;
    text-decoration: none;
}
.navbar {
    position: fixed; 
    width: 100%;
    z-index: 1000;
    background-color: #fff; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    margin: 40px 0;
}