

body {
  font-family: "museo-sans", sans-serif;
}
h2 {
  font-size: 2rem;
  font-family: "museo-sans", sans-serif;
font-weight: 700;
font-style: normal;
}
p{ font-family: "MuseoSans"}

 .container-specific {
        margin-right: auto;
        margin-left: auto
    }

    .container-specific-white {
        margin-right: auto;
        margin-left: auto;
        background-color: white;
    }

    .row {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    .row-video {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .col-xs-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-xs-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    @media only screen and (min-width:48em) {
        .container-specific {
            width: 49rem
        }

        .col-sm-6,
        .col-sm-12 {
            box-sizing: border-box;
            flex: 0 0 auto;
            padding-right: .5rem;
            padding-left: .5rem
        }

        .col-sm-6 {
            flex-basis: 50%;
            max-width: 50%
        }

        .col-sm-12 {
            flex-basis: 100%;
            max-width: 100%
        }
    }

    @media only screen and (min-width:64em) {
        .container-specific {
            width: 65rem
        }

        .col-md-4,
        .col-md-6,
        .col-md-8 {
            box-sizing: border-box;
            flex: 0 0 auto;
            padding-right: .5rem;
            padding-left: .5rem
        }

        .col-md-4 {
            flex-basis: 33.33333333%;
            max-width: 33.33333333%
        }

        .col-md-6 {
            flex-basis: 50%;
            max-width: 50%
        }

        .col-md-8 {
            flex-basis: 66.66666667%;
            max-width: 66.66666667%
        }
    }

    @media only screen and (min-width:75em) {
        .container-specific {
            width: 76rem
        }

        .col-lg-3,
        .col-lg-6,
        .col-lg-offset-3 {
            box-sizing: border-box;
            flex: 0 0 auto;
            padding-right: .5rem;
            padding-left: .5rem
        }

        .col-lg-3 {
            flex-basis: 25%;
            max-width: 25%
        }

        .col-lg-6 {
            flex-basis: 50%;
            max-width: 50%
        }

        .col-lg-offset-3 {
            margin-left: 25%
        }
    }

    .event {
        background-color: #eeedeb;
        font-family: MuseoSans;
        line-height: 1.5;
        overflow: hidden
    }

    .event__header {
        background-color: #e5ddda;
        min-height: 540px
    }

    .event__header__wrapper {
        position: relative
    }

    .container-specific {
        height: 100%;
        padding: 80px 16px
    }

    .event__img {
        height: 280px
    }

    @media only screen and (min-width:768px) {
        .event__img {
            height: 400px
        }
    }

    .event__invite-only-tag {
        background-color: #a91865;
        padding: 12px 24px;
        color: #fff !important;
        font-size: 18px;
        text-transform: uppercase
    }
   
    .event__title {
        font-size: 40px;
        color: #6c7780;
        margin-top: 40px;
        font-weight: 500;
        margin-bottom: 24px;
        line-height: 54px;
    }

    @media only screen and (min-width:768px) {
        .event__title {
            font-size: 54px;
            width: 100%
        }
    }

    @media only screen and (min-width:1024px) {
        .event__title {
            font-size: 54px;
            width: 100%
        }
    }

    .event__benefiting,
    .event__topic {
        font-size: 18px;
        color: #6c7780;
        font-weight: 500
    }

    .event__line {
        height: 2px;
        margin: 32px 0;
        width: 140px;
        background-color: #6c7780
    }

    .event__benefiting {
        margin-bottom: 32px
    }

    @media only screen and (min-width:768px) {
        .event__benefiting {
            width: 70%
        }
    }
    .event__date {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #6c7780;
        margin-bottom: 16px
    }

    .event__date svg {
        fill: #6c7780
    }

    .event__date-info {
        margin: 2px 0 0 16px;
        font-size: 18px;
        color: #6c7780;
        font-weight: 500
    }

    .event__register-btn {
        cursor: pointer;
        color: #fff;
        background-color: #6c7780;
        text-transform: uppercase;
        padding: 12px 24px;
        transition: all .5s ease;
        font-size: 18px;
        text-align: center
    }

    .event__register-btn:hover {
        background-color: #78848d;
        text-decoration: none;
        color: #fff
    }

    @media only screen and (min-width:768px) {
        .event__register-btn {
            padding: 16px 32px;
            margin: 32px 0;
            font-size: 24px
        }
    }

    .event__register-btn_ {
        cursor: pointer;
        color: #fff;
        background-color: #6c7780;
        text-transform: uppercase;
        padding: 12px 8px;
        transition: all .5s ease;
        font-size: 18px;
        text-align: center
    }

    .event__register-btn_:hover {
        background-color: #78848d;
        text-decoration: none;
        color: #fff
    }

    @media only screen and (min-width:1248px) {
        .event__register-btn_ {
            padding: 16px 24px;
            margin: 32px 0;
            font-size: 24px
        }
    }
    .event__intro-card {
        background-color: #fff;
        padding: 24px
    }

    @media only screen and (min-width:1248px) {
        .event__intro-card {
            padding: 48px
        }
    }

    .event__card-title {
        font-size: 28px;
        color: #6c7780;
        margin-bottom: 2rem
    }

    @media only screen and (min-width:1024px) {
        .event__card-title {
            font-size: 32px;
            width: 70%
        }
    }
    .event__card-text {
        font-size: 18px;
        color: #6c7780;
    }

    .event__speakers--gray {
        background-color: #f6f6f6
    }

    .event__speakers-title-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .event__speakers-title-wrapper svg {
        fill: #6c7780
    }

    @media only screen and (min-width:560px) {
        .event__speakers-title-wrapper {
            flex-direction: row
        }
    }

    .row-spec {
        padding: 60px 0 0
    }

    .event__speakers-title {
        font-size: 32px;
        color: #6c7780;
        margin: 1px 0 0 16px;
        text-transform: uppercase;
        text-align: center
    }

    @media only screen and (min-width:560px) {
        .event__speakers-title {
            text-align: left
        }
    }

    .speaker__photo {
        padding: 0 16px
    }

    .speaker__photo>img {
        width: 100%
    }

    .event__speakers>.container-specific>.row {
        padding: 60px 0 0
    }

    .speaker__info-container-specific {
        padding: 8px 20px
    }

    .speaker__name {
        font-size: 28px;
        color: #6c7780
    }

    .speaker__company {
        color: #6c7780;
        font-weight: 500;
        font-size: 16px
    }
    .speaker__role {
        color: #6c7780;
        margin-top: 16px;
        font-size: 16px;
        font-weight: 700
    }

    .speaker__role--blue {
        color: #99bee0;
        font-weight: 700
    }

    iframe {
        width: 85%;
        /* padding-left: 20%; */
        /* padding-right: 20%; */
        padding-top: 0;
        padding-bottom: 0;
        aspect-ratio: 16 / 9;
    }

    @media (max-width: 1000px) {
        iframe {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
            aspect-ratio: 16 / 9;
        }
    }

    .margin-b {
        margin-bottom: 48px
    }

    .info-wrapper {
        height: 100%
    }

    .info__card {
        background-color: #fff;
        padding: 24px;
        margin-bottom: 16px;
        min-height: 300px;
        display: flex;
        flex-direction: column
    }

    .info__card__inner {
        height: 100%
    }

    .register {
        background-color: #f8f7fa
    }

/* CUSTOM CSS */

.video-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) scale(0.5);
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.overlay h1 {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.overlay p {
  font-size: 1.2em;
  margin-top: 10px;
  color: #ddd;
}

.primary-btn {
  margin-top: 30px;
  background-color: #05AFFA;
  color: white !important; 
  border: 3px solid #05AFFA;
  padding: 12px 24px;
  font-size: 16px;

  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.primary-btn:hover {
  background-color: #05AFFA;
  color: #fff;
  box-shadow: 0 6px 12px rgba(5, 175, 250, 0.3);
  transform: scale(1.05);   text-decoration: none;
}

/* Kontejner širina - RUSI HEADER */
.container-photo {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.container-photo {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.multi-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: grab;
}

.multi-slider {
  display: flex;
  animation: scrollSlider 40s linear infinite;
}

.multi-slider-wrapper:hover .multi-slider {
  animation-play-state: paused;
}

.multi-slider img {
  width: 320px;
  height: 220px;
  object-fit: cover;
  margin-right: 10px;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .multi-slider {
    animation-duration: 5s !important; /* brža animacija na mobilnom */
  }
}

/* =====prva sekcija===== */

/* Druga sekcija */

  .event-section {
    padding: 40px 20px;
    background-color: white;
    color: #333;
  }

  .event-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .event-section .container>p {
    font-size: 18px;
    font-weight: 300;
    color:#3e4a55 ;
        line-height: 27px;
  }
  .event-section h2 {
    color: #333;
    margin-bottom: 20px;
  }

  .event-section h3 {
    margin-top: 30px;
    color: #333;
  }

  .agenda-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }

  .agenda-table th,
  .agenda-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
  }

  .agenda-table thead {
    background-color: #a91865;
    color: white;
  }

  .agenda-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .agenda-table tbody tr:hover {
    background-color: #fbe9f2;

  }  
.agenda-timeline {
    position: relative;
    margin-top: 50px;
  
    padding-left: 0;
  }
  
  .agenda-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  
    margin-left: 0;
    position: relative;
  }
  
  .time {
    width: 100px;
    font-weight: bold;
    color: #444;
  }
  
  .line-dot {
    position: relative;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .line-dot::before {
    content: '';
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 50%;
    width: 2px;
    background: #ccc;
    transform: translateX(-50%);
    z-index: 0;
  }
  
  .dot {
    width: 14px;
    height: 14px;
    background: #05AFFA;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #05AFFA;
  }
  
  .content {
    padding-left: 20px;
  }
  
  .content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  
  .content p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #888;
  }

   .agenda-stats-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.agenda-wrapper {
  flex: 1 1 40%;
  min-width: 300px;
}

  .stats-wrapper {
  flex: 1 1 35%;
  min-width: 280px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none; /* nema više gradienta */
  padding: 0;
}
@media (max-width: 1400px) {
  .event-section .container {
    max-width: 1000px;
  }
.stats-section .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.apa-py-16 .apa-container {
  max-width: 1070px;
  margin: 0 auto;
}

.faq-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
}

/* agenda responsive */

@media (max-width: 860px) {
  .agenda-stats-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .agenda-wrapper, .stats-wrapper {
    width: 100%;
    flex: 1 1 100%;
  }

  .agenda-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .line-dot {
    width: 20px;
    min-width: 20px;
  }

  .time {
    width: 80px;
    font-size: 14px;
    flex-shrink: 0;
  }

  .content {
    padding-left: 20px;
  }

  .full-box-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .stats-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}

.full-box-video {
  width: 100%;
  height: auto;
  cursor: pointer;
  object-fit: cover;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
}

.video-container2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
}

.video-container2 video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.video-modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

  /* STATS SECTION ---- */

.stats-section {
  position: relative;
  padding: 100px 20px;
  font-family: 'Museo Sans', sans-serif;
  color: #fff;
  background-image: url('https://storage.googleapis.com/46127527/Web/kafablackpoz.png'); /* zameni URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   background-attachment: fixed;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* crni overlay */
  z-index: 1;
  pointer-events: none;
}

.stats-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.stat {
  flex: 1 1 220px;
  color: #fff;
}

.stat .number {
  font-size: 60px;
  font-weight: 700;
  color: #05AFFA;
  margin-bottom: 10px;
  display: block;
}

.stat p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .stats-section {
     background-image: url('https://storage.googleapis.com/46127527/Web/kafablackpoz.png'); 
    background-attachment: scroll; /* Isključi parallax */
    background-position: center center;
      background-size: cover;
  }
}
 
  /* ====druga I STATS sekcija===== */
 .panel-section {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.panel-section h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 32px;
}

.panel-section .intro-text {
  text-align: center;
 font-size: 18px;
    font-weight: 300;
    color:#3e4a55 ;
        line-height: 27px;
      margin-bottom: 30px;
}

.speakers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.speaker-card {
  background: white;
  overflow: hidden;
  width: 300px;
  height: 450px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  perspective: 1000px;
  margin: 10px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.speaker-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;

}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -10%; /* pomeramo fokus na vrh slike */
}

.card-back {
  transform: rotateY(180deg);
  background: linear-gradient(45deg, #0077b5, #00a0dc);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn span {
  font-size: 16px;
}

.btn i {
  font-size: 20px;
  color: #fff;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 78px;
  color: #fff;
  transition: transform 0.3s ease;
}

.btn-icon:hover {
  transform: scale(1.1);
  color: #e0e0e0;
}

.card-text {
height: 35%; /* manji deo za tekst */
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-text h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #05AFFA;
}

.card-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin: 4px 0;
  text-align: center;
}

.speaker-card .title {
  font-size: 14px;
  color: #777;
  margin: 0 20px 10px;
}

.speaker-card .bio {
  font-size: 14px;
  color: #333;
  margin: 0 20px 20px;
}

/* four card  */
.speakers-grid-4 {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-items: center;
}

@media (min-width: 1280px) {
  .speakers-grid-4 {
    max-width: 1280px; /* prilagodi po želji */
    margin: 0 auto;
  }
}

#cardfour{
  background-color:#f3f3f3 ;
}

/* feature section */
.featured-clients {
  background-color: #5c6b82;
  padding: 40px 20px;
  color: white;
  overflow: hidden;
  position: relative; /* VAŽNO za apsolutno pozicioniranje strelica */
}

.featured-clients .container {
  max-width: 1200px;
  margin: 0 auto;
}

.clients-header {
  text-align: center;
  margin-bottom: 30px;
}

.clients-header h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.clients-header .intro-text {
  font-size: 18px;
  color: #e0e0e0;
  font-weight: 300;
  line-height: 27px; text-align: center;
}

.clients-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.clients-carousel {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.carousel-page {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  padding: 10px 0;
  min-width: 100%;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05); /* suptilna kutija */

  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease;
}
.client-logo:hover {
  transform: scale(1.03);
}
.client-logo img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.carousel-nav {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  padding: 12px 18px;
  cursor: pointer;
  z-index: 3;
}

.carousel-nav.prev {
  left: -80px; /* više udaljeno levo */
}

.carousel-nav.next {
  right: -80px; /* više udaljeno desno */
}
@media (max-width: 768px) {
  .carousel-nav.prev {
    left: 10px;
  }

  .carousel-nav.next {
    right: 10px;
  }
}
@media (max-width: 1400px) {

.featured-clients .container {
  max-width: 1000px;
  margin: 0 auto;
}
}

/* Tablet - 3 po redu */
@media (max-width: 1024px) {
  .carousel-page {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .client-logo img {
    max-width: 100%;
    height: auto;
  }
}

/* Mobilni - 3 po redu */
@media (max-width: 768px) {
  .carousel-page {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .client-logo img {
    width: 100%;
    height: auto;
  }
}

/* general info */


.general-info {
  background-color: #e9eaed;
  padding: 60px 20px;
  color: #333;
}

.general-info .container {
  max-width: 1000px;
  margin: 0 auto;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.info-header h2 {
  color: #333;
  font-size: 2rem;
  }

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.info-card {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info-card h3 {
  margin-top: 0;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.info-card p {
   color: #e0e0e0;
 font-size: 18px;
    font-weight: 300;
        line-height: 27px;
      margin-bottom: 30px;
  color: #444;
}

.info-card>a {
  color: #fff;
  text-decoration: none;
}

.registration-closed {
  display: inline-block;
  padding: 10px 20px;
  background-color: #05AFFA;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

/* Responsive: Stack on smaller screens */
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

/* fq */

.faq-section {
  padding: 100px 20px;
  background-color: #fff;
  font-family: 'Museo Sans', sans-serif;
  color: #000; 
}
.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 60px;
  color: #05AFFA;
}

.faq-item {
 background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  padding: 20px 10px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.faq-question {  display: flex;
  justify-content: space-between;
  align-items: center;
font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #000;
  transition: color 0.3s ease;
}
.faq-question .icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.faq-question:hover {
  color: #05AFFA;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  box-sizing: border-box; /* važno */
}

.faq-answer.open {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #333;
}

@media (max-width: 600px) {
  .faq-answer {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;   overflow-wrap: break-word;  /* dodaj ovo */
    word-break: break-word;    
  }

}/* Overlay pozadina */
.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Slika u pop-up-u */
.image-popup-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
@media (max-width: 1400px) {

.faq-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
} 



.ticket-widget-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.ticket-widget-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#eventbrite-widget-container-1416468969819 {
  display: flex;
  justify-content: center;
}

#eventbrite-widget-container-1416468969819 iframe {
  margin: 0 auto;
}
