/* Stilovi samo za white-label (ucitava se iz layouts/main.php kad je isWhiteLabel) */

.header .logo img {
    max-height: 68px;
    max-width: 220px;
    width: auto;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .header .row .logo img {
        max-height: 62px;
        max-width: 165px;
        margin-left: 0;
    }
}

/* Hero restorana (company_hero) je zajednicki i zivi u custom.css */

/* Header nav */
.wl_nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 15px;
}

.wl_nav_link {
    color: var(--color_4);
    font-size: 15px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.wl_nav_link:hover {
    color: var(--color_1);
}

.wl_nav_link.active {
    color: var(--color_1);
    background-color: rgba(0, 0, 0, .04);
}

/* O nama */
.wl_card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .05);
}

.wl_about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.wl_about_intro {
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
}

.wl_badge {
    display: inline-block;
    background-color: rgba(0, 0, 0, .04);
    color: var(--color_1);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 500px;
}

.wl_about_title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.wl_about_text {
    line-height: 1.7;
    color: #555;
}

.wl_about_photo {
    border-radius: 14px;
    overflow: hidden;
    min-height: 280px;
}

.wl_about_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wl_info_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.wl_info_card {
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--color_4);
    transition: all .2s ease-in-out;
}

a.wl_info_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .09);
    color: var(--color_4);
}

.wl_info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .04);
    color: var(--color_1);
    margin-bottom: 6px;
}

.wl_info_label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin: 0;
}

.wl_info_value {
    font-weight: 600;
    margin: 0;
}

.wl_cta_card {
    background: linear-gradient(135deg, var(--color_1), var(--color_6));
    border-radius: 14px;
    padding: 40px 30px;
    color: #fff;
    margin-bottom: 10px;
}

.wl_cta_title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 6px;
}

.wl_cta_text {
    margin: 0 0 18px;
    opacity: .95;
}

.wl_btn_light {
    background-color: #fff;
    color: var(--color_1);
}

.wl_btn_light:hover {
    background-color: var(--color_4);
    color: #fff;
}

@media (max-width: 767px) {
    .wl_about_grid {
        grid-template-columns: 1fr;
    }

    .wl_about_intro {
        padding: 25px 20px;
    }

    .wl_about_photo {
        min-height: 200px;
        order: -1;
    }

    .wl_nav_link {
        font-size: 13px;
        padding: 7px 10px;
    }
}

.wl_btn {
    display: inline-block;
    background-color: var(--color_1);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 500px;
    transition: all .3s ease-in-out;
}

.wl_btn:hover {
    background-color: #000;
    color: #fff;
}

/* Footer */
.wl_footer {
    background-color: #fff;
    margin-top: 40px;
    padding: 35px 0 20px;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, .05);
    text-align: left;
}

.wl_footer_col {
    margin-bottom: 20px;
}

.wl_footer_title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.wl_footer_about {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.wl_footer_item {
    display: block;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

a.wl_footer_item:hover, .wl_footer_link:hover {
    color: var(--color_1);
}

.wl_footer_day {
    display: flex;
    justify-content: space-between;
    max-width: 220px;
}

.wl_footer_link {
    font-size: 14px;
    font-weight: 600;
    color: var(--color_1);
}

.wl_footer_bottom {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.wl_footer_bottom a {
    color: var(--color_1);
    font-weight: 600;
}
