body {
    background: #0f0f10;
    color: #fff;
    font-family: Arial, sans-serif;
}

.hero {
    background: url('hero.jpg') center/cover no-repeat;
    padding: 120px 0;
}

.overlay {
    background: rgba(0,0,0,0.6);
    padding: 60px;
    border-radius: 10px;
}

.btn-gold {
    background: #d4af37;
    color: #000;
}

.features-bar {
    background: #111;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #78787857;
    border-bottom: 1px solid #e7d5b157;
    box-shadow: 0 5px 22px rgba(239, 144, 25, 0.19);
    background-image:
    radial-gradient(
            circle at center,
            rgba(255, 170, 80, 0.15) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.85) 100%
    ),
    url('images/wood1.jpg');

    background-size: cover;
    background-position: center;

}

.features-bar div p {
    font-size: 16px;
    margin-top: 5px;;
}

.section {
    padding: 80px 0;
}

.card-dark {
    background: #1a1a1c;
    border: none;
}

.gallery img {
    border-radius: 10px;
}

.materials img {
    width: 100%;
    border-radius: 5px;
}
.hero {
    height: 100vh;
    min-height: 700px;

    display: flex;
    align-items: center;

    background:
    linear-gradient(
            90deg,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.65) 35%,
            rgba(0,0,0,0.25) 60%,
            rgba(0,0,0,0.05) 100%
    ),
    url('images/vrata.jpg') right center / cover no-repeat;

    position: relative;
}

.hero-box {
    max-width: 720px;
    /*padding: 40px;*/
    border-radius: 12px;
}

.hero h1 {
    font-size: 44px;
    font-weight: 700;
    color: #F5F5F5;
    letter-spacing: -0.5px;
}

.hero p {
    color: #BFBFBF;
    font-size: 16px;
    margin-top: 15px;
}

/* OUTLINE dugme */
.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.25);
    color: #eee;

    padding: 10px 20px;
    font-size: 14px;

    border-radius: 8px;

    background: rgba(255,255,255,0.02);

    transition: all 0.25s ease;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.6);
    color:#ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

/* GOLD dugme */
.btn-gold {
    background: linear-gradient(135deg, #d6b46a, #b89245);
    color: #111;
    border: none;

    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;

    border-radius: 8px;

    /* ključni efekti */
    box-shadow:
    0 4px 12px rgba(198,161,91,0.35),   /* spolja glow */
    inset 0 1px 0 rgba(255,255,255,0.3); /* unutrašnji highlight */

    transition: all 0.25s ease;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #e0c07a, #c39a4d);

    box-shadow:
    0 6px 18px rgba(198,161,91,0.45),
    inset 0 1px 0 rgba(255,255,255,0.4);

    transform: translateY(-1px);
}

.btn-gold:active {
    transform: translateY(0);

    box-shadow:
    0 2px 6px rgba(198,161,91,0.3),
    inset 0 2px 4px rgba(0,0,0,0.25);
}
.hero-box {
    border-radius: 14px;
}

.btn {
    border-radius: 4px;
    letter-spacing: 0.3px;
}
.hero1{
    background: url('images/vrata-unutra.jpg') center/cover no-repeat;
    padding: 120px 0;
}
.bgbox{
    padding: 20px;
    background-color: #00000042;
}
.mt-4  li{
    line-height: 40px;
    font-size: 18px;
}

.custom-navbar {

    padding: 15px 0;
    border-bottom: 1px solid #d1af644d;
}

/* centriranje menija */
.nav-center {
    gap: 30px;
}

/* linkovi */
.nav-link {
    color: #fff;
    font-size: 15px;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #d1af64;
}

/* aktivan link */
.nav-link.active {
    color: #d1af64;
}

/* hamburger */
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* custom hamburger icon (white) */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        background: #000;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        z-index: 999;
        transition: all 0.3s ease;
    }

    /* sakriveno stanje */
    .navbar-collapse.collapse:not(.show) {
        transform: translateY(-100%);
    }

    /* otvoreno stanje */
    .navbar-collapse.show {
        transform: translateY(0);
    }
}
@media (max-width: 991px) {

    .nav-center {
        gap: 25px;
    }

    .nav-link {
        font-size: 20px;
        font-weight: 400;
        color: #aaa;
        transition: all 0.3s ease;
    }

    .nav-link:hover {
        color: #C6A15B;
        transform: translateX(5px);
    }

    .nav-link.active {
        color: #C6A15B;
    }
}
@media (max-width: 991px) {
    .navbar-brand img {
        height: 55px;
    }
}
.custom-toggler {
    width: 30px;
    height: 24px;
    position: relative;
    border: none;
    background: transparent;
}

.custom-toggler span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d1af64;
    left: 0;
    transition: all 0.3s ease;
}

/* linije */
.custom-toggler span:nth-child(1) { top: 0; }
.custom-toggler span:nth-child(2) { top: 10px; }
.custom-toggler span:nth-child(3) { top: 20px; }

/* OPEN STATE */
.custom-toggler.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.custom-toggler.open span:nth-child(2) {
    opacity: 0;
}

.custom-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}
.custom-toggler {
    z-index: 1001;
}
@media (max-width: 991px) {
    .custom-toggler {
        position: fixed;
        top: 35px;
        right: 20px;
    }
}
.vrata-prikaz {
    object-fit: cover;
    width: 100%;
    height: 350px;
    border: 1px solid #e7d5b157;
}
.mt-15{
    margin-top: 15px;;
}


.hero-karakteristike {
    height: 100vh;
    min-height: 700px;

    display: flex;
    align-items: center;

    background:
    linear-gradient(
            90deg,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.65) 35%,
            rgba(0,0,0,0.25) 60%,
            rgba(0,0,0,0.05) 100%
    ),
    url('images/karakteristike.jpg') right center / cover no-repeat;

    position: relative;
}

.hero-karakteristike h1 {
    font-size: 44px;
    font-weight: 700;
    color: #F5F5F5;
    letter-spacing: -0.5px;
}

.hero-karakteristike {
    color: #BFBFBF;
    font-size: 16px;
    margin-top: 15px;
}

/* ── FAQ ─────────────────────────────────────── */

.faq-section {
    padding: 80px 0;
    background: #0f0f10;
}

.faq-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.faq-header .eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d1af64;
    margin-bottom: 10px;
    font-weight: 400;
}

.faq-header h1 {
    font-size: 32px;
    font-weight: 500;
    color: #f0e8d6;
    margin: 0 0 24px;
    letter-spacing: 0.3px;
}

.faq-divider {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1af64, transparent);
    margin: 0 auto;
}

/* Lista */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Stavka */
.faq-item {
    border: 0.5px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    overflow: hidden;
    background: #141414;
    transition: border-color 0.3s ease;
}

.faq-item.open {
    border-color: rgba(209, 175, 100, 0.3);
}

/* Pitanje */
.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    gap: 16px;
    user-select: none;
}

.faq-q-text {
    font-size: 15px;
    color: #e8e0d0;
    font-weight: 400;
    line-height: 1.4;
    flex: 1;
}

/* Plus/minus ikonica */
.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0.5px solid rgba(209, 175, 100, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
}

.faq-item.open .faq-icon {
    background: rgba(209, 175, 100, 0.1);
    border-color: #d1af64;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background: #d1af64;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.faq-icon::before {
    width: 10px;
    height: 1.5px;
}

.faq-icon::after {
    width: 1.5px;
    height: 10px;
}

.faq-item.open .faq-icon::after {
    transform: scaleY(0);
    opacity: 0;
}

/* Odgovor */
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.open .faq-a {
    max-height: 200px;
}

.faq-a-inner {
    padding: 16px 24px 22px;
    font-size: 14px;
    color: #9e9890;
    line-height: 1.75;
    border-top: 0.5px solid rgba(255, 255, 255, 0.05);
    margin: 0;
}

/* ── KONTAKT ─────────────────────────────────── */

.kontakt-hero {
    height: 60vh;
    min-height: 420px;
    display: flex;
    align-items: center;
    background:
    linear-gradient(
            90deg,
            rgba(0,0,0,0.88) 0%,
            rgba(0,0,0,0.65) 40%,
            rgba(0,0,0,0.2) 100%
    ),
    url('images/vrata.jpg') right center / cover no-repeat;
}

.kontakt-section {
    padding: 90px 0 100px;
    background: #0f0f10;
    position: relative;
    background:
    linear-gradient(
            90deg,
            rgba(0,0,0,0.88) 0%,
            rgba(0,0,0,0.65) 40%,
            rgba(0,0,0,0.2) 100%
    ),
    url('images/kontakt.jpg') right center / cover no-repeat;
}

.kontakt-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1af6460, transparent);
}

/* Header */
.kontakt-header {
    text-align: center;
    margin-bottom: 60px;
}

.kontakt-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d1af64;
    font-weight: 400;
    margin-bottom: 10px;
}

.kontakt-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #f0e8d6;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.kontakt-divider {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1af64, transparent);
    margin: 0 auto;
}

/* Grid */
.kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}

/* Info levo */
.kontakt-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px;
}

.kontakt-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.kontakt-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0.5px solid rgba(209, 175, 100, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.kontakt-info-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6a6055;
    margin: 0 0 5px;
}

.kontakt-info-val {
    font-size: 16px;
    color: #e8e0d0;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

.kontakt-info-val:hover {
    color: #d1af64;
}

.kontakt-radno {
    padding: 20px 22px;
    background: #141414;
    border: 0.5px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}

.kontakt-radno p {
    font-size: 14px;
    color: #c8bca8;
    margin: 0;
    line-height: 1.9;
}

/* Forma desno */
.kontakt-forma-wrap {
    background: #141414;
    border: 0.5px solid rgba(209, 175, 100, 0.15);
    border-radius: 14px;
    padding: 36px;
}

.kontakt-forma {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kontakt-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kontakt-field label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6a6055;
}

.kontakt-field input,
.kontakt-field textarea {
    background: #0f0f10;
    border: 1px solid rgba(209, 175, 100, 0.25);
    border-radius: 8px;
    padding: 13px 16px;
    color: #e8e0d0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s;
    width: 100%;
    box-sizing: border-box;
}

.kontakt-field input::placeholder,
.kontakt-field textarea::placeholder {
    color: #3a3530;
}

.kontakt-field input:focus,
.kontakt-field textarea:focus {
    border-color: rgba(209, 175, 100, 0.65);
    box-shadow: 0 0 0 3px rgba(209, 175, 100, 0.07);
}

.kontakt-field textarea {
    resize: vertical;
    min-height: 120px;
}

.kontakt-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

/* Success */
.kontakt-success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 40px 20px;
    text-align: center;
}

.kontakt-success p {
    color: #c8bca8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .kontakt-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kontakt-forma-wrap {
        padding: 24px 20px;
    }
}

.text-center{
    text-align: center;
}

.kontakt-error {
    display: none;
    margin-top: 12px;
    padding: 12px 16px;
    background: rgba(226, 75, 74, 0.08);
    border: 0.5px solid rgba(226, 75, 74, 0.3);
    border-radius: 8px;
    color: #e28080;
    font-size: 13px;
    line-height: 1.5;
}

.kontakt-success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 40px 20px;
    text-align: center;
}

.kontakt-success p {
    color: #c8bca8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}