@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
    text-decoration: none;
}


body{
    font-family: 'Poppins', sans-serif;    
}

#top {
    width: 100%;
    background-color: #EDF2EE;
    height: 27px; 
    padding: 5px 0;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-wrap: wrap;
    padding: 0 5%; 
}

.left-content, .right-content {
    display: flex;
    align-items: center;
}

.img-icon {
    width: 9px;
    height: auto;
}

.location {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem; 
    color: #2B572E;
    margin-left: 5px;
}

/* Language and Country Spacing */
#lang, #country {
    margin: 0 8px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}

.logo img {
    width: 150px;
    transform: translate3d(10px, 10px, 10px)
}

/* Navbar */
.navbar {
    text-align: center;
    padding: 20px 0;
}
.logo img {
    width: 120px;
}