
.dropcap-paragraph {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;

 
  max-width: 600px;  /* limit širine za bolje čitanje */
  color: #333;
}

@media (max-width: 768px) {
  .dropcap-paragraph {
    font-size: 1.2rem;
  

  }
}

@media (max-width: 480px) {
  .dropcap-paragraph {
    font-size: 1.7rem;

  }
}



b, strong {
  font-weight: bold;
}



.host-logo {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 10px 0;
}



.event-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.event-text {
  flex: 1 1 60%;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.event-text p {
  margin-bottom: 20px;
}

.event-info {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-box {
  background: white;
  padding: 25px 20px;
  color: #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.info-box h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.host-logo {
  max-width: 160px;
  margin-bottom: 15px;
}

.info-box ul li {
  margin-bottom: 10px;
  font-weight: normal !important;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-box ul li i {
 color: #05affa; /* ili koja god boja */
  margin-right: 8px;

}
@media (max-width: 480px) {
  .host-logo {
    width: 130px; /* smanji maksimalnu širinu na manjim ekranima */
    height: auto; /* da se održi proporcija */
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .info-box {
    padding: 15px 10px; /* malo manji padding da stane sve */
    text-align: left; /* centriraj tekst i sliku */
  }
  .info-box>h4{
    text-align: center;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
    font-family: Arial, sans-serif;
}
.slider-container {
  max-width: 1200px;
  margin: 0 auto;
}
/* Pozadina cele sekcije */
.slider-container {
  background-color: #f2f2f2; /* siva pozadina */
  padding: 40px 0 10px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  #policy-change-reports + .wrapper .pre-container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Slider wrapper - horizontalni raspored */
.slider-wrapper {
  display: flex;
  gap: 0;
  transition: transform 0.5s ease;
  height: auto;
}

/* Kartice - bez boxova, bez senki */
.report-card {
  flex: 0 0 33.333%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px; /* razmak između kartica */
}
.carousel {
  overflow: hidden;
  background-color: #f0f0f0; /* sivi background */
  padding: 40px 0;
}
/* Slike - bez zaobljenja i boxeva */
.report-card img {
  max-height: 240px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 0; /* bez zaobljenja */
  box-shadow: none; /* bez boxa */
}

.neighborhood-wrapper {
  height: auto !important;
}
.apa apa-py-16 apa-bg-event-grayP{
  background-color: white;
}

/* Strelice bez pozadine */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  background: none;
  border: none;
  font-size: 40px; /* Podesi po želji */
  cursor: pointer;
  z-index: 1;
  padding: 0; /* uklanja prostor oko strelica */
}

.slider-arrow:hover {
  color:#999999; /* ili neka druga boja kada se pređe mišem */
}

.slider-arrow.prev {
  left: 20px; /* malo više prostora od ivice */
}

.slider-arrow.next {
  right: 20px;
}

/* Heading */
.heading {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.875rem; 
    font-family:"museo-sans", sans-serif; 
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}

/* responsive kartice  */

/* Responsive */
@media (max-width: 1024px) {
  .report-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 640px) {
  .report-card {
    flex: 0 0 100%;
  }
}

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: "museo-sans", sans-serif;}

.event-header-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position:  center; /* ili center center, ili bottom center */
  opacity: 0;
  transition: opacity 1s ease-in-out;

}

.slide.active {
  opacity: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.event-information {
  max-width: 800px;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 768px) {
  .slide {
    background-size: cover !important; /* popuni ceo prostor */
    background-position: center center;
    height: 60vh;
  }
  .event-header-slider {
    height: 60vh;
  }
}

.logo-wrapper {
    display: flex
;
    align-items: center;
    gap: 1rem;
    margin-top: 20px;
}


.event-opening {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.event-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 3rem;
}

.event-description {
  font-size: 1.2rem;
}


.picture img {
  width: auto;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: auto;
}


.open-gallery {
  background: #05AFFA;
  padding: 14px 24px;

  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
     font-family:"museo-sans", sans-serif; 
  font-weight: 300;
  font-size: 17px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
  text-transform: uppercase;
  position: static !important;
  bottom: auto !important;
  right: auto !important;
}

.open-gallery:hover {
  background: #009EEB;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
  text-decoration: none;
}
 
.gallery-icon {
  font-size: 22px; /* povećava veličinu ikonice */
  display: flex;
  align-items: center;
  justify-content: center;
}


.gallery-button {
    width: 30px;
  height: 24px;
  font-size: 18px;
}
.open-gallery:disabled {
  background: #cccccc;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}


/* novi kod css galery */








.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 .container>h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 2rem; 
    font-family:"museo-sans", sans-serif; 
    font-weight: 700;
    font-style: normal;
  }

  .event-section h3 {
    margin-top: 30px;
    color: #333;
  }

  
@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 */

/* speakers */
 .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;
  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;
  width: 100%; /* nova vrednost */
}
.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;
}
.speakers-grid-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.speaker-card-alt {
  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;
}.speaker-card-alt:hover .card-inner {
  transform: rotateY(180deg);
}
/* four card  */
.speakers-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Za velike ekrane - fiksno 5 kolona */
@media (min-width: 1500px) {
  .speakers-grid-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Za laptop širine - dozvoli fleksibilniji layout */
@media (min-width: 1024px) and (max-width: 1499px) {
  .speakers-grid-4 {
    grid-template-columns: repeat(5, minmax(200px, 1fr));
  }
} 
#cardfour{
  background-color:#f3f3f3 ;
}