/*
Theme Name: Apart Villas Marbella
Theme URI: http://apartvillasmarbella.com
Author: Custom
Description: Luxury real estate theme for Marbella.
Version: 1.0
*/

body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}
a {
    color: #FFD700;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.main-navigation ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}
.main-navigation li {
    display: inline-block;
}
.site-header .custom-logo {
    max-height: 80px;
    width: auto;
}
.property-single .swiper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.property-single .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.site-footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.footer-menu a, .footer-social a {
    margin: 0 10px;
    color: #FFD700;
    text-decoration: none;
}
.
.language-switcher ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.language-switcher li {
    display: inline;
}

.language-switcher a {
    color: #FFD700;
    text-decoration: none;
}

.language-switcher a:hover {
    text-decoration: underline;
}
