#logo {
  width: 100px;
}

#divider {
  border-bottom: 2px solid black;
  width: 90%;
  margin: 0 auto;
}

body {
  background-image: url("background-modified.jpg");
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item {
  background-color: rgba(255, 255, 255, 0.970);
}

ul {
  padding-left: 0;
  font-size: 1.1em;
  line-height: 1.8;
}

ul li {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

p {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.carousel-inner img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
}

.social-icons a {
  color: black;
  margin: 0 12px;
}

.item-post img {
  max-height: 200px;
  object-fit: cover;
}

.item-post {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
  margin: 1.5rem;
  text-align: center;
}

.main-page {
  display: grid;
  grid-template-columns: 1fr; /* default: single column */
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
}

/* Larger screens: switch to 3-column layout */
@media (min-width: 992px) {
  .main-page {
    grid-template-columns: 1fr 2fr 1fr; /* side, main, side */
  }
}

.service-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  width: 120px;
}

.service-icon i {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #000;
}

.service-icon div {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.3rem;
}

.news-section {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  border-radius: 1rem;
}

.news-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.phone-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
}

.tooltip-custom {
  position: absolute;
  bottom: 80px;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
  white-space: nowrap;
}









































































.balsamiq-sans-regular {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.balsamiq-sans-bold {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.balsamiq-sans-regular-italic {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.balsamiq-sans-bold-italic {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
