/* Modern CSS for Adorez Hiztegiak */

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Container */
#nagusia {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Language switcher */
#hizkuntza {
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#hizkuntza p {
    margin: 0;
    font-size: 14px;
}

#hizkuntza a {
    color: #666;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s;
}

#hizkuntza a:hover {
    background-color: #f5f5f5;
}

/* Home page styles */
#slider-wrapper {
    width: 998px;
    height: 392px;
    margin: 20px auto;
    padding-top: 34px;
    background-color: white;
    border-radius: 8px;
}

#slider {
    position: relative;
    width: 618px;
    height: 246px;
    margin: 0 auto;
    background-color: white;
}

.nivoSlider {
    background-color: white;
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 618px;
    height: 246px;
    display: none;
}

.content {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

/* Page layouts */
#bilaketarenemaitza {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

#menua {
    width: 200px;
    flex-shrink: 0;
    background-color: #fff;
    padding: 20px;
    border-right: 1px solid #eee;
}

#menua img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#menua ul {
    list-style: none;
    padding: 0;
}

#menua li {
    margin-bottom: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

#menua li:hover {
    background-color: #f5f5f5;
}

#menua li.aukeratutakoa {
    background-color: #ff6600;
    color: white;
    font-weight: bold;
}

#menua li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

#estatikoa {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

#estatikoa h1, .content h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

#estatikoa h2, .content h2 {
    font-size: 22px;
    margin: 25px 0 15px 0;
    color: #555;
}

#estatikoa p, .content p {
    margin-bottom: 15px;
    text-align: justify;
}

#estatikoa ul, .content ul {
    margin: 15px 0;
    padding-left: 30px;
}

#estatikoa li, .content li {
    margin-bottom: 8px;
}

/* Image styles */
.argazkia {
    text-align: center;
    margin: 20px 0;
}

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


.argazkioina {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/* Footer */
#oina {
    clear: both;
    padding: 30px 0;
    margin-top: 80px;
    border-top: 1px solid #eee;
    text-align: center;
}

#oina p {
    margin: 10px 0;
}

#oina a {
    color: #666;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

#oina a:hover {
    color: #ff6600;
}

.copy {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

#oina img {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 100%;
    height: auto;
}

/* Responsive design */
@media (max-width: 768px) {
    #nagusia {
        padding: 0 10px;
    }
    
    #bilaketarenemaitza {
        flex-direction: column;
    }
    
    #menua {
        width: 100%;
        order: 2;
    }
    
    #estatikoa {
        order: 1;
        padding: 20px;
    }
    
    .content {
        padding: 20px;
        margin: 20px auto;
    }
    
    #slider-wrapper {
        width: 100%;
        max-width: 500px;
        height: auto;
        padding: 20px;
    }
    
    #slider {
        width: 100%;
        max-width: 400px;
        height: 200px;
    }
    
    #slider img {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    
    #estatikoa h1, .content h1 {
        font-size: 24px;
    }
    
    #estatikoa h2, .content h2 {
        font-size: 20px;
    }
    
    #slider {
        height: 150px;
    }
    
    #hiztegitxoak {
        height: 150px;
    }
}

/* Nivo Slider styles (keeping original functionality) */
.nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
}

.nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/bullets.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 3px;
    border-radius: 50%;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px;
    border-radius: 4px;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}
