/* Utility */
.text-center-important {
  text-align: center !important;
}
.m-auto {
  margin: auto !important;
}
.container-max-1920 {
  max-width: 1920px;
}
.container-max-1700 {
  max-width: 1700px;
}
.pad-left-box {
  padding-left: 0.75rem;
}
.pad-right-box {
  padding-right: 0.75rem;
}
.section-gap {
  margin-top: 30px;
}
.full-width {
  width: 100%;
}
.text-white {
  color: #fff;
  font-weight: 400;
}

/* Header / Hero */
#header_part {
  overflow: visible;
}
.hero-box {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 0;
}
.boxHero {
  width: 100%;
  position: relative;
  display: block;
}
.hero-leaves {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 120px auto 0;
}
.leaf-icon {
  width: 34px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.leaf-left {
  background-image: url("images/main-leaves-left.svg");
}
.leaf-right {
  background-image: url("images/main-leaves-right.svg");
  background-position-x: right;
}
.hero-desc {
  margin-top: 25px;
  color: #fff;
  font-weight: 300 !important;
  text-align: center;
}
.hero-headline {
  text-align: center !important;
  margin-bottom: 0;
  line-height: 1.3;
  color: #fff !important;
}
.cta-button {
  text-align: center !important;
  padding: 0;
  background: #2a4eff;
  width: max-content !important;
  margin: auto;
}

/* .cta-button .dugme_inline { display:block; padding: 12px 20px; color: #fff; text-decoration: none; } */

/* Stat / numbers */
.card-dark-grad {
  border-radius: 3rem;
  box-shadow: 0 0 5px -2px #1a1f2c;
  background: linear-gradient(
    148deg,
    rgba(38, 67, 199, 1) 0%,
    rgba(26, 31, 44, 1) 35%,
    rgba(26, 31, 44, 0.1) 60%,
    rgba(92, 32, 171, 1) 100%
  );
}
.card-padding-lg {
  padding: 120px 60px;
}
.stat-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stat-svg {
  width: 18px;
  margin: 0 0 0 0;
}
.stat-number {
  color: #e8f0ff;
  font-size: 76px;
  font-family: "Unbounded", Arial, sans-serif;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
}
.stat-desc {
  color: #a3a7b3;
  font-size: 28px !important;
  font-family: "Rubik", Arial, sans-serif;
  margin-top: 20px;
}

/* White rounded container */
.white-rounded {
  border-radius: 3rem;
  box-shadow: 0 0 5px -2px #1a1f2c;
  background: #fff;
}
.content-padding-md {
  padding: 60px;
  max-width: 1920px;
}

/* Cards inside sections */
.card-program {
  background: transparent;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 760px;
  background-position: center;
  background-size: cover;
}
.card-top {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  display: block;
  height: auto;
  max-height: 100%;
}

.card-bottom {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(123, 131, 157);
  box-shadow: 8px 0 20px rgba(15, 18, 26, 0.2);
  backdrop-filter: blur(10px);
}
.circle-icon {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.arrow-in-circle {
  width: 70%;
  height: 70%;
  background-image: url("images/icon-arrow-toright.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 12px;
}

/* Background images for cards (moved from inline) */
.card-bg-1 {
  background-image: url("images/image-leaders-011.webp");
}
.card-bg-2 {
  background-image: url("images/image-managers-022.webp");
}
.card-bg-3 {
  background-image: url("images/image-employees-033.webp");
}

/* Upsell / features grid */
.upsell-section {
  display: flex;
  gap: 20px;
}
.upsell-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  border: 1px solid #e2e4ea;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.step-badge {
  background: #a3a7b3;
  display: inline-flex;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 40px;
}
.step-num {
  font-weight: 400;
  font-size: 1.8em;
  color: #fff;
  font-family: "Unbounded", Arial, sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Subscribe / CTA */
.subscribe-hero {
  border-radius: 3rem;
  box-shadow: 0 0 5px -2px #1a1f2c;
  /* background-image: url("images/image-subscribe.webp"); */
  background-size: 110%;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 100px 60px;
  background: #4D5BB1;
background: linear-gradient(180deg,rgba(77, 91, 177, 1) 0%, rgba(102, 95, 186, 1) 50%, rgba(190, 100, 222, 1) 100%);
}


.calendar-hero {
  border-radius: 3rem;
  box-shadow: 0 0 5px -2px #1a1f2c;
  background-image: url("images/kalendar.webp");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 100px 60px;
}


/* Form hero */
.form-hero {
  border-radius: 3rem;
  background-image: url("images/image-form.png.webp");
  background-position: center 260px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 60px;
}
.form-box {
  width: 100%;
  padding: 30px;
  border: 1px solid #e5efff;
  box-shadow: 0 8px 16px rgba(0, 69, 153, 0.1);
  background: #e3f1fe;
}

/* Footer */
.footer-logos {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-card {
  border-radius: 20px;
  background: #2d374d;
  padding: 0;
}
.map-thumb {
  display: block;
  border-radius: 10px;
  height: 220px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-link {
  color: #a3a7b3;
  text-decoration: none;
  font-size: 0.8em;
}

/* Accordions / lists */
.boxProgrami .expand-list {
  width: 100%;
  display: block;
  margin: auto;
}
.boxProgrami .m-d li {
  padding: 20px !important;
  color: #4b4b52;
  font-size: 18px;
  font-weight: 400;
  font-family: "Rubik", Arial, sans-serif;
}

/* Toggleable list items */
.m-d .tab_lab {
  cursor: default;
}

/* Modal overlay */
.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.overlay-container.show {
  display: flex;
}
.popup-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 540px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.close-modal {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}







.subscribe-hero {
  background-size: cover;
}
.typography-item-description.bbb {
  color: #d1d4dc; 
  font-size: 28px !important; 
  font-family: 'Rubik', Arial, sans-serif;
  margin-top: 20px;
}
.fff {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  #header_part h2 {
      font-size: 2.5rem !important;
  }
  .stat-number {
      font-size: 48px !important;
  }
  .typography-headline-normal {
      font-size: 32px !important;
  }
  .card-padding-lg {
      padding: 80px 30px !important;
  }
  #hrInd {
    margin-top: 0px !important;
  }
  .hBoxesTop .start-screen-v3__utp {
    margin: 80px 0 30px;
  }
  .stat-svg {
    width: 16px;
  }
  .boxProgrami {
    margin: 0;
    padding: 10px;
  }
  .content-padding-md {
    padding: 30px;
  }
  .subscribe-hero {
    background-size: cover;
    padding: 80px 20px;
    background-position-x: right;
  }
  .typography-item-description.bbb {
    color: #d1d4dc; 
    font-size: 18px !important; 
  }
  .form-hero {
    padding: 80px 10px;
  }
  .fff {
    padding: 20px;
  }
  #wew {
    padding: 3px 20px;
  }
  #reii {
    padding: 6px 20px;
  }
}

@media screen and (max-width: 468px) {
  #header_part h2 {
      font-size: 1.8rem !important;
  }
  .stat-number {
      font-size: 32px !important;
  }
  .typography-headline-normal {
      font-size: 24px !important;
  }
  .hBoxesTop .t--1 {
      font-size: 18px;
  }
  .start-screen-v3__item {
      height: 120px;
  }
  .stat-desc {
      font-size: 18px !important;
  }
  .stat-svg {
    width: 14px;
  }
}

.navbar-nav {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: fit-content;
  padding: 20px 40px;
  font-size: 18px;
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .navbar {
      padding: 0.3rem 1rem !important;
      right: 0;
  }
  .navbar-nav {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 20px 40px;
    font-size: 18px;
    margin-right: 0;
    margin-top: 20px !important;
    background-color: #5e50e0;
    border-radius: 0 0 20px 20px;
  }
  .navbar-nav li {
    padding: 10px 0;
  }
  .navbar-nav li a {
    font-size: 1rem;
    padding: 0 !important;
  }
  .nav-link:hover {
    color: #fff !important;
    background: transparent !important;
    opacity: 0.7 !important;
}
}


@media only screen and (max-width: 1300px) {
  .navbar {
      padding: 0.3rem 1rem !important;
  }
}







/* DRUGI NIVO DROPDOWN */



.tab {
   display: none;
}

.tab:checked ~ .contentList {
   max-height: 2000px;   /* ili neka velika vrednost */
   opacity: 1;
   margin-top: 10px;
   transition: max-height 0.4s ease, opacity 0.35s ease;
}
.contentList {
   max-height: 0;
   overflow: hidden;
   opacity: 0;
   transition: max-height 0.4s ease, opacity 0.35s ease;
}


/* Ikonica + / - obrtanje */
.tab:checked ~ .open-close-icon .fa-plus {
   display: none;
}
.tab ~ .open-close-icon .fa-minus {
   display: none;
}
.tab:checked ~ .open-close-icon .fa-minus {
   display: inline-block;
}

/* ────────────── ZA NESTED NIVO ────────────── */
.sub-tab {
   display: none;
}

.sub-tab:checked ~ .sub-content {
   max-height: 1500px;  
   opacity: 1;
}

.sub-content {
   max-height: 0;
   overflow: hidden;
   opacity: 0;
   transition: max-height 0.35s ease-out, opacity 0.3s ease;
   padding-left: 10px;   /* dodatna indentacija ako želiš */
   margin-top: -10px !important;
}

.sub-tab:checked ~ .open-close-icon .fa-plus { display: none; }
.sub-tab ~ .open-close-icon .fa-minus { display: none; }
.sub-tab:checked ~ .open-close-icon .fa-minus { display: inline-block; }


.sub-level {
   padding-left: 20px;
   font-size: 0.98em;
   font-weight: 500;
}

.contentList label.sub-level {
    color: #4b4b52;
    font-size: 1em;
    font-weight: 500 !important;
    font-family: 'Rubik', Arial, sans-serif;
    text-align: left !important;
    width: 100%;
    margin: 0;
    padding: 0;
    /* display: list-item;
    list-style: disc; */
}

.contentList ul .open-close-icon {
    margin-top: 4px;
    left: 3px;
    font-size: 14px;
}

.bullet {
  list-style: none;
  padding: 5px;
}

.sub-content .bullet {
  list-style: disc;
  padding: 0;
}




/* KOLACICI */

.kolacici-wrap {
  background: #2d374d !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none  !important;
  border-radius: 20px 20px 0 0 !important;
  border: 1px solid #39496b !important;
}
#wrap-kolacic-wrap .kolacici .content {
  color: #eaedf4 !important;
}
.kolacici p span a {
  background: #2a4eff !important;
  border-radius: 33px !important;
  font-weight: 600 !important;
}
.koraci-btns a {
  border-radius: 33px !important;
  font-weight: 600 !important;
}




#registerForm_1 .form-row:has(#promo1),
#registerForm_2 .form-row:has(#promo2),
#registerForm_3 .form-row:has(#promo3) {
  display: none;
}


@media (max-width: 768px) {
  .iframeBox {
    height: 620px;
  }

  .iframe-clip { 
    height: 540px !important; 
  }
  .iframe-clip iframe { 
    top: -175px !important;
    height: 610px !important;
  }
}

@media (max-width: 480px) {
  .iframeBox {
    height: 520px;
  }
  .iframe-clip { 
    height: 540px !important; 
  }
  .iframe-clip iframe { 
    top: -195px !important; 
    height: 560px !important; 
  }
}


@media screen and (max-width: 767px) {
  .calendar-hero {
      background-size: cover;
      padding: 80px 20px;
      background-position-x: right;
  }
}