/*
Theme Name: City Cat Hotel
Template: hello-elementor
Author: Ivo Franić
Description: Hello Elementor child theme for hotelzamace.com — custom header, footer, and branding.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cch

Copyright 2026 Ivo Franić
Distributed under the terms of the GNU GPL v2 or later.
*/

/* ── Reset & Base ──────────────────────────────────────── */
/* ── Custom Fonts ──────────────────────────────────────── */
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/poppins-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/poppins-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('fonts/poppins-600-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('fonts/poppins-600-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('fonts/comfortaa-600-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('fonts/comfortaa-600-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Cooper Black Regular';
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Cooper-Black-Regular.woff2') format('woff2'), url('fonts/Cooper-Black-Regular.ttf') format('truetype');
}

/* ── Custom Fonts ──────────────────────────────────────── */
*,
*::before,
*::after { box-sizing: border-box; }

:root {
    --cch-yellow: #ffda0a;
    --cch-dark: #0a0a0a;
    --cch-grey: #f5f5f5;
    --cch-white: #ffffff;
    --cch-blue: #3870de;
    --cch-radius: 3px;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--cch-dark);
    margin: 0;
    padding-top: 0;
}

a { color: inherit; }

/* ── Custom Cursor ──────────────────────────────────────── */
body { cursor: url('/wp-content/uploads/2023/06/rsz_mouse_white.png'), auto; }
body a { cursor: url('/wp-content/uploads/2023/06/rsz_sapa.png'), auto; }

/* ── Header Bar ────────────────────────────────────────── */
.cch-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255,255,255,0);
    border-bottom: none;
    transition: background 0.3s;
}

.cch-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 71px;
    padding: 0 20px;
}

.cch-logo img {
    height: 60px;
    max-width: none;
    width: auto;
}

/* ── Nav Toggle (hamburger) ────────────────────────────── */
.cch-nav-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--cch-dark);
}

.cch-nav-toggle-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 24px;
    height: 24px;
}

.cch-nav-toggle-icon span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--cch-dark);
    transition: transform 0.3s, opacity 0.3s;
}

.cch-nav-toggle-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.cch-nav-toggle:hover {
    color: #828282;
}

.cch-nav-toggle:hover .cch-nav-toggle-icon span {
    background: #828282;
}

/* Hide "Izbornik" text on tablet/mobile */
@media (max-width: 768px) {
    .cch-nav-toggle-text {
        display: none;
    }

    .cch-logo img {
        height: 64px;
    }
}

/* ── Sidebar Overlay ───────────────────────────────────── */
.cch-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.cch-sidebar-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* ── Sidebar Panel ─────────────────────────────────────── */
.cch-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    max-width: 85vw;
    background: var(--cch-white);
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
}

.cch-sidebar.is-open {
    transform: translateX(0);
}

.cch-sidebar-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    text-align: center;
}

/* ── Sidebar Logo ──────────────────────────────────────── */
.cch-sidebar-logo {
    margin-bottom: 30px;
}

.cch-sidebar-logo img {
    width: 60%;
    height: auto;
}

/* ── Sidebar Navigation ────────────────────────────────── */
.cch-sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cch-sidebar-nav ul li {
    border-bottom: 1px solid #eaecee;
}

.cch-sidebar-nav ul li:first-child {
    border-top: 1px solid #eaecee;
}

.cch-sidebar-nav ul li a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    font-size: 27px;
    font-weight: 600;
    line-height: 35px;
    color: var(--cch-dark);
    transition: color 0.2s;
}

.cch-sidebar-nav ul li a:hover,
.cch-sidebar-nav ul li.current-menu-item a {
    color: rgba(10, 0, 0, 0.86);
}

/* ── Sidebar Social Icons ──────────────────────────────── */
.cch-sidebar-social {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.cch-social-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-decoration: none;
    color: var(--cch-dark);
    transition: color 0.2s, border-color 0.2s;
}

.cch-social-circle:hover {
    color: var(--cch-blue);
    border-color: var(--cch-blue);
}

.cch-social-circle svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

/* ── Sidebar Phone Button ──────────────────────────────── */
.cch-sidebar-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 24px;
    padding: 4px 15px;
    background: var(--cch-yellow);
    color: var(--cch-dark);
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: var(--cch-radius);
    box-shadow: 1px 1px 5px #d1d1d1;
    transition: color 0.2s;
}

.cch-sidebar-phone:hover {
    color: var(--cch-white);
}

/* ── Footer ────────────────────────────────────────────── */
.cch-footer {
    background: var(--cch-dark);
    color: var(--cch-white);
}

.cch-footer a {
    color: rgba(255, 255, 255, 0.47);
    text-decoration: none;
}

.cch-footer a:hover {
    color: var(--cch-white);
}

.cch-footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 20px;
}

.cch-footer-col h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 12px;
    color: var(--cch-white);
}

.cch-footer-col p,
.cch-footer-col a {
    font-size: 14px;
    line-height: 1.6;
}

.cch-footer-hours {
    border-left: 2px solid var(--cch-blue);
    padding-left: 16px;
}

.cch-footer-hours h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--cch-white);
}

.cch-footer-hours p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.cch-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 100px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.47);
}

.cch-footer-bottom .cch-social-icons {
    display: flex;
    gap: 10px;
}

.cch-footer-bottom .cch-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.47);
    transition: color 0.2s;
}

.cch-footer-bottom .cch-social-icons a:hover {
    color: var(--cch-white);
}

.cch-footer-bottom .cch-social-icons svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 960px) {
    .cch-footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .cch-sidebar-nav ul li a {
        font-size: 22px;
        line-height: 30px;
        padding: 12px 16px;
    }

    .cch-footer-top {
        grid-template-columns: 1fr;
    }
}

/* ── FAQ page accordion (replaces Elementor ucaddon_post_accordion) ── */
.hz-faq-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #BFC6CC;
    padding: 100px 100px 0 0;
}

.hz-faq-section .hz-faq-image {
    width: 56%;
    margin: 0;
    text-align: left;
}

.hz-faq-section .hz-faq-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hz-faq-section .hz-faq-accordion {
    flex: 1;
    min-width: 280px;
}

.hz-faq-accordion details {
    background-color: #ffffff;
}

.hz-faq-accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    min-height: 50px;
    background-color: #3FECBE;
    color: #000000;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
}

.hz-faq-accordion summary::-webkit-details-marker {
    display: none;
}

.hz-faq-accordion details[open] summary {
    background-color: #45FFCD;
}

.hz-faq-accordion summary::after {
    content: "+";
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #45FFCD;
}

.hz-faq-accordion details[open] summary::after {
    content: "\2212";
    background-color: #36D5AA;
}

.hz-faq-accordion .hz-faq-answer {
    padding: 30px;
    color: #7a7a7a;
    font-family: "Comfortaa", sans-serif;
    font-weight: 400;
}

.hz-faq-accordion .hz-faq-answer p {
    margin: 0;
}

@media (max-width: 767px) {
    .hz-faq-section {
        flex-direction: column;
        justify-content: center;
        padding: 100px 20px 0 20px;
    }

    .hz-faq-section .hz-faq-image {
        width: 100%;
    }
}

/* ── Cookie Banner ─────────────────────────────────────── */
#cch-cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
    background: var(--cch-dark); color: #fff;
    padding: 1.25rem 20px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem; flex-wrap: wrap;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
    transform: translateY(100%); transition: transform 0.4s ease;
}
#cch-cookie-banner.visible { transform: translateY(0); }
.cookie-text { font-size: 0.87rem; color: rgba(255,255,255,0.8); line-height: 1.5; flex: 1; min-width: 200px; }
.cookie-text a { color: var(--cch-yellow); text-decoration: underline; }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.cookie-btn-accept { background: var(--cch-yellow); color: var(--cch-dark); border: none; border-radius: 50px; padding: 0.6rem 1.4rem; font-family: 'Poppins', sans-serif; font-size: 0.87rem; font-weight: 700; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.cookie-btn-accept:hover { background: #e6c400; }
.cookie-btn-info { background: none; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 0.6rem 1.2rem; font-family: 'Poppins', sans-serif; font-size: 0.87rem; text-decoration: none; display: inline-block; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.cookie-btn-info:hover { color: #fff; border-color: rgba(255,255,255,0.5); }

@media (max-width: 480px) {
    #cch-cookie-banner { flex-direction: column; align-items: flex-start; }
    .cookie-actions { width: 100%; }
    .cookie-btn-accept, .cookie-btn-info { flex: 1; text-align: center; }
}

/* ── Cookie Banner ─────────────────────────────────────── */
#cch-cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
    background: var(--cch-dark); color: #fff;
    padding: 1.25rem 20px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem; flex-wrap: wrap;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
    transform: translateY(100%); transition: transform 0.4s ease;
}
#cch-cookie-banner.visible { transform: translateY(0); }
.cookie-text { font-size: 0.87rem; color: rgba(255,255,255,0.8); line-height: 1.5; flex: 1; min-width: 200px; }
.cookie-text a { color: var(--cch-yellow); text-decoration: underline; }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.cookie-btn-accept { background: var(--cch-yellow); color: var(--cch-dark); border: none; border-radius: 50px; padding: 0.6rem 1.4rem; font-family: 'Poppins', sans-serif; font-size: 0.87rem; font-weight: 700; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.cookie-btn-accept:hover { background: #e6c400; }
.cookie-btn-info { background: none; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 0.6rem 1.2rem; font-family: 'Poppins', sans-serif; font-size: 0.87rem; text-decoration: none; display: inline-block; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.cookie-btn-info:hover { color: #fff; border-color: rgba(255,255,255,0.5); }

@media (max-width: 480px) {
    #cch-cookie-banner { flex-direction: column; align-items: flex-start; }
    .cookie-actions { width: 100%; }
    .cookie-btn-accept, .cookie-btn-info { flex: 1; text-align: center; }
}




/* ── Team member styling ───────────────────────────────── */
.grayscale-img img { filter: grayscale(100%); border-radius: 50%; }
