body {
    font-family: 'Poppins', sans-serif;
}

.top-bar {
    background: #0A3D62;
    font-size: 14px;
}

.main-navbar {
    background: #0A3D62;
}

.nav-link {
    color: white !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #F39C12 !important;
}

.hero-section {
    background: url('https://picsum.photos/1920/900') center/cover no-repeat;
    color: white;
    padding: 150px 0;
    text-align: center;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.section-padding {
    padding: 80px 0;
}

.footer {
    background: #0A3D62;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #F39C12;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    text-decoration: none;
}

.call-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 37px;
    text-decoration: none;
}
