/* ===============================================
   KEŠPOINT – Global Stylesheet
   Bootstrap 5 site – all pages
   =============================================== */

/* ── CSS VARIABLES ── */
:root {
    --kp-gold: #c9a84c;
    --kp-dark: #1a1a2e;
    --kp-dark-alt: #16213e;
    --kp-accent: #0f3460;
}

/* ── BASE ── */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #2d3748;
    font-size: 17px;
    line-height: 1.6;
}

/* ══════════════════════════════════════════════
   TOP BAR
══════════════════════════════════════════════ */
#top-bar {
    background-color: #2d3748;
    color: #edf2f7;
    font-size: 14px;
    padding: 8px 0;
}
#top-bar a {
    color: var(--kp-gold);
    text-decoration: none;
}
#top-bar a:hover { text-decoration: underline; }

/* ══════════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════════ */
#main-navbar {
    background-color: #edf2f7;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
#main-navbar .navbar-brand img { max-width: 180px; }
#main-navbar .nav-link {
    color: #4a5568 !important;
    font-weight: 500;
    padding: .5rem .9rem !important;
    border-radius: 4px;
    transition: background .2s, color .2s;
}
#main-navbar .nav-link:hover,
#main-navbar .nav-link.active {
    color: #fff !important;
    background-color: #3182ce;
}
#main-navbar .navbar-toggler { border-color: #718096; }
#main-navbar .dropdown-menu {
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 8px;
}
#main-navbar .dropdown-item {
    font-size: .93rem;
    padding: .5rem 1.1rem;
    color: #2d3748;
}
#main-navbar .dropdown-item:hover,
#main-navbar .dropdown-item.active {
    background: #edf2f7;
    color: var(--kp-accent);
}

/* ══════════════════════════════════════════════
   SECTION COMMON
══════════════════════════════════════════════ */
section { padding: 60px 0; }
.section-title {
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

/* ══════════════════════════════════════════════
   BUTTON
══════════════════════════════════════════════ */
.btn-kp {
    background: var(--kp-gold);
    color: var(--kp-dark);
    border: none;
    font-weight: 700;
    padding: .65rem 1.8rem;
    border-radius: 6px;
    font-size: 1rem;
    transition: opacity .2s, transform .15s;
}
.btn-kp:hover {
    opacity: .88;
    transform: translateY(-1px);
    color: var(--kp-dark);
}

/* ══════════════════════════════════════════════
   HOMEPAGE – HERO
══════════════════════════════════════════════ */
#hero {
    color: #fff;
    padding: 100px 0;
}
#hero h1 {
    font-size: clamp(2.8rem, 6vw, 3rem);
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--kp-gold);
}
#hero h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #e2e8f0;
}
#hero p { color: #cbd5e0; max-width: 640px; margin: 1.2rem auto 0; }

/* ══════════════════════════════════════════════
   HOMEPAGE – O ZALAGAONICI
══════════════════════════════════════════════ */
#o-zalagaonici { background: #fff; }
#o-zalagaonici img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
}

/* ══════════════════════════════════════════════
   HOMEPAGE – TRI KORAKA (ZALOG I POZAJMICE)
══════════════════════════════════════════════ */
#zalog-pozajmice {
    background: linear-gradient(135deg, var(--kp-dark-alt) 0%, var(--kp-accent) 100%);
    color: #e2e8f0;
}
#zalog-pozajmice .section-title { color: var(--kp-gold); }
#zalog-pozajmice h2 { color: #e2e8f0; font-size: 2rem; font-weight: 300; }
#zalog-pozajmice p { color: #cbd5e0; }
#zalog-pozajmice img {
    width: 100%;
    max-width: 380px;
    border-radius: 8px;
}
.how-it-works-card {
    background: rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
}
.how-it-works-card .card-title {
    color: #e2e8f0;
    font-weight: 600;
    font-size: 1.1rem;
}
.how-it-works-card .card-text {
    color: #cbd5e0;
    font-size: .95rem;
}

/* ══════════════════════════════════════════════
   HOMEPAGE – UZIMAMO U ZALOG
══════════════════════════════════════════════ */
#uzimamo { background: #f7fafc; }
.zalog-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    transition: transform .25s, box-shadow .25s;
    margin-bottom: 24px;
}
.zalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
}
.zalog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.zalog-card .card-body {
    padding: .75rem 1rem;
    background: #fff;
}
.zalog-card .card-title {
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    color: #1a202c;
}

/* ══════════════════════════════════════════════
   HOMEPAGE – PREDNOSTI
══════════════════════════════════════════════ */
#prednosti { background: #f7fafc; }
.prednost-card { text-align: center; padding: 10px; }
.prednost-card img {
    width: 100%;
    max-width: 260px;
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.prednost-card h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--kp-accent);
    letter-spacing: 1px;
}
.prednost-card p { font-size: .95rem; color: #4a5568; }

/* ══════════════════════════════════════════════
   SERVICE PAGES – PAGE HERO
══════════════════════════════════════════════ */
#page-hero {
    background: linear-gradient(135deg, var(--kp-dark) 0%, var(--kp-accent) 100%);
    color: #fff;
    padding: 70px 0;
}
#page-hero .kp-label {
    font-size: .8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--kp-gold);
    margin-bottom: .5rem;
}
#page-hero h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: .8rem;
}
#page-hero p { color: #cbd5e0; max-width: 620px; }

/* ══════════════════════════════════════════════
   SERVICE PAGES – SECTIONS
══════════════════════════════════════════════ */
#uvod { background: #fff; }

/* Check-list (Prednosti section on service pages) */
.check-list { list-style: none; padding: 0; }
.check-list li {
    padding: .4rem 0 .4rem 2rem;
    position: relative;
}
.check-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #38a169;
}

/* Kako funkcioniše */
#kako {
    background: linear-gradient(135deg, var(--kp-dark-alt) 0%, var(--kp-accent) 100%);
    color: #e2e8f0;
}
#kako .section-title { color: var(--kp-gold); }
.step-card {
    background: rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 1.5rem;
}
.step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--kp-gold);
    color: var(--kp-dark);
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.step-card h5 { color: #e2e8f0; font-weight: 600; }
.step-card p { color: #cbd5e0; font-size: .95rem; margin: 0; }

/* Šta prihvatamo */
#prihvatamo { background: #fff; }
.accept-list { list-style: none; padding: 0; }
.accept-list li {
    padding: .45rem 0 .45rem 2rem;
    position: relative;
    border-bottom: 1px solid #edf2f7;
}
.accept-list li::before {
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--kp-gold);
}

/* CTA Section */
#cta-section {
    background: linear-gradient(135deg, var(--kp-accent) 0%, #1a365d 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
#cta-section h2 { font-weight: 800; color: #fff; margin-bottom: 1rem; }
#cta-section .cta-info {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 1.5rem;
}
#cta-section .cta-info span { font-size: .95rem; color: #bee3f8; }
#cta-section .cta-info i { color: var(--kp-gold); margin-right: .4rem; }

/* FAQ */
#faq { background: #f7fafc; }
#faq .section-title { color: var(--kp-accent); }
.accordion-button { font-weight: 600; color: var(--kp-accent); background: #fff; }
.accordion-button:not(.collapsed) { background: var(--kp-accent); color: #fff; box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: .7rem;
}

/* Interni linkovi */
#interni { background: #fff; padding: 40px 0; }
#interni h5 { color: var(--kp-accent); font-weight: 700; margin-bottom: 1rem; }
.internal-link {
    display: inline-block;
    background: #edf2f7;
    color: var(--kp-accent);
    border-radius: 20px;
    padding: .3rem 1rem;
    font-size: .9rem;
    text-decoration: none;
    margin: .3rem;
    transition: background .2s;
}
.internal-link:hover { background: var(--kp-accent); color: #fff; }

/* ══════════════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════════════ */
#kontakt-section {
    padding: 60px 0;
    background: #f7fafc;
}

/* Form card */
.form-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    padding: 2.2rem;
}
.form-card h3 {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--kp-accent);
    margin-bottom: 1.4rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid var(--kp-gold);
}
.form-card .form-label {
    font-weight: 600;
    font-size: .9rem;
    color: #4a5568;
    margin-bottom: .3rem;
}
.form-card .form-control {
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: .95rem;
    transition: border-color .2s, box-shadow .2s;
}
.form-card .form-control:focus {
    border-color: var(--kp-accent);
    box-shadow: 0 0 0 3px rgba(15,52,96,.12);
}
.form-card textarea { resize: vertical; min-height: 140px; }
.btn-submit {
    background-color: var(--kp-accent);
    color: #fff;
    border: none;
    padding: .65rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: background .2s, transform .15s;
}
.btn-submit:hover {
    background-color: #0a2647;
    color: #fff;
    transform: translateY(-1px);
}
.btn-submit:active { transform: translateY(0); }

/* Form feedback */
#form-success {
    display: none;
    background: #c6f6d5;
    color: #276749;
    border: 1px solid #9ae6b4;
    border-radius: 6px;
    padding: 1rem 1.2rem;
    margin-top: 1rem;
    font-weight: 500;
}
#form-error {
    display: none;
    background: #fed7d7;
    color: #9b2c2c;
    border: 1px solid #fc8181;
    border-radius: 6px;
    padding: 1rem 1.2rem;
    margin-top: 1rem;
    font-weight: 500;
}

/* Contact info card */
.info-card {
    background: linear-gradient(135deg, var(--kp-dark-alt) 0%, var(--kp-accent) 100%);
    color: #e2e8f0;
    border-radius: 10px;
    padding: 2.2rem;
    height: 100%;
}
.info-card h3 {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--kp-gold);
    margin-bottom: 1.4rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid rgba(201,168,76,.4);
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
}
.info-item .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--kp-gold);
    flex-shrink: 0;
}
.info-item .info-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #90cdf4;
    margin-bottom: 2px;
}
.info-item .info-value {
    font-size: 1rem;
    color: #e2e8f0;
    font-weight: 500;
}
.info-item a { color: var(--kp-gold); text-decoration: none; }
.info-item a:hover { text-decoration: underline; }
.working-hours {
    background: rgba(255,255,255,.08);
    border-radius: 8px;
    padding: 1rem 1.2rem;
    margin-top: .5rem;
}
.working-hours p { margin: 0; font-size: .95rem; color: #cbd5e0; }
.working-hours strong { color: var(--kp-gold); }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
footer {
    background-color: #2b6cb0;
    color: #e2e8f0;
    padding: 30px 0 20px;
}
footer .footer-nav a {
    display: block;
    color: #e2e8f0;
    text-decoration: none;
    padding: 4px 0;
    transition: color .2s;
}
footer .footer-nav a:hover { color: #f51520; }
footer .footer-nav strong {
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--kp-gold);
    display: block;
    margin-bottom: 8px;
}
footer .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    margin-right: 8px;
    transition: background .2s;
}
footer .social-icon:hover { background: rgba(255,255,255,.35); color: #fff; }
footer .copyright {
    font-size: .85rem;
    color: #bee3f8;
}
.footer-divider { border-color: rgba(255,255,255,.2); }






.hero {
  background-image: url("/img/handshake.jpg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  height: 70vh;
  display: flex;
  /* background: url("/img/handshake.jpg") center center / cover no-repeat rgba(0,0,0,.08); */
}
.btn-kp {
  background: var(--kp-gold);
  color: var(--kp-dark);
  border: none;
  font-weight: 700;
  padding: .65rem 1.8rem;
  border-radius: 6px;
  font-size: 1rem;
  transition: opacity .2s,transform .15s;
}
.btn-kp:hover {
  opacity: .88;
  transform: translateY(-1px);
  color: var(--kp-dark);
  background: var(--kp-gold);
}

.btn-primary {
  color: #fff !important;
  background-color: #3182ce !important;
}
.how-it-works-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  transition: transform .25s, box-shadow .25s;
  margin: 24px 0;
  background-color: #fff;
  padding: 20px 10px;
}
.how-it-works-card h3 {
    color: #3182ce !important;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700 !important;
}
.how-it-works-card .card-text {
    color: #4a5568 !important;
    text-align: center;
    font-size: 1.1rem;
}