/* Bubice Novi Sad - custom overrides */

.return-customer-btn,
.read-more.return-customer-btn {
    border-radius: 6px;
    letter-spacing: 0.3px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.return-customer-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.single-latest-blog {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-latest-blog:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.about-desc p {
    line-height: 1.7;
}

.header-bottom-list a {
    font-weight: 500;
}

/* FAQ sekcija */
.faq-section {
    background: #fff;
}

.faq-section .about-title {
    text-align: center;
}

.faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fafafa;
}

.faq-item summary {
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #232323;
}

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

.faq-item summary::after {
    content: "+";
    float: right;
    font-size: 20px;
    color: #6f42c1;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    padding: 0 20px 16px;
    margin: 0;
    color: #555;
    line-height: 1.7;
}

/* Plutajuca WhatsApp / Viber dugmad */
.float-contact {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.float-btn:hover {
    color: #fff;
    transform: scale(1.08);
}

.float-whatsapp {
    background: #25d366;
}

.float-viber {
    background: #7360f2;
}

.float-phone {
    background: #6f42c1;
}

@media (max-width: 767px) {
    .float-contact {
        right: 14px;
        bottom: 16px;
    }
    .float-btn {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}
