.lifted-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Add this to your CSS file */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 80px; /* Adjust size as needed */
  height: auto;
}

/* Booking Modal Styles */
.modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.modal-body {
  padding: 0;
}

.modal-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-close {
  background-color: white;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1050;
}

.btn-close:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#bookingForm .form-control {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

#bookingForm .form-control:focus {
  border-color: #63824f;
  box-shadow: 0 0 0 0.2rem rgba(99, 130, 79, 0.25);
}

#bookingForm label {
  font-weight: 500;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 1rem;
  }

  .modal-body {
    padding: 2rem;
  }
}

/* Add to your existing modal styles */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 45px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}

.daterangepicker {
  font-family: inherit;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #63824f;
}

.daterangepicker .ranges li.active {
  background-color: #63824f;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .daterangepicker {
    width: 280px;
  }

  .select2-container {
    font-size: 14px;
  }

  #bookingForm .form-control {
    font-size: 14px;
  }
}

.skeleton-card {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.skeleton-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f2f2f2 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 8px;
  margin-bottom: 15px;
}

.skeleton-title,
.skeleton-text,
.skeleton-link {
  height: 20px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f2f2f2 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 10px;
}

.skeleton-title {
  width: 70%;
  margin: 0 auto;
}

.skeleton-text {
  width: 90%;
  margin: 0 auto;
}

.skeleton-link {
  width: 50%;
  margin: 0 auto;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.no-news-message {
  text-align: center;
  padding: 40px;
  margin-top: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.no-news-message h3 {
  color: #0c4a9c;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.no-news-message p {
  color: #666;
  font-size: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination button {
  margin: 0 5px;
  padding: 4px 8px !important;
  border: 2px solid #63824f;
  background: #fff;
  color: #63824f;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.pagination button.active {
  background: #63824f;
  color: #fff;
  font-weight: bold;
}
.pagination button:hover {
  background: #63824f;
  color: #fff;
}
.center{
  display: flex;
  align-items: center;
}
.button-header-position{
    border: solid thin white;
    height: fit-content;
    width: fit-content;
    position: relative;
    top: 10px;
    right: 55px;
    z-index: 9999;
}
.font-size-7{font-size: 70px !important;}
@media (max-width: 767px) {
  .font-size-7 {
    font-size: 45px !important; /* Adjust the size as needed for better readability */
  }
    .btn-md-break {
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center; /* Optional: Center text */
    font-size: 14px !important; /* Adjust for readability */
    max-width: 250px; /* Adjust width if necessary */
    text-align: start;
  }
}
