#t3-topbar
{
   display:none;
}

.logo-image img,
.footer-logo img
{
   width:55px;
}

.t3-header + .t3-masthead .acm-features, .t3-header + .t3-hero .acm-features
{
   padding-top:180px;
}

.acm-features.style-1 .hero-image
{
   top:0;
   left:0;
   max-width:100%;
   right:auto;
}

.acm-features.style-1 .features-item
{
   width:auto;
}

.acm-features.style-1 h1
{
   font-size:30px;
   font-weight:400;
   text-align:center;
}

.acm-features.style-1 .btn-action
{
   margin-top:40px;
   text-align: center;
}

.acm-features.style-1
{
   padding-bottom:275px;
}

.copyright
{
   width:100%;
   text-align:center;
}
/* === HERO: samo 1px linija na dnu, bez razbijanja sadržaja === */
/* Zamijeni #Mod105 svojim ID-jem modula ako je drugačiji */
#Mod105 .acm-features.style-1 {
  padding-bottom: 0 !important;   /* makni višak prostora ispod */
  position: relative;
}

/* 1px separator na dnu hero bloka */
#Mod105 .acm-features.style-1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #2f3dff;            /* nijansu prilagodi ako treba */
}

/* sigurnosno: vrati normalne visine ako su ranije nametnute */
#Mod105 .acm-features.style-1 .hero-image,
#Mod105 .acm-features.style-1 .mask-wrap,
#Mod105 .acm-features.style-1 .hero-image::before,
#Mod105 .acm-features.style-1 .hero-image::after {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

