.logo-img {
  width: 5rem;
  height: auto;
}

.call {
  color: #725d23;
  /* box-shadow: #4bc959 0px 0px 30px inset, #4bc959 0px 0px 10px; */
  box-shadow: #4bc959 0px 0px 35px inset;
  border-radius: 3px;
  padding-bottom: 1px;
}

/* .gallery-video{
  width: 540px !important;
  height: 337.5px !important;
}

@media (min-width: 768px) and (max-width: 992px){
  .gallery-video {
    width: 330px !important;
    height: 206.25px !important;
  }
} */

/* Genel Datepicker stil */
.ui-datepicker {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Ay seçim kutusu stil */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto;
  padding: 5px;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  height: 30px;
}

/* Ay ve yıl seçici kapsayıcı stil */
.ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Takvim başlığı ve hücre stili */
.ui-datepicker-header {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  color: #333;
  padding: 8px;
  text-align: center;
}

.ui-datepicker-title {
  font-size: 16px;
  font-weight: bold;
}

.ui-datepicker-calendar th {
  color: #666;
  padding: 8px 0;
}

.ui-datepicker-calendar td {
  padding: 8px;
}

.ui-datepicker-calendar .ui-state-default {
  background: #eee;
  border: 1px solid #ddd;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background: #ddd;
  border: 1px solid #ccc;
}

