/* --- LEFT COLUMN: Latest News --- */
.sidebar-widget {
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .sidebar-widget {
      padding-right: 30px;
      margin-bottom: 0; } }

.widget-tabs {
  background-color: rgba(0, 0, 0, 0.4); }

.latest-header h5 {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px 0 16px 20px; }

.news-item {
  position: relative;
  min-height: 101px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background-color: var(--bright-dark-background); }
  @media screen and (min-width: 2000px) {
    .news-item {
      min-height: 104.5px; } }

.news-item:last-child {
  border-bottom: 0; }

.news-thumb-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  aspect-ratio: 16/9;
  z-index: 0;
  overflow: hidden; }

.news-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.news-thumb-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, rgba(17, 20, 30, 0.3) 0%, rgba(17, 20, 30, 0.7) 35%, rgba(17, 20, 30, 0.92) 70%, #11141e 100%); }

.news-content-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 90px;
  width: 100%;
  padding-right: 55px; }

.news-meta span a {
  color: var(--text-cards);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3px;
  text-shadow: -1px -1px 0px var(--bright-dark-background);
  font-family: 'Anton', sans-serif; }

.news-meta span a:hover {
  color: var(--primary-green); }

.news-meta span:after {
  content: " | ";
  color: var(--border-grey); }

.news-meta span:last-child:after {
  content: none; }

.news-title-link {
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--text-heading); }

/* Hover efekt za Latest News naslov */
.news-title-link:hover {
  color: var(--primary-green); }

/* Stilovi za widget tabove */
.widget-tabs {
  border-bottom: 2px solid #3b4d5a;
  /* Linija ispod tabova */
  padding-bottom: 0; }

.widget-tabs .nav-link {
  background: transparent;
  border: none;
  color: #b0bec5;
  /* Siva boja neaktivnog teksta */
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 10px 5px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease; }

/* Hover efekt */
.widget-tabs .nav-link:hover {
  color: white; }

/* Aktivni tab (zelena boja i crta dolje) */
.widget-tabs .nav-link.active {
  color: var(--primary-green);
  background: transparent; }

/* Zelena crta ispod aktivnog taba */
.widget-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  /* Preklapa donji border containera */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-green); }

/* --- SLIDER (Top Stories) --- */
.hero-slider-wrapper {
  background-color: var(--bg-dark);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 10px;
  overflow: hidden;
  position: relative; }

.hero-header-strip {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
  color: var(--primary-green);
  font-weight: 700;
  position: relative;
  z-index: 10;
  font-family: 'Anton', sans-serif; }

.hero-slide-content {
  position: relative;
  min-height: 392px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(17, 20, 30, 0.3) 10%, rgba(17, 20, 30, 0.7) 35%, rgba(17, 20, 30, 0.92) 60%, #11141e 72%);
  z-index: 1; }

.hero-text-wrapper {
  position: relative;
  z-index: 2;
  width: 65%;
  padding: 30px 30px 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* Link unutar slidera */
.hero-main-title-link h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 3rem;
  display: inline-block; }

.hero-main-title-link:hover {
  color: var(--primary-green); }

.hero-desc {
  font-size: 1rem;
  color: #eceff1;
  margin-bottom: 20px;
  line-height: 1.4; }

/* --- Slider Indicators --- */
.slider-controls-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(100% - 60px);
  height: 20px; }

.indicator-box {
  flex: 1;
  height: 8px;
  background-color: #546e7a;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease, background-color 0.3s; }

.indicator-box.active {
  height: 14px;
  background-color: #546e7a;
  border-radius: 7px; }

.indicator-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: var(--primary-green);
  border-radius: 4px;
  border-radius: 7px; }

.indicator-box.active .indicator-fill {
  width: 100%;
  transition: width 5000ms linear; }

footer {
  padding-top: 65px; }
  @media screen and (min-width: 1200px) {
    footer {
      margin-bottom: calc( 30px + var(--wp-admin--admin-bar--height) ); } }
  footer .container {
    position: relative; }
  footer .inner {
    border-top: 1px solid rgba(169, 8, 137, 0.1);
    padding: 20px 0; }
    footer .inner .my-order {
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        footer .inner .my-order {
          flex-direction: row; } }
    footer .inner .col {
      display: flex;
      align-self: center;
      padding-top: 12px;
      padding-bottom: 12px; }
      @media screen and (min-width: 768px) {
        footer .inner .col {
          padding-top: 0;
          padding-bottom: 0; } }
    footer .inner .links {
      justify-content: center;
      order: 2; }
      @media screen and (min-width: 768px) {
        footer .inner .links {
          order: 3;
          justify-content: end; } }
      footer .inner .links ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .inner .links ul li {
          padding: 0;
          margin: 0;
          list-style: none;
          display: inline-block;
          margin-right: 15px; }
          footer .inner .links ul li:last-child {
            margin-right: 0; }
          footer .inner .links ul li a:hover {
            color: rgba(169, 8, 137, 0.7); }
    footer .inner .logo {
      justify-content: center;
      order: 1; }
      @media screen and (min-width: 768px) {
        footer .inner .logo {
          order: 2; } }
      footer .inner .logo a {
        display: block; }
        footer .inner .logo a img {
          display: block;
          margin: 0 auto; }
    footer .inner .copyright {
      justify-content: center;
      order: 3;
      text-align: center; }
      @media screen and (min-width: 768px) {
        footer .inner .copyright {
          justify-content: start;
          order: 1;
          text-align: left; } }

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  border: 1px solid #555;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  opacity: 0.7;
  transition: opacity 0.5s linear; }
  @media screen and (min-width: 768px) {
    .back-to-top {
      right: 20px;
      bottom: 120px; } }
  @media screen and (min-width: 1300px) {
    .back-to-top {
      left: calc(50% + 675px);
      right: auto;
      bottom: 28px; } }
  .back-to-top span.outter {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .back-to-top span.outter span.inner-icon {
      height: 32px;
      width: 32px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      order: 1; }
    .back-to-top span.outter span.inner-text {
      color: #555;
      padding-right: 10px;
      display: none;
      height: 32px;
      width: 110px;
      align-items: center;
      text-align: right;
      order: 2; }
    .back-to-top span.outter span.sprite.s-back-to-top {
      background-image: url("../img/social-media.png");
      background-repeat: no-repeat;
      display: block;
      opacity: 1;
      transition: opacity .2s;
      background-position: -59px -5px;
      width: 17px;
      height: 10px; }
  .back-to-top.d-hide {
    opacity: 0; }
  .back-to-top:hover {
    opacity: 1; }
    .back-to-top:hover span.outter span.inner-text {
      display: inline-flex; }

@media screen and (max-width: 767px) {
  #cookie-law-info-again {
    left: 0 !important;
    right: auto !important; } }
@media screen and (min-width: 768px) {
  #cookie-law-info-again {
    left: auto !important;
    right: 0 !important; } }
/* Kartice koje su sada linkovi */
a.feature-card {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-dark);
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  border: 2px solid var(--border-grey);
  text-decoration: none;
  /* Uklanja underline */
  transition: border-color 0.3s, transform 0.2s; }

a.feature-card:hover {
  border-color: var(--primary-green);
  /* Opcionalno: blagi pomak gore */
  transform: translateY(-0.2px);
  cursor: pointer; }

.cat-label {
  color: var(--text-cards);
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: block; }

.cat-label a:after {
  content: " | ";
  color: var(--text-cards); }

.cat-label a:last-child:after {
  content: none; }

.cat-label a:hover {
  color: var(--primary-green); }

.card-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.25;
  color: var(--text-heading);
  letter-spacing: 0.01em; }

@media screen and (min-width: 2000px) {
  .card-title {
    font-size: 1.65rem; } }
.card-text {
  color: var(--text-cards);
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 400; }

.gmg-container {
  height: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  position: relative; }

.gmg-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*# sourceMappingURL=front-page.css.map */
