body {
    font-family: 'Poppins', sans-serif;
    color: #002634;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar {
    background-color: #FFFFFF;
}

.nav-link {
    color: #002634;
}

.nav-link:hover {
    color: #FE3B1F;
}

#home {
    background: linear-gradient(to bottom, #242320, #174F64);
    color: #FFFFFF;
}

.hero-logo {
    width: 150px;
    height: auto;
}

#about, #solutions {
    background-color: #FFFFFF;
    color: #002634;
}

h1, h2 {
    color: #FE3B1F;
}

h1.text-uppercase, h2.text-uppercase {
    text-transform: uppercase;
}

.bg-primary {
    background-color: #174F64 !important;
}

#technology {
    background-color: #F0F0F0;
    color: #002634;
}

#contact, #support {
    background-color: #F0F0F0;
    color: #002634;
}

footer {
    background-color: #000000;
    color: #FFFFFF;
    margin-top: auto;
}

a {
    color: #174F64;
}

a:hover {
    color: #FE3B1F;
}

img {
    max-width: 100%;
    height: auto;
}

.contact-address {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-align: left;
}

.contact-address img.location-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    color: #002634;
    text-decoration: none;
}

.whatsapp-link:hover {
    color: #FE3B1F;
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

