.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 160px 0;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;

  
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(3px);
  }

 .container {
    position: relative;
    z-index: 2;
  }

  h1 {
    font-size: 3rem;
    font-weight: 700;
    color:#FFF
  }

  .hero-text {
    font-size: 1.2rem;
    max-width: 620px;
    line-height: 1.6;
    margin-top: 1rem;
  }

  p{
    font-size:15px;
    line-height:1.3;
    margin-bottom:50px
  }

  a{
    background:#222277;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    border-radius:10px;
    font-size:16px;
  }

  @media (max-width: 768px) {
    padding: 100px 0;
    h1 { font-size: 2rem; }
  }
}

.icon-tile {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.08));
}

.icon-tile i {
  line-height: 1;
  width: auto;
  height: auto;
}


@media (max-width: 576px) {
  .icon-tile {
    width: 64px;
    height: 64px;
    font-size: 30px;
    border-radius: 16px;
  }
}

.grad-green {
  background: linear-gradient(135deg,#32d89a 0%,#0A8F7F 100%);
}

.grad-blue {
  background: linear-gradient(135deg,#59d5ff 0%,#00B9D8 100%);
}

.grad-orange {
  background: linear-gradient(135deg,#ffb04d 0%,#ff6a00 100%);
}

.grad-pink {
  background: linear-gradient(135deg,#ff8ab5 0%,#ff4f85 100%);
}

.feature-underline {
  display: block;
  width: 68px;
  height: 4px;
  border-radius: 2px;
  margin: 0.8rem 0 0.75rem;
}

.bg-teal {
  background: #0A8F7F;
}

.bg-blue {
  background: #00B9D8;
}

.bg-orange {
  background: #ff6a00;
}

.bg-pink {
  background: #ff4f85;
}

.object-fit-cover {
  object-fit: cover;
}

.welcome-school img {
  display: block;
}

/* Play button style (ako koristiÅ¡) */
.welcome-school .btn-play {
  color: #fff;
  font-size: 26px;
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.welcome-school .btn-play:hover {
  background-color: rgba(0,0,0,0.6);
}

.slika img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:10px!important
}

/* Sekcija (po Å¾elji gradient pozadina kao na slici) */
.news-cards-section {
  background: linear-gradient(135deg, #59d5ff 0%, #00b9d8 35%, #0dc7a6 100%);
  color: #0f2a2a;
}

.news-card {
  background: transparent;
  border: 0;
}

.news-card__media {
  aspect-ratio: 4/3;           /* BS nema? onda set height + overflow */
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #e9ecef;
}

.news-card__body {
  position: relative;
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 58px 22px 26px;
  margin-top: -6px; /* da bijeli panel malo â€œuÄ‘eâ€ pod sliku */
  box-shadow: 0 20px 30px rgba(0,0,0,.06);
}

.news-card__badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 18px 22px rgba(0,0,0,.10);
}

.badge-green  { background: linear-gradient(135deg,#32d89a 0%,#0A8F7F 100%); box-shadow: 0 12px 20px rgba(10,143,127,.35); }
.badge-orange { background: linear-gradient(135deg,#ffb04d 0%,#ff6a00 100%); box-shadow: 0 12px 20px rgba(255,106,0,.35); }
.badge-pink   { background: linear-gradient(135deg,#ff8ab5 0%,#ff4f85 100%); box-shadow: 0 12px 20px rgba(255,79,133,.35); }

.object-fit-cover { object-fit: cover; }

@media (max-width: 576px) {
  .news-card__media { aspect-ratio: 16/10; }
  .news-card__badge { width: 60px; height: 60px; font-size: 24px; }
}

.campus-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .45rem;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
}

.campus-icon {
  width: 60px!important;
  aspect-ratio: 1/1; /* garantira kvadrat */
  border-radius: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#59d5ff 0%,#00B9D8 100%);
  color: #fff;
  font-size: 34px;
  flex-shrink: 0;
  position: relative;
  line-height:60px!important;
  box-shadow: 0 10px 18px rgba(0,0,0,.1);
}

.campus-icon i {
  line-height: 1;
  display: block;
  width: auto;
  height: auto;
}

.campus-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px !important;
  background: inherit;
  filter: blur(14px);
  opacity: .30;
  z-index: -1;
}

@media (max-width: 576px) {
  .campus-icon {
    width: 62px;
    aspect-ratio: 1/1;
    font-size: 26px;
    border-radius: 14px !important;
  }
  .campus-icon-link {
    font-size: .85rem;
  }
}

.footer-school {
  background: #f5fafc;
  font-size: 15px;
}

/* Naslovi */
.footer-school h6, 
.footer-school h5 {
  color: #053b4b;
}

.footer-links a {
  color: #053b4b;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0;
}

.footer-links a:hover {
  color: #0A8F7F;
  transform: translateX(3px);
}

.footer-contact li {
  padding: 3px 0;
  display: flex;
  align-items: center;
}

.footer-social {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg,#59d5ff 0%,#00B9D8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  transition: .2s;
}

.footer-social:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,.15);
}



@media screen and (min-width: 100px) and (max-width: 992px) {
.navbar-brand{
  width:150px;
}
  
  .row {
    --bs-gutter-x: 0px!important;
}
}
