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

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

.culture-section {
  background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
  padding: 7rem 0 4rem 0;
  color: #2e3d33;
}

.culture-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;
}

.culture-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;
}

.culture-lead {
  font-size: 1.17rem;
  font-weight: 300;
  color: #2e3d33;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.culture-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;
}

.culture-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.culture-list li {
  position: relative;
  margin-bottom: 1.1em;
  font-size: 1.17rem;
  padding-left: 1.25em;
  color: #2e3d33;
  font-weight: 300;
}

.culture-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #bf9669;
  font-size: 1.17em;
  font-weight: bold;
  opacity: 0.94;
}

.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;
}

.testimonial {
  background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
  width: 100vw;
  padding: 3rem 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.testimonial-text {
  font-size: 1.17rem;
  font-weight: 300;
  color: #2e3d33;
  line-height: 1.5;
  text-align: center;
  background: #E6E7E8;
  border-left: 5px solid #48524B;
  border-right: 5px solid #48524B;
  padding: 1.2em 1.5em;
  border-radius: 12px;
  box-shadow: 0 3px 16px #2e3d3320;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-title {
  font-size: 2rem;
  font-weight: 300;
  color: #bf9669;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0;
  border-bottom: 2px solid #2e3d33;
  padding-bottom: 0.15em;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}



/* 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;
}

/* 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;
}

.contact-info-image {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.contact-info-image img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
  user-select: none;
  pointer-events: none;
}

.contact-info-image {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.contact-info-image img {
  max-width: 350px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
  user-select: none;
  pointer-events: none;
}

.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 */
}

/* Mobilna prilagodba */

@media (max-width: 700px) {

  .culture-inner,
  .testimonial-text,
  .contact-info-image,
  .contact-info,
  .contact-form {
    max-width: calc(100vw - 1rem) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  .contact-info-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
    display: block;
  }

  .culture-inner {
    padding: 1rem 0.5rem 1.3rem 0.5rem;
  }

  .culture-lead,
  .culture-highlight,
  .culture-list li {
    font-size: 1.1rem;
  }

  .testimonial-title {
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  .testimonial-title:after {
    width: calc(100% - 2rem);
    left: 1rem;
  }

  .service-title {
    font-size: 2rem;
  }

  .related-blogs {
    padding: 1.2rem 0 2rem 0;
  }

  .contact-info-image {
    margin-top: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .culture-title {
    font-size: 1.5rem;
  }

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

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

  .contact-info,
  .contact-form {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2rem 0;
    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);
  }

  .section-title{
    text-align: center;
  }
  .contact-section .section-title {
    font-size: 1.6rem !important;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .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: 1rem;
    line-height: 1.5;
    color: #2e3d33;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }

  .form-group label {
    font-size: 1rem;
    text-align: left;
  }

  .form-group input,
  .form-group textarea {
    font-size: 1rem;
    padding: 0.7rem;
  }

  .gdpr-consent label {
    font-size: 1rem;
    padding-left: 0.25rem;
  }

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

  .submit-button {
    font-size: 0.9rem !important;
    padding: 0.85rem 2.5rem;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .culture-inner,
  .testimonial-text,
  .contact-info-image,
  .contact-info,
  .contact-form {
    max-width: calc(100vw - 3rem); /* malo širi padding za tablet */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .contact-info-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
    display: block;
  }

  .culture-inner {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }

  .culture-lead,
  .culture-highlight,
  .culture-list li {
    font-size: 1.1rem;
  }

  .testimonial-title {
    max-width: calc(100vw - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .testimonial-title:after {
    width: calc(100% - 3rem);
    left: 1.5rem;
  }

  .service-title {
    font-size: 2rem;
  }

  .related-blogs {
    padding: 1.5rem 0 2.5rem 0;
  }

  .contact-info-image {
    margin-top: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .culture-title {
    font-size: 1.6rem;
  }

  .contact-section-wrapper {
    width: 100vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

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

  .contact-info,
  .contact-form {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2.5rem 0;
    padding: 3rem 2.5rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(46, 61, 51, 0.15);
  }

  .contact-section .section-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .contact-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .contact-info p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2e3d33;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .form-group label {
    font-size: 1.05rem;
  }

  .form-group input,
  .form-group textarea {
    font-size: 1.05rem;
    padding: 0.8rem;
  }

  .gdpr-consent label {
    font-size: 1.05rem;
    padding-left: 0.3rem;
  }

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

  .submit-button {
    font-size: 1.15rem;
    padding: 0.95rem 3rem;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .culture-inner,
  .testimonial-text,
  .contact-info-image,
  .contact-info,
  .contact-form {
    max-width: calc(100vw - 3rem); /* malo širi padding za tablet */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .contact-info-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
    display: block;
  }

  .culture-inner {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }

  .culture-lead,
  .culture-highlight,
  .culture-list li {
    font-size: 1.1rem;
  }

  .testimonial-title {
    max-width: calc(100vw - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .testimonial-title:after {
    width: calc(100% - 3rem);
    left: 1.5rem;
  }

  .service-title {
    font-size: 2rem;
  }

  .related-blogs {
    padding: 1.5rem 0 2.5rem 0;
  }

  .contact-info-image {
    margin-top: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .culture-title {
    font-size: 1.6rem;
  }

  .contact-section-wrapper {
    width: 100vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

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

  .contact-info,
  .contact-form {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2.5rem 0;
    padding: 3rem 2.5rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(46, 61, 51, 0.15);
  }

  .contact-section .section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .contact-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .contact-info p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2e3d33;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .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: 1.05rem;
    padding: 0.8rem;
  }

  .gdpr-consent label {
    font-size: 1.05rem;
    padding-left: 0.3rem;
  }

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

  .submit-button {
    font-size: 1.15rem;
    padding: 0.95rem 3rem;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
  }
}