/*!
Theme Name: ufg.rs
Theme URI: https://ufg.rs/
Author: Milos Mladenovic    
Author URI: /
Description: ufg.rs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ufg.rs
Tags: Custom build Theme
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
  font-weight: 500;
}
*,
::before,
::after {
  box-sizing: border-box;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* @media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
} */
/**************************************************************
    *SITE
**************************************************************/
:root {
  --bg-black: #445153;
  --bg-grey: #5A5A5A;
  --bg-grey-light: #E8E8E8;
  --bg-main: #E1D7CB;
  --accent-green: #00E10E;
  --text-white: #ffffff;
  --text-black: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {
  font-size: 60px;
}
h2, .h2 {
  font-size: 100px;
  font-weight: bold;
}
.h1 {
  font-size: 80px;
  font-weight: 800;
}
h1, h2, h3 {
  font-weight: bold;
}
h3 {
  font-size: 50px;
}
p {
  font-size: 18px;
}
body {
  background-color: var(--bg-main);
  color: var(--text-black);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.white {
  color:var(--text-white);
}
header {
  z-index: 999;
  width: 100%;
  position: absolute;
}
/* @media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
} */
/* Navigacija */

.navbar-custom {
    padding: 1.5rem 2rem;
    background-color: transparent;
}
.navbar-nav li {
  display: inline-block;
}
.navbar-nav a {
    color: var(--text-white) !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem !important;
}
.navbar-nav a.active {
    border-bottom: 2px solid var(--text-white);
}
.lang-switch {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-white);
    text-decoration: none;
}
.social-icons a {
    color: var(--text-white);
    font-size: 0.85rem;
    margin-left: 10px;
    opacity: 0.8;
}

/* Hero Sekcija */
.hero-section {
  width: 100%;
  height: 100vh;
  min-height: 680px;
  max-height: 900px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
}
/* Slick kontejner mora da popuni celu visinu sekcije */
.hero-slick-slider, 
.hero-slick-slider .slick-list, 
.hero-slick-slider .slick-track {
    height: 100% !important;
    min-height: 680px;
    max-height: 900px;
}

.slide-item {
    height: 100vh !important; 
    min-height: 680px;
    max-height: 900px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex !important;
    align-items: center; 
}
.slide-item-news {
    height: 85vh !important; 
    min-height: 600px;
    max-height: 900px;
    position: relative;
    background-size: cover !important;
}
.sub-subtitle {
    font-size: 34px;
    margin-bottom: 1rem;
    font-weight: 300;
    color: var(--text-white);
}
.main-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: var(--text-white);
}
.quote-text {
    color: var(--text-white);
    font-size: 18px;
    max-width: 410px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.slide-content-wrapper {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.link-arrow strong {
  color: var(--text-white);
  padding-bottom: 15px;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.news-arrow.link-arrow strong {
  color: var(--text-black);
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
}

.slick-dots li {
  margin: 0 7px;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #393939;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}
.arrow-link {
    color: var(--text-white);
    font-size: 1.5rem;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s;
}
.arrow-link:hover {
    transform: translateX(5px);
    color: var(--text-white);
}
.medal-img {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
    opacity: 0.8;
}
.hero-img-container {
    position: relative;
    text-align: right;
}
.hero-img {
    max-height: 75vh;
    object-fit: cover;
    width: auto;
    max-width: 100%;
}

/* Prilagođavanje za manje ekrane */
@media (max-width: 991.98px) {
    .main-title { font-size: 2.2rem; }
    .hero-img-container { text-align: center; margin-top: 3rem; }
    .hero-img { max-height: 50vh; }
}

.about-section {
  display: flex;
  align-items: stretch; 
  background-color: var(--bg-black); 
}

/* Leva strana sa tekstom */
.about-text-column {
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 5rem 0; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Tanka bela linija ispod naslova */
.about-divider {
  background-color: #93B09C;
}
.black-divider {
  background-color: #000000;
}
.title-divider {
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  width: 100%;
  height: 1px;
  max-width: 500px;
}
/* Pasusi teksta */
.about-section p{
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-white);
  margin-bottom: 1.5rem;
}

/* Strelica na dnu */
.about-arrow {
  color: var(--text-white);
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  transition: transform 0.2s;
}
.about-arrow:hover {
  transform: translateX(5px);
  color: var(--text-white);
}
.about-content-container {
  width: 100%;
  /* Koristimo padding-left koji savršeno odgovara Bootstrap-ovom standardnom poravnanju */
  padding-left: calc((100vw - 1320px) / 2); 
  padding-right: 10%; /* Bezbedan razmak sa desne strane pre nego što udari u sliku */
}
@media (max-width: 1399.98px) {
  .about-content-container { padding-left: calc((100vw - 1140px) / 2 + 12px); }
}
@media (max-width: 1199.98px) {
  .about-content-container { padding-left: calc((100vw - 960px) / 2 + 12px); }
}
@media (max-width: 991.98px) {
  .about-content-container { padding-left: calc((100vw - 720px) / 2 + 12px); }
}
@media (max-width: 767.98px) {
  /* Kada se na mobilnom kolone spuste jedna ispod druge, tekst dobija standardan padding */
  .about-content-container { 
      padding-left: 1.5rem; 
      padding-right: 1.5rem; 
  }
  .about-image-column {
      height: 50vh; /* Fiksna visina slike na mobilnom */
  }
}
/* Desna strana sa slikom */
.about-image-column {
  /* background-image: url('https://ufg.rs/wp-content/uploads/2026/07/bata-zivojinovic.png'); Zameni sa tvojom slikom */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 50vh; /* Osiguranje za mobilne ekrane */
}

/* Glavni stilovi za sekciju Vesti */
.news-section {
  background-color: var(--bg-main);
  color: var(--text-black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.news-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.news-item {
  display: flex;
  flex-direction: column;
  height: 100%; /* Osigurava da su sve kartice u redu jednake visine */
}
.news-date {
  margin-bottom: 1rem;
  font-size: 18px;
}
.news-img-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.news-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.news-text {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.news-arrow {
  color: var(--text-black);
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: auto; /* Gura strelicu na dno ako tekstovi nisu iste dužine */
  transition: transform 0.2s;
  width: max-content;
}
.news-arrow:hover {
  transform: translateX(3px);
  color: var(--text-black);
}
.contact-section {
  background-color: var(--bg-grey-light);
  color: var(--text-black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Naslov "Kontakt" sa tankom donjom linijom */
.contact-title-wrapper {
  margin-bottom: 3rem;
}
.contact-main-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.contact-title-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Stilovi za pojedinačna CF7 polja */
.contact-form-group {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 500px; /* Širina za Ime/Prezime i Adresu */
}

/* Kraća polja (za Broj telefona i Email na slici) */
.contact-form-group.short-input {
  max-width: 360px;
}

/* Ciljamo direktno inpute koje Contact Form 7 generiše */
.contact-form-group input[type="text"],
.contact-form-group input[type="email"],
.custom-textarea-field textarea,
.contact-form-group input[type="tel"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #797979;
  padding: 0.5rem 0;
  font-size: 14px;
  color: var(--text-black);
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  transition: border-color 0.2s;
}

/* Efekat kada korisnik klikne unutar polja */
.contact-form-group input:focus {
  outline: none;
  border-bottom-color: var(--text-black);
}

/* Prilagođavanje izgleda placeholder teksta */
.contact-form-group input::placeholder {
  color: #a0a0a0;
  font-size: 0.8rem;
  font-weight: 300;
}

/* Dugme "Pošalji" */
.contact-submit-wrapper {
  margin-top: 2.5rem;
}
.btn-contact-submit {
  background-color: var(--bg-grey) !important; /* Tvoja siva boja iz :root-a */
  color: var(--text-white) !important;
  border: none;
  padding: 0.6rem 2rem;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 0; /* Potpuno kockasto dugme */
}
.btn-contact-submit:hover {
  background-color: var(--bg-black) !important;
}

/* Sakrivanje CF7 podrazumevanih loaders i poruka da ne kvare dizajn */
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7-response-output {
  margin: 1.5rem 0 0 0 !important;
  padding: 0.5rem !important;
  font-size: 0.8rem;
  max-width: 350px;
}

@media (max-width: 767.98px) {
  .contact-form-group, .contact-form-group.short-input { max-width: 100%; } /* Na mobilnom idu preko cele širine ekrana radi lakšeg unosa */
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0 !important;
}

.site-footer {
  background-color: var(--bg-black);
  color: var(--text-white);
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}

/* Logo grupa u footeru */
.footer-logo-wrapper {
  margin-bottom: 2.5rem;
}
/* Koristimo iste stilove za logo kao iz navigacije sa prve sekcije */
.footer-logo-box {
  background-color: var(--text-white);
  color: var(--bg-grey); /* Tekst u kockici preuzima boju footera */
  padding: 5px 15px;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.2rem;
  display: inline-block;
}
.footer-logo-subtext {
  color: var(--text-white);
  font-size: 0.65rem;
  text-transform: uppercase;
  max-width: 90px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

/* WordPress navigacioni meni u footeru */
.footer-nav-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* Razmak između stavki menija */
}
.footer-nav-container ul li a {
  color: var(--text-white);
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.2s;
  font-weight: 400;
}
.footer-nav-container ul li a:hover {
  font-weight: 700;
}
/* Stil za aktivnu stranicu ili "O nama" sa slike */
.footer-nav-container ul li.current-menu-item a  {
  font-weight: 700;
}

/* Društvene mreže (Desna strana) */
.footer-social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}
.footer-social-icons a {
  color: var(--text-white);
  font-size: 1.2rem;
  transition: opacity 0.2s;
}
.footer-social-icons a:hover {
  opacity: 1;
}

/* Copyright tekst na samom dnu */
.footer-copyright {
  font-size: 16px;
  color: var(--text-white);
  font-weight: 400;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

/* Prilagođavanje za mobilne uređaje */
@media (max-width: 767.98px) {
  .site-footer { text-align: center; padding-top: 3rem; }
  .footer-logo-wrapper { display: inline-block; margin-bottom: 15px; }
  .footer-nav-container ul { justify-content: center; gap: 0;}
  .footer-social-icons { justify-content: left; margin-top: 2rem; }
  .footer-copyright { margin-top: 2rem; }
}

.header-black a {
  color: var(--text-black) !important;
}
/* .header-black a {

} */
.pb10 {
  padding-bottom: 10rem; 
} 


/* Glavni stilovi za sekciju Članovi */
.members-section {
  background-color: var(--bg-grey);
  color: var(--text-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

/* Tanka bela linija ispod teksta, a iznad slajdera */
.members-divider {
  width: 100%;
  height: 4px;
  background-color: #93B09C;
  margin-bottom: 3.5rem;
  margin-top: 2.5rem;
}
.members-section p {
  line-height: 1.4;
}
/* Stilovi za pojedinačnu karticu člana */
.member-card {
  padding: 0 10px; /* Razmak između slika u slajderu */
  outline: none;
}

.member-img-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.member-img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%); 
  transition: filter 0.3s ease;
}

/* .member-card:hover .member-img {
  filter: grayscale(0%);
} */

.member-name {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--text-white);
  margin-top: 0.5rem;
  font-weight: 500;
  text-align: right;
}

.members-slider-container {
  position: relative;
}

.slider-custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 69px; /* Prilagodi veličinu kruga */
  height: 69px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s translateY;
}
/* .slider-custom-arrow:hover {
  background-color: rgba(0, 225, 14, 0.9);
} */

/* Stil za samu sliku unutar strelice */
.slider-custom-arrow img {
  height: auto;
  display: block;
}

/* Tačno pozicioniranje levo i desno */
.arrow-left {
  left: 35px;
}
.arrow-right {
  right: 35px;
}

@media (max-width: 767.98px) {

  .slider-custom-arrow img { width: 30px; }
}
.news-section-single {
  padding-bottom: 5rem;
}
.news-section-single h1 {
  margin-bottom: 30px;
  max-width: 80%;
  line-height: 1.1;
}
.news-section-single p {
  line-height: 1.3;
  margin-bottom: 25px;
}
.first-section { 
  padding-top: 10rem;
}
.members-box .member-card {
  margin-bottom: 40px;
}
.members-box .member-card {
  padding: 0;
}
/* Leva strana sa tekstom */
.clanovi-text-column {
  color: var(--text-black);
  padding: 3rem 0; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bio-content p {
  margin-bottom: 30px;
  line-height: 1.4;
}
.clanovi-content-container {
  width: 100%;
  padding-left: calc((100vw - 1320px) / 2);
  padding-right: 10rem;
}
.imdb-link {
  display: inline-block;
  background: #F6C700;
  padding: 5px 38px;
  border-radius: 65px;
}

.asymmetric-grid {
  display: grid;
  /* Dva reda jednake visine */
  grid-template-rows: repeat(2, 1fr);
  /* Razmak između slika */
  gap: 20px; 
  
  /* KLJUČNI DEO: Desna margina koristi formulu koja pronalazi prazan prostor 
     između ivice ekrana i Bootstrap-ovog kontejnera na većim ekranima */
  padding-right: calc((100vw - 1320px) / 2);
}

/* Pozicioniranje elemenata */
.item-large {
  grid-row: span 2;
  grid-column: 1;
}

.item-small-1 {
  grid-row: 1;
  grid-column: 2;
}

.item-small-2 {
  grid-row: 2;
  grid-column: 2;
}

/* Osnovni stilovi slika */
.grid-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Prilagođavanje za različite Bootstrap responsive širine ekrana */
@media (max-width: 1400px) {
  .asymmetric-grid {
    padding-right: calc((100vw - 1140px) / 2);
  }
}

@media (max-width: 1200px) {
  .asymmetric-grid {
    padding-right: calc((100vw - 960px) / 2);
  }
}

@media (max-width: 992px) {
  .asymmetric-grid {
    padding-right: calc((100vw - 720px) / 2);
  }
}

/* Mobilni uređaji: grid prelazi u jednu kolonu i dobija standardne ivice */
@media (max-width: 768px) {
  .asymmetric-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-left: 15px;  /* Standardni Bootstrap kontejner padding na mobilnom */
    padding-right: 15px;
  }
  
  .item-large, .item-small-1, .item-small-2 {
    grid-row: auto;
    grid-column: auto;
  }
  
  .grid-item {
    height: 250px; 
  }
}
.gallery-section {
  padding: 5rem 0;
}
.nagrade-sekcija {
  background: var(--bg-black);
  color:var(--text-white);
  padding-bottom: 5rem;
}
.nagrade-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.nagrade-uvod p {
  margin-bottom: 25px;
  line-height: 1.4;
}
.nagrade-grid {
  margin-top: 5rem;
}
.single-nagrade-naslov h1 > span, .bio-text-wrapper h1 > span {
  display: block;
}
.single-nagrade-naslov {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.nagrade-naslov-wrapper h1, .bio-text-wrapper h1 {
  line-height: 1;
}
.galerija-img {
  width: 100%;
}
.nagrade-content p {
  line-height: 1.4;
  margin-bottom: 25px;
}
.social-icons svg,.social-icons img {
  max-width: 20px;
}
.current-menu-item a {
  font-weight: bold;
  position: relative;
}
.navbar-nav a {
  position: relative;
}
header .current-menu-item a::after, header .navbar-nav a:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -10px; /* Prilagodite razmak od linije */
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.header-black .current-menu-item a::after, .header-black .navbar-nav a:hover:after {
  background-color: #000;
}
.navbar-nav a:hover {
  font-weight: bold;
}
.hero-mob {
  display: none !important;
}
/***********************************************
   * MOBILE NAV 
***********************************************/
.close-nav-mob, .sidenav, .mobile-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  #mySidenav {
      transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transition: transform .4s ease-in-out;
      -moz-transition: transform .4s ease-in-out;
      -o-transition: transform .4s ease-in-out;
      transition: transform .4s ease-in-out;
      z-index: 9999;
      max-width: 375px;
  }

  .active-menu-mobile {
      transform: translate3d(0, 0, 0) !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -webkit-transition: transform .4s ease-in-out !important;
      -moz-transition: transform .4s ease-in-out !important;
      -o-transition: transform .4s ease-in-out !important;
      transition: transform .4s ease-in-out !important
  }

  .sidenav {
      background: #000;
      height: 0;
      left: 0;
      overflow-x: hidden;
      position: fixed;
      top: 0px;
      transition: all .5s ease 0s;
      -webkit-transition: all .5s ease 0s;
      -ms-transition: all .5s ease 0s;
      width: 100%;
      z-index: 9998;
      transition-delay: 2.5s;
      min-height: 100vh;
      /* mobile viewport bug fix */
      min-height: -webkit-fill-available;
      display: block;
  }
  input[type="submit"], button, textarea {
      -webkit-appearance: none;
      appearance: none;
  }
  .menu-item-1449 {
      display: none;
  }

  .sidenav-inner {
    padding: 30px 15px 10px;
      background: #000;
  }
  .sidenav-inner .sub-menu li:last-of-type {
      border-bottom: 0;
  }
  .sidenav-inner .sub-menu {
      display: none;
  }
  .close-nav-mob {
      cursor: pointer;
      display: block;
  }

  .mobile-menu {
      display: block;
  }
  .sticky-header .mobile-menu > svg {
      position: relative;
      top:3px;
  }
  /* .sidenav-inner .menu-menu-1-container li {

  } */

  /* .sidenav-inner .menu-menu-1-container li:last-of-type {
      border-bottom: 0;
  } */

  .sidenav-bottom ul {
      overflow: hidden;
      padding: 20px 20px 10px;
  }

  .sidenav-bottom nav li {
      display: block;
      padding: 0 10px;
  }

  /* .sidenav-bottom nav li a {
      font-size: 16px;
      line-height: 2.5;
      text-transform: uppercase;
      color: #000;
      font-weight: bold;
  } */

  .mobile-menu {
      cursor: pointer;
  }
  .main-header {
      display: none !important;
  }
  .banner-text {
      padding-right: 15px;
  }
  .menu-item-has-children > a::after {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
  }
  .sidenav-inner .menu-item-has-children > a::after {
      content: " ";
      display: inline-block;
      width: 25px;
      height: 25px;
      background: url('images/arrow-mobile.svg');
      background-repeat: repeat;
      background-size: auto;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 8px;
      margin-top: 5px;
  }
  .active-menu-item::after {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
  }
  .sidenav-inner .menu li {
      margin-bottom: 15px;
  }
  .sidenav-inner .menu li a {
      display: block;
      display: flex;
      width: 100%;
      align-items: center;
      color: var(--text-white);
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.6;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      text-transform: uppercase;
  }
  .current-menu-item a::after, .navbar-nav a:hover::after {
    opacity: 0;
  }
  .sidenav-inner .sub-menu {
      padding-top: 10px;
  }
  .sidenav-inner #primary-menu .current-menu-item a {
    font-weight: bold;
  }
  .sidenav-inner .sub-menu li a {
      color: rgba(0, 0, 0, 0.80);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 183.333%;
      padding: 5px 10px;
  }
  .sidenav-inner .sub-menu li {
      margin-bottom: 0;
  }
  .side-icon .social-icons {
    margin-top: 20px;
  }
  .side-icon .social-icons a {
    margin-left: 0;
    margin-right: 15px;
  }
}

/* Kontejner filtera */
.custom-taxonomy-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
}

/* Tekst "Filter" i ikonica ispred */
.custom-taxonomy-filter-wrapper .filter-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #93B09C;
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* Wrapper za sakrivanje default strelice i postavljanje custom izgleda */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

/* Stilizacija samog select polja */
#taxonomy-slider-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  color: #333333;
  padding: 6px 30px 6px 14px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 12px; /* Zaobljene ivice kao na slici */
  cursor: pointer;
  outline: none;
  min-width: 140px;
}

/* Custom strelica nadole sa desne strane select polja */
.custom-select-wrapper::after {
  content: "▼";
  font-size: 10px;
  color: #000000;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Klik prolazi kroz strelicu do select-a */
}
.about-img {
  margin-bottom: 50px;
  margin-top: 20px;
}
.green-footer {
  background: #93B09C;
}
.green-footer .footer-social-icons img {
  filter: brightness(0) invert(1);
}
.doc-container {
  max-width: 650px;
  margin-top: 30px;
}
.doc-container h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}
.doc-container .col-md-4 {
  margin-bottom: 50px;
}
.slide-item-news .slide-content-wrapper {
  top: 55%;
}
.spec-news {
  padding-top: 100px;
}

.archive-photo-grid {
  display: grid;
  grid-template-columns: 4fr 6fr; 
  gap: 15px; 
  width: 100%;
  margin: 60px auto 10px; 
  box-sizing: border-box;
}

.grid-item {
  display: flex;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@media (max-width: 768px) {
  .archive-photo-grid {
      grid-template-columns: 1fr; 
      gap: 10px;
      margin: 30px auto 10px;
  }
}
/* Kontejner za celo polje */
.custom-file-upload {
  margin-bottom: 20px;
}

/* Stil za tekst iznad dugmeta */
.custom-file-upload p, .custom-textarea-field p, .checkbox-text p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* Sakrivanje podrazumevanog sivog WordPress/Browser dugmeta */
.custom-file-upload .hidden-file-input {
  display: none !important;
}

/* Stilizovanje novog "Dodaj dokument" dugmeta */
.custom-file-upload .upload-btn {
  display: inline-block;
  background-color: #606060;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease;
}

/* Efekat kada se mišem pređe preko dugmeta */
.custom-file-upload .upload-btn:hover {
  background-color: #444444; 
}
.first-p-form {
  padding-bottom: 30px;
  display: inline-block;
}
.contact-section h3 {
  margin: 30px 0;
}
.file-name-display {
  font-size: 14px;
}
.custom-textarea-field textarea {
  max-width: 500px;
  outline: none !important;
  border: 1px solid #797979;
  padding: 10px;
}

.glumci-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0 !important;
}

/* Struktura samog labela: poravnanje kockice i teksta */
.glumci-checkbox .wpcf7-list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  cursor: pointer;
}
input[type="checkbox"] {
  margin-top: 3px
}
/* Izgled teksta pored kućice */
.glumci-checkbox .wpcf7-list-item-label, .notice-form {
  font-size: 14px;
  line-height: 1.3;
}

.glumci-checkbox .wpcf7-not-valid-tip {
  display: block !important;
  font-size: 14px;
  margin-top: 10px !important;
  width: 100%;
}
.glumci-checkbox {
  margin-top: 30px;
}
.notice-form {
  font-weight: bold;
  margin-top: 40px;
}
.wpcf7-list-item {
  margin: 0;
}
.custom-textarea-field {
  margin-top: 50px;
}
.abs-pdf {
  position: relative;
  display: inline-block;
}
.spec-pdf {
  display: flex;
  align-items: end;
  color: var(--text-black) !important;
  font-weight: 700;
  margin-bottom: 30px;
}
.spec-pdf h4 {
  margin-left: 10px;
} 
.spec-pdf img {
  max-width: 80px;
}
.logo img, .footer-logo-wrapper img {
  max-width: 185px;
}
.spec-news-hero .sub-subtitle, .spec-news-hero .main-title {
  color:#000
}
.wpcf7-response-output {
  border: 0;
  padding: 0 !important;
  font-size: 16px !important;
}
/*******************************************
    * RESPONSIVE
*******************************************/
@media screen and (max-width: 1600px) {
  .main-title, h1 {
    font-size: 48px;
  }
  .sub-subtitle {
    font-size: 25px;
  }
  .main-title {
    margin-bottom: 1.5rem;
  }

  h2, .h2 {
    font-size: 80px;
  }  
  .about-arrow {
    margin-top: 0;
  }
  h3 {
    font-size: 40px;
  }
  .nagrade-grid {
    margin-top: 3rem;
  }
  .h1 {
    font-size: 65px;
  }
  .spec-news {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-custom {
    padding: 1.5rem 0;
  }
  .main-title, h1 {
    font-size: 45px;
  }
  .sub-subtitle {
    font-size: 22px;
  } 
  h2, .h2 {
    font-size: 60px;
  }
  .title-divider {
    max-width: 460px;
  }
  .about-section p, p, .news-text, .member-name, .quote-text, .news-date {
    font-size: 17px;
  }  
  .about-section p, .news-section-single p, .bio-content p, .nagrade-uvod p, .nagrade-content p {
    margin-bottom: 1rem;
  }
  .footer-nav-container ul li a, .footer-copyright {
    font-size: 15px;
  }
  .footer-copyright {
    margin-top: 2rem;
  }
  .member-card {
    padding: 0;
  }  
  .clanovi-content-container {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: 5rem;
  }
  .imdb-link img {
    max-width: 90px;
  }
  .bio-text-wrapper h1 > span {
    display: inline-block;
  }
  .clanovi-text-column {
    padding: 1.5rem 0;
  }
  .h1 {
    font-size: 50px;
  }
  .bio-text-wrapper h1 > span:first-child {
    padding-right: 15px;
  }
  .nagrade-medalja img {
    max-width: 85px;
  }
  h3 {
    font-size: 32px;
  }
  .members-slick-slider .member-card {
    padding: 0 10px;
  }
  .slider-custom-arrow img {
    max-width: 60px;
  }
  .news-section-single h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .logo img, .footer-logo-wrapper img {
    max-width: 160px;
  }
  .navbar-custom {
    padding: 1rem 0;
  }
  .main-title, h1 {
    font-size: 40px;
  }
  .sub-subtitle {
    font-size: 20px;
  }
  h2, .h2 {
    font-size: 50px;
  }
  .footer-nav-container ul li a, .footer-copyright {
    font-size: 14px;
  }
  .footer-social-icons svg {
    max-width: 25px;
  }
  .title-divider {
    max-width: 340px;
  }
  .clanovi-content-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
    margin: 0 auto;
  }
  .first-section {
    padding-top: 7rem;
  }
  .grid-img {
    height: auto;
    object-fit: unset;
  }
  .grid-item {
    height: auto;
  }
  .gallery-section {
    padding: 2rem 0 4rem;
  }
  .asymmetric-grid {
    padding: 0 15px;
    display: block;
  }
  .asymmetric-grid .grid-item {
    margin-bottom: 20px;
  }
  .nagrade-medalja img {
    max-width: 75px;
  }
  .title-divider {
    margin-bottom: 2rem;
  }  
  h3 {
    font-size: 30px;
  }
  .h1 {
    font-size: 40px;
  }
  .nagrade-header .title-divider {
    margin-bottom: 0rem;
  } 
  .single-nagrade-naslov {
    margin-top: 3rem;
  }
  .slider-custom-arrow img {
    max-width: 50px;
  }
  .arrow-left {
    left: 20px;
  }
  .arrow-right {
    right: 20px;
  }
  .navbar-toggler {
    outline: none !important;
    border: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    color: transparent;
  }
  .logo-mob {
    max-width: 145px;
  }
  .side-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .spec-news {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-title, h1 {
    font-size: 30px;
  }
  .main-title br {
    display: none;
  }
  .navbar-custom {
    padding: 10px 0;
  }
  .logo img, .footer-logo-wrapper img {
    max-width: 145px;
  }
  .slide-content-wrapper {
    top: 55%;
    width: 94%;
    margin-top: 20px;
  }
  .hero-section .container{
    position: relative;
  }
  .about-section p, p, .news-text, .member-name, .quote-text, .news-date {
    font-size: 16px;
  }
  .sub-subtitle {
    font-size: 18px;
  }
  .about-text-column, .news-section, .members-section, .contact-section {
    padding: 50px 0;
  }
  .about-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggler {
    padding: 0;
  }  
  h2, .h2 {
    font-size: 45px;
  }
  .about-title {
    margin-bottom: 0;
  }
  .title-divider {
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .medal-img {
    width: 60px;
  }  
  .hero-slick-slider, .hero-slick-slider .slick-list, .hero-slick-slider .slick-track, .hero-section, .hero-slick-slider .slide-item {
    min-height: 640px;
  }
  .about-section p, .news-section-single p, .bio-content p, .nagrade-uvod p, .nagrade-content p {
    margin-bottom: 15px;
  }
  .about-image-column {
    min-height: 300px;
  }
  .news-text {
    margin-bottom: 15px;
  }
  .news-item {
    height: auto;
    margin-bottom: 15px;
  }
  .members-divider {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .arrow-left { left: 10px; }
  .arrow-right { right: 10px; }
  .contact-form-group {
    margin-bottom: 20px;
  }  
  .contact-title-wrapper {
    margin-bottom: 30px;
  }
  .footer-nav-container ul {
    flex-direction: column;
  }
  .footer-nav-container li {
    margin: 12px 0;
  }
  .footer-copyright {
    margin-top: 0rem;
    text-align: left;
    line-height: 1.3;
  }
  .footer-nav-container ul li a, .footer-copyright {
    font-size: 13px;
  }
  .first-section {
    padding-top: 100px !important;
  }
  .news-section-single {
    padding-bottom: 50px;
  }
  .members-slider-container {
    margin-top: 10px !important;
  }
  .bio-text-wrapper .mb-5 {
    margin-bottom: 30px !important;
  }
  .bio-content + .mt-5 {
    margin-top: 30px !important;
  }
  .imdb-link img {
    max-width: 75px;
  }
  .biography-section .about-image-column {
    min-height: 1px
  }
  .gallery-section, .nagrade-sekcija {
    padding-bottom: 50px;
  }
  .nagrade-medalja img {
    max-width: 60px;
  }
  .nagrade-header {
    margin-bottom: 10px;
  }
  h3 {
    font-size: 24px;
  }
  .h1 {
    font-size: 35px;
  }
  .single-nagrade-naslov + .row.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .link-arrow strong {
    font-size: 16px;
  }
  .doc-container .col-md-4 {
    margin-bottom: 30px;
  }
  .doc-container h4 {
    font-size: 16px;
  }
  .spec-news {
    padding-top: 50px;
  }
  .hero-mob {
    display: block !important;
    width: 100%;
  }
  .hero-section .slide-item {
    background: none !important;
  }
  .slide-item {
    flex-direction: column;
  }
  .hero-section .hero-slick-slider, .hero-slick-slider .slick-list, .hero-slick-slider .slick-track, .slide-item, .hero-section {
    height: auto !important;
    max-height: none !important;
  }
  .slide-content-wrapper {
    position: relative;
    top:auto;
    transform: none;
    -webkit-transform: none;
  }
  .hero-section .slide-item {
    background: #000 !important;
  }
  .hero-section {
    padding-top: 100px;
    background: #000 !important;
  }
  .hero-section .medal-img {
    display: none;
  }
  .slide-content-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .hero-section, .slide-item {
    max-height: none;
  }
  .about-image-column {
    background: none !important;
    min-height: 1px;
    height: auto;
  }
}