@import url('https://fonts.cdnfonts.com/css/myriad-pro');

body, html {
  font-family: 'Myriad Pro', sans-serif !important;
}

.leaders-section {
    background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
    padding: 7rem 0 4rem 0;
    color: #2e3d33;
  }
  
  .leaders-title {
    text-align: center;
    color: #bf9669;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -1px;
    border-bottom: 2px solid #2e3d33;
    padding-bottom: 0.2em;
    margin-bottom: 2rem;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  
  .leaders-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px #2e3d3320;
    border: 2px solid #2e3d33;
    padding: 2.5rem 2rem 2.5rem 2rem;
  }
  
  .leaders-lead {
    font-size: 1.17rem;
    font-weight: 300;
    color: #2e3d33;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  
  .leaders-highlight {
    background: #E6E7E8;
  border-left: 5px solid #48524B;
    border-radius: 7px;
    color: #2e3d33;
    font-size: 1.17rem;
    font-weight: 600;
    padding: 1.1em 1.4em;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 1px 10px #bf966911;
  }
  
  .leaders-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .leaders-list li {
    position: relative;
    margin-bottom: 1.1em;
    font-size: 1.17rem;
    padding-left: 1.25em;
    color: #2e3d33;
    font-weight: 300;
  }
  .leaders-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #bf9669;
    font-size: 1.17em;
    font-weight: bold;
    opacity: 0.94;
  }

  .leaders-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.2rem;
    margin-top: 1.8rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .leaders-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px #2e3d3312;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1.1rem;
    text-align: center;
    border: 2px solid #f7f9fb;
    transition: box-shadow 0.2s;
  }
  
  .leaders-card:hover {
    box-shadow: 0 4px 24px #bf966920;
  }
  
  .leaders-card-img {
    width: 100%;
    max-width: 240px;
    height: 160px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 1.2rem;
    box-shadow: 0 4px 22px #bf966910;
    border: 2px solid #bf9669;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }  
  
  .leaders-card-text h3 {
    font-size: 1.17rem;
    font-weight: 600;
    color: #2e3d33;
    margin-bottom: 0.4em;
  }
  
  .leaders-card-text p {
    font-size: 1.17rem;
    color: #848484;
    font-weight: 300;
  }  

  .related-blogs h2 {
    color: #2a6cff;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.blog-placeholder {
    min-height: 80px;
    background: #e3eeff33;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 1.17rem;
    font-style: italic;
}

  .contact-section-wrapper {
    background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
    padding: 4rem 1.5rem;
  }
  
  .contact-section {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .section-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2c3e50;
    position: relative;
    font-weight: 600;
  }
  .section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #bf9669;
    border-radius: 2px;
  }
  
  /* Glavni kontejner sa tekstom i formom u dva stupca */
  .contact-container {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  /* Tekst s lijeve strane */
  .contact-info {
    flex: 1 1 380px;
    max-width: 440px;
  }
  .contact-info h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .contact-info p {
    font-weight: 300;
    font-size: 1.17rem;
    line-height: 1.5;
    color: #555;
  }
  .contact-info-image {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
  }
  
  .contact-info-image img {
    max-width: 480px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
    user-select: none;
    pointer-events: none;
  }
  
  /* Forma s desne strane */
  .contact-form {
    flex: 1 1 420px;
    background-color: #f9f9f9;
    padding: 2.5rem 2rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
  }
  
  /* Form elementi */
  .form-group {
    margin-bottom: 1.5rem;
  }
  .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 300;
    color: #2c3e50;
  }
  .form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1.17rem;
  font-weight: 300;
}
.gdpr-consent {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.gdpr-consent a {
  color: #bf9669;       /* boja koja se uklapa s tvojim web dizajnom */
  text-decoration: underline; /* možeš staviti ili ukloniti ovisno o želji */
  transition: color 0.3s ease;
}

.gdpr-consent a:hover,
.gdpr-consent a:focus {
  color: #2e3d33;       /* tamnija boja na hover/fokus za akcentski efekt */
  outline: none;
  text-decoration: underline; /* možeš promijeniti ako želiš */
}


.gdpr-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
  
.submit-button {
  display: block;
  margin: 1.5rem auto 0;
  background-color: #bf9669;
  color: white;
  padding: 1rem 2rem;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  font-size: 1.17rem;
}
  .submit-button:hover {
    background-color: #2e3d33;
  }
  .contact-form input::placeholder,
.contact-form textarea::placeholder{
  font-family: 'Myriad Pro' !important;
  font-weight: 300 !important;
  opacity: 1;
}

@media (max-width: 700px) {
  /* Glavni container sekcije lidera */
  .leaders-section .container,
  .leaders-inner {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  /* Naslov */
  .leaders-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #bf9669;
    text-align: center;
  }

  /* Uvodni tekst */
  .leaders-lead {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #2e3d33;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /* Blockquote isticanje */
  .leaders-highlight {
    background: #E6E7E8;
    border-left: 5px solid #48524B;
    border-radius: 7px;
    color: #2e3d33;
    font-size: 1rem;
    font-weight: 600;
    padding: 1em 1.4em;
    margin-bottom: 2rem;
    box-shadow: 0 1px 10px #bf966911;
    text-align: center;
  }

  /* Kartice lidera: stack vertikalno */
  .leaders-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  /* Svaka pojedinačna karta šira i sa paddingom */
  .leaders-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(46, 61, 51, 0.1);
    padding: 1rem;
    box-sizing: border-box;
  }

  .leaders-card-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
  }

  .leaders-card-text h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    text-align: center;
  }

  .leaders-card-text p {
    font-size: 1.1rem;
    font-weight: 300;
    text-align: center;
    color: #555;
  }

  /* Kontakt sekcija wrapper */
  .contact-section-wrapper {
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .contact-container {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* Kontakt info i forma stackani puni width */
  .contact-info,
  .contact-form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 2.5rem 2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(46, 61, 51, 0.15);
  }

  /* Naslovi u kontaktu */
  .contact-section .section-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }

  .contact-info h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .contact-info p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #2e3d33;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }

  /* Oblikovanje forme */
  .form-group label {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.4rem;
    display: block;
    color: #2c3e50;
  }

  .form-group input,
  .form-group textarea {
    font-size: 1rem;
    padding: 0.7rem 1rem;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .gdpr-consent {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #2e3d33;
  }

  .gdpr-consent label:hover,
  .gdpr-consent label:focus {
    color: #2e3d33;
    outline: none;
  }

  .gdpr-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  /* Gumb za slanje */
  .submit-button {
    font-size: 1.1rem;
    padding: 0.85rem 2.5rem;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    background-color: #bf9669;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .submit-button:hover {
    background-color: #2e3d33;
  }
}

.swal2-title,
.swal2-html-container {
  font-family: 'Myriad Pro', sans-serif !important;
  font-weight: 300;
}

.custom-confirm-button {
  background-color: #bf9669 !important;
  color: white !important;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-family: 'Myriad Pro';
}
.custom-confirm-button:hover {
  background-color: #2e3d33 !important; /* tamnija nijansa za hover */
}
