﻿/* ===== BOROV ČETNJAK - page styles ===== */

/* HERO */
.bc-hero { position: relative; background: url('/Content/img/borovcetnjak/dfbab3aa-5e62-4cc7-be7f-138469519eef.jpg') center center / cover no-repeat; height: 420px; min-height: 420px; overflow: hidden; }
.bc-hero:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(12, 28, 12, 0.78); }
.bc-hero-content { position: relative; z-index: 1; height: 100%; color: #fff; }
.bc-hero-content .container { height: 100%; }
.bc-hero-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: 100%; }
.bc-hero-copy { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; padding: 90px 0 65px; }
.bc-hero-logo-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }
.bc-hero-logo { display: block; width: auto; height: 100%; max-height: 100%; max-width: 100%; object-fit: contain; margin-left: auto; }
.bc-hero-badge { display: inline-block; align-self: flex-start; width: auto; background: #27ae60; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1px; padding: 5px 14px; border-radius: 3px; text-transform: uppercase; margin-bottom: 22px; }
.bc-hero h1 { font-size: 2.8em; font-weight: 800; color: #fff; line-height: 1.15; margin: 0 0 14px; text-shadow: 0 2px 10px rgba(0,0,0,0.45); }
.bc-hero h1 em { font-size: 0.62em; font-weight: 300; color: rgba(255,255,255,0.72); display: block; font-style: italic; }
.bc-hero-lead { color: rgba(255,255,255,0.82); font-size: 1.1em; max-width: 520px; margin-bottom: 32px; line-height: 1.6; }

@media (max-width: 991px) {
    .bc-hero { height: auto; min-height: 420px; overflow: visible; }
    .bc-hero-content { height: auto; }
    .bc-hero-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; }
    .bc-hero-copy { height: auto; }
    .bc-hero-logo-wrap { margin-top: 28px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; height: auto; }
    .bc-hero-logo { width: 100%; height: auto; max-width: 420px; margin-left: 0; }
}

@media (max-width: 767px) {
    .bc-hero-copy { padding: 70px 0 24px; }
    .bc-hero h1 { font-size: 2.2em; }
}

/* WARNING BAR */
.bc-warning-bar { background: linear-gradient(135deg, #c0392b 0%, #96281b 100%); color: #fff; padding: 14px 0; font-size: 0.95em; font-weight: 600; box-shadow: 0 2px 6px rgba(100,20,10,0.18); }
.bc-warning-bar .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.bc-warning-icon { font-size: 2.2em; -ms-flex-negative: 0; flex-shrink: 0; line-height: 1; margin-right: 18px; opacity: 0.85; }

/* MAIN SECTION */
.bc-main { padding: 48px 0 36px; }

.bc-col-label { font-size: 0.75em; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #888; border-bottom: 2px solid #e8e8e8; padding-bottom: 10px; margin-bottom: 24px; }

/* Info cards */
.bc-info-card { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 18px 0; border-bottom: 1px solid #f0f0f0; }
.bc-info-card:last-child { border-bottom: none; }
.bc-info-icon { width: 44px; height: 44px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 16px; margin-top: 2px; font-size: 1.1em; }
.bc-icon-red   { background: #fdecea; }
.bc-icon-blue  { background: #e3f2fd; }
.bc-icon-green { background: #e8f5e9; }
.bc-info-body h5 { font-weight: 700; color: #2c3e50; margin: 0 0 6px; font-size: 1.05em; }
.bc-info-body p  { font-size: 0.95em; color: #666; margin-bottom: 8px; line-height: 1.65; }
.bc-info-body ul { font-size: 0.95em; color: #666; margin-bottom: 8px; line-height: 1.75; padding-left: 0; list-style: none; }
.bc-info-body ul li:before { content: "\2014\0020"; color: #27ae60; }
.bc-info-body a { font-size: 0.9em; color: #27ae60; font-weight: 600; text-decoration: none; }
.bc-info-body a:hover { color: #1e8449; }

/* Gallery thumbnails */
.bc-thumbs { margin-top: 10px; }
.bc-thumbs a { display: inline-block; width: 72px; height: 54px; margin: 0 4px 4px 0; overflow: hidden; border-radius: 4px; border: 2px solid #ddd; -webkit-transition: border-color .2s; transition: border-color .2s; vertical-align: top; }
.bc-thumbs a:hover { border-color: #27ae60; }
.bc-thumbs a img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Download card */
.bc-download-card { background: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 6px; padding: 12px 16px; margin-top: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.bc-dl-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 10px; }
.bc-dl-info strong { display: block; font-size: 0.95em; color: #333; }
.bc-dl-info span   { font-size: 0.82em; color: #888; }

/* SUMMARY SECTION */
.bc-project-title-full { font-size: 0.9em; color: #666; font-style: italic; border-left: 3px solid #27ae60; padding-left: 12px; margin-bottom: 22px; line-height: 1.65; }
.bc-summary-goals h5 { font-weight: 700; color: #2c3e50; font-size: 1.02em; margin: 18px 0 8px; }
.bc-summary-goals p { font-size: 0.95em; color: #555; line-height: 1.65; margin-bottom: 0; }
.bc-eu-logo-inline { float: right; max-width: 360px; width: 44%; height: auto; border-radius: 4px; margin: 0 0 18px 28px; }
.bc-pdf-link { display: inline-block; font-size: 0.88em; color: #888; border: 1px solid #d0d0d0; border-radius: 4px; padding: 4px 12px; text-decoration: none; -webkit-transition: color .15s, border-color .15s; transition: color .15s, border-color .15s; }
.bc-pdf-link:hover { color: #27ae60; border-color: #27ae60; text-decoration: none; }
.bc-pdf-link i { margin-right: 5px; }

/* FORM SECTION */
.bc-form-section { background: #f9fafb; border-top: 3px solid #27ae60; padding: 50px 0 44px; }
.bc-form-section h2 { font-size: 1.65em; font-weight: 700; color: #1a2e1a; margin-bottom: 4px; }

.bc-upload-area { display: block; border: 2px dashed #b0c8b0; border-radius: 8px; padding: 28px 20px; text-align: center; background: #fff; cursor: pointer; -webkit-transition: border-color .2s, background .2s; transition: border-color .2s, background .2s; }
.bc-upload-area:hover { border-color: #27ae60; background: #f0f7f0; }
.bc-upload-area i      { font-size: 1.8em; color: #bbb; display: block; margin-bottom: 8px; }
.bc-upload-area strong { display: block; font-size: 0.95em; color: #555; margin-bottom: 4px; }
.bc-upload-area span   { font-size: 0.85em; color: #aaa; }

.bc-form-footer { border-top: 1px solid #e8e8e8; margin-top: 26px; padding-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.bc-form-note { font-size: 0.88em; color: #aaa; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 20px; min-width: 220px; }
.bc-form-note a { color: #999; }
.bc-form-note a:hover { color: #555; }

/* PROJECT FOOTER */
.bc-project-footer { background: #fff; border-top: 1px solid #e8e8e8; color: #666; padding: 42px 0; }
.bc-project-footer h5 { color: #333; font-weight: 700; font-size: 1.05em; margin-bottom: 14px; }
.bc-project-footer p  { font-size: 0.9em; margin-bottom: 5px; }
.bc-project-footer a  { color: #27ae60; }
.bc-project-footer a:hover { color: #1e8449; }

.bc-version-badge { display: inline-block; background: #f0f0f0; color: #999; font-size: 0.78em; padding: 3px 10px; border-radius: 12px; margin-top: 10px; }
.bc-logo-box { display: inline-block; background: #f0f0f0; border-radius: 4px; padding: 4px 12px; font-size: 0.8em; color: #777; margin-right: 6px; font-weight: 600; }

/* ── Dropzone upload area ──────────────────────────────────────────────────── */
#bc-dropzone { border: 2px dashed #b0c8b0; border-radius: 8px; background: #fff; min-height: 230px; padding: 10px; cursor: pointer; transition: border-color .2s, background .2s; }
#bc-dropzone:hover, #bc-dropzone.dz-drag-hover { border-color: #27ae60; background: #f0f7f0; }
#bc-dropzone.bc-dropzone-invalid { border-color: #c0392b; background: #fef9f9; }

/* Default message (hidden once files are present) */
#bc-dropzone .dz-message { text-align: center; padding: 56px 10px 24px; margin: 0; }
#bc-dropzone.dz-started .dz-message { display: none; }
#bc-dropzone .dz-message i { font-size: 1.8em; color: #bbb; display: block; margin-bottom: 8px; }
#bc-dropzone .dz-message strong { display: block; font-size: 0.95em; color: #555; margin-bottom: 4px; }
#bc-dropzone .dz-message span { font-size: 0.85em; color: #aaa; }

/* Thumbnails */
#bc-dropzone .dz-preview { display: inline-block; margin: 8px; vertical-align: top; text-align: center; width: 104px; }
#bc-dropzone .dz-preview .dz-image { width: 104px; height: 82px; border-radius: 6px; overflow: hidden; border: 2px solid #dde8dd; background: #f5f5f5; }
#bc-dropzone .dz-preview .dz-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
#bc-dropzone .dz-preview .dz-filename { font-size: 0.73em; color: #666; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 104px; }
#bc-dropzone .dz-preview a.dz-remove { display: inline-block; margin-top: 4px; padding: 1px 7px; font-size: 0.76em; color: #c0392b; background: #fdecea; border-radius: 3px; text-decoration: none; line-height: 18px; }
#bc-dropzone .dz-preview a.dz-remove:hover { color: #fff; background: #c0392b; }
#bc-dropzone .dz-preview .dz-error-msg { font-size: 0.72em; color: #c0392b; margin-top: 3px; }

/* ── Politika privatnosti modal ───────────────────────────────────────────── */
.bc-privacy-body { padding: 24px 28px; font-size: 0.94em; line-height: 1.7; color: #444; max-height: 70vh; overflow-y: auto; }
.bc-privacy-body h5 { font-weight: 700; color: #1a2e1a; margin: 22px 0 8px; font-size: 1em; border-bottom: 1px solid #e8e8e8; padding-bottom: 5px; }
.bc-privacy-body h5:first-of-type { margin-top: 0; }
.bc-privacy-body ul { padding-left: 20px; margin-bottom: 10px; }
.bc-privacy-body ul li { margin-bottom: 5px; }
.bc-privacy-body p { margin-bottom: 10px; }
.bc-privacy-body a { color: #27ae60; }
.bc-privacy-body a:hover { color: #1e8449; }
.bc-privacy-updated { font-size: 0.82em; color: #aaa; margin-bottom: 18px; font-style: italic; }
.bc-privacy-table { margin: 8px 0 14px; font-size: 0.9em; }
.bc-privacy-table thead th { background: #f0f7f0; color: #2c5f2c; font-weight: 700; border-bottom: 2px solid #c8e6c8; }
.bc-privacy-table tbody tr:nth-child(odd) { background: #fafafa; }

/* ── Flip kolumne – "Saznaj više" ────────────────────────────────────────── */
.bc-col-flip { perspective: 1200px; }
.bc-col-flip-inner { position: relative; width: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.52s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.52s cubic-bezier(0.4, 0.2, 0.2, 1); }
.bc-col-flip-front { -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.bc-col-flip-back { position: absolute; top: 0; left: 0; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); background: #fff; padding-top: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.bc-col-flip.bc-col-flipped .bc-col-flip-inner { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
.bc-col-flip-close { position: absolute; top: 2px; right: 0; background: none; border: none; padding: 4px 8px; font-size: 1.1em; color: #bbb; cursor: pointer; line-height: 1; z-index: 1; -webkit-transition: color .15s; transition: color .15s; }
.bc-col-flip-close:hover { color: #555; }
.bc-detail-panel { display: none; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 0; }
.bc-flip-back-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 12px; padding-bottom: 10px; padding-right: 26px; border-bottom: 2px solid #e8e8e8; -ms-flex-negative: 0; flex-shrink: 0; }
.bc-flip-back-header .bc-info-icon { -ms-flex-negative: 0; flex-shrink: 0; margin-right: 12px; margin-top: 0; }
.bc-flip-back-header h5 { font-weight: 700; color: #2c3e50; margin: 0; font-size: 1.05em; }
.bc-flip-back-body { font-size: 0.93em; color: #555; line-height: 1.7; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; min-height: 0; padding-right: 4px; scrollbar-width: thin; scrollbar-color: #c8e6c8 transparent; }
.bc-flip-back-body::-webkit-scrollbar { width: 4px; }
.bc-flip-back-body::-webkit-scrollbar-track { background: transparent; }
.bc-flip-back-body::-webkit-scrollbar-thumb { background: #c8e6c8; border-radius: 2px; }
.bc-flip-back-body::-webkit-scrollbar-thumb:hover { background: #81c784; }
.bc-flip-back-body p { margin-bottom: 8px; }
.bc-flip-back-body ul { padding-left: 0; list-style: none; margin-bottom: 8px; line-height: 1.75; }
.bc-flip-back-body ul li:before { content: "\2014\0020"; color: #27ae60; }
.bc-detail-warning { color: #c0392b; font-size: 0.92em; background: #fdecea; border-radius: 4px; padding: 5px 9px; margin-bottom: 8px; }
