/*
 Theme Name: Neve Child
 Theme URI: https://themeisle.com/themes/neve/
 Description: Child theme for Neve.
 Author: Katarina
 Template: neve
 Version: 1.0
*/

//Naši ciljevi
do 2030. 
.goals-section {
  background-color: #f4f5f4;
  padding: 100px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 12px;

}

.goals-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.goals-left {
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  gap: 20px;
}


.goals-left h2 {
  font-size: 36px;
  color: #044cbf;
  margin-bottom: 20px;
}

.goals-left p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}


.goals-button {
  padding: 14px 28px;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  background-color: #044cbf;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s ease;
	align-self: flex-start;

}

.goals-button:hover {
 background-color: #044cbf;
	color: white;
}

.goals-right {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: center;
}

.goal-item h3 {
  font-size: 32px;
  color: #044cbf;
  margin-bottom: 10px;
  font-weight: 700;
  transition: transform 0.2s ease;

}

.goal-item:hover h3 {
  transform: scale(1.1);
}

.goal-item p {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
	margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .goals-wrapper {
    flex-direction: column;
  }

  .goals-right {
    grid-template-columns: 1fr;
  }
}

//

.featured-section {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
}

.featured-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #333333;
}

.hero-card {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.hero-card img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  height: auto;
  flex: 1 1 60%;
}

.hero-text {
  flex: 1 1 40%;
  padding: 30px;
}

.hero-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.hero-text p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
	  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
	
}


.card h4 {
  padding: 20px 20px 10px;
  font-size: 18px;
  color: #333333;
}

.card p {
  padding: 0 20px 20px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .featured-section {
    margin-bottom: 60px;
    padding: 0 10px;
  }
}
.wp-block-button__link {
  text-transform: none !important;
}
.dokument-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
	margin-bottom: 2rem;
}

.dokument-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    min-height: 280px;
}


.dokument-item:hover {
    transform: translateY(-4px);
}

.dokument-icon {
    font-size: 40px;
    color: #044cbf;
    margin-bottom: 1rem;
}

.dokument-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #222;
}

.dokument-preview {
    display: inline-block;
 	background-color: #044cbf;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dokument-preview:hover,
.dokument-preview:focus {
    background-color: #044cbf;
    color: #ffffff;
}


.no-dokumenti {
    text-align: center;
    font-style: italic;
    color: #555;
}
.site-title {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #333333;
}
.hover-zoom {
  transition: transform 0.3s ease;
}

.hover-zoom:hover {
  transform: scale(1.05);
}
.footer-bottom .component-wrap::before,
.footer-bottom .component-wrap::after,
.footer-bottom .component-wrap a,
.footer-bottom .component-wrap p {
    display: none !important;
}
.social-footer p {
    margin: 5px 0; 
    display: flex;
    align-items: center;
    gap: 8px; 
}

.social-footer i {
    font-size: 18px;
}
.social-footer {
    text-align: right;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.social-footer h4 {
    margin-bottom: 0.3em;
}
.social-footer p {
    margin: 0.2em 0;
}

.social-footer a {
    display: flex;
    align-items: center;
    gap: 6px;
}
.social-footer a:hover {
    color: #044cbf; 
}

/* === Naš tim – moderan i čist dizajn === */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.team-section {
  text-align: center;
  padding: 70px 20px;
  background-color: #f7f7f7;
}

.team-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.team-member {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
  padding: 25px 25px 35px;
  width: 280px;
  transition: all 0.3s ease;
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.image-wrapper {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 18px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-member:hover img {
  transform: scale(1.05);
}

/* === Ime i pozicija === */
.team-member h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #044cbf; /* boja brenda */
  margin: 12px 0 5px;
  letter-spacing: 0.3px;
}

.role {
  font-size: 1rem;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.4;
}

/* === Facebook ikonice === */
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #044cbf;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: #044cbf;
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 6px 14px rgba(4, 76, 191, 0.25);
}
