/* KALENDAR POLAZAKA */

.badge-warning {
  color:#212529;
  background-color:#ffc107 !important;
}

.departure-list {
  max-width: 800px;
  margin: 20px auto;
}

.departure-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.departure-item:hover {
  background-color: #f8f9fa;
  border: 1px solid #E52C39;
}

.departure-icon {
  font-size: 1.5rem;
}

.departure-details {
   flex-grow: 1;
   margin-left: 15px;
}

.departure-date {
   font-weight: bold;
}

.departure-name {
   font-size: 1.2rem;
}

.departure-duration {
   color: #6c757d;
}

.btn-details {
   margin-left: 15px;
}

.departure-item a:hover {
   color: #fff !important;
}
        
/* KRAJ KALENDAR POLAZAKA */



h4.folder-title {
  display: block;
  padding: 0.6rem 0.7rem;
  background-color: #E52C39;
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 700;
}
.btn-info {
	color: blue;
    background-color: #fbfbfb;
    border-color: #17a2b8;
}



@media (max-width: 768px) {
  .carousel {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}


.carousel {
  overflow: visible !important;
  z-index: 1;
}

#carouselExampleIndicators {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}

.dug {
	background-color: white;
}


/* Sve stranice – plava pozadina i beli tekst */
.pagination .page-item .page-link {
    background-color: #007bff; 
    color: white;
    border: 1px solid #007bff;
    margin-right: 2px;
}

/* Hover efekat – malo tamnija plava */
.pagination .page-item .page-link:hover {
    background-color: #0056b3;
    color: white;
}

/* Aktivna stranica – crvena pozadina i beli tekst */
.pagination .page-item.active .page-link {
    background-color: #dc3545; 
    border-color: #dc3545;
    color: white;
}

.banner-item {
  border: 2px solid #cc0000;
  padding: 2px;
}

.banner-item .capTitle {
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0 4px 4px #000000, 0 6px 6px #000000;
}

.banner-item p {
  font-size: 40px;
  text-shadow: 0 4px 4px #000000, 0 6px 6px #000000;
}

@media (max-width: 768px) {
  .banner-item .capTitle {
    font-size: 20px;
  }
  
  .banner-item p {
    font-size: 10px;
  }
}
