/* Dark theme */
body{
	font-family: 'Poppins', sans-serif;
	color: black;
	background-color: #fff;

}


/* ----------------------------  */
/* ----------------------------  */
/* navigation  */
/* ----------------------------  */
/* ----------------------------  */

.mainNavigation {
	text-align: center;
	background-color: #444;
	margin-top: 2em;
}

.mainNavigation a {
	text-decoration: none;
	display: block;
	padding: 1em 0;
	color: #fff;
	font-weight: bold;
}

.activelink {
	background-color: #e5021d;
	color: #fff;
}

.activelink a {
	color: #fff;
}

.logout {
	background-color: #ff871e;
	color: #000;
	padding: 0.8em 2.5em;
	float: right;
	border-radius: 5px;
	font-weight: bold;
}
.logout:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.cancel {
	background-color: #ddd;
	color: #000;
	padding: 0.8em 2.5em;
	float: right;
	border-radius: 5px;
	font-weight: bold;
}
.cancel:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}








footer {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px !important;
  line-height: 1.8;
}

footer h2 {
  font-size: 40px !important;
  margin-bottom: 15px;
  color: #fff;
}

footer p, footer a {
  color: #fff;
  margin-bottom: 15px !important;
}

footer a:hover {
  text-decoration: underline;
  color: #d9d9d9;
}

/* Logo (desna kolona) */
footer img[alt="Follow us on social media"] {
  max-width: 160px;
  height: auto;
  margin-top: 10px;
}

/* Kartice (crna kapsula) */
footer .text-center div[style*="background-color: #111"] {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

footer .text-center img {
  vertical-align: middle;
}

/* Donji copyright */
footer .py-3 {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 767px) {
  footer .row {
    text-align: center;
  }

  footer img[alt="Follow us on social media"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



@media (max-width: 1206px) {
  /* Prikaži hamburger */
  .navbar-toggler {
    display: block !important;
  }

  /* Sakrij desktop navigaciju */
  .navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 1207px) {
  /* Sakrij hamburger */
  .navbar-toggler {
    display: none !important;
  }

  /* Prikaži desktop navigaciju */
  .navbar-collapse {
    display: flex !important;
  }
}










/* ----------------------------  */
/* ----------------------------  */
/* content  */
/* ----------------------------  */
/* ----------------------------  */

.pickDates button, .enterDriver button {
	padding: 2em 0;
	text-align: center;
	width: 100%;
	margin-top: 4em;
}

#deliverytime {
	width: 50%;
}

.submitButton {
	width: 100%;
	padding: 1em 0;
	text-align: center;
	background-color: #444;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 2em;
	color: #fff;
}

.submitButton:hover {
	background-color: #e5021d;
	color: #fff;
}


.maininfo {
	background-color: #f4f4f4;
	border: none;
	border-radius: 5px;
	padding: 2em;
}


.pickEquipment input {
	width: 100%;
}

.pickEquipment label {
	width: 100%;
	text-align: center;
}

.pickEquipment .row {
	margin-bottom: 2em;
}

.pickEquipment h2 {
	margin-top: 2em;
}

.pickCar input {
	width: 100%;
}

.pickCar label {
	display: inherit;
}

.driverinfo input, .driverinfo textarea {
	width: 100%;
}

.driverinfo textarea {
	height: 10em;
	margin-bottom: 3em;
}

.driverinfo .row {
	min-height: 3em;
	text-align: right;
	padding-top: 2em;
}

.driverinfo h2 {
	text-align: left;
}

.deliveryTimeElement {
	padding: 1em 0 0 0;
}


.cancelListItem {
	border-radius: 5px;
	padding: 0.3em 1em;
	background-color: #eee;
	margin-bottom: 0.5em;
	display: block;
	width: 100%;
	color: #000;
	overflow: hidden;
}

.cancelListItem:hover {

	background-color: #555;
	color: #fff;

}

#deliverytime {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em;
}









/* ----------------------------  */
/* ----------------------------  */
/* partials  */
/* ----------------------------  */
/* ----------------------------  */





@media (max-width: 500px) {


}

@media (min-width: 501px) and (max-width: 991px){

	}
}



@media (max-width: 767px) and (orientation: landscape){

}

@media (min-width: 768px) and (max-width: 991px){

}


.fullwidth {
	width: 100%;
	padding: 0.5em 0;
}

.radiobutton {
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.radiobutton:hover {
	background-color: #eee;
}

.radiobuttonlabel {
	padding-left: 2em;
}

footer {
	margin-top: 3em;
}


.greyrow {
	background-color: #e6e6e6;
	padding: 2em;
}

.greyrow div {
	height: 4em;
	padding: 1em 0 2em 0;
}

select {
	background-color: #fff;
}

input, select {
	border: none;
}




/* Navbar osnovni stil */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  padding: 10px 0;
}
.navbar *,
.navbar {
  white-space: nowrap;
}

/* Logo lijevo */
.navbar-brand {
  margin-right: 40px;
}

.navbar-brand img {
  height: 45px;
}

/* Navigacija centrirana desno od loga */
.navbar-collapse {
  flex-grow: 0;
}

.navbar-nav {
  align-items: center;
  gap: 15px;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #e61e24;
}

/* Gumb za poziv */
.call-button {
  background-color: #000;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
}



/* Jezični izbornik */
.language-switch {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.language-switch img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.offcanvas-body .nav-item a {
  transition: all 0.2s ease;
}

.offcanvas-body .nav-item a:hover {
  color: #e61e24;
}

.circle-icon {
  width: 36px;
  height: 36px;
  color: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #007bff; 
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.circle-icon-fb {
  width: 36px;
  height: 36px;
  background-color: #007bff;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #007bff; 
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}