.elementor-33 .elementor-element.elementor-element-8a6c29c{--display:flex;}.elementor-33 .elementor-element.elementor-element-269e975{--display:flex;}.elementor-33 .elementor-element.elementor-element-269e975:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-269e975 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2E2E76;}.elementor-33 .elementor-element.elementor-element-b8a7be3 > .elementor-container{max-width:1320px;}.elementor-33 .elementor-element.elementor-element-b8a7be3{padding:0px 0px 55px 0px;}.elementor-bc-flex-widget .elementor-33 .elementor-element.elementor-element-ff4a348.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-33 .elementor-element.elementor-element-ff4a348.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-33 .elementor-element.elementor-element-ff4a348.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-33 .elementor-element.elementor-element-37f3e40 iframe{height:535px;}@media(max-width:1024px){.elementor-33 .elementor-element.elementor-element-b8a7be3{padding:90px 0px 90px 0px;}.elementor-33 .elementor-element.elementor-element-4db060c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-ff4a348 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f58dfe0 */:root{
  --tf-navy:#2E2E76;
  --tf-teal:#2f97a0;
  --tf-white:#ffffff;
}

.tf-contact-info{
  padding: 70px 0;
  background: transparent;
}

.tf-contact-info__wrap{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.tf-contact-info__header{
  text-align: center;
  margin-bottom: 28px;
}

.tf-contact-info__title{
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: var(--tf-navy);
}

.tf-contact-info__subtitle{
  margin: 0;
  color: rgba(46,46,118,.85);
  font-size: 16px;
}

/* cards grid */
.tf-contact-info__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.tf-info-card{
  flex: 1 1 280px;
  background: var(--tf-white);
  border: 1px solid rgba(46,46,118,.18);
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 14px 34px rgba(46,46,118,.10);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

/* top accent line (kao misija/vizija stil) */
.tf-info-card::before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%; height:6px;
  background: linear-gradient(90deg, var(--tf-navy), var(--tf-teal));
}

.tf-info-card__icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: rgba(47,151,160,.10);
  border: 1px solid rgba(47,151,160,.25);
}

.tf-icon{
  width: 22px;
  height: 22px;
  fill: var(--tf-navy);
}

.tf-info-card__title{
  margin: 0 0 8px 0;
  color: var(--tf-navy);
  font-size: 20px;
}

.tf-info-card__text{
  margin: 0;
  color: rgba(46,46,118,.85);
  font-size: 15.5px;
  line-height: 1.6;
}

.tf-info-card__link{
  color: var(--tf-teal);
  text-decoration: none;
  font-weight: 600;
}

.tf-info-card__link:hover{
  color: var(--tf-navy);
  text-decoration: underline;
}

.tf-info-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(46,46,118,.14);
  border-color: rgba(47,151,160,.45);
}

@media (max-width: 640px){
  .tf-contact-info{ padding: 55px 0; }
  .tf-contact-info__title{ font-size: 28px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-53ec571 */:root{
  --tf-navy: #2D2E75;
  --tf-teal: #2f97a0;
  --tf-white: #ffffff;
  --tf-text: rgba(255,255,255,.92);
  --tf-text-muted: rgba(255,255,255,.70);
  --tf-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tf-benefits-slider{
  padding: 60px 0;
  background: var(--tf-navy);
  overflow: hidden;
  position: relative;
  font-family: var(--tf-font);
}

/* header */
.tf-benefits-slider__wrap{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 22px;
}

.tf-benefits-slider__head{
  text-align: center;
}

.tf-benefits-slider__kicker{
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tf-text);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}

.tf-benefits-slider__title{
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 30px); /* max 30px */
  line-height: 1.2;
  font-weight: 600;
}

/* fade edges */
.tf-benefits-slider::before,
.tf-benefits-slider::after{
  content: "";
  position: absolute;
  top: 0;
  width: 140px; /* FIX: mora imati px */
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.tf-benefits-slider::before{
  left: 0;
  background: linear-gradient(90deg, var(--tf-navy), transparent);
}

.tf-benefits-slider::after{
  right: 0;
  background: linear-gradient(90deg, transparent, var(--tf-navy));
}

/* track */
.tf-benefits-slider__track{
  display: flex;
  gap: 40px;
  width: fit-content;
  animation: tf-benefits-scroll 55s linear infinite;
}

/* pause hover */
.tf-benefits-slider:hover .tf-benefits-slider__track{
  animation-play-state: paused;
} /* animation-play-state pauses/resumes animation [web:293] */

/* item */
.tf-benefits-slider__item{
  flex: 0 0 auto;
  min-width: 300px;
  padding: 20px 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
  color: var(--tf-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.tf-benefits-slider__item:hover{
  background: rgba(47,151,160,.16);
  border-color: rgba(47,151,160,.40);
  transform: translateY(-2px);
}

/* animation distance = 7 items (1x lista) */
@keyframes tf-benefits-scroll{
  0%{ transform: translateX(0); }
  100%{
    transform: translateX(calc(-1 * (300px * 7 + 40px * 7)));
  }
}

/* responsive */
@media (max-width: 768px){
  .tf-benefits-slider{
    padding: 50px 0;
  }
  .tf-benefits-slider__item{
    min-width: 230px;
    padding: 16px 18px;
    font-size: 14px;
  }
  .tf-benefits-slider::before,
  .tf-benefits-slider::after{
    width: 110px;
  }
}

@media (max-width: 480px){
  .tf-benefits-slider{
    padding: 40px 0;
  }
  .tf-benefits-slider__track{
    gap: 24px;
  }
  .tf-benefits-slider__item{
    min-width: 190px;
    padding: 14px 16px;
    font-size: 13px;
  }
  .tf-benefits-slider::before,
  .tf-benefits-slider::after{
    width: 80px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b1ff0a4 */:root{
  --tf-navy:#2E2E76;
  --tf-teal:#2f97a0;
  --tf-white:#ffffff;
}

/* sekcija */
.tf7-section{
  padding: 70px 0;
  background: transparent;
}
.tf7-wrap{
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}
.tf7-head{
  text-align: center;
  margin-bottom: 18px;
}
.tf7-title{
  margin: 0 0 8px 0;
  font-size: 34px;
  line-height: 1.2;
  color: var(--tf-navy);
}
.tf7-subtitle{
  margin: 0;
  font-size: 16px;
  color: rgba(46,46,118,.85);
}

/* JEDAN CARD: samo ovaj wrapper */
.tf7{
  background: var(--tf-white) !important;
  border: 1px solid rgba(46,46,118,.18) !important;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(46,46,118,.10);
}

/* ubij sve moguće default boxove od teme unutar cf7 */
.tf7 .wpcf7,
.tf7 .wpcf7 form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* layout polja */
.tf7-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.tf7-field--full{ grid-column: 1 / -1; }

.tf7-field label{
  display:block;
  margin: 0 0 6px 0;
  font-size: 13px;
  color: rgba(46,46,118,.85);
}

/* inputi */
.tf7 .wpcf7-form-control{
  width: 100% !important;
  box-sizing: border-box; /* stabilnije širine/padding [web:447] */
  border-radius: 14px;
  border: 1px solid rgba(46,46,118,.18);
  background: #fbfbff;
  padding: 13px 14px;
  font-size: 15px;
  color: rgba(46,46,118,.95);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.tf7 textarea.wpcf7-form-control{
  min-height: 150px;
  resize: vertical;
}

.tf7 .wpcf7-form-control:focus{
  border-color: rgba(47,151,160,.85);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(47,151,160,.14);
}

/* ===== ACCEPTANCE (FIX) ===== */
/* wrapper (tvoj acceptance box) */
.tf7-accept .wpcf7-form-control.wpcf7-acceptance{
  border-radius: 14px;
  border: 1px dashed rgba(46,46,118,.22);
  background: rgba(46,46,118,.03);
  padding: 12px 5px 22px!important;

  /* bitno: da se ne ponaša kao klasičan input full-width */
  width: 100% !important;
}

/* CF7 često ubaci span.wpcf7-list-item > label > input + span.wpcf7-list-item-label */
.tf7-accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}

/* label kao flex: checkbox + tekst u jednoj liniji, tekst se lomi pored checkboxa */
.tf7-accept .wpcf7-form-control.wpcf7-acceptance label{
  display: flex;
  align-items: flex-start;
  gap: 10px;              /* gap u flexu [web:445] */
  margin: 0;
  line-height: 1.55;
}

/* checkbox da ne “padne” dole i da ne rasteže layout */
.tf7-accept .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]{
  flex: 0 0 auto;
  width: 18px;
  height: 18px;

  /* reset tema margin */
  margin: 2px 0 0 0 !important;
}

/* tekst neka bude normalan i može u više redova */
.tf7-accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
  flex: 1 1 auto;
  min-width: 0;
  display: inline;
  white-space: normal;
}

/* ako je acceptance text linkovan, neka ostane u istoj boji */
.tf7-accept .wpcf7-form-control.wpcf7-acceptance a{
  color: var(--tf-navy);
  font-weight: 700;
  text-decoration: underline;
}
.tf7-accept .wpcf7-form-control.wpcf7-acceptance a:hover{
  color: var(--tf-teal);
}

/* submit */
.tf7 input.wpcf7-submit,
.tf7 .tf7-btn{
  width: 100% !important;
  background: linear-gradient(90deg, var(--tf-navy), var(--tf-teal)) !important;
  color: var(--tf-white) !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}

.tf7 input.wpcf7-submit:hover,
.tf7 .tf7-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(46,46,118,.18);
  filter: brightness(1.03);
}

/* poruke */
.tf7 .wpcf7-not-valid-tip{
  font-size: 13px;
  margin-top: 6px;
}
.tf7 .wpcf7-response-output{
  border-radius: 14px;
  margin: 16px 0 0 0;
}

/* responsive */
@media (max-width: 640px){
  .tf7-section{ padding: 55px 0; }
  .tf7-title{ font-size: 28px; }
  .tf7-grid{ grid-template-columns: 1fr; }

  /* malo kompaktnije acceptance na mobitelu */
  .tf7-accept .wpcf7-form-control.wpcf7-acceptance{
    padding: 11px 12px;
  }
}/* End custom CSS */