/* ================================
   HERO — SIMPLE, STABLE, ACF SAFE
   ================================ */

:root{
  --header-h: 80px; /* realna visina hedera */
}
.page-template-page-o-nama-php .ex-hero .ex-hero__cta-wrap,
.page-template-page-blog .ex-hero .ex-hero__cta-wrap{
	display: none !important;
}

/* Header ide preko hero-a */
.ex-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

/* HERO */
.ex-hero{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 755px;
}
.ex-hero__text{
  margin:20px 0 20px;
  color:#fff;
  text-align: center;
}
.ex-hero__text p {
font-family: Outfit;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;

}

/* BREADCRUMBS */
.ex-hero__breadcrumbs{
  margin-bottom: 16px;
}

.ex-hero__breadcrumbs #breadcrumbs{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ex-hero__breadcrumbs a{
  color: #FD572E;
  text-decoration: none;
}

.ex-hero__breadcrumbs span,
.ex-hero__breadcrumbs .breadcrumb_last{
  color: #fff;
}

.ex-hero__breadcrumbs a:hover{
  color: #fff;
}

/* HERO TEXT */
.ex-hero h1,
.ex-hero .lead{
  color: #fff;
}

.ex-hero .lead{
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 24px;
  font-family: Outfit;
  font-weight: 300;
  line-height: 36px;
  letter-spacing:0;
  text-align: center;
}
@media (min-width: 1500px) {
	.page-template-page-home .ex-hero h1 {
		margin:125px 0 20px 0
	}
		.ex-hero h1 {
	margin:5px 0 20px 0;
}
	.ex-hero__breadcrumbs {
		margin:125px 0 0;
	}
	}
	
@media (min-width: 1200px) and (max-width: 1500px) {
	.ex-hero {
		min-height:660px;
	}
	.ex-hero h1 {
		margin: 95px 0 20px 0!important;
		font-size:50px;
		line-height:60px;
}
	.ex-hero .lead {
		font-size:20px;
		letter-spacing:0;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.ex-hero .lead {
		font-size:20px;
	}
}
/* TABLET */
@media (max-width: 991.98px){
  .ex-hero__breadcrumbs{
    margin-bottom: 12px;
  }

  .ex-hero__breadcrumbs #breadcrumbs{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
	.ex-hero .lead {
		font-size:20px;
	}
}

/* MOBILE */
@media (max-width: 767.98px){
  .ex-hero{
    min-height: 420px;
    padding-top: calc(64px + var(--header-h));
    padding-bottom: 64px;

    /* mobile ACF slika */
    background-image: var(--hero-bg-m, var(--hero-bg));
  }

  .ex-hero__breadcrumbs{
    margin-bottom: 10px;
  }

  .ex-hero__breadcrumbs #breadcrumbs{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }
	.ex-hero .lead {
		font-size:16px;
		line-height:26px
	}
	.ex-hero__text p {
		line-height:26px;
	}
}
/* Povracaj poreza USA */

.program-layout-povracajporezausa .ex-hero .btn-cta {
  display:none;
}
.vize-layout-esta .ex-hero__text > p:nth-of-type(3),
.vize-layout-esta .ex-hero__text > p:nth-of-type(4) {
font-weight: 500;
font-size: 24px;
line-height: 36px;
letter-spacing: -2%;
text-align: center;
}

.ex-hero__cta-wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ex-hero__cta-wrap {
    flex-direction: column;
  }

  .ex-hero__cta-wrap a {
    width: 90%;
    justify-content: center;
	  margin:0 auto;
  }
	
.page-template-page-o-nama-php .ex-hero .ex-hero__cta-wrap {
	display: none !important;
}
