﻿.map {
  width: 100%;
}

.owl-next,
.owl-prev {
  top: 50% !important;
}

.custom-button {
  display: inline-block;
  padding: 10px 14px;
  font-size: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: white;
  background-color: #ed8323;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.custom-button:hover {
  background-color: #ed8323;
  transform: translateY(-2px);
}

.custom-button:active {
  background-color: #ed8323;
  transform: translateY(0);
}