/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
}

/* Navbar Styling */
.navbar {
    background-color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .logo a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
}

.navbar .nav-links {
    display: flex;
    list-style: none;
}

.navbar .nav-links li {
    margin-left: 30px;
}

.navbar .nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.navbar .nav-links li a:hover {
    color: #f39c12;
    border-bottom: 2px solid #f39c12;
}

/* Menu Toggle (Burger Icon) */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s ease;
}

/* Mobile Styling */
@media (max-width: 768px) {
    .navbar .nav-links {
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #222;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .navbar .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }
}

/* For active menu toggle, animate the burger */
@media (max-width: 768px) {
    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 5px 5px;
    }
    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 5px 16px;
    }
}

.foto{
   width: 50px;
   height: 50px;
   transition: transform 0.3s ease;
    /*smooth transition */
}
.foto:hover{
     transform: scale(1.2);
}
.map-container {
    width: 80%;
    max-width: 800px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}
.lll{
    display: flex;
}
li{
   list-style-type: none;

}
a{
    text-decoration: none;


}
.misamarti{
    color: darkgray;
font-size: 20px;
font-weight: 400;
line-height: 24.14px;
text-align: left;

}
.misamarti2{
font-size: 20px;
font-weight: 400;
line-height: 24.14px;
text-align: left;
color: black;
}
.tel{

font-size: 20px;
font-weight: 400;
line-height: 24.14px;
text-align: left;
color: darkgray;
}
.nomeri{
font-size: 20px;
font-weight: 400;
line-height: 24.14px;
text-align: left;
color: black;
}
.elfosta{
font-size: 20px;
font-weight: 400;
line-height: 24.14px;
text-align: left;
color: darkgray;
}
.elfosta2{
    font-family: Helvetica Neue LT GEO;
font-size: 20px;
font-weight: 400;
line-height: 24.14px;
text-align: left;
color: black;
