/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

/* universal safety */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* chart wrapper keeps it fluid */
.wt-chart-wrap {
  position: relative;
  width: 100%;
}

#wtChart {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}

.et_pb_button {
  font-weight: 600;
  font-size: 16px !important;
  transition: all ease-in-out 0.55s !important;
}

.headerFloat {
  display: flex;
  justify-content: flex-end;
}

.headerFloat .et_pb_icon_wrap {
  border: 1px solid #06dfea;
  transition: all ease-in-out 0.55s !important;
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background-color: rgba(6, 223, 234, 1);
}

.headerFloat .et_pb_icon_wrap:hover {
  color: #06dfea !important;
  background-color: rgba(6, 223, 234, 0.2);
  border-color: #06dfea !important;
}
.headerFloat .et_pb_icon_wrap span {
  transition: all ease-in-out 0.55s;
  font-size: 20px;
  color: #0c0f0c;
}

.headerFloat .et_pb_icon_wrap:hover span {
  color: #06dfea !important;
}

#ticker {
  background: #06dfea;
  position: absolute;
  transform: matrix(1, -0.05, 0.02, 1, 0, 0);
  left: -5%;
  width: 110%;
}

#ticker .et_pb_code_inner {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

#ticker .et_pb_code_inner::before {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  white-space: nowrap;
  animation: ticker 25s linear infinite;
}

#ticker .et_pb_code_inner {
  display: inline-block;
  animation: ticker 25s linear infinite;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #0c0f0c;
  overflow: visible;
}

#ticker .et_pb_fullwidth_code {
  display: flex;
  padding: 10px 0;
}

@keyframes ticker {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.site-main,
#et-main-area {
  background: #0c0f0c;
}

.wt-form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.wt-form .form-row {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
  align-items: flex-end;
}

.wt-form .form-row:last-child {
  margin-bottom: 0;
}

.wt-form .success {
  background: #17b26a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  width: 100%;
}

.wt-form .form-row .item {
  display: flex;
  flex-direction: column;
}

.wt-form button,
.page-template-profile .wt-btn {
  height: 44px;
  background: #06dfea;
  transition: all ease-in-out 0.55s;
  border: 1px solid #06dfea;
  font-weight: 600;
  font-size: 16px !important;
  color: #0c0f0c;
  border-radius: 44px;
  padding-left: 12px;
  padding-right: 12px;
}

.page-template-profile .wt-btn {
  text-decoration: none;
  display: inline-block;
  line-height: 44px;
}

.wt-form button:hover,
.page-template-profile .wt-btn:hover {
  color: #06dfea !important;
  background-color: rgba(6, 223, 234, 0.2);
}

.wt-pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.wt-form .form-row .item input {
  border: 1px solid #0c0f0c;
  padding: 12px;
  color: #0c0f0c;
  border-radius: 12px;
  min-width: 250px;
  height: 44px;
}

.profile-card .wt-form h2 {
  color: #0c0f0c;
}

.profile-card h2.profile-name {
  color: #fff;
}

.page-template-profile .card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  color: #0c0f0c;
  width: 100%;
}

.page-template-profile .row {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.page-template-profile .row .column {
  width: 100%;
}

.page-template-profile .row .column.third {
  width: 33%;
}

.page-template-profile .row .column .card:last-child {
  margin-top: 30px;
}

.page-template-profile .row .column .card:first-child {
  margin-top: 0px;
}

.wt-table tr td:last-child {
  text-align: right;
}

.profile-card a {
  color: #0c0f0c;
  text-decoration: underline;
}

.wt-table {
  width: 100%;
  border-collapse: collapse;
}
.wt-table th,
.wt-table td {
  padding: 8px 6px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.wt-link {
  background: none;
  border: 0;
  color: #c00;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.wt-chart-wrap {
  margin-top: 16px;
}
@media (max-width: 640px) {
  .wt-form {
    grid-template-columns: 1fr;
  }
}

.ponude .et_pb_row_0 {
  text-transform: uppercase;
  padding-bottom: 0;
}

.ponude .et_pb_row_1 .et_pb_column {
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  margin-right: 30px;
  width: 33.3%;
  transition: all ease-in-out 0.25s;
}

.ponude .et_pb_row_1 .et_pb_column:hover {
  margin-top: -10px;
}

.ponude .et_pb_row_1 .et_pb_column p {
  color: #0c0f0c;
}

.ponude .et_pb_row_1 .et_pb_column .et_pb_heading {
  margin-bottom: 5px;
}

.ponude .et_pb_row_1 .et_pb_column .et_pb_module_heading {
  font-size: 19px;
}

.ponude .et_pb_row_1 .et_pb_column .et_pb_image {
  margin-bottom: 20px;
}

.koraci .et_pb_heading {
  margin-bottom: 0 !important;
}

.koraci h2 {
  text-transform: uppercase;
}

.koraci .et_pb_heading span {
  color: #06dfea;
}

.koraci .et_pb_row_3 .et_pb_column {
  margin-right: 30px;
  margin-left: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.koraci .et_pb_row_3 .et_pb_column:last-child {
  border-right: none;
}

.koraci .et_pb_heading_container {
  text-align: center;
}

.koraci .et_pb_row_3 h3.et_pb_module_heading {
  display: inline-block;
  background-color: #06dfea;
  width: 105px;
  height: 105px;
  border-radius: 105px;
  color: #0c0f0c;
  text-align: center;
  line-height: 105px;
  font-size: 63px;
}

.koraci .et_pb_row_3 .et_pb_heading:first-child {
  margin-bottom: 20px !important;
}

.sliderContainer {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.sliderContainer .textColumn {
  width: 35%;
}

.sliderContainer .textColumn .text {
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  text-align: right;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.sliderContainer .imageColumn {
  overflow: hidden;
  width: 65%;
}

.sliderContainer .trsldr__nav {
  justify-content: flex-end;
}

.trsldr {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.trsldr__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.trsldr__slide {
  min-width: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.trsldr__pair {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .trsldr__pair {
    grid-template-columns: 1fr;
  }
}

/* Figures */
.trsldr__fig {
  margin: 0;
  position: relative;
}
.trsldr__fig img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

/* Nav */
.trsldr__nav {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.trsldr__btn,
#programi .programi-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  padding: 3px 10px 10px 3px;
  color: #0c0f0c;
  background: #06dfea;
}
.trsldr__btn:disabled {
  opacity: 0.4;
  cursor: pointer;
}

.trsldr__pair .trsldr__cap {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-transform: uppercase;

  color: #ffffff;
}

.trsldr__pair .trsldr__fig:first-child .trsldr__cap {
  margin-top: 15px;
}

.trsldr__pair .trsldr__fig:last-child .trsldr__cap {
  margin-bottom: 15px;
  padding-top: 80px;
}

.upoznaj .brojevi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.upoznaj .brojevi span {
  font-weight: 700;
  font-size: 42px;
}

.upoznaj .brojevi p {
  font-size: 16px;

  color: rgba(255, 255, 255, 0.8);
}

.et_pb_testimonial:before {
  position: static;
  font-size: 80px;
  line-height: 40px;
}

.et_pb_testimonial_0 .et_pb_testimonial_portrait {
  position: absolute;
  right: 0;
  bottom: -10px;
  margin-right: 0;
}

.et_pb_testimonial {
  display: flex;
}

.et_pb_testimonial_description {
  margin-left: 0 !important;
}

.et_pb_testimonial_description p {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;

  color: #ffffff;
}

.et_pb_testimonial {
  padding: 0;
}

.et_pb_testimonial_author {
  margin-top: 20px;
  text-align: right;
  padding-right: 90px;
  font-size: 18px;
  line-height: 29px;
}

.et_pb_testimonial .et_pb_testimonial_meta {
  text-align: right;
  padding-right: 90px;

  font-size: 16px;
  line-height: 25px;
}

.upoznaj .et_pb_column_12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.et-fb #ticker {
  position: static;
  transform: none;
}

body.et-fb #ticker .et_pb_code_inner {
  position: static;
}

body.et-fb .ponude .et_pb_row_1 .et_pb_column {
  background: transparent;
}

body.et-fb .heroSection .et_pb_column_single {
      width: 200px;
    float: right;
}

body.et-fb #ticker .et_pb_fullwidth_code {
  background: #06DFEA;
}

body.et-fb #et-boc .et-l .et-fb-button-group.et-fb-button-group--save-changes {
  background: red;
position: relative !important;
    right: auto !important;
    left: 0px !important;
    opacity: 1 !important;
}

body.et-fb #et-boc .et-l .et_pb_root--vb .et-fb-page-settings-bar__column--left,
body.et-fb #et-boc .et-l .et_pb_root--vb .et-fb-page-settings-bar__toggle-button,
body.et-fb #et-boc .et-l .et_pb_root--vb .et-fb-page-settings-bar__column--main {
  display: none !important;
}



body.et-fb #et-boc .et-l .et_pb_root--vb .et-fb-page-settings-bar {
  position: fixed !important;
  pointer-events: auto !important;
  background: #06DFEA;
  height: 60px !important;
  bottom: 0 !important;
}

body.et-fb #et-boc .et-l .et-fb-button-group.et-fb-button-group--save-changes .et-fb-button--round {
  display: none !important;
}

body.et-fb #et-boc .et-l .et-fb-button-group.et-fb-button-group--save-changes .et-fb-button--publish {
  background: #000 !important;
}

body.et-fb #et-boc, #et-fb-app-frame {
  position: static !important;
  height: calc(100vh - 60px) !important;
  min-height: calc(100vh - 60px) !important;
}


body.et-fb .ponude h3 { 
 color: #fff;
 }


body.et-fb .et-fb-page-settings-bar__toggle-button {
  //display: none !important;
}

.et-db #et-boc .et-l .et-fb-module--short .et-fb-component-settings--module,
.et-db #et-boc .et-l .et-fb-mousetrap.et-fb-mousetrap-move,
.et-fb-row-button-wrap--add,
.et-fb-secion-button-wrap--add,
.et-fb-module-button-wrap--add,
.et-fb-component-settings,
.et-db #et-boc .et-l .et-fb-row--has-short-module--move-right>.et-fb-mousetrap>.et-fb-component-settings--row, .et-db #et-boc .et-l .et_pb_section:first-of-type.et-fb-small-top-padding .et_pb_row.et-first-child.et_pb_gutters1.et_pb_row_fullwidth .et-fb-component-settings--row
 {
  display: none !important;
}

.et_pb_menu .et-menu > li {
  padding-left: 20px;
  padding-right: 20px;
}

.inlineButtons .et_pb_column {
  width: auto !important;
  margin-right: 20px !important;
}

.clients-section {
}

.clients-section .headline {
  font-size: 42px;
  margin: 0 0 10px;
  font-weight: 800;
}

.clients-section .subtext {
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.clients-section .avatars {
  display: flex;
  gap: 0px;
  position: relative;
}

.clients-section .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 1.575px #ffffff;
}

.clients-section .avatar {
  margin-left: -12px;
}

.clients-section .avatar:first-child {
  margin-left: 0;
}

.heroSection .et_pb_column_1 {
  width: 250px;
  float: right;
}

.kontakt-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.kontakt-modal.is-open {
  display: block;
}
.kontakt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.kontakt-modal__dialog {
  position: relative;
  margin: 6vh auto 0;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  padding: 20px 20px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.18s ease-out;
}
@keyframes slideIn {
  from {
    transform: translateY(8px);
    opacity: 0.8;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.kontakt-modal__title {
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.kontakt-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.kontakt-modal__actions {
  display: grid;
  gap: 10px;
}
.kontakt-btn {
  display: block;
  text-align: center;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.kontakt-btn--viber {
  background: #665cac;
}
.kontakt-btn--whatsapp {
  background: #25d366;
}
.kontakt-btn--instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b 50%, #8134af);
}

@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .et_pb_row {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }

  .ponude .et_pb_row_1 .et_pb_column {
    margin-right: 0;
  }

  .et_pb_row_0_tb_header {
    display: flex;
  }

  .et_pb_column_1_tb_header,
  .et_pb_column_2_tb_header {
    width: auto !important;
  }

  .et_pb_section_0_tb_header .kontaktOpcije {
    display: none;
  }

  body.home .et_pb_heading_container h1 {
    font-size: 54px;
  }

  body.home .et_pb_heading_container h2 {
    font-size: 34px;
  }

  .inlineButtons .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

  .inlineButtons .et_pb_button {
    width: 100%;
    text-align: center;
  }

  div.et_pb_section.et_pb_section_0 {
    background-size: 300px !important;
    background-position: right bottom -10% !important;
  }

  .koraci .et_pb_row_3 .et_pb_column {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 0px;
    margin-left: 0px;
    border: none;
  }

  .sliderContainer .imageColumn,
  .sliderContainer .textColumn {
    width: 100% !important;
  }

  .sliderContainer {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .et-l--footer .et_pb_column,
  .et_pb_image_0_tb_footer,
  .et-l--footer p {
    text-align: center !important;
  }

  #mobile_menu1 {
    position: absolute;
    width: 200px;
    right: 0;
    left: auto;
  }

  li.menu-item {
    background: #06dfea;
  }

  body .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #0c0f0c !important;
  }

  .et_pb_menu .et_mobile_menu {
    padding: 0;
  }

  .sliderContainer .textColumn .text {
    text-align: left;
  }

  body .et_pb_testimonial_0.et_pb_testimonial .et_pb_testimonial_content {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  #programi {
    padding-right: 15px;
    padding-left: 15px;
  }
  #programi .et_pb_row_1 {
    display: flex !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 24px 24px;
    margin: 15px 0 0 0 !important;
    flex-wrap: nowrap;
  }
  /* Slides */
  #programi .et_pb_row_1 .et_pb_column {
    flex: 0 0 85% !important;
    max-width: 85% !important;
    width: auto !important;
    scroll-snap-align: start;
    border-radius: 12px;
    margin: 0;
  }

  /* Place arrows next to the H2 */
  #programi .et_pb_heading_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  /* Arrow group */
  #programi .programi-arrows {
    display: inline-flex;
    gap: 8px;
  }

  /* Arrow buttons */
  #programi .programi-arrow {
  }
  #programi .programi-arrow:active {
    transform: scale(0.96);
  }
  #programi .programi-arrow[disabled] {
    opacity: 0.4;
    cursor: default;
  }

  /* Hide scrollbar on WebKit browsers (Chrome, Safari, iOS) */
  #programi .et_pb_row_1::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar on Firefox */
  #programi .et_pb_row_1 {
    scrollbar-width: none;
  }

  /* Hide scrollbar on Edge/IE */
  #programi .et_pb_row_1 {
    -ms-overflow-style: none;
  }
}

/* Desktop: no carousel UI */
@media (min-width: 769px) {
  #programi .programi-arrows {
    display: none !important;
  }
}

#main-content, #et-main-area  .site-main{
  min-height: 100vh;
}

.et_pb_module.et_pb_login {
  width: 300px;
  margin: 0 auto;
  border-radius: 20px;
}

.et_pb_module.et_pb_login .et_pb_newsletter_form {
  width: 100% !important;
  padding-left: 0 !important;
}

.et_pb_module.et_pb_login .et_pb_newsletter_form .et_pb_forgot_password {
  display: none;
}

.et_pb_module.et_pb_login .et_pb_newsletter_form .et_pb_newsletter_button {
	  background: #0C0F0C;
    color: #fff;
}


.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
  color: #fff;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {

}


.et_pb_pricing_heading {
    background-color: #06dfea;
    border-radius: 50px 50px 0 0;
}


.et_pb_pricing_table {
    border: 3px solid #0c0f0c;
    background-color: #0c0f0c;
}


.et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2 {
  color: #0c0f0c;
  padding-bottom: 10px;
  padding-top: 10px;
}


.et_pb_pricing_content_top {
    background: rgba(255, 255, 255, 0.1);
}

.et_pb_et_price .et_pb_sum {
  font-weight: bold;
}


.et_pb_pricing_content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 0 50px 50px;
}

.et_pb_pricing li span:before {
  border-color: #06dfea;
}

.et_pb_pricing li span strong {
    font-size: 125%;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .et_pb_column .et_pb_pricing_table {
        margin: 0 0 0px;
    }
}

body .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #fff !important;
}