.navbar-item {
  padding-right: 40px !important;
  font-size: large !important;
}

.navbar {
  min-height: auto;
  padding: 0.5rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  max-width: none;
}

.navbar-brand a.navbar-item {
  display: flex;
  align-items: center;
  padding: 0;
  max-width: none;
  max-height: none;
}

.navbar-brand img {
  width: 120px;
  height: auto;
  object-fit: contain;
  max-width: none;
  max-height: none;
  flex-shrink: 0;
  margin-right: 20px;
}

.navbar-logo-text {
  font-weight: bold;
  font-size: 35px;
  color: red;
  font-family: "Times New Roman", serif;
  white-space: nowrap;
}

.navbar-link {
  font-size: 18px;
  padding: 1rem;
}

.navbar-dropdown {
  min-width: 250px;
}

.navbar-dropdown .navbar-item {
  font-size: 16px;
  padding: 0.75rem 1rem;
}

.navbar-divider {
  margin: 0.5rem 0;
}

.navbar-link::after {
  border: 2px solid #333;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  margin-top: -0.4375em;
  right: 1.125em;
  top: 50%;
}

.navbar-item:hover {
  background-color: white !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: black;
  font-weight: bold;
}

.stamp-image {
  width: 160px;
  height: 160px;
  object-fit: contain;
}



.card:hover {
  transform: scale(1.02);
  /* visual accent on hover - border color will change but border size is reserved to avoid layout shift */
  border-top-color: #fc5d35;
}

.is-white-text-title {
  color: white !important;
  text-transform: uppercase;
}

/* Ensure cards inside columns keep equal height and the content stretches correctly */
* Stamp cards */
.columns .column .card {
    display: flex;
    flex-direction: column;
    height: auto;
    border-top: 5px solid transparent;
    box-sizing: border-box;
}

.columns .column .card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

/* Image area */
.columns .column .card .has-text-centered {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Stamp images */
.columns .column .card .has-text-centered img,
.stamp-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

/* Card title */
#card-product-description {
    color: black;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0;
}

.is-256x256 {
  width: 256px !important;
  height: 256px !important;
}

#contact-section {

  background-repeat: no-repeat;
  height: 500px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  background-position: right center;
  overflow: hidden;
}

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;
}

.box
{
border: 1px solid #ccc;
}

#map {
  width: 100% !important;
  height: 400px;
  margin-bottom: 50px;
}

.footer-main {
  background-color: white !important;
  padding: 0 !important;
}

.footer-secondary {
  padding: 20px;
  margin-top: 20px;
}

.button.is-black {
  background-color: black !important;
  color: white !important;
}

.button.is-red {
  background-color: red !important;
  color: white !important;
}

.button.is-red:hover {
  background-color: #d32f2f !important;
  color: white !important;
}
.button.is-black:hover {
  background-color: gray !important;
  color: black !important;
}

.is-black-social {
  color: black !important;
}
.is-black-social:hover {
  background-color: white !important;
  color: #fc5d35 !important;
}

@media screen and (max-width: 768px) {
  .navbar {
    padding: 0.25rem 0;
  }

  .navbar-brand {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-brand a.navbar-item {
    gap: 0.5rem;
    max-width: calc(100% - 3rem);
    min-width: 0;
  }



  .navbar-brand img {
    width: 56px;
    margin-right: 0;
  }

  .navbar-logo-text {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    max-width: 150px;
  }

  .navbar-menu {
    width: 100%;
  }

  .navbar-item {
    padding-right: 0;
    font-size: 15px;
  }

  .navbar-end .navbar-item {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar-dropdown {
    min-width: 100%;
    position: static;
    box-shadow: none;
    border: 0;
  }

  .navbar-item.has-dropdown:not(.is-active) .navbar-dropdown {
    display: none;
  }

  .navbar-item.has-dropdown.is-active .navbar-dropdown {
    display: block;
  }

  .buttons {
    flex-wrap: wrap;
  }

  .buttons.is-left,
  .buttons.is-centered {
    justify-content: stretch;
  }

  .buttons.is-left .button,
  .buttons.is-centered .button,
  .footer-main .buttons .button,
  #contact-section .buttons .button {
    width: 100%;
    margin-right: 0;
  }

  .button {
    font-size: 14px !important;
    padding: 0.75rem 1rem;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title.is-1 {
    font-size: 2rem;
  }

  .title.is-2 {
    font-size: 1.5rem;
  }

  .title.is-3 {
    font-size: 1.25rem;
  }

  .subtitle {
    font-size: 1rem;
  }
}

.contact-info {
  font-size: 1.3rem;
}
