/* ================================================================
   AUTO KLISKA - Dodatni stilovi
   ================================================================ */

/* ---------- Top Contact Bar ---------- */
.top-bar {
  background: #1a1a1a;
  color: #ccc;
  font-size: 13px;
  padding: 6px 0;
  z-index: 1030;
  position: relative;
}
.top-bar a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.top-bar a:hover {
  color: #fdb819;
}
.top-bar .top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}
.top-bar .top-bar-item i {
  font-size: 15px;
  color: #fdb819;
}
.top-bar .social-links {
  display: inline-flex;
  gap: 12px;
}
.top-bar .social-links a {
  font-size: 16px;
}

/* ---------- Mobile Bottom Bar ---------- */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  z-index: 1050;
  padding: 6px 0;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
.mobile-bottom-bar .mb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
  padding: 5px 2px;
  transition: color 0.3s;
}
.mobile-bottom-bar .mb-item i {
  font-size: 20px;
  margin-bottom: 2px;
  color: #fdb819;
}
.mobile-bottom-bar .mb-item:hover,
.mobile-bottom-bar .mb-item:focus {
  color: #fdb819;
}
@media (max-width: 767px) {
  .mobile-bottom-bar {
    display: block;
  }
  body {
    padding-bottom: 70px;
  }
  .back-to-top {
    bottom: 80px !important;
  }
}

/* ---------- Cookie Banner ---------- */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  color: #ccc;
  z-index: 1060;
  padding: 14px 20px;
  font-size: 14px;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
}
.cookie-banner .cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.cookie-banner .cookie-banner-inner p {
  margin: 0;
  flex: 1;
  min-width: 200px;
}
.cookie-banner .cookie-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-banner .cookie-btns .btn {
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .cookie-banner {
    bottom: 70px;
  }
}

/* ---------- CTA Dugmad ---------- */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fdb819;
  color: #1a1a1a !important;
  font-weight: 600;
  padding: 12px 28px;
  border: 2px solid #fdb819;
  transition: all 0.3s;
  text-decoration: none;
}
.btn-cta:hover {
  background: transparent;
  color: #fdb819 !important;
}
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fdb819 !important;
  font-weight: 600;
  padding: 12px 28px;
  border: 2px solid #fdb819;
  transition: all 0.3s;
  text-decoration: none;
}
.btn-cta-outline:hover {
  background: #fdb819;
  color: #1a1a1a !important;
}

/* ---------- Hero Trust Badges ---------- */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* ---------- Service Icon Box ---------- */
.service-icon-box {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #eee;
  transition: all 0.3s;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-icon-box p {
  flex: 1;
}
.service-icon-box:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-color: #fdb819;
}
.service-icon-box i {
  font-size: 42px;
  color: #fdb819;
  margin-bottom: 15px;
  display: block;
}
.service-icon-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.service-icon-box p {
  font-size: 14px;
  color: #858584;
  margin-bottom: 15px;
}

/* ---------- Problem List ---------- */
.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}
.problem-list li {
  padding: 10px 15px;
  background: #f9f9f9;
  border-left: 3px solid #fdb819;
  font-size: 14px;
  color: #333;
}
.problem-list li::before {
  content: '\2718';
  color: #cc3333;
  margin-right: 8px;
  font-weight: bold;
}

/* ---------- Stat Counter ---------- */
.stat-box {
  text-align: center;
  padding: 20px;
}
.stat-box .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #fdb819;
  display: block;
}
.stat-box .stat-label {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

/* ---------- Page Banner (za podstranice) ---------- */
.faq-section .accordion-button:not(.collapsed) {
  background: #fdb819;
  color: #1a1a1a;
}
.faq-section .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(253,184,25,0.4);
  border-color: #fdb819;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, rgba(26,26,26,0.85) 0%, rgba(51,51,51,0.9) 100%), url('../img/home-one/feature-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

/* ---------- Footer spacing ---------- */
footer {
  padding-top: 60px;
}
footer .subscribe-area {
  top: 0;
  margin-bottom: 40px;
}
.cta-banner h2 {
  color: #fff;
  margin-bottom: 15px;
}
.cta-banner p {
  color: #ccc;
  max-width: 600px;
  margin: 0 auto 25px;
}
.cta-banner .btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Accessibility ---------- */
:focus-visible {
  outline: 3px solid #fdb819 !important;
  outline-offset: 2px !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #fdb819 !important;
  outline-offset: 2px !important;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 10px;
  background: #fdb819;
  color: #1a1a1a;
  padding: 8px 16px;
  z-index: 9999;
  font-weight: 600;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 10px;
}

/* ---------- Contact Form ---------- */

/* Navbar CTA - jedan red */
.navbar .cmn-btn .banner-btn-left {
  white-space: nowrap;
}

.contact-form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
  display: block;
}
.contact-form .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 10px 14px;
}
.contact-form .form-control:focus {
  border-color: #fdb819;
  box-shadow: 0 0 0 3px rgba(253,184,25,0.15);
}
.contact-form .form-check-input:checked {
  background-color: #fdb819;
  border-color: #fdb819;
}

/* ---------- Service cards equal height ---------- */
.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-item .service-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-item .service-content p {
  flex: 1;
  margin-bottom: 12px;
}

/* ---------- Page Banner (za podstranice) ---------- */
.page-banner {
  background: #1a1a1a;
  padding: 120px 0 60px;
  text-align: center;
  position: relative;
}
.page-banner h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}
.page-banner .breadcrumb {
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
}
.page-banner .breadcrumb-item a {
  color: #fdb819;
}
.page-banner .breadcrumb-item.active {
  color: #ccc;
}
.page-banner .breadcrumb-item+.breadcrumb-item::before {
  color: #ccc;
}

/* ---------- Ostalo ---------- */
.text-primary-theme {
  color: #fdb819 !important;
}
.bg-primary-theme {
  background: #fdb819 !important;
}
.section-subtitle {
  color: #fdb819;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}

/* Responsive popravke */
@media (max-width: 575px) {
  .page-banner h1 {
    font-size: 24px;
  }
  .btn-cta,
  .btn-cta-outline {
    padding: 10px 18px;
    font-size: 14px;
  }
  .trust-badges {
    gap: 6px;
  }
  .trust-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
}
