body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

header {
    background-color: #003366;
    color: #ffcc00;
    padding: 20px 0;
    text-align: center;
}

.top-bar {
    background: #003366;
    color: #fff;
    font-size: 12px;
}

.topbar-icon {
    color: #ffcc00;
}

.follow-us-link {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffcc00;
    color: #000;
    text-decoration: none;
}

nav {
    background-color: #00509e;
    padding: 10px 0;
}


.navbar-brand img {
    height: 40px;
}

nav a {
    color: #ffcc00;
    text-decoration: none;
    padding: 10px 15px;
    transition: background-color 0.3s;
}

.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.navbar-nav .nav-link:hover {
    color: #003366;
    border-bottom: 3px solid #ffcc00;
}

.navbar-container {
    font-size: 14px;
}

.dropdown-menu {
    font-size: 13px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #003366;
    color: #fff;
    font-size: 13px;
}

.container {
    margin: auto;
    overflow: hidden;
}

.footer {
    background-color: #003366;
    color: #ffcc00;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.top-up-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
}

.bottom-bar {
    background: #003366;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

h1,
h2,
h3 {
    color: #003366;
}

p {
    font-size: 14px;
    text-align: justify;
}


.btn {
    background-color: #ffcc00;
    color: #003366;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #e6b800;
}

@media (max-width: 768px) {
    nav {
        text-align: center;
    }

    nav a {
        display: block;
        margin: 5px 0;
    }
}

.footer-logo {
    position: absolute;
    top: 0;
    /* right: 25px; */
    height: 30px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}