Često Postavljana Pitanja

Sve što trebate znati o našim uslugama i procesima

Opće Informacije

Što je Inovara i čime se bavite?
Koje industrije pokrivate?

Usluge i Projekti

Koliko traje razvoj custom softvera?
Koje tehnologije koristite?
Nudite li održavanje nakon projekta?

Proces i Cijena

Kako izgleda proces suradnje?
Kako određujete cijene projekata?

Podrška i Sigurnost

Kako osiguravate sigurnost podataka?

Niste pronašli odgovor?

Naš tim je tu da odgovori na sva vaša pitanja i pomogne vam pronaći pravo rješenje.

Kontaktirajte Nas
**CSS to add to your stylesheet (style.css):** /* Footer Styles */ .site-footer { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #e0e0e0; padding-top: 60px; margin-top: 80px; } .footer-top { padding-bottom: 40px; } .footer-widget { margin-bottom: 30px; } .footer-title { color: #fff; font-size: 22px; margin-bottom: 20px; font-weight: 700; } .widget-title { color: #fff; font-size: 18px; margin-bottom: 20px; font-weight: 600; position: relative; padding-bottom: 10px; } .widget-title:after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background: linear-gradient(90deg, #4361ee, #7209b7); } .footer-description { color: #b0b0b0; line-height: 1.7; margin-bottom: 20px; } .footer-contact p { color: #b0b0b0; margin-bottom: 10px; display: flex; align-items: center; } .footer-contact i { color: #4361ee; margin-right: 10px; width: 20px; } .footer-contact a { color: #b0b0b0; text-decoration: none; transition: color 0.3s; } .footer-contact a:hover { color: #4361ee; } .footer-social { display: flex; gap: 10px; margin-top: 20px; } .social-link { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; transition: all 0.3s; } .social-link:hover { background: linear-gradient(135deg, #4361ee, #7209b7); transform: translateY(-3px); color: #fff; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #b0b0b0; text-decoration: none; transition: all 0.3s; display: inline-flex; align-items: center; } .footer-links a i { font-size: 10px; margin-right: 8px; transition: margin-right 0.3s; } .footer-links a:hover { color: #4361ee; padding-left: 5px; } .footer-links a:hover i { margin-right: 13px; } .newsletter-text { color: #b0b0b0; margin-bottom: 15px; line-height: 1.6; } .newsletter-form .input-group { margin-bottom: 10px; } .newsletter-form input { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; border-radius: 25px 0 0 25px; padding: 12px 20px; } .newsletter-form input::placeholder { color: rgba(255, 255, 255, 0.5); } .newsletter-form input:focus { background: rgba(255, 255, 255, 0.15); border-color: #4361ee; color: #fff; box-shadow: none; } .newsletter-form button { border-radius: 0 25px 25px 0; padding: 12px 25px; background: linear-gradient(135deg, #4361ee, #7209b7); border: none; } .newsletter-form button:hover { background: linear-gradient(135deg, #3651de, #6108a6); } .newsletter-form .form-text { color: rgba(255, 255, 255, 0.6); font-size: 12px; } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 25px 0; } .copyright-text, .powered-text { color: #b0b0b0; font-size: 14px; } .copyright-text strong { color: #fff; } /* Back to Top Button */ .back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: linear-gradient(135deg, #4361ee, #7209b7); color: #fff; border: none; border-radius: 50%; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 999; box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3); } .back-to-top.show { opacity: 1; visibility: visible; } .back-to-top:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4); } /* Cookie Consent Banner */ .cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(26, 26, 46, 0.98); padding: 20px; z-index: 9999; display: none; box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3); border-top: 3px solid #4361ee; } .cookie-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; } .cookie-text { display: flex; align-items: center; gap: 15px; flex: 1; } .cookie-text i { font-size: 30px; color: #4361ee; } .cookie-text p { color: #e0e0e0; margin: 0; line-height: 1.6; } .cookie-text a { color: #4361ee; text-decoration: underline; } .cookie-buttons { display: flex; gap: 10px; } .cookie-buttons .btn { padding: 10px 25px; border-radius: 25px; font-weight: 600; white-space: nowrap; } /* Responsive Design */ @media (max-width: 768px) { .site-footer { padding-top: 40px; } .footer-widget { text-align: center; } .widget-title:after { left: 50%; transform: translateX(-50%); } .footer-social { justify-content: center; } .footer-contact p { justify-content: center; } .footer-links { text-align: center; } .cookie-content { flex-direction: column; text-align: center; } .cookie-text { flex-direction: column; } .cookie-buttons { width: 100%; flex-direction: column; } .cookie-buttons .btn { width: 100%; } .back-to-top { bottom: 20px; right: 20px; width: 45px; height: 45px; } } This footer component includes all the required functionality with the consistent contact information (Ilica 87, Zagreb and phone +385 91 738 4562) as used in the contact page.