/* === Osnovne postavke === */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  color: var(--na-gray);
  background: #fff;
  /*background-color:#faf7f0; */
  background: #f9f9f9 url('../img/bg.webp') repeat;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cardo', serif;
  font-weight: 700;
  color: var(--na-green);
  margin-bottom: 1rem;
}

p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* === Helper klase === */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.bold-text { font-weight: 700; }
.mb-30 { margin-bottom: 30px; }
.mt-30 { margin-top: 30px; }
.width-100 { width: 100%; }

/*=== Fonts ===*/
.font-golden-plains {
  font-family: 'Golden Plains';
}

.font-color-green {
  color: var(--na-green);
}
.font-color-yellow {
  color: var(--na-yellow);
}
.font-color-gray {
  color: var(--na-gray);
}

/* Header styling */
.navbar {
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1030; 
}

.navbar-brand img {
  height: 80px;               
}

.navbar-nav .nav-link {
  font-size: 1.25rem;            
  font-weight: 500;
  margin-left: 1rem;
  padding-top: 0.25rem;       
  padding-bottom: 0.25rem;
  color: var(--na-gray) !important;
}

.navbar-nav .nav-link:hover {
  color: var(--na-green) !important;
}

@media (max-width: 768px) {
  .navbar-brand img {
    height: 50px;
  }
}


/* === Hero sekcija === */
.top-banner {
  position: relative;
  background: url('../img/main_banner_image.webp') center/cover no-repeat;
  min-height: 92vh;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.top-banner .top_banner_captions {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
  text-align: center;    
}

/* Ako je ekran uži - fino podešavanje */
@media (max-width: 2000px) {
  .top-banner .top_banner_captions {
    right: 15%;
  }
}
@media (max-width: 1780px) {
  .top-banner .top_banner_captions {
    right: 8%;
  }
}
@media (max-width: 1400px) {
  .top-banner .top_banner_captions {
    right: 4%;
  }
}
@media (max-width: 1270px) {
  .top-banner .top_banner_captions {
    right: 2%;
  }
}

.top-banner h1 span {
  display: block;
  color: #fff;
  line-height: 1.1;
}

.top-banner h1 .title-tecaj {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 8px;   
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}

.top-banner h1 .title-filozofije {
  font-size: 130px;       
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; 
  line-height: 1.0;
}

.top-banner h1 .title-prakticne {
  font-size: 160px;     
  font-family: 'Golden Plains', serif;
  font-weight: 400;
  color: #fff;
}

.top-banner p.lead {
  margin-top: 2rem;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--na-yellow);
}

/* Mobile verzija */
@media (max-width: 768px) {
  .top-banner {
    background: url('../img/main_banner_image.webp') 30% center/cover no-repeat;
    min-height: 70vh;
    padding: 0 1rem;

    display: flex;
    flex-direction: column;
    justify-content: center; /*Atila*/
    align-items: center;    
    text-align: center;
  }

  .top-banner .top_banner_captions {
    position: static;
    transform: none;
    margin: 0 0 2rem 0;
    right: auto;
    max-width: 100%; 
  }

  .top-banner h1 .title-prakticne {
    font-size: 76px;
  }
  .top-banner h1 .title-filozofije {
    font-size: 48px;
  }

  .top-banner h1 .title-tecaj {
    font-size: 18px;
    letter-spacing: 5px; 
  }

  .top-banner p.lead {
    font-size: 16px;
    margin-top: 1rem;
    color: white;
  }
}

/* === Sekcije === */
section { 
  margin: 4rem 0;
  scroll-margin-top: 120px;
}
section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  color: var(--na-green);
  text-align: center;
}
section h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: var(--na-green);
  display: block;
  margin-top: 0.5rem;
}
section p {
  font-size: 1.05rem;
  line-height: 1.6;
}

/* === Zašto sekcija === */

#zasto h4 {
  color: var(--na-green);
  margin-bottom: 0.5rem;
}

#zasto p {
  text-align: left; /* osiguraj da paragrafi budu lijevo poravnati */
}

#zasto .row {
  margin-left: 0;
  margin-right: 0;
}

#zasto .col-md-10 {
  margin: 0 auto;
}

#zasto .why-list {
  list-style: none;
  padding-left: 0;
}

#zasto .why-list li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  display: flex;
  align-items: start;
}

#zasto .why-list .icon {
  color: var(--na-green);
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

#zasto .highlight-start {
  font-weight: 600;
  color: var(--na-green);
}

ul.no-bullets {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul.colored-bullets {
  list-style: none;
  padding-left: 0;
}

ul.colored-bullets li h4::before {
  content: "•";
  color: var(--na-green); 
  margin-right: 0.5rem;
}


/* === Call-to-Action sekcija === */
#prijava-funnel h3 {
  color: var(--na-green);
  margin-bottom: 1rem;
}

#prijava-funnel p {
  font-size: 1.1rem;
  text-align: middle;
}

.funnel-highlights h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--na-green);
  margin-bottom: 0.25rem;
}

.funnel-highlights p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0;
}


/* === Gradovi sekcija === */

#gradovi h4 {
  color: var(--na-green);
  margin-bottom: 0.5rem;
}

#gradovi p {
  text-align: left;
  margin-bottom: 0.5rem;
}

/*#gradovi .social-icons {
  display: flex;
  gap: 0.5rem;
}*/

#gradovi .social-icon {
  height: 28px;
}

#gradovi .social-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#gradovi .social-line strong {
  margin-right: 0.5rem;
}

#gradovi .social-icon {
  height: 24px;
  width: auto;
  display: inline-block;
}


@media (max-width: 768px) {
  #gradovi p {
    text-align: center;
  }

  #gradovi h4 {
    text-align: center;
  }

  #gradovi .social-line {
    justify-content: center;
    text-align: center;
  }
}

/* === Footer === */
footer {
  background: #222;
  color: #bbb;
  font-size: 0.9rem;
  padding: 1rem 0;
}
footer p { margin: 0; }

/* === Loader (ako ga koristiš) === */
.loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--na-green);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Desktop/Mobile switch */
.desktop_div { display: block; }
.mobile_div { display: none; }

@media (max-width: 768px) {
  .desktop_div { display: none; }
  .mobile_div { display: block; }
}

/* === CTA gumb === */
.btn.btn-primary {
  background-color: var(--na-green);
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-primary:hover {
  background-color: #064d44;
  color: #fff;
}

/* === FAQ stilovi === */
.faq-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.faq-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--na-green);
}
.faq-item p {
  margin: 0;
  font-size: 1rem;
  color: var(--na-gray);
}

/* === Liste (teme i nastavak) === */
#teme ol {
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}
#nastavak ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}


/* === Course roadmap sekcija === */
.course_roadmap_section {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.course_secton_box_main {
  position: relative;
  padding-left: 40px; /* prostor za timeline */
  border-left: 2px dashed #ccc; /* iscrtkan efekt timelinea */
}

.course_box_inner {
  position: relative;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9f9f9; /*#faf7f0;*/
  border-radius: 8px;
}

.course_box_inner::after {
  content: "";
  position: absolute;
  left: -52px; 
  top: 30px;   
  width: 22px;
  height: 22px;
  background: var(--na-green);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--na-green);
}

.course-text-align {
  text-align: left;
}

.bullet-green {
  position: relative;
  padding-left: 20px; 
}

.bullet-green::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* vertikalno poravnanje */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--na-green); /* tvoja zelena */
}


/* Ograničavanje širine containera na desktopu */
@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .course-text-align {
    text-align: center;
  }
}


/* === Nakon tečaja === */

#nakon-ciklusa h4 {
  color: var(--na-green);
  margin-bottom: 0.5rem;
}

#nakon-ciklusa p {
  text-align: left;
}


/* === Statement sekcija === */
.statement {
  padding: 3rem 1rem;
}

.statement p {
  margin: 0;
  font-family: 'Cardo', serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.statement span {
  margin: 0.5rem 0;
}

.statement .philosophy {
  color: #3e4095;
  font-size: 2rem;
}

.statement .culture {
  color: #faa831;
  font-size: 2rem;
}

.statement .volunteering {
  color: #ed3237;
  font-size: 2rem;
}

/* Mobile: malo manja slova */
@media (max-width: 768px) {
  .statement p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .statement .philosophy,
  .statement .culture,
  .statement .volunteering {
    font-size: 1.6rem;
  }
}


/* === Footer === */

.footer {
  background-color: var(--na-green);
  color: #fff;
  font-size: 0.95rem;
}

.footer h5 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: var(--na-yellow);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 2rem auto 1rem;
  width: 80%;
}

@media (max-width: 768px) {
  .footer .row {
    text-align: center;
  }
}


/*.footer {
  background-color: var(--na-green); 
  color: #fff;
  font-size: 0.95rem;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer a:hover {
  color: var(--na-yellow); 
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 1.5rem auto;
  width: 60%;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icon {
  height: 24px;
}

.social-icon:hover {
  color: var(--na-yellow); 
}*/

/* === Tally forms === */
/* Wrapper forme */
.tally-app {
  background-color: var(--na-green) !important;
  border-radius: 12px !important;
  padding: 2rem !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

/* Naslovi */
.tally-block-heading-1,
.tally-block-heading-2,
.tally-block-heading-3 {
  font-family: 'Cardo', serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.2rem !important;
}

/* Polja inputa / selekta / textarea */
.tally-block-input-text input,
.tally-block-input-email input,
.tally-block-input-phone-number input,
.tally-block-input-link input,
.tally-block-input-textarea textarea,
.tally-block-dropdown select {
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 0.75rem !important;
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
  box-sizing: border-box !important;
}

/* Button submit */
.tally-submit-button button {
  background-color: #f9f9f9 !important;
  color: var(--na-green) !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0.8rem 1.2rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease-in-out !important;
}

.tally-submit-button button:hover {
  background-color: #ffffff !important;
}

/* Labels i text */
/* Ako želiš da labeli budu lijevo poravnati */
.tally-block-label,
.tally-block-text {
  text-align: left !important;
}

/* === WhatsApp widget === */
#wa-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-family: Arial, sans-serif;
}
.wa-button {
  cursor: pointer;
}
.joinchat__wa {
  width: 60px;
  height: 60px;
  fill: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.wa-icon {
  width: 60px;
  height: 60px;
}
.wa-chatbox {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  width: 250px;
  padding: 1rem;
}
.wa-header {
  font-weight: bold;
  color: var(--na-green);
  margin-bottom: 0.5rem;
}
.wa-link {
  display: block;
  background: var(--na-green);
  color: #fff;
  text-align: center;
  padding: 0.6rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.wa-link:hover {
  background: #1ebe5c;
}

/* === Cookie Banner === */
.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #086357; /* zelena boja kao header */
color: #fff;
padding: 1rem;
display: none;
justify-content: space-between;
align-items: center;
font-size: 0.95rem;
z-index: 9999;
}

.cookie-banner a {
color: #ffc258; /* žuta kao podnaslov */
text-decoration: underline;
}

.cookie-banner button {
background: #fff;
color: #086357;
border: none;
padding: 0.5rem 1rem;
font-weight: 600;
border-radius: 4px;
cursor: pointer;
}

.cookie-banner button:hover {
background: #ffc258;
color: #fff;
}