/*
Theme Name: Jaco Apartament
Theme URI: http://jacoapartament.test/
Author: Carlos Adan
Author URI: http://jacoapartament.test/
Description: Home
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jacoapartament
*/
.air-header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 20px;
    z-index: 1000;
}

.air-header-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.air-search input {
    border: 1px solid #ddd;
    padding: 8px 14px;
    border-radius: 30px;
    transition: .2s;
}

.air-search input:focus {
    border-color: #000;
    outline: none;
}

.air-menu {
    display: flex;
    gap: 20px;
}

.air-footer {
    background: #fafafa;
    padding: 40px 20px;
    border-top: 1px solid #eee;
}

.air-footer-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
}

.air-copy {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #666;
}

.air-topbar {
    width:100%;
    border-bottom:1px solid #e5e5e5;
    background:#fff;
}

.air-topbar ul {
    display:flex;
    gap:20px;
    align-items:center;
    padding:8px 32px;
    margin:0;
    list-style:none;
    overflow-x:auto;
    scrollbar-width:none;
}

.air-topbar ul::-webkit-scrollbar {
    display:none;
}

.air-topbar a {
    display:flex;
    align-items:center;
    gap:6px;
    color:#555;
    font-size:14px;
    text-decoration:none;
    font-weight:500;
    white-space:nowrap;
    padding:4px 0;
    border-bottom:2px solid transparent;
}

.air-topbar a:hover {
    color:#000;
    border-bottom:2px solid #000;
}

.air-topbar .icon svg {
    width:18px;
    height:18px;
    display:block;
}



.social-container {
    display:flex;
    gap:10px;
    justify-content:flex-end;
    align-items:center;
}

.social {
    width:32px;
    height:32px;
    background:#ffffff22;
    backdrop-filter:blur(4px);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.3s;
}

.social svg {
    width:18px;
    fill:white;
}

.social:hover {
    background:#ffffff55;
    transform:scale(1.15);
}
