/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title {
  color: #0d2334 !important;
  position: relative;
  transition: color 0.3s ease;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #c11217;
  transition: width 0.3s ease;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container .g-menu-item-title::after {
  width: 100%;
}
.g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-title::after {
  width: 100%;
}
.g-main-nav .g-dropdown .g-menu-item-container .g-menu-item-title {
  color: #0d2334 !important;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
.g-main-nav .g-dropdown .g-menu-item-container .g-menu-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #c11217;
  transition: width 0.3s ease;
}
.g-main-nav .g-dropdown li:hover > .g-menu-item-container .g-menu-item-title::after {
  width: 100%;
}
.g-main-nav .g-dropdown li.active > .g-menu-item-container .g-menu-item-title::after {
  width: 100%;
}
.showcase-automehanika {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url('../../../../images/slideshow/automehanika-vinkovci.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-automehanika .hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(13, 35, 52, 0.55));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  z-index: 2;
}
.showcase-automehanika .automehanika-logo {
  max-width: 220px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.showcase-automehanika h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .showcase-automehanika h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .showcase-automehanika h1 {
    font-size: 3.8rem;
  }
}
.showcase-automehanika .tagline {
  font-size: 1.2rem;
  color: #fff !important;
  max-width: 90%;
}
@media (min-width: 768px) {
  .showcase-automehanika .tagline {
    font-size: 1.4rem;
  }
}
.custom-services-section {
  background: linear-gradient(to right, #0a0b0c, #0d2334);
  padding: 80px 20px;
  color: #fff;
}
.services-heading {
  position: relative;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: left;
}
.services-heading .services-line {
  display: block;
  height: 3px;
  background-color: #fff;
  width: 0;
  margin-top: 12px;
  animation: none;
}
.services-heading.line-visible .services-line {
  animation: slideLine 1.5s ease-out forwards;
}
.row-line {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 0;
  margin: 40px 0;
  animation: none;
}
.row-line.line-visible {
  animation: slideDivider 1.2s ease-out forwards;
}
@keyframes slideLine {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideDivider {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideLine {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 120px;
  }
}
@keyframes line-slide {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}
.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 50px;
  margin-bottom: 70px;
  position: relative;
  gap: 20px;
}
.service-left, .service-image-wrapper, .service-right {
  flex: 1 1 33%;
}
.service-left h3 {
  font-size: 1.75rem;
  color: #fff;
}
.service-left .desc {
  font-size: 1rem;
  color: #ccc;
}
.service-image-wrapper {
  max-width: 200px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.service-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.service-image-wrapper:hover {
  transform: scale(1.05);
}
.service-right .info {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}
.alba-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background-color: #9e0b0f;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.alba-button:hover {
  background-color: #c11217;
  box-shadow: 0 0 10px rgba(158, 11, 15, 0.5);
}
@media (max-width: 992px) {
  .service-row {
    flex-direction: column;
    text-align: center;
  }
  .service-image-wrapper {
    max-width: 60%;
  }
}
.animated-line {
  height: 2px;
  width: 0%;
  background-color: white;
  margin: 2rem 0;
  animation: growLine 2s ease forwards;
}
@keyframes growLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.alba-button.red-btn {
  background-color: #9e0b0f;
  color: #fff;
}
.alba-button.red-btn:hover {
  background-color: #b01216;
}
.services-heading, .service-row h3 {
  color: #fff !important;
}
.service-row {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
.service-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
  transition: width 1s ease-out;
}
.service-row.line-visible::after {
  width: 100%;
}
.bottom-wrapper {
  background: linear-gradient(to right, #0a0b0c, #0e1b24);
  color: #ccc;
  padding: 5px 0;
}
/* FOOTER CUSTOM STIL */
.footer-wrapper {
  background: linear-gradient(to right, #0a0b0c, #0e1b24);
  color: #ccc;
  padding: 5px 0;
  /* Radno vrijeme: SERVIS i AUTO SALON jedan pored drugog */
}
.footer-wrapper .g-container {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-wrapper .g-block {
  flex: 1 1 220px;
  padding: 0 2px;
}
.footer-wrapper .g-block p, .footer-wrapper .g-block li {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 8px;
}
.footer-wrapper .g-block strong {
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.footer-wrapper .g-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper .g-block ul li {
  margin-bottom: 6px;
}
.footer-wrapper .g-block ul li a {
  color: #ccc;
  text-decoration: none;
}
.footer-wrapper .g-block ul li a:hover {
  color: #c11217;
}
.footer-wrapper .g-block i {
  margin-right: 8px;
  color: #c11217;
}
.footer-wrapper .footer-hours-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-wrapper .footer-hours-flex .footer-hours-item {
  flex: 1 1 220px;
}
.footer-wrapper .footer-hours-flex .footer-hours-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
}
.footer-wrapper .footer-hours-flex .footer-hours-item p strong {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
/* Copyright sekcija – ista pozadina */
#g-copyright {
  background: linear-gradient(to right, #0a0b0c, #0e1b24);
  padding: 20px 0;
}
#g-copyright .g-branding, #g-copyright .g-social {
  color: #ccc;
  font-size: 0.85rem;
}
#g-copyright .g-branding a, #g-copyright .g-social a {
  color: #ccc;
  text-decoration: none;
}
#g-copyright .g-branding a:hover, #g-copyright .g-social a:hover {
  color: #c11217;
}
.showcase-automehanika {
  background-color: #f2f2f2;
  padding: 100px 20px;
  text-align: center;
}
.showcase-automehanika .showcase-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.showcase-automehanika .automehanika-logo {
  max-width: 140px;
  height: auto;
  transition: transform 0.4s ease;
}
.showcase-automehanika .automehanika-logo:hover {
  transform: scale(1.08);
}
.showcase-automehanika h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #0d2334;
  margin: 0;
  transition: letter-spacing 0.3s ease, color 0.3s ease;
}
.showcase-automehanika h1:hover {
  letter-spacing: 2px;
  color: #1a4d72;
}
.showcase-automehanika .tagline {
  font-size: 1.25rem;
  color: #0d2334;
  max-width: 800px;
}
.moduletable.title-center-white h3, .moduletable.title-center-white h2 {
  text-align: center !important;
  color: #ffffff !important;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
.moduletable.title-center-white h3::after, .moduletable.title-center-white h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ffffff !important;
  margin: 12px auto 0 auto;
  animation: underline-expand 1s ease-out forwards;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .moduletable.title-center-white h3, .moduletable.title-center-white h2 {
    font-size: 2rem;
  }
  .moduletable.title-center-white h3::after, .moduletable.title-center-white h2::after {
    width: 40px;
  }
}
@keyframes underline-expand {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60px;
    opacity: 0.8;
  }
}
.cta-automehanika-vk {
  background-color: #9e0b0f;
  border: none;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 24px;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.cta-automehanika-vk:hover {
  background-color: #6e080a;
  transform: scale(1.05);
}
.cta-automehanika-vk i {
  margin-right: 8px;
}
#g-breadcrumb.breadcrumb-bg {
  background: linear-gradient(to right, #0a0b0c, #0d2334) !important;
  padding: 2rem 0;
}
#g-breadcrumb .moduletable.breadcrumb-text {
  color: #fff;
}
#g-breadcrumb .moduletable.breadcrumb-text a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}
#g-breadcrumb .moduletable.breadcrumb-text a:hover {
  color: #2165a5;
}
#g-breadcrumb .moduletable.breadcrumb-text .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#g-breadcrumb .moduletable.breadcrumb-text .breadcrumb li {
  display: inline;
  color: #ccc;
}
#g-breadcrumb .moduletable.breadcrumb-text .breadcrumb li::after {
  content: "›";
  padding: 0 6px;
  color: #888;
}
#g-breadcrumb .moduletable.breadcrumb-text .breadcrumb li:last-child {
  color: #fff;
  font-weight: 600;
}
#g-breadcrumb .moduletable.breadcrumb-text .breadcrumb li:last-child::after {
  content: "";
}
.moduletable.mod-title-white, .moduletable.mod-title-blue, .moduletable.mod-title-red {
  text-align: center;
  padding: 40px 20px;
}
.moduletable.mod-title-white h3, .moduletable.mod-title-white h2, .moduletable.mod-title-white .module-title, .moduletable.mod-title-blue h3, .moduletable.mod-title-blue h2, .moduletable.mod-title-blue .module-title, .moduletable.mod-title-red h3, .moduletable.mod-title-red h2, .moduletable.mod-title-red .module-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.moduletable.mod-title-white h3::after, .moduletable.mod-title-white h2::after, .moduletable.mod-title-white .module-title::after, .moduletable.mod-title-blue h3::after, .moduletable.mod-title-blue h2::after, .moduletable.mod-title-blue .module-title::after, .moduletable.mod-title-red h3::after, .moduletable.mod-title-red h2::after, .moduletable.mod-title-red .module-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: currentColor;
  margin: 10px auto 0;
}
.moduletable.mod-title-white {
  color: #fff;
}
.moduletable.mod-title-white h3, .moduletable.mod-title-white h2, .moduletable.mod-title-white .module-title {
  color: #fff;
}
.moduletable.mod-title-blue {
  color: #0d2334;
}
.moduletable.mod-title-blue h3, .moduletable.mod-title-blue h2, .moduletable.mod-title-blue .module-title {
  color: #0d2334;
}
.moduletable.mod-title-red {
  color: #9e0b0f;
}
.moduletable.mod-title-red h3, .moduletable.mod-title-red h2, .moduletable.mod-title-red .module-title {
  color: #9e0b0f;
}
.offcanvas-quickinfo {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
  font-size: 0.95rem;
  line-height: 1.6;
}
.offcanvas-quickinfo .offcanvas-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0d2334 !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.offcanvas-quickinfo .offcanvas-title svg, .offcanvas-quickinfo .offcanvas-title i, .offcanvas-quickinfo .offcanvas-title img, .offcanvas-quickinfo .offcanvas-title .emoji {
  color: #0d2334 !important;
  font-size: 1.1rem;
  opacity: 1;
}
.offcanvas-quickinfo p {
  margin-bottom: 15px;
  color: #1e1e1e !important;
}
.offcanvas-quickinfo p strong {
  color: #0d2334 !important;
}
.offcanvas-quickinfo p svg, .offcanvas-quickinfo p i, .offcanvas-quickinfo p img, .offcanvas-quickinfo p .emoji {
  color: #0d2334 !important;
  opacity: 1;
  margin-right: 6px;
  vertical-align: middle;
}
.offcanvas-quickinfo a {
  color: #0d2334 !important;
  text-decoration: none;
  font-weight: 500;
}
.offcanvas-quickinfo a:hover {
  text-decoration: underline;
  color: #9e0b0f !important;
}
.offcanvas-quickinfo .offcanvas-note {
  margin-top: 15px;
  font-style: italic;
  color: #666 !important;
  font-size: 0.85rem;
}
.important-note {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 15px 20px;
  border-radius: 6px;
  color: #856404;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 20px;
}
.important-note strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 6px;
  display: inline-block;
}
#footer-c ul, #footer-c .nav, #footer-c .menu, #footer-c .mod-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-c ul li, #footer-c .nav li, #footer-c .menu li, #footer-c .mod-menu li {
  margin-bottom: 8px;
}
#footer-c ul li a, #footer-c .nav li a, #footer-c .menu li a, #footer-c .mod-menu li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer-c ul li a:hover, #footer-c .nav li a:hover, #footer-c .menu li a:hover, #footer-c .mod-menu li a:hover {
  color: #ffcc00;
}
.os_jv .vm_viewlist {
  background: linear-gradient(to right, #0a0b0c, #0d2334) !important;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 8px 8px;
  gap: 20px;
}
.os_jv .vm_viewlist .vehicle-price {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}
.os_jv .vm_viewlist .vehicle-button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 14px;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.os_jv .vm_viewlist .vehicle-button:hover {
  background: #fff;
  color: #0a0b0c;
}
.service-hero-section {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.service-hero-background picture, .service-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.service-hero-title {
  font-size: 4rem;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .service-hero-section {
    height: 50vh;
  }
  .service-hero-title {
    font-size: 2.5rem;
    padding: 0 15px;
  }
}
.service-content-section {
  padding: 60px 20px;
  background: #f2f2f2;
  color: #1e1e1e;
}
.service-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.4;
}
.intro-text {
  font-size: 1.15rem;
  line-height: 1.8;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 20px;
}
.service-section-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 50px 0 25px;
  text-align: center;
}
.service-benefits {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}
.service-benefits li {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: background 0.3s ease;
}
.service-benefits li:hover {
  background: #c11217;
  color: #fff;
}
.service-benefits li i {
  display: block;
  font-size: 2rem;
  color: #c11217;
  margin-bottom: 10px;
}
.service-benefits li:hover i {
  color: #fff;
}
.service-benefits li span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
.services-divider {
  width: 100px;
  height: 4px;
  background: #c11217;
  margin: 40px auto;
  border-radius: 2px;
}
.highlighted-title {
  position: relative;
  font-size: 1.8rem;
}
.highlighted-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #c11217;
  border-radius: 2px;
}
.service-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.service-offer {
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.service-offer:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.service-offer h4 {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #c11217;
}
.service-offer p {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .service-subtitle {
    font-size: 1.8rem;
  }
  .intro-text {
    font-size: 1rem;
  }
  .service-section-title {
    font-size: 1.4rem;
  }
}
.faq-section {
  color: #fff !important;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.faq-title {
  text-align: center;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.faq-item:hover {
  transform: translateY(-3px);
}
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff !important;
  text-align: left;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}
.faq-question i {
  font-size: 1.3rem;
  color: #c11217;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  transition: max-height 0.4s ease;
}
.faq-answer p {
  font-size: 1rem;
  line-height: 1.6;
  color: #f1f1f1 !important;
  margin: 15px 0;
}
.faq-answer.fade-in {
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-question.active i {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.custom-cta-wrapper {
  background: #fff;
  padding: 20px 20px;
  color: #0d2334;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  animation: slideIn 0.8s ease-out forwards;
  margin: 40px auto;
}
.custom-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
#dynamic-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  animation: fadeIn 1s ease;
  width: 100%;
}
#dynamic-desc {
  font-size: 1.1rem;
  color: #0d2334;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeIn 1.2s ease;
}
.highlight {
  color: #c11217;
  font-weight: 600;
}
.cta-btn {
  background: #0d2334;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
}
.cta-btn i {
  color: #c11217;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.cta-btn:hover {
  background: #c11217;
  transform: translateY(-3px);
}
.cta-btn:hover i {
  color: #fff;
  transform: scale(1.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(193, 18, 23, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(193, 18, 23, 0);
  }
}
@media (max-width: 768px) {
  .custom-cta-wrapper {
    margin: 20px;
  }
  #dynamic-title {
    font-size: 1.6rem;
  }
  #dynamic-desc {
    font-size: 1rem;
  }
  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ================================
   Responsive Fix – Hero & FAQ
   ================================ */
.service-hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.service-hero-section .service-hero-background {
  width: 100%;
  height: 100%;
}
.service-hero-section .service-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.service-hero-section .service-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}
.service-hero-section .service-hero-title {
  font-size: 2.5rem;
  color: #fff;
}
/* Tablet */
@media (max-width: 1024px) {
  .service-hero-section {
    min-height: 60vh;
  }
  .service-hero-title {
    font-size: 2rem;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .service-hero-section {
    min-height: 50vh;
  }
  .service-hero-title {
    font-size: 1.6rem;
  }
}
/* FAQ SECTION */
@media (max-width: 1024px) {
  .faq-section {
    padding: 30px 15px;
  }
  .faq-section .faq-title {
    font-size: 1.8rem !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .faq-section .faq-item {
    width: 100%;
    display: block;
  }
  .faq-section .faq-item button.faq-question {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    /* dopušta prelamanje teksta */
    word-break: break-word;
    font-size: 1rem;
    padding: 12px 15px;
    color: inherit;
    /* koristi postojeću boju teksta */
    background: inherit;
    /* koristi postojeći background */
    text-align: left;
  }
  .faq-section .faq-answer {
    width: 100%;
    max-width: 100%;
    padding: 12px 15px;
    color: inherit;
    background: inherit;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .faq-section .faq-title {
    font-size: 1.5rem !important;
  }
  .faq-section .faq-item button.faq-question {
    font-size: 0.95rem;
  }
}
.contact-info, .form-instructions {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-info:hover, .form-instructions:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* Naslovi */
.contact-info h2, .form-instructions h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0d2334;
  font-weight: 700;
}
/* Linkovi */
.contact-info a {
  color: #c11217;
  /* accent2 */
  text-decoration: none;
  font-weight: 600;
}
.contact-info a:hover {
  text-decoration: underline;
}
/* Lista */
.form-instructions ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 15px 0;
}
.form-instructions ul li {
  margin-bottom: 12px;
}
.form-instructions .highlight {
  color: #c11217;
  font-weight: 600;
}
/* Napomena box */
.form-instructions .note {
  background: #fff3f3;
  border: 1px solid #f5c2c2;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
/* Responzivnost */
@media (max-width: 768px) {
  .contact-info, .form-instructions {
    padding: 15px;
    font-size: 15px;
  }
  .contact-info h2, .form-instructions h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact-info, .form-instructions {
    padding: 12px;
    font-size: 14px;
  }
  .contact-info h2, .form-instructions h2 {
    font-size: 18px;
  }
}
.contact-info, .working-hours-box, .form-instructions {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-info:hover, .working-hours-box:hover, .form-instructions:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* Naslovi */
.contact-info h2, .working-hours-box h2, .form-instructions h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0d2334;
  font-weight: 700;
}
/* Linkovi */
.contact-info a {
  color: #c11217;
  /* accent2 */
  text-decoration: none;
  font-weight: 600;
}
.contact-info a:hover {
  text-decoration: underline;
}
/* Lista radnog vremena */
.working-hours-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.working-hours-box ul li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.working-hours-box ul li:last-child {
  border-bottom: none;
}
.working-hours-box .closed {
  color: #c11217;
  font-weight: 600;
}
/* Lista uputa */
.form-instructions ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 15px 0;
}
.form-instructions ul li {
  margin-bottom: 12px;
}
.form-instructions .highlight {
  color: #c11217;
  font-weight: 600;
}
/* Napomena box */
.form-instructions .note {
  background: #fff3f3;
  border: 1px solid #f5c2c2;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
/* Responzivnost */
@media (max-width: 768px) {
  .contact-info, .working-hours-box, .form-instructions {
    padding: 15px;
    font-size: 15px;
  }
  .contact-info h2, .working-hours-box h2, .form-instructions h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact-info, .working-hours-box, .form-instructions {
    padding: 12px;
    font-size: 14px;
  }
  .contact-info h2, .working-hours-box h2, .form-instructions h2 {
    font-size: 18px;
  }
}
.history-section {
  background: #f2f2f2;
  padding: 80px 20px;
  position: relative;
}
.history-title {
  text-align: center;
  font-size: 2.8rem;
  color: #0d2334;
  margin-bottom: 60px;
  font-weight: 700;
}
.timeline {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  max-width: 900px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 4px;
  height: 100%;
  background: #0d2334;
  border-radius: 2px;
}
.timeline-item {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease forwards;
}
.timeline-item:nth-child(2) {
  animation-delay: 0.2s;
}
.timeline-item:nth-child(3) {
  animation-delay: 0.4s;
}
.timeline-item:nth-child(4) {
  animation-delay: 0.6s;
}
.timeline-item:nth-child(5) {
  animation-delay: 0.8s;
}
.timeline-icon {
  position: absolute;
  left: -6px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 3px solid #0d2334;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2334;
  font-size: 18px;
  z-index: 2;
}
.timeline-content {
  background: #f9f9f9;
  padding: 20px 30px;
  border-radius: 8px;
  margin-left: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.timeline-content h3 {
  color: #0d2334;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.timeline-content p {
  color: #0d2334;
  line-height: 1.6;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .timeline-content {
    margin-left: 50px;
    padding: 15px 20px;
  }
  .timeline-icon {
    width: 35px;
    height: 35px;
  }
}
.mission-vision-goals-section {
  background: linear-gradient(to right, #0a0b0c, #0d2334);
  padding: 80px 20px;
  color: #fff !important;
  text-align: center;
}
.mvg-title {
  font-size: 2.8rem;
  margin-bottom: 60px;
  color: #fff !important;
  font-weight: 700;
}
.mvg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.mvg-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}
.mvg-card:nth-child(2) {
  animation-delay: 0.2s;
}
.mvg-card:nth-child(3) {
  animation-delay: 0.4s;
}
.mvg-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.3);
}
.mvg-icon {
  font-size: 2.5rem;
  color: #9e0b0f;
  margin-bottom: 20px;
}
.mission-vision-goals-section strong {
  color: #ffffff !important;
}
.mvg-card h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff !important;
}
.mvg-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #f5f5f5;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.aboutus-detailed-section {
  background: #fff;
  padding: 80px 20px;
  color: #0d2334;
}
.aboutus-detailed-section .container {
  max-width: 1080px;
  margin: 0 auto;
}
.aboutus-detailed-section .aboutus-quote {
  text-align: center;
  font-style: italic;
  font-size: 1.6rem;
  color: #9e0b0f;
  margin-bottom: 60px;
  position: relative;
}
.aboutus-detailed-section .aboutus-quote i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #9e0b0f;
}
.aboutus-detailed-section .aboutus-quote p {
  margin: 0;
}
.aboutus-detailed-section .aboutus-paragraph {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.7;
}
.aboutus-detailed-section .aboutus-paragraph i {
  font-size: 1.5rem;
  color: #9e0b0f;
  flex-shrink: 0;
  margin-top: 5px;
}
.aboutus-detailed-section .aboutus-paragraph p {
  margin: 0;
}
.aboutus-detailed-section .aboutus-paragraph p strong {
  color: #0d2334;
  font-weight: 700;
}
.why-choose-us-section {
  padding: 80px 20px;
  color: #fff !important;
}
.why-choose-us-section .container {
  max-width: 1140px;
  margin: 0 auto;
}
.why-choose-us-section .why-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 60px;
  color: #fff !important;
}
.why-choose-us-section .why-title i {
  margin-right: 10px;
  color: #9e0b0f;
}
.why-choose-us-section .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.why-choose-us-section .why-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-choose-us-section .why-box i {
  font-size: 2rem;
  color: #9e0b0f;
  margin-bottom: 15px;
  display: block;
}
.why-choose-us-section .why-box h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #fff !important;
}
.why-choose-us-section .why-box p {
  font-size: 1rem;
  line-height: 1.6;
  color: #eee !important;
}
.why-choose-us-section .why-box p strong {
  color: #fff !important;
}
.why-choose-us-section .why-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}
.brand-logos-block {
  --gap: clamp(14px, 2.2vw, 26px);
  --logo-h: clamp(42px, 7.5vw, 64px);
  --brand: #0d2334;
  --accent: #c11217;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(16px, 3vw, 26px) 12px;
}
.logos-header {
  max-width: 1100px;
  margin: 0 auto clamp(10px, 2.2vw, 18px);
  text-align: center;
}
.logos-title {
  margin: 0 0 6px 0;
  font-weight: 800;
  color: var(--brand);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
}
.logos-subtitle {
  margin: 0 auto;
  color: rgba(13, 35, 52, 0.86);
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
}
/* GRID */
.logos-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: var(--gap);
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 1.6vw, 12px);
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
  filter: grayscale(1) contrast(0.9) brightness(0.92);
  opacity: 0.9;
  border-radius: 10px;
  background: #fff;
}
.logo:hover {
  transform: translateY(-2px) scale(1.06);
  filter: grayscale(0) contrast(1.05) brightness(1);
  opacity: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.logo picture, .logo img {
  display: block;
  height: var(--logo-h);
  width: auto;
}
/* Fokus (tipkovnica) */
.logo:focus-within {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
/* Accessibility helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1024px) {
  .logos-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 640px) {
  .logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .brand-logos-block {
    --logo-h: clamp(56px, 11vw, 72px);
  }
}
.mod--footer-nav a {
  color: #ffffff;
  text-decoration: none;
}
.mod--footer-nav a:hover, .mod--footer-nav a:focus {
  color: #9e0b0f !important;
  text-decoration: underline;
}
/*# sourceMappingURL=custom_14.css.map */