/* ==========================================================================
   Zitas.gr Global Overrides
   ========================================================================== */

/* Premium creamy header */
.header-v1,
.site-header .header-main {
    background: #f5f0e8 !important;
    border-bottom: 1px solid #e8e0d0;
}

/* Hide Add Listing + Login + Nav menu + Language switcher — not needed */
.header-v1 .add-listing,
.header-v1 .account-buttons,
.header-v1 .header-inner-right {
    display: none !important;
}

/* Hide GTranslate language switcher everywhere */
.gtranslate_wrapper,
#gtranslate_wrapper,
.gt_selector,
.gt-current-lang,
.gt_float_switcher,
[class*="gtranslate"],
[id*="gtranslate"],
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
#google_translate_element {
    display: none !important;
}

/* Bigger logo, centered within header */
.header-v1 .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px 0;
}

.header-v1 .logo-in-theme {
    float: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.header-v1 .logo-in-theme img,
.header-v1 .logo-in-theme .logo img,
.header-v1 .logo-in-theme .logo-theme img {
    max-height: none !important;
    height: 90px !important;
    width: auto !important;
    max-width: none !important;
}

.header-v1 .header-inner-right {
    float: none !important;
    margin-left: auto;
}

/* Dark text on creamy header */
.header-v1 .navbar-nav.megamenu > li > a {
    color: #1a1a1a !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-v1 .navbar-nav.megamenu > li.active > a,
.header-v1 .navbar-nav.megamenu > li:hover > a,
.header-v1 .navbar-nav.megamenu > li.open > a {
    color: #888 !important;
}

.header-v1 .user-account,
.header-v1 .user-account a,
.header-v1 .btn-setting {
    color: #1a1a1a !important;
}

.header-v1 .user-account a:hover {
    color: #888 !important;
}

/* ==========================================================================
   Zitas.gr Footer – same blue as header
   ========================================================================== */

.zitas-footer {
    background: #f5f0e8;
    color: #1a1a1a;
    border-top: 1px solid #e8e0d0;
}

/* Main area */
.zitas-footer-main {
    padding: 45px 0 35px;
}

.zitas-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Logo */
.zitas-footer-logo {
    margin-bottom: 8px;
}

.zitas-footer-logo a {
    display: inline-block;
}

.zitas-footer-logo img {
    max-height: 44px;
    width: auto;
}

.zitas-footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

/* Column headings */
.zitas-footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a1a1a;
    display: inline-block;
}

/* Lists */
.zitas-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zitas-footer-col ul li {
    padding: 4px 0;
    font-size: 13px;
    color: #555;
}

.zitas-footer-col ul li i {
    width: 18px;
    margin-right: 6px;
    color: #999;
}

.zitas-footer-col ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.zitas-footer-col ul li a:hover {
    color: #1a1a1a;
}

/* Bottom bar */
.zitas-footer-bottom {
    background: rgba(0,0,0,0.05);
    padding: 14px 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.zitas-footer-tagline {
    color: #888;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .zitas-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .zitas-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .zitas-footer-main {
        padding: 30px 0 25px;
    }
}
