.navbar-item {
  padding-right: 40px !important;
  font-size: large !important;
}

.navbar-item:hover {
  background-color: black !important;
  color: black !important;
}
#carousel-section {
  background-color: #f7f7f7 !important;
  padding: 50px 0;
  margin-bottom: 50px;
}

#carousel-demo {
  margin-top: 50px;
}

#card-product-description {
  color: #b01310;
}

#fresh-fruits-section {
  margin-top: 50px;
}

#dealers {
  background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url('../images/road-1920.jpg');
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
  background-position: center center;
}

.card:hover {
  transform: scale(1.02);
  border-top: 5px solid #fc5d35;
}

.is-white-text-title {
  color: white !important;
  text-transform: uppercase;
}

.is-256x256 {
  width: 256px !important;
  height: 256px !important;
}

input.is-custom-field {
  border-bottom: 0.8px solid #252525 !important;
  outline: none;
  border: none;
  box-shadow: none !important;
  /* width: 90% !important; */
  border-radius: unset;
}

textarea {
  border-bottom: 0.8px solid #252525 !important;
  outline: none !important;
  border: none;
  box-shadow: none !important;
  border-radius: unset;
  border-color: none !important;
  outline-color: none !important;
}

#map {
  width: 100% !important;
  height: 400px;
}

.footer-main {
  padding: 0 !important;
}

.footer-secondary {
  padding: 20px;
  margin-top: 20px;
}

.button.is-black {
  background-color: black !important;
  color: white !important;
}

.button.is-orange {
  background-color: #fc5d35 !important;
  color: white !important;
}

.button.is-orange:hover {
  background-color: white !important;
  color: #fc5d35 !important;
}

.button.is-secore-red {
  background-color: #b01310 !important;
  color: white !important;
}

.button.is-secore-red:hover {
  background-color: #800000 !important;
  color: white !important;
}

.button.is-black:hover {
  background-color: #28282B !important;
  color: white !important;
}

.is-black-social {
  color: black !important;
}
.is-black-social:hover {
  background-color: white !important;
  color: #fc5d35 !important;
}

.has-background-secore-red {
  background-color:  #b01310 !important;
  color: rgb(255, 255, 255) !important;
}

.grad {
  background-image: linear-gradient(to bottom, #b01310, #ffffff);
}

.hero-section {
  /* Step 1: Set the path to your JPG file */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hero-car-1920.jpg'); 

  /* Step 2: Ensure the image fills the screen nicely */
  background-size: cover;       /* Dynamically scales the image without stretching */
  background-repeat: no-repeat;
  background-position: center center;
}

#contact-us {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-us.jpg');
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
}

.fit-content {
  max-width: fit-content !important;
}

.has-text-secore-red {
  color: #b01310 !important;
}

.has-background-gazer {
  background-color: #202124;
}

.teltonika-level {
  align-self: self-start;
}

/* Mobile background */
@media screen and (max-width: 768px) {
  .teltonika-level {
    align-self: unset;
  }
}

.is-secore-red {
  background-color: #b01310 !important;
  color: white !important;
}

#brands {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
}

.has-text-ghost-green {
  color: #93c83d !important;
}

.is-ghost-green {
  background-color: #93c83d !important;
  color: white !important;
}

a.ghost {
  color: #93c83d !important;
}

.modal-card-head {
  max-height: 5rem !important;
}

.site-header {
  position: sticky;       /* 1. Tells the element to stick */
  top: 0;                 /* 2. Anchors it to the very top of the viewport */
  z-index: 100;           /* 3. Forces it to sit on top of other content */
  
  /* Optional styling for better visuals */
  padding: 0rem;
  margin: 0rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

html {
  scroll-padding-top: 50px; /* Header height */
  scroll-behavior: smooth;   /* Optional: adds smooth animation */
}

.hero-logo {
	max-width: 14rem !important;
}

/* Mobile background */
@media screen and (max-width: 768px) {
  .hero-logo {
	max-width: 8rem !important;
  }
}

.is-size-6 {
	font-size: 1rem !important;
}